logo

Articles List

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

How to Generate a Static Site Using Remix Run Framework

Learn how to generate static pages using the Remix Run framework for fast, SEO-optimized web applications. This guide covers setup, page creation, and deployment for static site generation (SSG), enabling efficient, serverless page rendering for improved performance and scalability.

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.