3 ways to store variables in React, and why you shouldn't sleep on useRef (4 minute read)
There are three ways to store variables in React, with a particular focus on the `useRef` hook. Vanilla JavaScript variables are temporary and do not cause UI updates, while `useState` variables persist, update the UI, and are essential for reactive components.`useRef` allows data to persist and be mutable across renders without triggering a re-render of the UI.
|
|
The unwritten laws of software engineering (8 minute read)
Experienced software engineers often learn critical "unwritten rules" through trial and error, such as the importance of rollback plans, rigorous backup testing, and the "four eyes" rule for risky changes. This article outlines seven essential principles that help developers create more reliable systems by avoiding operational pitfalls and temporary fixes.
|
3 constraints before I build anything (4 minute read)
For creativity when building, every idea must meet three constraints. These constraints require distilling the idea into a clarity-driven "one-pager," making sure the core technology is independently viable for leverage, and defining the product by a single, guiding constraint to prevent feature bloat.
|
|
An open-source spec for Codex orchestration: Symphony (55 minute read)
Symphony is an open-source specification for an agent orchestrator designed to address the bottleneck of human engineers micromanaging coding agents. It transforms project management boards like Linear into control planes, continuously assigning tasks to agents in dedicated workspaces and handling their execution. The system boosts productivity, with some teams seeing a 500% increase in landed pull requests, by allowing humans to focus on higher-level, ambiguous problems rather than supervising agents.
|
Sup (Website)
Sup is a terminal-based email client designed for managing large volumes of mail through tagging and hierarchical threading. It has powerful local search and a Ruby hook system, making it an efficient tool for users who treat their inbox as a searchable archive.
|
Dirac (GitHub Repo)
Dirac is an open-source AI coding agent designed for high accuracy and token efficiency. Available as a VS Code extension and CLI, it provides a powerful, cost-effective solution that reduces API costs by an average of 64.8% through methods like optimized context curation, AST manipulation, and autonomous tool use.
|
|
The woes of sanitizing SVGs (15 minute read)
Scratch's reliance on complex, manual sanitization for directly embedded user-generated SVGs has proven unsustainable, repeatedly failing to prevent vulnerabilities like XSS and HTTP leaks. There are other alternatives that successfully sandbox SVGs within an `iframe` using a strict Content Security Policy.
|
Two years without cookies on the site, here's where we ended up (9 minute read)
Sentry's removal of advertising cookies and tracking two years ago forced a shift toward awareness-based growth, with 70% of its budget now targeting channels like sponsorships and podcasts. This transition from pixel tracking to holistic data analysis and authentic engagement has unexpectedly driven exponential growth in new activated users.
|
|
Love TLDR? Tell your friends and get rewards! |
|
Share your referral link below with friends to get free TLDR swag!
|
|
|
| Track your referrals here. |
|
|
|
0 Comments