Skip to Content
  • How Interruptions Destroy Focus: What Neuroscience Says About Deep Work, Productivity, and Learning

    How Interruptions Destroy Focus: What Neuroscience Says About Deep Work, Productivity, and Learning

    Once or twice per year, I like to read a productivity book to help hone my habits. I’m currently on Cal Newport’s “Deep Work,” which dives into the psychology of focus. It also offers some practical tips in the second half, which I haven’t gotten to yet. I want to take a moment to summarize…

    Read more


  • How to Use the Mosquitto MQTT Broker (With SSL/TLS)

    How to Use the Mosquitto MQTT Broker (With SSL/TLS)

    MQTT is one of the most widely used protocols in IoT. It is a lightweight and efficient protocol, especially in unreliable or high-latency networks. It’s perfect for devices that need to push sensor readings or receive commands with minimal overhead. See my previous post to learn more about MQTT. Mosquitto is a free, open source…

    Read more


  • How to Use the Command Line (CLI) With the Arduino UNO Q

    How to Use the Command Line (CLI) With the Arduino UNO Q

    If you’ve been working with the Arduino UNO Q, you’ve probably noticed that Arduino’s official approach pushes you toward using App Lab: a server-based development environment that runs on the UNO Q. While App Lab is a great starting point for beginners, I found it to be quite limiting. In this tutorial, I’ll walk you…

    Read more


  • What is MQTT? An Introduction to the Lightweight IoT Messaging Protocol

    What is MQTT? An Introduction to the Lightweight IoT Messaging Protocol

    If you’ve worked with Internet of Things (IoT) devices, you’ve probably come MQTT. Short for Message Queuing Telemetry Transport, MQTT is one of the most widely used messaging protocols for connected devices. It’s lightweight, efficient, simple to implement, and designed specifically for environments where bandwidth is limited and reliability matters. In this post, we’ll dive…

    Read more


  • Embedded Rust Workshop: Reflections from Hackaday Supercon

    Embedded Rust Workshop: Reflections from Hackaday Supercon

    Every November, hundreds of engineers, makers, and hardware hackers converge in Pasadena, California for Hackaday’s annual Supercon, a three-day celebration of open hardware, creative problem-solving, tinkering, and passion projects. It’s part conference, part reunion, and part art exhibit. Supercon has always been about sharing knowledge, so this year I decided to contribute something new: an…

    Read more