Building a Smart Hardware Inventory System That Actually Works
How I solved the "where's that pendrive?" problem with Google Sheets, Apps Script, and a dash of AI

Search for a command to run...
Articles tagged with #programming-blogs
How I solved the "where's that pendrive?" problem with Google Sheets, Apps Script, and a dash of AI

A practical approach to separating concerns between atomic functions and intelligent planning

When an application runs, it performs a tremendous number of tasks, with many happening behind the scenes. Even a simple to-do application has more than you'd expect. The app will at a bare minimum have tons of tasks like user logins, creating to-dos...
If you use the Internet, you have surely come across the term Markdown. Markdown is a lightweight markup language that makes it very easy to write formatted content. It was created by John Gruber and Aaron Swartz in 2004. It uses very easy-to-remembe...
Frontend monitoring is a group of techniques for measuring application layer performance, accessibility, uptime, and error tracking and can also be used in web analytics. In other words, these methods monitor a software application’s frontend, the la...
