Channel Avatar

Andrey Fadeev @UCGoNAEk8joHDkSdt2uCcEJw@youtube.com

3.9K subscribers - no pronouns :c

You will learn everything about building production-grade so


16:40
How to use Min/Max heaps, solving Find Median from Data Stream in Clojure
14:51
How to use reduce function in Clojure
14:34
Ways to debug Clojure code: println, pprint, hashp & debugger
16:20
Write better code with pure functions
18:25
How I use git? Interactive mode for the win!
01:07:35
Clojure Crash Course 2025: Beginner Friendly
16:47
Clojure Atom Internals, AtomicReference and Implementation Details
14:18
Building my first AI-powered application in public: demo & code walkthrough
08:09
Dark theme toggle with Tailwind CSS and AlpineJS (Clojure Service Template)
10:59
Trying Azure AI Speech Services (Text-To-Speech & Pronunciation Assessment) from Clojure (Java SDK)
17:38
Is Coolify good? My experience so far (really impressed)
10:06
Building Tailwind CSS for Clojure Hiccup Backend (Updated Clojure Service Template)
12:51
Trying JDK21 Structured Concurrency from Clojure
10:21
My first CLI tool in Go (Kong, AWS SDK, LocalStack)
11:55
Serverless we were waiting for? First look at the Unikraft Cloud (~13ms Clojure/JVM cold start)
26:14
Clojure service template for a web application (HTML and Rest) with database backend
05:52
Trying WebSockets with Hono and HTMX (on Bun runtime)
08:48
Clojure live coding session: creating async tests helper
10:45
Clojure Test Doubles (stubs, spies, mocks) with tortue/spy
10:43
How to work with SQLite from Clojure (next.jdbc, HikariCP, component, flyway migrations)
09:52
How to deploy to DigitalOcean with GitHub Actions
09:59
Building a simple concurrent task queue on PostgreSQL only with Clojure code sample
12:03
Exploring Java Virtual Threads in Clojure Applications
15:42
Zero-code events platform for microservices with Debezium and Parallel Consumer
34:35
Java JDBC fundamentals: everything you need to know (connections, transactions, resultsets)
10:19
Deploying hobby projects on a budget, NO DOCKER, (Digital Ocean, systemd, Caddy, Let's Encrypt)
20:10
Contract (design) first API development (OpenAPI, Spectral, Oasdiff), Clojure Ring Validator
15:38
Code-first OpenAPI Rest API with Clojure & Reitit. Clients creation with openapi generator tool.
12:09
Managing components and systems without libraries (closeable pattern) in Clojure
23:34
Modern gRPC with Buf, is it any good? Rest API alternative for microservices (Java/Clojure example)
19:15
Go vs core.async, let's build and compare 2 simple applications
21:43
My approach to learning a new language as an experienced developer (Go)
39:05
Astro SSR on Cloudflare Pages / Lucia Github OAuth / Drizzle ORM / Cloudflare D1
10:32
Overcoming web scraping challenges, price alert monitoring with Puppeteer, NodeJS, and Hono
28:48
First Astro+HTMX impressions: HTMX infinite scroll, (Astro DB, partials, cursor based pagination)
17:06
Better way to consume Kafka topics with Confluent Parallel Consumer
01:01:49
Lucia Auth Email and Password flow with Code Verification: Hono, D1, Cloudflare Workers
14:18
Sending emails from Cloudflare Workers with MailChannels completely free, all caveats covered!
11:49
How to use a simple Rate Limiter in Cloudflare Workers
28:46
Immutability and persistent data structures, overview of Clojure list, map, vector and set
08:28
Hono upload files to Cloudflare R2
24:02
Сloudflare D1 - everything you need to know (API, local development, testing, migrations)
14:01
New way to deploy Clojure applications? application.garden - first impressions
19:06
Tricky Clojure Functions: partial, comp, juxt and more
21:35
Adding Zod validation for HTMX form in Hono application
11:41
Let's talk about Clojure editors and IDEs: Emacs, IntelliJ IDEA Cursive, VSCode Calva, Vim
22:01
Cloudflare Workers with Bun, Hono and D1, everything you need to know
24:34
Malli getting started - best library to work with schemas in Clojure
48:54
Lucia auth V3 - great library to add authentication to your app (Bun, ElysiaJS, HTMX, SQLite)
01:07:28
Building app (Bun, HTMX, SQLite, ElysiaJS, and TailwindCSS) start to finish with Gemini AI help
15:59
Ways of working with AWS API from Clojure (aws-sdk-v2, cognitect/aws-api, amazonica)
16:40
Supabase getting started: architecture, pricing, local development and example in Javascript (Bun)
15:57
Integrant tutorial - component alternative for managing systems in Clojure applications
21:14
Bun, ElysiaJS, HTMX getting started step-by-step tutorial (with Tailwind styling)
21:41
I've created a CLI habit tracker with Babashka tasks, SQLite and Clojure
11:20
clojure.string overview - everything about working with Strings in Clojure
19:49
Best library to work with HTML in Clojure
16:07
Google OAuth2.0 with Bun and Hono
15:49
Bun with Hono: understanding HTTP sessions and cookies. The first step to building user auth.
36:53
How to define functions in Clojure: everything about defn