Intro.JS - Skipping hidden elements
A quick tip on how to skip tooltips for hidden elements using IntroJS
A pattern for asynchronous loops in JavaScript
For loop-heavy JavaScript code, I've found it can be helpful to use both a combination of async & traditional loops.
Express / WebSockets for Real-Time Updates
A quick primer on using Express and WebSockets to enable real-time updates in your app or website.
Password Protecting Blog Posts WebCrypto!
#cryptography #security #meta #javascript
A process to password protect blog posts in my static site, using encryption to keep the contents secure.
VueJS - Digging into v-model
A cheat-sheet for what the VueJS "v-model" syntactic sugar is doing under the hood so we can customize the behavior of our components.
Thoughts on Code Clarity & Maintainability
#notes #opinion #javascript #python
Some thoughts on best practices for keeping code maintainable as a team scales
Visualizing Algorithms
Using some custom code to generate interesting graphs of algorithmic operations.
JS 0x01 - Multiple Return Values in JavaScript
Since ES2015, a much better way to express multiple return values is available.
Reverse Engineering the iOS Backup
#iOS #reverse engineering #infosec #security #notes #javascript
Explore the format of iOS backups and ways to extract data.