Programming Deflation

Code
Cache - Laravel 9.x - The PHP Framework For Web Artisans
use Illuminate\Support\Facades\Cache;
2
3$lock = Cache::lock('foo', 10);
4
5if ($lock->get()) {
6 // Lock acquired for 10 seconds...
7
8 $lock->release();
9}
The double standard of webhook security and API security | Speakeasy
why do we collectively place higher security requirements on webhook requests than API
I’ll posit that the primary reason most people don’t opt for signing their API requests is because of herd mentality
Introduction - Jujutsu for everyone
Tornike Onoprishvili | Code is Debt
the company with fewer lines of code is better off. They have fewer lines of code and so they can understand and modify their code more quickly
An Illustrated Guide to OAuth
OAuth was first introduced in 2007. It was created at Twitter because Twitter wanted a way to allow third-party apps to post tweets on users' behalf.
What are OKLCH colors?
OKLCH is a newer color model that is designed to be perceptually uniform. This means that colors are much more accurate in terms of how humans perceive them and it makes working with them much easier
AGENTS.md
Best practices for using GitHub Copilot to work on tasks - GitHub Enterprise Cloud Docs
Phrase origin: Why do we “call” functions?
Switching to Claude Code and VSCode Inside Docker | Hacker News
new Date("wtf")
5 things I learned from 5 years at Vercel | Lee Robinson
passion without boundaries will lead you to burnout.
Why was I responding to tweets on the beach? I hadn't built the system for others to take ownership
You can push the pace without being an asshole. The ideal state is that your team both loves what they're working on and can ship fast
Aggressive deadlines expose hidden complexity
My goal was to build a culture that set aggressive deadlines, but also was okay with sometimes missing dates. If there's no date, it might take 3 months. But if you set a date of 2 weeks and it actually takes 1 month, great, you just shipped a first version 3x faster.
It's one of my favorite parts about roles like DX and Design Engineers. These are folks who can code, design, build, and ship. They have extreme agency and operate more like founders.
cactus-compute/cactus: Framework for running AI locally on mobile devices and wearables. Hardware-aware C/C++ backend with wrappers for Flutter & React Native. Kotlin & Swift coming soon.
What does git for Data even look like anymore?
MiguelsPizza/WebMCP: Bringing the power of MCP to the web
Astro is a developers f* dream — Websmith Studio
Tools: Code Is All You Need
The story of the SSH port is 22.
We've Issued Our First IP Address Certificate
Don't say "click here"; not everyone will be clicking - Quality Web Tips
Google SRE - IT Service Management: Automate Operations
Expiration Notification Service Has Ended
Bloom Filters by Example
How to Use Telegram for Storing Laravel Logs
Logging - Laravel 9.x - The PHP Framework For Web Artisans
Beyang
LM Studio - Discover, download, and run local LLMs
Intro | opencode
Writing Toy Software Is A Joy