Sharing My Journey in Web Development | Interesting Tools and Methods | And more...
7 min read
September 24, 2023
Custom Date Picker (shadcn/ui, Hajri and Arabic–Indic Numerals)
One of the most important components in the web is the Date Picker and figuring out how to build one or use an existing date picker is essential for the usability of your app.
323
1
3 min read
July 25, 2023
Re-useable components with (shadcn/ui)
shadcn/ui is a high-quality reusable components built with Radix UI and Tailwind CSS to enable the ability to customize the functionality and style of components easily inside your codebase.
72
4 min read
July 5, 2023
Math Equations for the Web (KaTeX)
KaTeX is an open-source math typesetting library for the web used to render TeX mathematics notations as plain HTML notations.
116
0
June 23, 2023
Ultimate Button component (React, TailwindCSS)
Building components from scratch take a lot of time that's why it is important to have structured way to create components as it may get complicated and hard to maintain with time.
54
6 min read
June 1, 2023
Reference Copy, Shallow Copy and Deep Copy
There are many ways to copy variables in JavaScript but there are three main copy types that need to be known before you copy to understand the behavior of the data in your application.
9 min read
May 28, 2023
Tips on RTL Design (TailwindCSS)
Learning about RTL Styling is useful when working on a multiple-language website with different directions to apply the best possible CSS properties so the style of the website looks great on both versions.
107