833 Posts, 0 Following, 4 Followers · Cross-posting from https://planet.clojure.in/
Bozhidar Batsov, Clojure Camp, Eric Dallo, Michiel Borkent, Jeaye Wilkerson
A Clojure Lambda function for monitoring AWS CloudWatch Logs subscriptions, using Gatus to monitor scheduled jobs, and configuring Amazon EventBridge Scheduler to run an ECS task twice a day.
How we at OTTO are re-engineering AWS microservices using AI agents and Git-based architecture 👉 Read now!
Every era has its stack. The 2000s had LAMP. The 2010s had MEAN and JAMstack. The age of the Vibecoder needs a stack that is small enough for an LLM to reason about end-to-end, yet powerful enough to...
The era of the "Vibecoder" has arrived—where developers use plain-English prompts to manifest software. But how do we let AI agents handle infrastructure without them becoming a "bull in a code-sho...
On of the first programs I ever ran on a computer was a text adventure game, also known as Interactive Fiction. I think the first one I played was Adventureland by Scott Adams, which was based on the...
Build scalable, data-heavy systems in Clojure without sacrificing simplicity. Learn practical patterns for managing complexity with immutable data and functional design.
Cookies and sessions are both ways to persist data across HTTP requests, but they work differently: