-
CSS — What is currentColor keyword?
The currentColor keyword refers to the current value of the color property of an element (after computing all the properties) and allows us to use it directly without explicitly specifying the color code.
2026-07-06 -
Javascript & CSS — Toggle dark/light theme based on your user's preferred scheme
focuses on how to switch between the dark and the light theme as per your user's preference.
2026-07-02 -
Next.js — Make your own Progress bar indicator component easily!!!
npm i nextjs-progressbar. In this article, we’ll make a Next.js component which can easily be modified for all kinds of usage using NProgress package, and use it inside our Next.js app.
2026-07-02
-
Sink In - Tech Learnings
Sink In - Tech Learnings (Shah Code Exporters - FZCO)
2026-07-06 -
Common UI/UX design mistakes young designers should avoid
Mistakes in the design phase often lead to a cycle of rework in the product development process. So, It is always best to avoid and take care of mistakes that might occur unknowingly or knowingly.
2026-07-06 -
Common Javascript Promise mistakes every beginner should know and avoid
Whenever some new developer says that their code is not working or complain about the execution speed, I always check for these mistakes first. When I started coding 4 years back, I didn't know about this and I used to ignore them. But after being assigned to a project which handles around a million requests in a few minutes, this was no longer a case.
2026-07-06 -
CAP Theorem: A Comprehensive Guide to Distributed Databases
Designing and maintaining distributed databases is a complex task, and developers must navigate a myriad of trade-offs to ensure the desired performance, reliability, and consistency.
2026-07-06