Writing / 63 entries
A public digital garden — bugs, breakthroughs, and the chaos of building things on the web.
Explore how to find two elements in an array that sum up to a target value using brute-force and hash map techniques in both Python and JavaScript.
Explore how to find and print all subarrays that sum to zero using both brute-force and efficient prefix-sum + hashmap techniques in Python.
Learn how to build a fast, modern blog using GitHub as a content store, MDX for writing, Next.js for rendering, and RSS feeds to publish automatically to dev.to
Unraveling the Secrets of Named and Default Exports with Joy
Learn react 18 with typescript
In-Depth Exploration of JavaScript Execution Contexts, Closures, Promises, Async/Await, Object-Oriented Programming, Prototypes, and More
Learn about the most important React hooks and how to use them to enhance your functional components.
A Comprehensive Guide to Mastering Regular Expressions in JavaScript, including freeCodeCamp and additional content