How to Start Freelancing
About the author: I work as a software development freelancer. My minimum hourly rate is $125 but I usually double that to $250 as I… Read More »How to Start Freelancing
About the author: I work as a software development freelancer. My minimum hourly rate is $125 but I usually double that to $250 as I… Read More »How to Start Freelancing
When writing files to disk in node you have to be careful. Many times file writes require insertion of large chunks of data over a… Read More »createWriteStream async – Guide
TLDR; Any code in Javascript or Typescript that uses the word “promise” is asynchronous. What Does Async Mean? When coding asynchronously it means that your… Read More »Is JavaScript Promise Sync or Async?
Neither async nor sync are better in Javascript. Rather, they both have specific use cases. This post will show you the most common cases for… Read More »Is Async Better than Sync in Javascript?
This post is the once stop shop for you to see tech, software engineering and IT salaries from around the world. Simply click any link… Read More »Technology Job Salaries by Year and Sector
See below for instruction on how to get your ChatGPT API key. What is ChatGPT? ChatGPT is an AI language model developed by OpenAI. It’s… Read More »How to Get a ChatGPT API Key
Have you ever felt trapped in your 9 to 5 job? I know I used to and every single day I wondered if it was… Read More »How to Escape the 9 – 5 Prison. Developer Millionaire.
Elysia Framework This article will show you how to create a server using the bun Elysia Framework. By the end you will know about the… Read More »MASTER bun Elysia by Creating a Server – Guide
1. Introduction The path module in node allows us to work with files and directories. Everything you can do with the command line (or a… Read More »Full GUIDE: Path Module in Node.js
This article aims to be the most comprehensive guide to asynchronous vs synchronous in Javascript. This is a very easy topic to understand once you… Read More »Ultimate Guide: Asynchronous vs Synchronous in Javascript