← Home

Blogs

Code, Solutions & Discovery.

A public digital garden documenting my journey through bugs, features, and the chaotic beauty of web development.

TopicsSort: Newest
All#dsa#algorithms#guide#js#python#interview#javascript#dom#basic#blog#arrays#hashmap#react#trees#hooks#github#array#stack#mdx#prefixsum#subarray#brute-force#dfs#leetcode#markdown#p5#git#c++#lib#regx#advance#ts#nextjs#rss#dev.to#next-api#ssr#seo#cms#optimal#coding#nodejs#automation#blogging#productivity#JavaScript#debounce#throttle#event handling#performance optimization#search input#scroll events#requestAnimationFrame#modern JavaScript#Javascript#event-loop#task-queue#microtasks#macrotasks#async#call-stack#execution-context#web-development#beginner-guide#twopointer#string#slidingwindow#PostgreSQL#PostgreSQL Password Reset#PostgreSQL Windows#Reset Database Password#Postgres Security#Database Administration#psql Tutorial#PowerShell PostgreSQL#PostgreSQL 17#slicing#lists#strings#go#wails#system-tray#desktop-app#background-task#goroutines#graph-theory#bfs#graphs#search#bst#binary-search#recursion#intervals
Sep 4, 2025

Automating My MDX Blog Workflow with a Simple Node.js Script

Streamlining MDX blog posts with a single Node.js command

#nodejs#automation#mdx
Jun 26, 2025

Check if a Subarray with Zero Sum Exists – Prefix Sum in Action

Understand how to check for a zero-sum subarray using both brute-force and prefix sum techniques, with step-by-step code in Python and JavaScript.

#algorithms#arrays#prefixsum
Jun 26, 2025

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.

#algorithms#arrays#hashmap
Jun 26, 2025

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.

#algorithms#arrays#prefixsum
May 8, 2025

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

#nextjs#mdx#rss
Prev
1234567
Next