Blog

Latest posts

AI Embedded in a Real Product: What We Learned at an Online Cooking School

AI Embedded in a Real Product: What We Learned at an Online Cooking School

We integrated AI into an online cooking school with 1,404 recipes: an assistant that knows your menu, a profile that builds itself while you chat, and content generated for production. These are the technical decisions and what we learned: why context is everything, and the hidden-marker pattern that lets the model talk to the system without the user ever seeing it.

Read more
LEMP on Ubuntu 24.04: The Hardening and Tuning the Tutorials Skip

LEMP on Ubuntu 24.04: The Hardening and Tuning the Tutorials Skip

I deployed a LEMP stack on Ubuntu 24.04 from scratch for my projects. Not another step-by-step: I cover the decisions that matter and the non-obvious bits. Why I kept everything from the repo, PHP-FPM over a Unix socket instead of TCP, hardening from day one (UFW, TLS, SSH on a non-standard port), and the real permissions mess between the FTP users and www-data.

Read more