Dev Notes Tags
5 Javascript Dev Notes
StencilJS cheatsheetStencilJS cheatsheet
JavaScript concepts you need to understand and write effective Stencil.js web components, with examples in context.
JavaScript String MethodsJavaScript String Methods
There are many libraries for string manipulation, but I often find myself rewriting these simple functions in every new code base.
Javascript CheatsheetJavascript Cheatsheet
A reference for the core parts of JavaScript that show up in real-life UI development... At least the ones I use.
Dealing with Dates in JavaScriptDealing with Dates in JavaScript
JavaScript's Date object is straightforward until it isn't. Time zones, locale formatting, and parsing quirks trip up even experienced developers.
Netlify Forms with Nuxt 3Netlify Forms with Nuxt 3
Here's how I finally got form submissions to show up and how I learned to avoid the same five-hour rabbit hole next time.