Turning an anti-pattern into an easily accessible feature makes it worse, not better.| makemeacto.substack.com
Software scalability is an interesting issue to have. Read this 2500+ words post to know dev and ops aspects to focus on for achieving scalable software.| Geshan's Blog
Today I am happy to announce we are releasing Strands Agents. Strands Agents is an open source SDK that takes a model-driven approach to building and running AI agents in just a few lines of code. Strands scales from simple to complex agent use cases, and from local development to deployment in production. Multiple teams […]| Amazon Web Services
The first of a series of envisioned blog posts on lambda calculus, and Lisp. It’s unclear exactly where to start: there is a whole heap of interesting issues, both theoretical and in terms of concrete implementations, which tangle and interconnect. A particular application of lambda calculus is a very salient part of my “day job” as a formal semanticist of natural language. And my interests in Emacs and lisp(s) feel like they tie in here as well—though that’s a question in itself wh...| babbagefiles.xyz
As I’m typing this, Re:Invent 2024 is only weeks away. In anticipation of AWS News’ busiest period of the year, I redesigned the API access patterns to support very efficient caching. This re…| Luc van Donkersgoed's Notes
At the start of each year, my husband and I each pick a “yearly theme” instead of new year’s resolutions. The yearly theme acts as a guiding spirit to help direct our energy, activities, and decisions throughout the year.The original inspiration for choosing a yearly theme came from The Cortex po...| Vivian Qu
Common practices to make your gem users’ and other developers’ lives easier.| guides.rubygems.org
The backstory on a new function in the reflect package of Go 1.22.| blog.carlana.net
A page object wraps an HTML page, or fragment, with an application-specific API, allowing you to manipulate page elements for testing without digging around in the HTML.| martinfowler.com
What does Cache-Control really do? In basic terms? Let’s find out!| csswizardry.com
How Nix flakes enable caching of evaluation results of Nix expressions.| www.tweag.io