PinnedCrack the code to make responsive websites — the easy wayMaking the desktop version is easy but when it comes to responsiveness, it becomes very difficult to scale the website down to mobile from…Jan 22, 2024Jan 22, 2024
Automate your React/Vite app deployment to FTP (cPanel)Manually deploying your React/Vite app to the cPanel every time involves following a set of 7 steps shown in the section below. This is a…Dec 31, 2024Dec 31, 2024
Published inStackademicHow to setup WebSockets with Express JsWebsockets are a long-lived bi-directional communication link between the client and the server; you can communicate data to the client…Dec 20, 2024Dec 20, 2024
Better way to make disabled variants of componentsWhen creating large projects or ones where you need full customization, it is usually a good practice to recreate the basic UI components…Oct 5, 20231Oct 5, 20231
Published inStackademicNesting in CSS — A better way to structure stylesCSS can be cumbersome to read. It becomes easily very difficult to figure out which is the parent and which is the child. Also, which is…Oct 2, 20231Oct 2, 20231
8 ways to center a div: The most common interview questionCentering a div is now a meme on internet but still to this day it is very common among software developers that they are not familiar…Sep 22, 2023Sep 22, 2023
New way to create modals using HTML onlyAs HTML continues to evolve, the most used modal which were earlier implemented using JS have now gotten native support of HTML. It is…Sep 19, 20231Sep 19, 20231