All Tags

Popular Tags

  1. Canvas

    Blog posts on the HTML `<canvas>` element.

    1. Building a Hexagon Game Board
    2. Image Generator Module
    3. Playing with HTML 2D Canvas
  2. Database

    Blog posts on Database

    1. Get The FULL Query from MySQL Process List
    2. MySQL, Prisma, and Views
      MySQL, Prisma, and Views

      Sometimes you need to use a view in your database schema. Here is how we chose to manage views with Prisma.

    3. Prisma, MySQL, and max_prepared_stmt_count

    See 2 more Database Posts

  3. DevOps

    Blog posts on DevOps

    1. MySQL, Prisma, and Views
      MySQL, Prisma, and Views

      Sometimes you need to use a view in your database schema. Here is how we chose to manage views with Prisma.

    2. Prisma, MySQL, and max_prepared_stmt_count
    3. ViTest and TypeScript Paths

    See 29 more DevOps Posts

  4. Docker

    Blog posts on Docker

    1. How to configure Nginx to load balance between multiple Docker containers
    2. Docker Run Internal Container Command
    3. Helpful Docker Scripts
  5. Git

    Blog posts on Git

    1. Modifying a commit's file
      Modifying a commit's file

      Sometimes you commit files that you did not mean to stage. Here is how to modify that commit to add or remove files.

    2. Changing the Origin of your Branch
    3. Next Version
      Next Version

      I created a Node.js based Command Line Interface tool for creating and updating a Node Projects Version.

    See 4 more Git Posts

  6. GitHub

    Blog posts on GitHub

    1. GitHub Actions Reusable Workflows
    2. Changing the Origin of your Branch
    3. Redis Stream Activity Feed

    See 1 more GitHub Post

  7. MySQL

    Blog posts on MySQL

    1. Get The FULL Query from MySQL Process List
    2. MySQL, Prisma, and Views
      MySQL, Prisma, and Views

      Sometimes you need to use a view in your database schema. Here is how we chose to manage views with Prisma.

    3. Prisma, MySQL, and max_prepared_stmt_count

    See 2 more MySQL Posts

  8. React

    Blog posts on React

    1. Image Generator Module
    2. Folding the DOM
    3. SVG Donut Charts
      SVG Donut Charts

      Recently, I wanted to build a simple SVG donut chart to display some data Icalculate in a React Application. I did some searching and found an excellenttutorial on Medium by Mark Caron (Scratch-made SVGDonut & Pie Charts in HTML5).  This got me started.With this tutorial in mind, I created the following React Component.Hope someone finds this useful!

    See 1 more React Post

  9. Redis

    Blog posts on Redis

    1. Redis Stream Activity Feed
    2. Ping Redis without CURL or NC
    3. High Availability Redis Session with Express
      High Availability Redis Session with Express

      Recently we have needed update our session solution with Redis to use Redis as a cluster, increasing the availability of our sites in the event that we have to cycle our Redis servers.

  10. Web Development

    Blog posts on Web Development

    1. Building a Hexagon Game Board
    2. Image Generator Module
    3. Next Version
      Next Version

      I created a Node.js based Command Line Interface tool for creating and updating a Node Projects Version.

    See 16 more Web Development Posts