Tag: developer tools
Teaching Kids Programming: Videos on Data Structures and Algorithms This post shares a hands-on programming lesson with my son, using the VS Code AI Agent to clean up his …
The touch Command in PowerShell (Linux-Compatible) If you come from Linux/macOS, you probably miss touch: create a file if it doesn’t exist, otherwise update its modified time. PowerShell doesn’t …
I found that AI can be very useful for auditing code security. For example, I had been using a wallet extension that supports STEEM and Blurt, but it suddenly …
How to Remove All NVM Node.js Versions Except One NVM is Node Version Manager, which can be installed via github. With NVM, one can easily manage and installs multiple …
Built and Open-Sourced A Few Mini Tools with AI Recently, I used ChatGPT-4o and o4-mini to quickly build and open-source a few handy tools (100% client based, local/javascript). The …