Author

Steve Alila

Steve Alila

at · 170 articles published

Specializes in web design, WordPress development, and data analysis, with proficiency in Python, JavaScript, and data extraction tools. Additionally, he excels in web API development, AI integration, and data presentation using Matplotlib and Plotly.

Areas of expertise

Certifications & credentials

  • Machine Learning with Python
  • Data Analysis with Python
  • JavaScript Algorithms and Data Structures
Author profile illustration for Steve Alila — technical writer at GoLinuxCloud

Articles by Steve Alila

programming

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

Steve Alila7 min read
programming

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.

Steve Alila8 min read
programming

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

Steve Alila6 min read
programming

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

Steve Alila11 min read
programming

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

Steve Alila5 min read
devops

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.

Steve Alila7 min read
programming

How to use Node.js REPL Effectively

node repl import, node.js repl commands, command to start node repl, node rep commands history

Steve Alila7 min read
programming

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, …

Steve Alila6 min read
programming

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 …

Steve Alila5 min read
programming

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

Steve Alila7 min read
programming

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

Steve Alila4 min read
programming

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

Steve Alila10 min read
programming

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

Steve Alila6 min read
programming

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,

Steve Alila8 min read
programming

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.

Steve Alila6 min read
programming

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.

Steve Alila7 min read
programming

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 …

Steve Alila5 min read
programming

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.

Steve Alila6 min read
devops

How to set up Visual Studio Code Remote SSH with GitHub

Step by step instructions to setup visual studio code remote SSH with GitHub

Steve Alila7 min read
devops

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

Steve Alila7 min read