Junior Developer Central

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

Full-Stack Web Development In 7 days E-book
Articles
APIs
JavaScript
nodejs
NodeJS
CSS
Resources
Bash
jQuery
Python
PHP
Git

Recent Posts

  • Using the JavaScript time function
  • 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

Using the JavaScript time function

September 12th 2023
JavaScript

Here’s a JavaScript function that you might not have come across before; the JavaScript time function.

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.

123…9Next »
© 2023 James Bubb
Home Archives