Practical Prompt and Context Engineering
This guide goes over how to get good results out of AI: why it behaves the way it does, how to give it the context it needs, and how to …
Practical Prompt and Context Engineering Read MoreThis guide goes over how to get good results out of AI: why it behaves the way it does, how to give it the context it needs, and how to …
Practical Prompt and Context Engineering Read MoreI recently read “100 Go Mistakes and How to Avoid Them” and came across a phrase that made me ponder for a while. The book discusses the decoupled nature of …
Abstractions are Discovered, Not Created Read MoreIn this post, we’re diving into the application of design patterns to demonstrate the SOLID principles within the context of a todo microservice application. Adhering to the Single Responsibility Principle, …
Building Microservice Applications Using SOLID Principles Read MoreI’ve been learning a lot more about DevOps lately and decided to pick up a book called Prometheus: Up & Running to learn the ins and outs of Prometheus. I …
My Journey Learning Prometheus Read MoreAs of Home Assistant 2023.12.1, drift mode isn’t supported for the new switchbot curtain version 3. I saw there was some work being started on adding support but wanted to …
A Hacky Way to Add Drift Mode Support to HomeAssistant for SwitchBot Curtains 3 Read MoreAs modern web applications evolve, the necessity for more dynamic and responsive forms has become apparent. Particularly, the ability to perform asynchronous validation in React forms adds a layer of …
Enhancing React Forms with Asynchronous Validation: A Deep Dive into useForm Hook Read MoreIntroduction Apple’s HEIC image format, known for its efficiency, isn’t always compatible with all platforms or devices. This guide walks you through a Python script that automatically converts HEIC images …
Automating Image Conversion and Uploads with Python: HEIC to PNG on Google Drive Read MoreCreating a modern JavaScript library can be quite an undertaking due to the myriad of tools and configurations available. Today, we’ll walk you through building your own NPM library using …
Building Your Own NPM Library Using Rollup and TypeScript Read MoreCreating a sound-reactive LED light show can be a fun and visually stunning project. In this post, we’ll be using an Arduino, the MSGEQ7 IC, and the FastLED library to …
Sound-Reactive LED Strip using MSGEQ7 and FastLED Read MoreThe Internet of Things (IoT) technology has enabled us to connect various devices around our homes. In this post, we are going to look at a simple IoT project, an …
Creating a Smart Pet Feeder with MQTT and Arduino Read More