Michael Otu

Michael Otu @otumianempire

About: Be allergic to a boring life, however be bored and enjoy it

Location:
Accra, Ghana
Joined:
Jul 28, 2020

Michael Otu
articles - 87 total

Introduction to Databases

Great... If you are here then we have: discussed some backend jargon learnt some JavaScript and...

Learn More 4 2May 3

Error handling and Middlewares

Environmental variables Middlewares Validation Middleware Error Handling middleware In the...

Learn More 1 0Mar 8

[Boost]

Building a Polling System with Node /...

Learn More 0 0Feb 6

Validation, Authentication and Authorization with Libraries

In the previous excerpt, we discussed validation, authentication and authorization. We mentioned that...

Learn More 1 0Jan 31

Validation, Authentication and Authorization

Content Validation Authentication Authorization Adding validation Adding...

Learn More 3 0Jan 16

Basic CRUD API with express

Content Introduction Project creation and initialization Create a simple server and a GET...

Learn More 6 0Jan 1

JavaScript Essentials: Part 7

This is the 7th part of this JavaScript Series (as a part of the whole) and in this part, we will...

Learn More 1 0Nov 2 '24

JavaScript Essentials: Part 6 (Mastermind in Javascript)

In this section, we will implement a game called Mastermind in JavaScript. This game development...

Learn More 6 1Oct 28 '24

JavaScript Essentials: Part 5

Previously in JavaScript Essentials: Part 4, We discussed if and else statements, for and while...

Learn More 1 1Oct 18 '24

JavaScript Essentials: Part 4

Previously in JavaScript Essentials: Part 3, we discussed quite a lot about objects and arrays and...

Learn More 4 1Oct 13 '24

JavaScript Essentials: Part 3

Previously in JavaScript Essentials: Part 2, we discussed quite a lot about string properties and...

Learn More 5 4Oct 7 '24

JavaScript Essentials: Part 2

Previously in JavaScript Essentials: Part 1, we started with some javascript data types including a...

Learn More 2 0Oct 1 '24

JavaScript Essentials: Part 1

Javascript is like a pot of honey. You can dip your finger into it and swipe a mouthful. It is sweet....

Learn More 3 2Sep 17 '24

isNaN vs Number.isNaN

Let's skip all that... and get to the point. I like using Number.isNaN but today, it seemed, I learnt...

Learn More 1 1Sep 3 '24

What is Nodejs

Nodejs is a JavaScript runtime. This means that nodejs is a program that allows you to run JavaScript...

Learn More 1 1Jul 31 '24

Request and Response

In the context of an API, the communication between a server and the client, or a server and another...

Learn More 4 1Mar 14 '24

What is JSON

JSON stands for JavaScript Object Notation. This is a format for data presentation and communication...

Learn More 12 3Mar 9 '24

What is REST API

An API is an Application Programming Interface. I mean, that is what API stands for. Previously we...

Learn More 24 6Mar 1 '24

What is an API

I was reading a recommended book when I took an interest in programming. The book was "The Art and...

Learn More 6 0Feb 24 '24

Introduction to Back-end

What is a back-end? In web application development, there is the front end. It refers to...

Learn More 7 0Feb 21 '24

Backend Development Plan

If you are curious or new to programming maybe you'd like to give Nodejs a try. I am planning on...

Learn More 12 0Feb 15 '24

Distribution of Random Numbers

So, Distribution of Random Numbers in C!! Let's dive in. I believe that at least you have heard of...

Learn More 0 0May 3 '23

My Journey as a Software Engineer: Reflections and Future Goals

Introduction I am back! It has been 244 days since my last post on August 26, 2022. A lot...

Learn More 2 0Apr 27 '23

ARMS-redis-ts

Overview of My Submission This is the final project I built, ARMS-redis-ts. I used a...

Learn More 2 0Aug 26 '22

Now we are talking redis

I have had my mishap. I turned right and left, not knowing what is wrong. Typescript saved the day...

Learn More 3 1Aug 22 '22

I am doing redis or what?

First of all, let's start with the errors. node:internal/process/esm_loader:94 ...

Learn More 3 0Aug 21 '22

Where do I start

First of all, I am doing well and I hope you are doing better. The first I heard about Redis, was a...

Learn More 1 0Aug 19 '22

Mastermind Board Game Implementation In Python

Introduction Python is a simple programming language that speeds up prototyping. Let's...

Learn More 9 0Jun 24 '22

A Simple Introduction To Java - Object Oriented Programming - Part 5 (Anonymous and Inner Classes, Enum)

In this session, we will discuss: Anonymous Class Inner Class Enum Conclusion Anonymous...

Learn More 9 0Jun 18 '22

A Simple Introduction To Java - Object Oriented Programming - Part 4 (Abstraction)

In this session, we will discuss: Abstraction Interface Conclusion Abstraction There...

Learn More 4 0Jun 11 '22