logo

Bytes

Thank you for visiting my bytes. Bytes are intended to be an area for short tips, tricks, and tools that I've found useful. These are meant to be quick tidbits that aren't enough for a full blog-post, but helpful information on their own.

  • Locale Aware Sorting in JavaScript

    • JavaScript

    Mar 28, 2022

    Sort JavaScript arrays using locale aware techniques

  • Update Node Dependencies Automatically, Selectively, or Incrementally

    • JavaScript
    • Command Line

    Mar 14, 2022

    Use the command-line to update your node dependencies

  • Quickly Populate a New JavaScript Array

    • JavaScript

    Oct 6, 2021

    Create and fill a new JavaScript array with dynamic items

  • Sorting JavaScript Arrays By Nested Properties

    • JavaScript

    Sep 30, 2021

    Use lodash's orderBy function to sort arrays by various nested properties

  • Switch Kitty Theme from the Command Line

    • Terminal

    Sep 29, 2021

    Change your Kitty theme with an interactive terminal app or via the command-line

  • List Recent Git Branches

    • Git

    Sep 23, 2021

    Use git to list your most recent git branches