Category: software development
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 …
AI Coding Agents Are Reshaping the Barrier to Programming Coding Is Becoming as Easy as Using a Calculator From Writing Code to Directing AI: The New Role of Programmers …
Competitive programmers ALWAYS use these two lines of code. Here’s why: C++ has two functions: “cin” – Stands for character input. Reads an input from the standard IO. “cout” …
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 …
How to Repeat Until Errors using GDB or LLDB Debugger When debugging programs, it’s common to want to repeatedly run a program until it encounters an error. Both GDB …