Steps to push from a Local Branch to a Remote Branch on Github

As a newbie developer, I sometimes forget the steps I need to do in order to push my work from my local branch to a remote repository so I decided to…

Steps to Deploy your React App on Github Pages (2021)

Today I will be sharing a topic that took me a while to master and if I'm being honest, I still struggle sometimes with this but I have decided t…

Lessons from my "Introduction to Git" Course

I just finished a short course on Code-academy on Git and decided to document some of the important lessons and commands that I learned. With no furt…

Docker Basics

Today's article is a short introductory piece about Docker (what it means and what it's used for). Let's get right into it

What is an API?

Today's article is about answering a simple question that I myself needed to answer in order to fully understand the topic. The question is:  what…

How to Reverse a String in Javascript

Today's programming tip is about how to reverse a string in Javascript, using only one line of code.

How to Reverse an Array in JavaScript

I will be writing about how to reverse an array in Javascript on my blog today. In order to achieve reversing an array in JS without the reverse meth…

How to Install MySQL 8.0.26 and Workbench on MAC (2021)

Today's article is about the steps required to install MySQL server and workbench on your MAC OS.  Let's get right into it

Python Basics with Examples

This is my mini notebook from the crash course I watched on Programming with Mosh  in preparation for my Python Assessment with WIT (Women in Technolo…