Browsing Tag
tutorial
1115 posts
5 Nylas CLI commands every AI agent should have access to
Adding email and calendar tools to an AI agent is mostly an exercise in restraint. Give it 50…
Kiro Specs: Deja de Improvisar y Empieza a Planificar Features con IA
Si alguna vez arrancaste a codear una feature “porque ya sabes lo que hay que hacer” y terminaste…
Tutorial: Build High-Throughput APIs with Go 1.24 and Gin 1.10
In 2024, API throughput remains the single biggest bottleneck for 68% of backend teams, with 42% of Go-based…
The Handoff Component: Why AI Output That Looks Great Still Gets Rewritten
The 4PM Friday Pattern Every team I’ve worked with has the same Friday afternoon pattern. Someone runs an…
Practical Guide: Building an Active-Active Multicloud Cell-Based Architecture
1. Introduction A multicloud cell-based architecture represents the pinnacle of fault isolation and vendor neutrality. By distributing autonomous…
SQL Subquery and CTEs( Common Table Expressions)
What is a subquery? Subquery is a query nested inside another query statement. It allows the query to…
Building an AI companion with persistent memory — Redis + ChromaDB
📦 Full runnable example: github.com/sm1ck/honeychat/tree/main/tutorial/01-memory — clone, docker compose up, chat with the demo bot on Telegram. Every…
How to Run LLMs Locally with Ollama — A Developer’s Guide
You don’t need an API key or a cloud subscription to use LLMs. Ollama lets you run models…
How to Give Your AI Agent a Multi-Chain Crypto Wallet in 5 Minutes
Most AI agents hit the same wall: they can reason about money yet cannot touch it. EmblemAI solves…
How I Learned SQL by Creating a Simple School Database
Introduction When I first started learning data analytics, I spent most of my time working with tools like…