Browsing Tag
tutorial
1020 posts
From brute force to reinforcement: optimizing intelligent agents with modern AI
From brute force to reinforcement: optimizing intelligent agents with modern AI Introduction Most algorithms start by solving problems…
Exploring Git by Building My Own Minimal Version Control System
I’ve used Git every day for years, but I realized I never really knew what happens behind the…
Transform Your Raspberry Pi into a Mini Windows 11 PC: Step-by-Step Guide
Introduction If you’ve ever looked at your Raspberry Pi and wondered “Could I run Windows 11 on this?”,…
I Built a Voice-Controlled Plant Sitter in Python with Goose & Gemini CLI
Ever killed a houseplant because you forgot to water it? I have. Twice. Here’s how I built a…
Create a Text Editor in Go – Text Viewer
You can access the code of this chapter in the Kilo-Go github repository in the movingaround branch Currently…
[Boost]
Build a Highly Available Pi-hole Cluster with Ansible (VRRP) Danylo Mikula ・ Nov 7 #pihole #raspberrypi #ansible #tutorial
Create a Text Editor With Go – Welcome Screen
You can access the code of this chapter in the Kilo-Go github repository in the welcomescreen branch Currently…
Integrating MCP Tools with AWS Bedrock in an ASP.NET Core Minimal API
In this article, we’ll build an ASP.NET Core Minimal API that integrates AWS Bedrock with MCP client capabilities,…
Deep Dive into Scala 3 Macros: Building a Custom String Interpolator
This blog post explores the powerful macro system in Scala 3 through a practical example: a custom string…
Debian First Aid Kit
Welcome to the Debian First Aid Kit! Maybe you’re completely new to the command line. Either way, you’ve…