My Dev Blog
Sharing insights on web development and modern tech
Javascript optional chaining (?.)
Deeper dive in optional chaining
Javascript string repeat
Javascript string repeat function
10-ways-to use Spread operator in Javascript
deeper dive in spread operator
Removing all vowels with javascript
Deeper dive in removing all vowels in javascript
Using CSS Counters
A practical guide to using CSS counters to automatically number elements, create custom section indexes, and build dynamic numbering systems using counter-reset and counter-increment.
How to Center a Div Element with Tailwind CSS
A step-by-step guide to centering a div element using Tailwind CSS. Learn how to use Flexbox and CSS Grid utilities to align elements both vertically and horizontally with clean, minimal code examples.
Promises in Javascript
JavaScript Promises explained with examples. Learn why Promises are used and how they manage asynchronous operations.
Cloud Computing
Cloud computing explained with advantages, scalability, elasticity, and scaling types. A complete beginner guide.
JavaScript Closures Explained
JavaScript closures explained with simple examples. Learn how functions remember variables from their lexical scope.
React Hooks Complete Guide
A complete beginner-friendly guide to React Hooks explaining why hooks exist and how useState and useEffect work with examples.