Owl Blog

What does an owl do to be intentional?

A personal space for thoughtful engineering, practical learning, and consistent growth.

All Development Italian

Latest Articles

New Article

Admin login required to create articles.

Milan to the Ligurian Coast: An Italy Itinerary Built for Slowing Down

4/26/2026 by OwlAdmin | 8 min read
Italian Travel Italy
There's a version of an Italy trip that moves fast - twelve cities, a hundred selfies, and a suitcase full of regret about the meal you skipped because the train was leaving. This isn't that trip. This September, I'm building an itinerary around a different principle: stay long enough to stop noticing you're a tourist. Long enough for the barista to remember your order. Long enough for a place to feel less like a destination and more like a temporary life. The route runs from Milan south through Lake Maggiore, down the Ligurian coast to Portovenere and Levanto, and back to Milan to close things out. Five stops. No rush. Here's how it unfolds.
Read More Edit

Italian Learning App - Current State

4/26/2026 by OwlAdmin | 3 min read
Development italian features development recap
Just a recap on how this app started and the evolution into where it is today.
Read More Edit

Building a Real Auth System for a Learning App

4/19/2026 by Robb | 5 min read
Development node.js express authentication passport.js mongodb oauth devlog
Taking an Italian learning app from hardcoded admin credentials to proper Passport.js auth with email/password + Google OAuth, role-based access, and MongoDB session persistence. Phase 1 of a 4-phase upgrade adding user accounts, progress tracking, gamification, and adaptive AI-driven learning.
Read More Edit

Returning to Italy: A Trip That Feels Less Like Travel and More Like Alignment

3/27/2026 by OwlAdmin | 3 min read
Italian Heritage Travel Italy
There are trips you plan because you want a vacation, and there are trips you plan because something in you is pulling you toward a place. This September, I’m flying into Milan for ten days, and it feels like the latter. Not tourism. Not a checklist. Something closer to a return—despite the fact that I’ve never lived there. For years I’ve been studying the language, tracing my family lines, and piecing together the stories of the people who left Italy generations ago. Somewhere along the way, Italy stopped being a place on a map and became a place that explains me. This trip is the first time I get to walk through that feeling instead of imagining it.
Read More Edit
Reproducible Local LLM Stack on a Laptop — Docker, k3d, Ollama, Open WebUI

Reproducible Local LLM Stack on a Laptop — Docker, k3d, Ollama, Open WebUI

3/1/2026 by AdminOwl | 3 min read
local-llm DevOps docker k3d ollama open-webui Ansible
This post documents a reproducible DevOps workflow to run a local LLM stack on an Acer Predator laptop (64 GB RAM, RTX 5070 Ti — 12 GB VRAM, 2 TB storage). It covers host preparation, optional GPU passthrough, running Ollama for local inference, creating a lightweight Kubernetes cluster with k3d for the UI, deploying Open WebUI, and automating the stack with Ansible. The automation and manifests referenced live in https://github.com/binarobb/local-llm-stack.
Read More Edit

From Manual Mayhem to Button Clicks: Automating Infrastructure at Scale

2/27/2026 by OwlAdmin | 2 min read
Ansible Infrastructure DevOps Automation GitHub Actions Linux
Learn how I automated a major infrastructure upgrade using Ansible, GitHub Actions, and Apache Traffic Control. A technical deep-dive into DevOps automation.
Read More Edit