Geoffrey Mungai

Mungai is an undergraduate majoring in Computer Science. He is a self-taught full-stack web developer who enjoys working on open-source projects and participating in development festivals.
Author Insights

12

0

0
Mungai is an undergraduate majoring in Computer Science. He is a self-taught full-stack web developer who enjoys working on open-source projects and participating in development festivals.
12
0
0
Dec 23, 2021
One of the main ways of storing data is by the use of a database. A database is a collection of data organized in a way that makes easier to access and manipulate.
Aug 26, 2021
APIs are a major part of applications nowadays. There are often times that we need to use a third-party APIs either for authentication, file uploads, or getting other information.
May 25, 2021
Strapi is an open-source headless CMS used for building fast and easily manageable APIs written in JavaScript. It enables developers to make flexible API structures easily using a beautiful user interface.
Dec 18, 2020
Open Authorization (OAuth) is a service that allows websites or apps to share user information with other websites without being given a users password. Users can log in to multiple websites with the same...
Nov 9, 2020
In this tutorial, we will be creating new objects and arrays from existing ones. We will create nested data structures, looping them, and destructuring them. We will also look at transforming data structures by...
Oct 6, 2020
Objects and arrays are some of the common data types used in JavaScript. Despite being commonly used, many developers have little understanding of the basic concepts of the two data types. The use of objects in...
Oct 1, 2020
Building a website nowadays is not as hard or expensive as it was in the past. These days, you do not have to learn a crazy programming language to have your site up and running.
Sep 11, 2020
Docker is a very popular tool used by many developers today. If you have Docker on your machine, you do not need to have Node.js installed to build Node.js apps. Running a Node.js app in Docker can be done...
Sep 2, 2020
Node.js is a robust technology stack with a rich ecosystem. However, debugging Node.js applications remains a difficult task, since they can fail without any error message. Using Chrome Dev Tools is a simple...
Aug 21, 2020
Many people nowadays use web frameworks to develop web apps. Using frameworks is better than using raw Python. They automate many things like database connections and management, authorization, and URL routing....
Aug 20, 2020
Debugging Node.js code can prove challenging for many people. It often involves putting console.log on every corner of your code. But, what if I were to tell you there is a simpler method? In this article, we...
Aug 13, 2020
Node.js has been a household name among developers for a few years now. So, what is all this recent excitement around Node.js we’ve been all hearing lately? Why is it so popular? Let’s look at all...