RSS Amplifier

Blog

Denislav Gavrilov

Welcome to my page. Here you can get to know me, find my resume, discover my projects, and read my writing.

kuberdenis.substack.comSource feed ↗10 posts

Live Last read · last published · next check

Written by

Latest posts

How To Build Any Web Application (Part 3): Landing Page

Continuing on Part 1 (setting up your developer environment) and Part 2 (defining your project to Claude Code), we are now jumping into Part 3, in which we are going to be building the landing page for our application.

How To Build Any Web Application (Part 2): Define your project

Assuming you have followed part 1 of this series, you now have a beautiful, customized development environment, waiting for you to start using it.

How To Build Any Web Application (Part 1): Your Development Environment

Everyone says you can't code if you are not a developer. I say: this is false, and today anyone can build anything! This is the first part of a 6-posts series on how to build any app with AI agents.

Agentic Workflows: Branched Environments

Continuing on my agentic workflows exploration, I expand on my previous Supabase implementation of preview environments, and move to Neon for true branching. I get a solid implementation.

Mini Shai-Hulud: Recreated

Practical exploration (and recreation) of the `Mini Shai-Hulud` supply chain attack.

Bypassing Apple's 20% store cut (with Stripe & RevenueCat)

I make an iOS app, but I am concerned non-iOS users might want to engage with the idea so I find a way to allow web payments with Stripe & bind them to a RevenueCat entitlement. Apple accepts it.

Actionable Learning I: Reinforcement Learning

I decide to learn the basics of AI/ML. I do, with Prime Intellect's "Hosted RL Training", Modal, and Codex. I fine-tune a LoRA model with synthetic data in the shape of a surveillance agent.

Hey, dentist! You are a software lead now.

A company sends a cold email to my girlfriend's sister. They ask for $400 to create a landing page for her new dental studio. I told her to drop the email in spam and made her a Github account instead

Clopus-agent: Claude Code in a CI

Complete self-hosted natural language programming (""vibe coding"") platform with Github, ArgoCD, and Claude Code. Essentially, a far better and functional Replit/Lovable.

Preview Environments

A practical introduction to GitOps & the power of preview environments: a fully functional isolated environment, spawned automatically on every pull request.