Day: September 24, 2022
14 posts
JavaScript Local Storage Explained!
In the early days of the internet, you needed a server to store data. But nowadays, through LocalStorage,…
What is a headless CMS & when should I be using it?
A headless CMS is a content management system that provides a way to create, edit, and deliver content…
Quiet Quitting is About Loyalty
In the past year or so, people started writing about the phenomenon of quiet quitting. It isn’t new,…
What is a hold in baseball. Hold baseball definition (update 2022)
What is a Hold in baseball? HOLD is a situation that occurs when a relief pitcher enters the…
DAY 4: Print in order
Hey! It’s day 4 of I4G 10 days of coding challenge. Today’s task was to implement a code…
Using existing services in a custom medusa service
In the previous article, we had an introduction to creating our very first custom medusa service. I wanted…
How the 2-minute rule improved my life
I am a master procrastinator. I have tried several productivity methods to get me to stop procrastinating. Most…
Build a breakout game
Hey guys, In this article I will show you how I built a breakout game using HTML canvas,…
Here’s how I increased a website performance by 21%!
So for days, I have been keen on how I could possibly increase the performance of this website,…
Structure of Java Program
Structure of Java Program class ClassName { public static void main(String args[]) { //statements } } Let’s look…