← 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 24, 2025

How to Reset Your PostgreSQL Password on Windows (2025)

Learn how to reset your PostgreSQL password on Windows 10 & 11 without reinstalling. Step-by-step guide for PostgreSQL 17 users (2025).

#PostgreSQL#PostgreSQL Password Reset#PostgreSQL Windows
Sep 23, 2025

Two Sum – Brute Force vs Hashing

Solve the classic Two Sum problem using brute-force and optimized hashing techniques, a must-know algorithm for coding interviews.

#algorithms#arrays#hashmap
Sep 23, 2025

Longest Substring Without Repeating Characters – Sliding Window

Learn how to efficiently find the longest substring with unique characters using sliding window and hashmap in Python and JavaScript.

#algorithms#string#slidingwindow
Sep 9, 2025

debouncing-in-js

How to improve performance and user experience in your web apps using JavaScript debouncing. This guide explains when, why, and how to use debounce with two interactive examples — a basic typing activity tracker and an advanced API search simulator. See how debouncing reduces unnecessary events and network requests with live demos.

#JavaScript#debounce#throttle
Sep 9, 2025

Deep dive into Javascript heartbeat: queues, loops & Async

Learn how Javascript Event Loop, Call Stack, Microtasks, and Macrotasks collaborate to prevent blocking, manage asynchronous tasks, and power seamless interactions on modern web applications.

#Javascript#event-loop#task-queue
Prev
1234567
Next