Junior Developer Central

Coding tutorials for people looking to become a Junior Developer or need help in their first position.

Follow @codebubb
Articles
APIs
JavaScript
nodejs
NodeJS
CSS
Bash
Python
jQuery
PHP
Resources
Git

Recent Posts

  • How to make an HTTP request in Node.js
  • How to get and set environment variables in Node.js
  • How to import/export modules in Node.js
  • How to read a file in Node.js
  • How to create a HTTP server in Node.js

How to make an HTTP request in Node.js

June 30th 2020
NodeJS

In this tutorial, we’ll take a look at how to make an HTTP request in Node.js

How to get and set environment variables in Node.js

June 30th 2020
NodeJS

In this tutorial, we’ll take a look at how to get and set environment variables in Node.js.

How to import/export modules in Node.js

June 30th 2020
NodeJS

In this tutorial we’ll look at a few different ways of how to use modules in Node.js including importing and exporting function.

How to read a file in Node.js

June 23rd 2020
NodeJS

In this tutorial, we’ll learn how to read a file with Node.js.

How to create a HTTP server in Node.js

June 23rd 2020
nodejs

In this tutorial we’ll take a look at how to create a HTTP server in Node.js.

How to check if a file exists with Node.js

June 18th 2020
JavaScript

In this article we’ll look at how to check if a file exists with Node.js

How to merge 2 or more objects together in JavaScript

June 18th 2020
JavaScript

In this tutorial, we’ll look at a couple of different ways to merge multiple objects together in JavaScript.

How to write a rot13 function in JavaScript

June 17th 2020
JavaScript

In this article, we’ll look at a few different ways to create an implementation of the rot13 (rotate 13 places) cipher in JavaScript.

How to get all the unique properties from a group of objects in JavaScript

June 16th 2020

In this tutorial, we’ll look at how to get all the unique properties from a group of objects.

How To Shuffle An Array In JavaScript

June 16th 2020

In this article we’ll take a look at a couple of ways to shuffle an array in JavaScript.

123…9Next »
© 2022 James Bubb
Home Archives