Appears on
Articles21
Why JavaScript Is A Good Choice For Beginners
JavaScript is the de-facto language used in web development. It is a versatile language, easy to start with, and popular.
Optional Chaining In JavaScript - What Is It And How To Use It?
This article aims to help you understand the optional chaining operator in JavaScript. It's a handy feature that allows you to check things such as object's properties, if a function or array exists.
Nullish Coalescing Operator (?) In JavaScript - What Is It And How To Use It?
The Nullish Coalescing Operator allows us to check if a value is null or undefined, and provide a fallback value if that is the case.
How To Stand Out As A Developer In Your Job Search
Finding your first developer job is a difficult task. This article covers some best practices to help you stand out in front of potential employers.
Why You Do Not Have To Be A Super Developer
I am writing the article to debunk the myth of super developers that code non-stop. It makes people have unrealistic expectations, and it can lead to health issues.
The Best Coding Challenges Websites To Practice Problem Solving
I used to jump between LeetCode, HackerRank, and other websites, trying to find the one. Thus, I want to list the best coding challenges for code newbies.
The 7 Best Resources To Learn JavaScript As A Beginner
There are many resources on the internet to learn JavaScript, but their quality varies. The purpose of this article is to shine some light and help you choose the best resources to learn JavaScript.
How To Contribute To Open-Source Projects As A Beginner
When I was learning to code, I wanted to make open-source contributions, but I had no idea where and how.
5 Things I Wish I Knew When I Started As A Developer
In this article, I want to talk about five things I wish someone told me before becoming a developer. Whether you are an experienced developer or just starting, I believe the article will benefit you.
What Resources To Use To Approach Web Development As A Code Newbie
How to get started? What resources to use? What path to follow? And many more similar questions can pop up for beginner web developers.
A Comprehensive Guide On Setting Up Next.js With TypeScript And TailwindCSS
In this tutorial, you are going to learn how to set up Next.js with TypeScript and TailwindCSS.
How To Use TailwindCSS With Node.js, Express and Pug
The purpose of this tutorial is to teach you how to create a Node.js application with TailwindCSS, Express, and Pug.
How To Get Programming Project Ideas
Do you want to build projects, but you struggle to get programming project ideas? This post is for you.
How To Use Multiple Node Versions With NVM On MacOS - Node Version Manager
The article illustrates two ways of installing the Node Version Manager. With Homebrew and with the cURL command.
Should You Start A Blog As A Developer?
There are already a plethora of blogs and tutorials on the internet. Thus, the question is - should you start a blog as a developer? The answer is - yes.
How To Balance Your Job With Your Side Projects As A Developer
Working 8 hours a day and having side projects can be very difficult. I know that from experience. In the beginning, I also struggled to find a balance between my work and my side projects.
5 Node.js/Express Tutorials To Go From Beginner to Expert
In this article, I want to present to you my favorite courses to learn Node.js and Express.
Trying To Break Into Web Development? This Article Will Help You
I believe I get a dozen questions regarding what to learn to break into web development. As a result, I thought of writing an article about it, so my answer reaches more people.
7 GitHub Repositories To Help You Crush Your Job Interviews
"In tech, interviews are harder than the actual jobs". This is a joke, but it can be true in many cases.
Top 5 Mistakes I Made As A Junior Developer
In this article, I want to talk about the top five mistakes I made as a junior developer. They are not specific to my case, and many other developers have made the same mistakes.
