jahkamso.hashnode.devConditionals in React? Are they useful?What are conditionals in React? A simple example of this would be: take for example you have a kid or sibling, and you want them to do something (e.g read for exams). You can give them a condition that if they read a book that day, you'll get ice cre...Jun 28, 2024·2 min read
jahkamso.hashnode.devWhat are Props in React?So what exactly are the so-called "props" in reactjs? Well, a simple way to explain it is to think of your phone; what does it do? It allows you to share information to someone else across the globe, either through text or phone call, right? The same...Jun 19, 2024·2 min read
jahkamso.hashnode.devDeploy Express.js Server to VercelOver the past few days, I've been trying to figure out how to deploy my express.js server to vercel to host and connect to my little project that uses AI [chatGPT] 👉🏻https://transx.jahkamso.com, but I wasn't successful, until now. Today, I'll guide...Feb 22, 2024·2 min read
jahkamso.hashnode.devCSS Positions Properties Explainedin this article we would explain some of the basic CSS positions properties. Hello everyone, in this article I will discuss on different position properties in CSS, we will see the use cases, and some examples of position properties in CSS. What is C...Apr 18, 2023·2 min read