An image showing Mike
  • Posts
  • Contact

Featured Posts

  • PostgreSQL for Node.js Developers: A Practical Guide

    PostgreSQL for Node.js Developers: A Practical Guide

    June 6, 2026

    PostgreSQL is the most capable open-source relational database you can run yourself. Here is how to model data, write efficient queries, and use it cleanly from Node.js.

  • Self-Hosting a Homelab with Docker Compose

    Self-Hosting a Homelab with Docker Compose

    May 31, 2026

    How I run my entire homelab from a single, version-controlled Docker Compose file — with healthchecks, named volumes, and backups that I never have to think about.

  • User Authorization with Firebase Walkthrough

    User Authorization with Firebase Walkthrough

    June 16, 2022

    Steps Used to add Firebase to Crypto Tracking Application

  • What is Webpack 5 and Module Bundling

    What is Webpack 5 and Module Bundling

    June 13, 2022

    Webpack 5 and module bundlers are used with Frontend Frameworks, like React or CRA.

  • Helper Files or Utils

    Helper Files or Utils

    June 12, 2022

    Helper Files keep your code clean and re-usable

  • Material-UI Styled Components Implementation with JSS

    Material-UI Styled Components Implementation with JSS

    June 10, 2022

    Material-UI, a popular React UI framework and using the makeStyle option hook for styled components.

  • Bootstrap Framework

    Bootstrap Framework

    June 7, 2022

    Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

  • React Overview

    React Overview

    June 7, 2022

    A JavaScript library for building user interfaces

  • Application Programming Interfaces

    Application Programming Interfaces

    June 6, 2022

    API stands for application programming interface, a concept that applies everywhere from command-line tools to enterprise Java code to Ruby on Rails web apps. An API is a way to programmatically interact with a separate software component or resource.

  • React Helmet Async

    React Helmet Async

    June 6, 2022

    React Helmet Async lets you quickly add Meta and other Head Tags to your Single Page React Application

  • Flutter Introduction

    Flutter Introduction

    May 5, 2022

    Flutter lets you create mobile apps that are pixel perfect for any device. Lets go over some basics together.