Skip to main content
Dev Notes Tags

8 Javascript Dev Notes

  • What's Up with String Immutability?

    A quick refresher on why strings in JavaScript can feel a little... stubborn. Spoiler: You can’t change them in place.

    What's Up with String Immutability?
  • StencilJS Cheatsheet

    This guide walks through JavaScript concepts that are essential to understanding and writing effective Stencil.js Web Components, with examples and usage in context.

    StencilJS Cheatsheet
  • JavaScript String Methods

    There are many libraries for string manipulation, but I often find myself rewriting these simple functions in every new code base.

    JavaScript String Methods
  • Javascript Cheatsheet

    A reference for the core parts of JavaScript that show up in real-life UI development... At least the ones I use.

    Javascript Cheatsheet
  • Dealing with Dates in JavaScript

    JavaScript dates are like that one coworker who means well but always shows up late and forgets daylight savings.

    Dealing with Dates in JavaScript
  • Web Components & Stencil.js

    Getting comfortable with what Stencil does and how it Builds Web Components.

    Web Components & Stencil.js
  • Netlify Forms with Nuxt 3

    Here's how I finally got the submissions to show up and how I learned tp avoid the same five-hour rabbit hole the next time.

    Netlify Forms with Nuxt 3
  • Eli5: JavaScript Concepts

    Just jotting down some Javascript concepts as if I were explaining them to a 5 year old.

    Eli5: JavaScript Concepts