My Dev Blog

Sharing insights on web development and modern tech

Javascript optional chaining (?.)

Deeper dive in optional chaining

Read article

Javascript string repeat

Javascript string repeat function

Read article

10-ways-to use Spread operator in Javascript

deeper dive in spread operator

Read article

Removing all vowels with javascript

Deeper dive in removing all vowels in javascript

Read article

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.

Read article

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.

Read article

Promises in Javascript

JavaScript Promises explained with examples. Learn why Promises are used and how they manage asynchronous operations.

Read article

Cloud Computing

Cloud computing explained with advantages, scalability, elasticity, and scaling types. A complete beginner guide.

Read article

JavaScript Closures Explained

JavaScript closures explained with simple examples. Learn how functions remember variables from their lexical scope.

Read article

React Hooks Complete Guide

A complete beginner-friendly guide to React Hooks explaining why hooks exist and how useState and useEffect work with examples.

Read article