If you’ve ever found yourself confused about when a folder becomes a route, what files are actually...
THREE Guiding Principles to Being a Successful Technical...
Sigh. I'm back at HNG again. Last year, I made it to Stage 5 before getting kicked out. It was...
This is a submission for the GitHub Copilot Challenge: Fresh Starts What I Built Sprout...
This is a submission for the GitHub Copilot Challenge: New Beginnings What I Built Focus...
Remember the excitement when you first discovered AI coding assistants? That magical moment when you...
I was thinking of something fun and interactive to add to my portfolio, and a clickable counter that...
Have you ever spent hours tweaking your CSS, wondering why that one stubborn style won’t apply?...
Hello, everyone! 👋 It’s been a while since I shared an update on my Word Unscrambler...
This is a submission for the 2024 Hacktoberfest Writing challenge: Contributor...
Hey everyone! 👋 Last time, I went on a mini-adventure searching for the best API, and after testing...
I’m back with another update on my word unscrambler project, and today, it’s all about research. Yep,...
In my last article, I was stuck on a little bug. I thought I had fixed it, but well... let's just say...
I started a little project—a word unscrambler, for anyone who’s not familiar, a word unscrambler is a...
Starting a personal project as a frontend developer can be both exciting and daunting. It’s a chance...
I’ve been working on my portfolio website to showcase my work, and I wanted it to stand out with a...
Hey! So, if you’re like me and love the whole dark mode vibe, you might have thought about adding it...
I know you must have seen this type of post a thousand times, but please make room for one...
So, I've been diving into open source projects recently, and naturally, I've been getting more...
When I first started my journey as a front-end developer, the sheer amount of information out there...
Yay!!! This short write-up made it to your feed. Here are a few tips I've picked up while using...
As someone who just started exploring Sass, I have to say, it's easy to see why so many people are...
You all remember the HNG task I talked about when I wrote about my experience using TypeScript for...
Here's a funny story from when I started coding. I was working on my first-ever pull request for a...
Since I read about target="_blank" for hypertext links, I’ve come to understand its role in building...
So I stumbled on something interesting as a result of a typo in my code. The target="_blank"...
In TypeScript, optional properties are a way to say, “This part of the information might not always...
I’ve been there too—caught in the cycle of learning and learning without ever feeling ready to take...
So, I had my fill of JavaScript and thought, "Why not torture myself with TypeScript?”. To get...
When I first started learning CSS, I saw box-sizing: border-box in almost every CSS file I...