An image showing Mike
  • Posts
  • Contact

Featured Posts

  • 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.

  • Postgres Notes

    Postgres Notes

    June 6, 2022

    PostgreSQL is an advanced, enterprise class open source relational database that supports both SQL (relational) and JSON (non-relational) querying. It is a highly stable database management system, backed by more than 20 years of community development which has contributed to its high levels of resilience, integrity, and correctness. PostgreSQL is used as the primary data store or data warehouse for many web, mobile, geospatial, and analytics applications

  • 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.