
Fetch and populate database from API
In this guide, I will show you how to fetch games from an open API to populate a database with a specific filter on it, using Express and MongoDB.
Search for a command to run...

In this guide, I will show you how to fetch games from an open API to populate a database with a specific filter on it, using Express and MongoDB.

As a developer, you are always solving problems, in some way. I might be bold enough to state that web development is at its core all about problem-solving. Let me explain: What is problem-solving? Problem-solving for a web developer could mean a few...

In this post, I will try to answer the question: What made me want to be a developer? So grab some🍿and buckle up. I'm happy to share my story with you all. And no, the answer wont be 42. My story starts off like many before me: I'm a 90's kid whose ...

In JavaScript, there are multiple ways to write conditionals. The first way most new developers get introduced to and get comfortable with is the “if statement”, “else statement” and the “else if” statement. Hi 👋 and welcome to the third part of the...

Hello! Who am I? I’m a frontend developer at the start of my career, focused on Vanilla JS and React. Learning for the last 3 years and working as a freelancer in my spare time. What do I want? Ever since I started to code I have realised that ther...

In JavaScript, there are multiple ways to write conditionals. The first way most new developers get introduced to and get comfortable with is the “if statement”, “else statement” and the “else if” statement. Hi 👋 and welcome to the second part of th...

In Javascript, there are multiple ways to write conditionals. The first way most new developers get introduced to and get comfortable with is the “if statement”, “else statement” and the “else if” statement. Hi 👋 and welcome to the first part of th...

Overview In this blog post, I will try to guide you on how to make the tags on the card components in your React app generate dynamically and display them. I used this for my own portfolio and ended up liking them a lot, I hope you will too. Prerequ...