Category: programming languages
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 …
Teaching Kids Programming: Videos on Data Structures and Algorithms When working with arrays, one common task is to compute the sum of elements within a range, along with supporting …
When working with decentralized platforms like Steem, it’s important to expect occasional hiccups — network issues, API rate limits, or temporary downtimes. That’s why any integration, bot, or tool …
Teaching Kids Programming: Videos on Data Structures and Algorithms You are given a positive integer n. A binary string x is valid if all substrings of x of length …
Teaching Kids Programming: Videos on Data Structures and Algorithms Given a non-negative integer x, return the square root of x rounded down to the nearest integer. The returned integer …