← home

Writing / 63 entries

Code, Solutions
& Discovery.

A public digital garden — bugs, breakthroughs, and the chaos of building things on the web.

Topics · 150
↓ newest
alldsa34python29interview26leetcode22algorithms16guide11
49
Jun 26, 2025#algorithms#arrays

Find Pair with Given Sum in an Array – Brute-force and Optimal Approaches

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.

50
Jun 26, 2025#algorithms#arrays

Print All Zero-Sum Subarrays – From Brute-Force to Prefix Hashing

Explore how to find and print all subarrays that sum to zero using both brute-force and efficient prefix-sum + hashmap techniques in Python.

51
May 8, 2025#nextjs#mdx

Using GitHub as a Headless CMS for Blogs with Next.js – and Publishing to dev.to + RSS!

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

52
Jan 29, 2024#js#guide

The Enchanting Guide to JavaScript Exports and Imports

Unraveling the Secrets of Named and Default Exports with Joy

53
Aug 24, 2023#ts#dom

Complete Typescript

Learn react 18 with typescript

54
Aug 2, 2023#js#dom

Comprehensive Guide to Advanced JavaScript Concepts

In-Depth Exploration of JavaScript Execution Contexts, Closures, Promises, Async/Await, Object-Oriented Programming, Prototypes, and More

55
Jul 18, 2023#js#dom

Essential React Hooks: A Comprehensive Guide

Learn about the most important React hooks and how to use them to enhance your functional components.

56
Jul 12, 2023#regx#guide

Learn Regular Expressions

A Comprehensive Guide to Mastering Regular Expressions in JavaScript, including freeCodeCamp and additional content

prev07 / 08next