2 followers
A high school student making his way into tech industry. Sharing all the tips and tricks and sometimes just casual stuff for y'all to read. React and cyber security enthusiast.
So this is going to be a beginners guide to crypto and my experience in getting into the crypto world. What's crypto? Basically, crypto is just public...
Hi, this article is dedicated to learning JS. Javascript is a one of my first languages which I started with. I've been using JS for almost a year and...
If you're into the ReactJS regime, you must have heard a buzz about the new React's Server Component. At first I thought React Server what? Is React...
Today I'm here to help you speed up your development process. I started out with a not so powerful machine. I am a javascript developer so I obviously...
I always wonder whenever I use React, why do I import React from react library whereas I never use it in my code? A simple Hello World could be...
So, What is Suspense in React? A very simple way to put it is that it is used as a event listener for data fetching. Umm... what? what did you just...