TLDR Dev 2025-03-10
The Claude Effect π, Claude Code review π§, becoming a good engineer π±
Workshop: build it, watch it break, and debug it with Sentry (Sponsor)
You just shipped a new feature. Tests passed. CI's green. Life's good... until the alerts start rolling in.
π¨Limited Spots available!π¨ This Wednesday, Join Sentry's Lazar Nikolov for a zero-slides, hands-on session where you'll go from "no idea what's wrong" to fixing issues. During the session, you will see how to setup Sentry from the ground up, and then:
- Understand the real user experience with Replays
- Debug application issues with Tracing
- Use Sentry AI to understand what's actually broken, and Autofix to generate a fix - from root cause all the way to PR.
Bring your laptop, an updated NPM install, and a willingness to break things. See you there or catch it on-demand.
π§βπ»
Articles & Tutorials
Why Local-First Software Is the Future and its Limitations (35 minute read)
Local-first software has data primarily residing on the client device and synchronizes with a server in the background. Local-first has benefits like instant app responses, offline capabilities, and increased user data control, but also introduces challenges such as conflict resolution and client-side data migrations. Recent advancements like increased browser storage limits, new storage APIs, and WebAssembly are allowing local-first approaches in software to grow.
What is Model Context Protocol (MCP)? How it simplifies AI integrations compared to APIs (7 minute read)
Model Context Protocol (MCP) is a standardized protocol that acts as a universal connector for AI agents to access various external data sources and tools. Unlike traditional APIs that require custom integrations for each service, MCP offers a single integration point for multiple tools and services, allowing for dynamic discovery and real-time two-way communication.
How much traffic can a pre-rendered Next.js site really handle? (17 minute read)
This developer investigated the traffic capacity of his pre-rendered Next.js site and found its VPS performance surprisingly limited, handling only a few concurrent visitors effectively. Scaling the VPS led to barely any improvement, so he explored alternatives like Cloudflare (rejected due to privacy concerns) and Vercel (deemed too expensive and restrictive). Finally, he upgraded to a dedicated server, which boosted performance and now allowed the handling of thousands of requests per second.
It is hard to recommend Python in production (4 minute read)
Python is not ideal for production environments despite its popularity in data science. It is resource-intensive, resulting in larger Docker image sizes and higher memory usage compared to languages like Go. Furthermore, it's hard to constantly maintain and upgrade Python codebases.
Great software design looks underwhelming (7 minute read)
Great software design appears deceptively simple because its primary goal is to eliminate potential failure modes early in the process. This is achieved by strategies such as minimizing hot paths, reducing unnecessary components, centralizing state, and using well-tested systems.
Becoming a good engineer (8 minute read)
Passion and ambition are necessary for becoming a good engineer. A good engineer has a deep understanding of their field's principles, continuously learns and critically evaluates new developments, and understands the limitations of tools and technologies. To become a better engineer, one should learn to think critically, read extensively, apply knowledge to practical projects, and critique their own work.
Mako (Website)
Mako is a production-grade web bundler built with Rust. It's designed for web app, library, and framework development, and it has zero-configuration setup with out-of-the-box support for TypeScript, CSS Modules, and React.
Anon Kode (GitHub Repo)
Anon Kode is a terminal-based AI coding tool that can use any model supporting the OpenAI-style API to fix code, explain functions, and run tests. The tool allows users to configure AI models through the onboarding process or manually in the config and offers a bug submission feature.
Airo (GitHub Repo)
Airo is a tool that simplifies deploying containerized applications from a local machine to a self-hosted server by automating tasks like building Docker images, configuring HTTPS, and updating configurations.
What I Learned Building a Free Semantic Search Tool for GitHub and Why I Failed (36 minute read)
SemHub is a free semantic search tool for GitHub issues that aims to improve upon GitHub's existing search capabilities by allowing cross-repository and fuzzy searches. Despite using a modern TypeScript stack and vector search optimizations using pgvector, the project failed to gain traction. The creator found that the tool was solving a problem that wasn't painful enough for most developers and required too much behavioral change.
Metric-Driven Development and The Claude Effect (7 minute read)
The feeling of software and real-world usability can be a better indicator of value compared to chasing metrics and benchmarks. This is shown by how Claude is the most popular tool for coding, even though other AI models top leaderboards. This shows the limitations of metric-driven development, where an over-reliance on numbers can lead to neglecting the actual user experience.
How Much Are LLMs Actually Boosting Real-World Programmer Productivity? (34 minute read)
A lot of the gains from LLMs during coding are likely unevenly distributed among power users and those skilled at integrating LLMs into their workflow. In fact, it's possible that the time saved by LLM code generation is often wasted fixing and untangling the resulting code, potentially leading to more bloatware than genuinely useful software.
Why Go's Error Handling is Awesome (8 minute read)
Go's explicit error handling is verbose (`if err != nil`), but that is actually a strength because it makes code clearer, forces devs to address potential failures, and allows for the creation of actionable error chains.
I've been using Claude Code for a couple of days (2 minute read)
Claude Code, despite its clunky interface and high cost, is a surprisingly effective and powerful coding assistant that is better than existing tools in its ability to relentlessly tackle legacy bugs and push changes through to production.
Unspoken git secrets that save you mountains of time as an engineer (3 minute read)
Some lesser-known git commands and configurations like `git checkout -`, `git bisect`, `git log -G`, `git merge -X`, and various config settings greatly improve your efficiency as a dev.
Letta (GitHub Repo)
Letta is an open-source framework for building stateful LLM applications with features like agent development environments, REST APIs, and support for various LLM backends.
The most important software engineering news in one daily email
Join 450,000 readers for
one daily email