Ben Chuanlong Du's Blog

It is never too late to learn.

IDE for SQL

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Jupyter / JupyterLab

I personally prefer to query databases using a Jupyter/lab notebook. The reason is that results of queries are persisted in the notebook for future reference and sharing.

dbeaver …

Popular Configurations for NeoVim

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://astronvim.com/

https://github.com/folke/lazy.nvim

https://github.com/lunarvim/lunarvim

https://github.com/wsdjeg/SpaceVim

References

https://medium.com/@xiangdejun_32936/why-i-switched-to-lazyvim-fc4fdeb888bc Why I switched to Lazyvim

Tips on the Zed IDE

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Tips and Traps

  1. Zed does not support the web version yet, however, it does support remote develop .

Install via Flatpak

https://flathub.org/apps/dev.zed.Zed

flatpak install flathub dev …

Develop a GUI Application in Rust

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

tauri

Please refer to tauri for more discussions.

dioxus

Dioxus is a portable, performant, and ergonomic framework for building cross-platform user interfaces in Rust.

rinf

Rinf is a production-ready framework for …