John Paul Mulongo's Picture

Hi there!

My name is John Paul Mulongo. I'm a software developer based in Nairobi.

Latest Articles

JavaScript functions: Beyond the Basics

Let’s talk about functions. Not the easy peasy stuff that you can grasp in a few hours or minutes. This post will delve a little deeper into the concept of functions, from the perspective of the JavaScript programming language.

React ContextAPI and the Reducer Pattern

Performing logic on data within components becomes more difficult as the amount of data increases. Consequently, as components grow and deal with larger sets of data, the storing and transportation of state across the entire application increasingly becomes more and...