logo

Articles List

I write about things I learn and things I think about.

CSS RTL Cheat Sheet

Learn how to effectively support RTL (right-to-left) languages like Arabic and Persian in your web designs with this comprehensive CSS RTL cheat sheet. Discover essential CSS properties and their RTL equivalents, understand the importance of the `direction` property, and master the letter-spacing effect for a global audience. Create accessible, user-friendly websites with ease by writing CSS that works seamlessly for both LTR (left-to-right) and RTL languages.

SEO Meta tags: Thing thats matters

Understanding/listing all the tags that are important for search engine and websites visitors to get better ranking and increase number of clicks

Debounce Function

A quick overview of debounce function, how to use, trailing/leading edge. How to cancel or invoke imediatly.

React JS lifecycle

This article focuses on the Life Cycle Hooks in ReactJS.