Articles by Steve Alila
How to upload, display and save images in Node.js
Step by step instructions in node.js to upload file, then display and save files with practical examples
SOLVED: How to do Nodejs Base64 Encode & Decode
Failure to understand the Nodejs base64 encode process could hinder you from maximizing the runtime environment's potential in data transfer.
Create Map function for objects (instead of arrays) - Nodejs map
Object mapping enables you to handle data comfortably. However, the main challenge of implementing Nodejs map is that objects lack the native map method that
Learn Node.js debugging Tips & Tricks [With Examples]
This tutorial teaches you how to get started with Node.js debugging on the terminal. You will not install any extension or package because we will utilize the
How to fetch images from Node.js server
2 different ways to fetch images from node.js server using practical examples. Use built-in http module and express framework
Set up GitLab with Visual Studio Code from Scratch
Step by Step instructions to setup gitlab with visual studio code with screenshots. Connect GitLab with VSC and create your first project, commit changes, push to gitlab using VSC.
How to use Node.js REPL Effectively
node repl import, node.js repl commands, command to start node repl, node rep commands history
An in-depth Explanation of Node.js Global Objects
which choice is not a node.js global object, node js global variable across files, nodejs global typescript. JavaScript avails objects you can use in your Node script without importing. Some of the objects are Buffer, …
Solved: Node.js create directory if doesn't exist
nodejs create folder, javascript make directory if not exists, create a node js application create a directory and the contents of the directory, node.js create directory if doesn't exists, nodejs create directory …
Nodejs write file simplified with 4 easy examples
Apart from knowing the structure of the fs module, you need to comfortably Nodejs write files ending in .txt, .html, .js, and .json extensions. That calls for
Solved: Get current directory in Node.js [4 Examples]
nodejs read current directory, node get current directory, node current directory, nodejs print current directory, nodejs current directory
Complete Tutorial on Node.js Passport
Node.js passport simplifies user authentication and authorization when building web applications. Despite the usefulness of passport.js, you may fail to
How to log an object in Node.js
Learning how to log an object in Node.js helps you work with objects comfortably. Although you can use multiple ways to console-log an object's content, the
How to use async for loop in Node.js
Node async for loop helps to fetch resources in a controlled environment. It would be best to understand the concepts of loops, iterables, and numerables,
JavaScript assertequals Explained [6 Practical Examples]
JavaScript assertequals are some of the crucial software development assertion tools. You can import the NodeJS built-in assert module or install it with npm.
Learn async while loop in Nodejs from SCRATCH
This tutorial explains async while loop Nodejs without assuming you understand the concepts of promises, looping, and timers.
How to make HTTP GET Request in Node.js
In NodeJS, several methods that provide the functionalityto make HTTP GET request from the http module provided in the standard library. While the HTTP module works properly making get requests is complicated. You need …
In NodeJs, why is new Date constructor setting default time to 7am?
In Nodejs, the new Date constructor time defaults to 7 am if your time zone is 7 hours behind the Greenwich Meridian Time.
How to set up Visual Studio Code Remote SSH with GitHub
Step by step instructions to setup visual studio code remote SSH with GitHub
Set up GitHub with Visual Studio code
Step by step instructions to setup GitHub with Visual Studio Code. Write your first commit, create branch, pull and push your changes to remote repo using visual studio code

