RSSAmplifier

Blog

Blog of Andrey Bogoyavlenskiy

Notes mostly about programming

bogoyavlensky.comRSS feed ↗13 posts

Latest posts

Sandboxing AI coding agents with Lima

Learn how to sandbox AI coding agents using Lima, a tool that allows you to create lightweight virtual machines on your local machine, providing a safe and isolated environment for testing and development.

Announcing GetUUID: a simple UUID, ULID and Nano ID generator

GetUUID is a free online UUID, ULID and Nano ID generator. It is simple, fast and easy to use.

Building and publishing a Clojure library from scratch with Slim

Learn how to build and publish a Clojure library to Clojars using Slim, a build tool that simplifies the development and deployment process.

Announcing Slim: new build tool for Clojure

End-to-end tests in Clojure with Etaoin and Testcontainers

Learn how to set up and run end-to-end tests in Clojure using Etaoin and Testcontainers, making browser testing easier without managing separate webdrivers.

Deploying a full-stack Clojure app with Kamal on a single server

Learn how to deploy a full-stack Clojure application using Kamal, covering project setup, server configuration, and automated CI/CD deployment for a seamless development experience.

Designing a database schema for a budget tracker with Automigrate

Through a practical example, the article highlights how Automigrate streamlines database management for an app in Clojure.

Rendering index.html on any route with Reitit in Clojure

Discover how to effortlessly render index.html for any route in your Clojure application using the Reitit router.

Auto-reloading of Ring server with Reitit in Clojure

Learn how to effortlessly enable auto-reloading for your Ring server using Reitit in Clojure, streamlining your development process.

Kubernetes cluster on Hetzner using k3s and Terraform

Just a quick note for provisioning Kubernetes cluster on Hetzner using k3s and Terraform.

Announcing automigrate

Announcement automigrate - database auto-migration tool for Clojure.

Clojure test coverage with Eftest and Cloverage

Announcement of Cloverage built-in ability to run tests with Eftest.

Clojure formatting with cljstyle

Clojure formatting in practice using the cljstyle tool.