Differences Between Redux and Redux Toolkit and Why Should You Upgrade
In this post, we will go over how Redux Toolkit has simplified and modernized Redux development with minimal boilerplate code and quality of life improvements

In this post, we will go over how Redux Toolkit has simplified and modernized Redux development with minimal boilerplate code and quality of life improvements

This is another post about Data Structures, about the Hash Table and it's implementation in Java, we will look at Seperate Chaining based HTs in this post

Ever wondered how to create and embed many Image Slideshows into a single web page? This post shows you how!

This post is an attempt at explaining the theory behind, and implementation of the most fundamental Data Structure, the Linked List in Java

This is the final part in a series about building a full stack MERN based Authentication Web App, this part focuses on React and Redux Front-End.

In this post, we will setup VSCode along with WSL2 to create the perfect development workflow, negating the need for dual-booting a Linux distro.

This is the second part in a series about building a full stack MERN( MongoDB, Express, React, NodeJS ) based Authentication Web App using Sessions & Cookies.

Ever wonder how could you deploy your projects to make them publically accessible on the Internet? in this article, we are about to find out!

This is the first part in a three part series about building a full stack MERN( MongoDB, Express, React, NodeJS ) based Authentication Web App using Sessions & Cookies.

This post is a guide to using the GCC package and the GNU Make utility along with basic code organization, to produce usable bare-metal firmware binaries for ARM Cortex-M Microcontrollers.

Althought it is relatively easy to compile code as a part of a build system for your ARM microcontroller using GCC and Make, It is much more confusing about which toolchain to use to flash a firmware binary

I recently installed Kubuntu 18.04 on my desktop PC, after doing a wipe-and-reinstall of my Windows 10 installation on the SSD.Altough most of my code is backed up either locally or on Github my MongoDB documents are not, because i never found it necessary.

Nearly every ARM Cortex-M needs needs a **startup code** file to define it's Main Stack Pointer, Reset Handler and Vector Table and a linker script telling it to place which sections into which parts of memory,

This is a guide to getting up-and-running to develop firmware for the TM4C123GH6PM evaluation board from Texas Instruments on a Linux based system.