Emmanuel (Emmo00)

Emmanuel (Emmo00) @emmo00

About: Software Engineer • Backend developer. Let's go 🚀

Joined:
Mar 22, 2024

Emmanuel (Emmo00)
articles - 7 total

🚀 From Student to Web3 Builder: My Journey, My Project, and Why It Matters

Hi, I’m Emmanuel Nwafor, a computer science student at the University of Nigeria, Nsukka — and a...

Learn More 10 2Apr 25

Self Guide for Deploying Laravel and React Applications on a VPS

This is a documentation of the steps I took in deploying my Laravel and React application to a VPS....

Learn More 4 1Feb 26

Learning a new language/framework

I recently took up an internship role where I had to use a programming language and framework I was...

Learn More 2 0Jun 30 '24

The difference between '||' and '??' in JavaScript.

Today, we are going to look at the behavior of two operators in JavaScript - the Logical OR Operator...

Learn More 32 4Apr 12 '24

What is the point of using recursive functions when writing code?

Have you ever heard of recursion in programming? It's a cool technique where a function can call...

Learn More 2 1Apr 5 '24

How to use Black and pre-commit for auto text-formatting on commit [setup] [python]

Hello👋. Today we are going to look at how to setup Black (a python code formatter) and pre-commit (a...

Learn More 26 1Mar 29 '24

Closures 🫂 Memoisation

In functional programming, closure refers to the ability of a function to access and utilize...

Learn More 2 2Mar 22 '24