Mac Terminal Commands I Use Everyday

The Mac terminal is a command-line interface (CLI) that allows users to interact with the operating system through text commands. Using the terminal, users can accomplish the same tasks as when they use the standard graphical user interface (GUI) and even more. One example would be creating a directory from…

Is Node.js Still Relevant and Worth Learning?

In this article, I want to talk about Node.js and, more specifically - if it's still relevant and worth learning. But before going further, let's refresh our minds on Node. In official terms, Node.js is a JavaScript runtime that runs on Chrome's…

14 Best Web Developer Portfolios To Get Inspiration

For web developers, a personal portfolio page is like a resume. Instead of listing your skills on a resume in the traditional way, you can prove your competence with a personal portfolio. When people or potential employers see your portfolio, they can get a glimpse of your skills. Thus, online…

Find Open Source Projects To Contribute As A Beginner

Finding an open-source project to contribute can be a frustrating process. Especially when you are a beginner and all projects look overwhelming. As a result, in this article, you will see a couple of ways and resources to find Open Source projects to contribute. Ways to contribute to a project…

Make Money As A Developer By Selling APIs

Do you know you can make money by selling your APIs? Building and selling APIs is a great way to create a new source of passive income. Thus, in this article, you will see how to do that! First, you will create an API from scratch, and then you will…

Create Custom API Endpoints in Nuxt

Did you know you can create custom API endpoints in Nuxt.js? That means you do not have to spin a standalone server. Instead, you can do it straight in your Nuxt application! In this article, you will see how to do it. You will create a simple Express server…