Blog

Notes on building things.

Learning Bun Basics: A Faster JavaScript Runtime
Feb 16, 2024· bun, javascript, runtime

Learning Bun Basics: A Faster JavaScript Runtime

A quick primer on Bun, the all-in-one JavaScript/TypeScript runtime built for speed as a Node.js alternative.

Jan 4, 2022· security, clipboard, terminal

The Hidden Danger of Copying Commands from the Web

A command that looks safe on screen can be silently swapped before it hits your clipboard — here's the trick and how to avoid it.

Jun 26, 2021· machine-learning, tensorflow-js, no-code

What Is Teachable Machine?

A walkthrough of Google's no-code Teachable Machine: gathering samples, training, and exporting a model for real web apps.

Jun 22, 2021· jenkins, ci-cd, devops

Getting to Know Jenkins: Your First CI/CD Pipeline

A hands-on walkthrough of installing Jenkins, wiring it to GitHub with a webhook, and writing your first Jenkinsfile.