Data Handling in React and Next.js: From useEffect to Server Components and React QueryA Practical Guide to Data Handling in React and NextJSJan 3, 2026·17 min read
A Complete Guide to Setting Up Dev Tools for Vanilla JavaScript Projects: Part 2Feb 4, 2025·13 min read
A Complete Guide to Setting Up Dev Tools for Vanilla JavaScript Projects: Part 1Learning the EssentialsFeb 4, 2025·14 min read
Short-Circuiting: And, Or, Nullish Coalescing and Optional ChainingControl The Execution Of Your CodeFeb 25, 2023·8 min read
Why Does The Browser's Console Return Undefined While Using Functions like console.log()?Understanding the browser's console behaviour with console.logFeb 18, 2023·5 min read
Be Better At Debugging By Understanding Your Errors In JavascriptType Error Vs Reference ErrorFeb 17, 2023·4 min read
Understanding The Strict and Loose Equality Operators In JavaScriptDifference between == and ===Feb 16, 2023·4 min read
Control The Flow Of Your Code With If-Else And Switch Statements.CONDITIONAL CONTROL STATEMENTSSep 3, 2022·7 min read