Workbench
- How I Bought a $3.4M Business for $200K
- White Witch, Black Curse
- The Ruby Circle
- The Road Less Taken
- Suburban Nation
- Expanse 03 - Abaddon’s Gate
- Devious Lies
- Work in Small Batches
- Zephyr RTOS on Raspberry Pi Pico 2 - Part 1
- 🌠 AI, Canvas, Terminal & Tasks Plugins
- This Is How We Make Slides at Apple.
- Watch More Ads
- To Focus Deeper, Keep a Distractions List
- The Electric Fence Stopped Working Years Ago
- The Resistance List
- The Madness in Our Methods The Crash of Germanwings Flight 9525 and Our Broken Aeromedical System
- The Dead Man’s Gambit The Crash of Ethiopian Airlines Flight 961
- The Allan Deviation and IMU Error Modeling
- Strangers From the Internet Paid for My MacBook Air On My 4th Year of Indiehacking
- Stochastic IMU Error Modeling
- Roll and Pitch Angles From Accelerometer Sensors
- Reactive Resume - A Self Hosted Resume Builder
- My productivity app is a never-ending .txt file
- Mastering Semantic Versioning in NPM Smooth Releases Without the Chaos!
- Measuring IMU Noise Density
- Learn IMU Fundamentals
- How to Get Better at Design
- Getting Good Results From Claude Code
- Embedded Artistry’s Weekly Planning Process
- Do Things That Don’t Scale, and Then Don’t Scale
- Claude Code Best Practices for Agentic Coding
- Code maintenance Clean header files
- Bonus A Bokehlicious Webcam
- Automatically Detecting Boards for Hardware-in-the-Loop (HIL) Testing
- A Smart Bear » Scaling by “Delegation” Isn’t Good Enough
- A Smart Bear » Double your productivity without more work or stress
- A 30 Second Tactic for Overcoming Mental Resistance
- 50 Things I Know
- A Guide to Write Good Commit Messages in Git
//User Model
{
firstName:
lastName:
userName:
email:
dateCreated:
userProfileImage
books: []
}
//Book Model
{
title: string
author: string
coverImage: string
category: []string
datePublished: date
synopsis: [ string]
}