JQ cheatsheet
· 3 min readA cheatsheet of common jq commands
A cheatsheet of common jq commands
Deep dive into how lodash.memoize is implemented and the patterns it uses
We'll create a script that uses imagemagick to bulk convert HEIC files
Here's a way to check in macOS using Finder or bash
While sed sometimes appears cryptic, once you understand the syntax, it's easy
Using EventTarget and CustomEvent, we can create our own event emitter, no library needed
AbortController is a built-in DOM class used to cancel fetches, but it can be used in other ways too
jq is a powerful tool that lets you read, filter, and write JSON in bash
There's a few steps involved, but it's not too bad
While being a front end developer doesn't mean you should be a command line expert, knowing a little bit of bash has gone a long way for me
Fetch looks like $.ajax but it isn't
How to customize $http’s built-in caching functionality
A quick overview of when and why to use RxJS, and how you could maybe, kind-of do the same thing in vanilla JS
Create an Electron app that loads your web app and adds native functionality to it
Things like user credentials should be stored in an encrypted store
Understanding Electron's multi-process architecture is a first step to writing good Electron apps
The 3 most common ways to persist user data with an example
For me, being able to set breakpoints is a must-have for debugging