The Web API I didn't know I needed
Introduction Back in 2023, my church needed a website. The goal was fairly simple: create a place where people could learn about the church, find information about our services and events, and downloa

Search for a command to run...
Introduction Back in 2023, my church needed a website. The goal was fairly simple: create a place where people could learn about the church, find information about our services and events, and downloa

Introduction Every time you refresh a webpage, check your bank balance on an app, or receive a payment notification, an API is quietly doing the work behind the scenes. You don’t see it, you don’t interact with it directly—but without it, modern soft...

Introduction React and Vue are two of the most popular front-end frameworks in the web development world. Both have their strengths and unique features, but many developers argue that React holds several advantages over Vue. As an intermediate fronte...

Introduction The very first time I started to learn React, some of the new jargon I learnt that intrigued me then was library and framework, and this was because there was a lot of confusion amongst my friends about which one React was, it was this s...

Introduction In the fast-paced world of software development, it is easy to overlook the contributions of technical writers. Amidst the buzz of coding, testing, and implementation, their role may appear overshadowed, leading some to question their si...

Introduction Glasp stands for Greater Legacy Accumulated as Shared Proof. It is a social web highlighter that allows its users to highlight and annotate quotes and ideas on web pages and also share them with others, without having to go back and fort...

Introduction Google Chrome is one of the most popular web browsers in the world. It's fast, secure, and easy to use. Whether you're using it on your desktop or mobile device, Google Chrome with its user-friendly interface and robust features has beco...

Pre-requisites Understanding of Version Control. Knowledge of basic Git commands i.e. git init, git add, git commit, git status, etc. Knowledge of more complex Git commands i.e. git log, git branch, git merge, git checkout, etc. If you are alrea...

If you are quite new to coding with javascript (or coding as a whole), one word I believe you might have heard often been resounded in the tech-sphere has to be Object-Oriented Programming or OOP. For newbies, it is often intimidating seeing lots of ...
