Tags


arm cortex-m tm4c microcontrollers linux C misc hardware mongodb database openOCD gcc make Nodejs Express MongoDB REST-API Backend Docker Nginx Linux AWS React Redux Frontend Windows WSL Data-Structures Implementations Lists JavaScript HTML5 CSS3 Hash Tables


Categories

Embedded Systems

  • March 11, 2019

    Bare-Metal ARM Cortex-M Firmware Development with GCC and Makefiles


  • February 14, 2019

    Flashing Firmware to ARM Cortex-M Microcontrollers using OpenOCD


  • October 28, 2018

    Writing the Startup Code and Linker Script for the TM4C ARM Microcontroller from scratch


  • October 17, 2018

    Getting started with the TM4C Launchpad on a Linux System


  • General

  • March 12, 2021

    How WSL2 and VSCode Make Windows 10 the Best OS for Software Development


  • November 9, 2018

    ASUS X510UNR : Best Budget Linux laptop


  • Systems Administration and DevOps

  • May 1, 2020

    Hosting Multiple Full Stack Web Apps on a single VPS using Nginx and Docker


  • January 6, 2019

    How to Migrate or Copy MongoDB documents to another Server


  • Web Development

  • November 20, 2021

    Differences Between Redux and Redux Toolkit and Why Should You Upgrade


  • August 6, 2021

    Multiple Image Galleries in a Single Page using ES6 JavaScript


  • June 8, 2021

    MERN Sessions-Based Login and Registration App Final Part : React & Redux Frontend


  • December 10, 2020

    MERN Sessions-Based Login and Registration App Part Two React & Redux Frontend


  • August 27, 2019

    MERN Sessions-Based Login and Registration App Part One : Node.JS, Express and MongDB REST API Backend


  • Computer Science Fundamentals

  • August 29, 2021

    Data Structures : Hash Tables Explained & Implemented in Java Part One


  • July 1, 2021

    Data Structures : Doubly Linked List Explained & Implemented in Java