Posts
All the articles I've posted.
-
MCP Servers in the Enterprise: The Speed-vs-Security Trap
New MCP servers drop every day, and they're genuinely useful — but in an enterprise context, every one of them is a door you're propping open...
-
Let's get serial
The Web Serial API is a browser-based interface that makes it possible to communicate with hardware devices via the serial interface. It is mainly used for communication with development boards such as the ESP32 or Arduino Uno to send and receive dat...
-
Rich Snippets in Emails: Action Buttons and Cards with Schema.org
How to embed Schema.org markup in emails to add Track Order buttons, event cards, and more — directly visible in Gmail's inbox view.
-
Build Review Apps in GitHub Like in GitLab with Azure Static Web Applications
GitLab makes it trivial. Here's how to get the same isolated preview environments on GitHub using Azure Static Web Applications and GitHub Actions.
-
What is pubspec.lock for
It is good practice to version the pubspec.lock file in a Flutter project. The pubspec.lock file contains an accurate record of the versions of the dependencies (packages) used in your Flutter project. By versioning this file, you ensure that your pr...
-
Custom ChatGPT with OpenAI API
OpenAI's API is surprisingly easy to use. It is no different from other REST APIs. So integrating AI into your own software is easy, and we will see AI being integrated into more and more applications. Be it in ticket systems, email clients, content ...