Codetown is a social network. It's got blogs, forums, groups, personal pages and more! You might think of Codetown as a funky camper van with lots of compartments for your stuff and a great multimedia system, too! Best of all, Codetown has room for all of your friends.
When you create a profile for yourself you get a personal page automatically. That's where you can be creative and do your own thing. People who want to get to know you will click on your name or picture and…
Sam Newman discusses the three golden rules of distributed computing and how they necessitate robust handling of timeouts, retries, and idempotency. He provides practical, data-driven strategies for implementing these principles, including using request IDs and server-side fingerprinting to create safe, resilient distributed systems.
Emerson Murphy-Hill explains how to prioritize investments in engineering productivity using data from Google, National Instruments, and ABB. He discusses a ranked list of productivity drivers, the impact of biases in code reviews and documentation, and the practices of exceptionally diverse and inclusive engineering teams.
Anthropic has recently made Claude Code Subagents generally available, enabling developers to create independent, task-specific AI agents with their own context, tools, and prompts.
Software provenance is gaining new importance as organizations look for ways to secure their supply chains against tampering and comply with emerging standards like SLSA
Introducing Oxlint v1.0: a groundbreaking Rust-based linter for JavaScript and TypeScript, boasting 520+ rules and 50-100x faster performance than ESLint. With zero-config setup, multi-file analysis, and seamless migration tools, it’s ideal for both open-source projects and enterprises. Experience rapid linting and minimal setup.
David Widjaja's Comments
Comment Wall (1 comment)
You need to be a member of Codetown to add comments!
Join Codetown
Hey. Welcome to Codetown, David! All the best, Mike (Founder)
Welcome to
Codetown
Sign Up
or Sign In
Or sign in with:
Happy 10th year, JCertif!
Notes
Welcome to Codetown!
Created by Michael Levin Dec 18, 2008 at 6:56pm. Last updated by Michael Levin May 4, 2018.
Looking for Jobs or Staff?
InfoQ Reading List
Presentation: Timeouts, Retries and Idempotency In Distributed Systems
Sam Newman discusses the three golden rules of distributed computing and how they necessitate robust handling of timeouts, retries, and idempotency. He provides practical, data-driven strategies for implementing these principles, including using request IDs and server-side fingerprinting to create safe, resilient distributed systems.
By Sam NewmanPresentation: Supporting Engineering Productivity for All
Emerson Murphy-Hill explains how to prioritize investments in engineering productivity using data from Google, National Instruments, and ABB. He discusses a ranked list of productivity drivers, the impact of biases in code reviews and documentation, and the practices of exceptionally diverse and inclusive engineering teams.
By Emerson Murphy-HillClaude Code Subagents Enable Modular AI Workflows with Isolated Context
Anthropic has recently made Claude Code Subagents generally available, enabling developers to create independent, task-specific AI agents with their own context, tools, and prompts.
By Hien LuuSupply Chain Security: Provenance Tools Becoming Standard in Developer Platforms
Software provenance is gaining new importance as organizations look for ways to secure their supply chains against tampering and comply with emerging standards like SLSA
By Matt FosterOxlint v1.0 Stable Released: A Rust Based JavaScript Linter
Introducing Oxlint v1.0: a groundbreaking Rust-based linter for JavaScript and TypeScript, boasting 520+ rules and 50-100x faster performance than ESLint. With zero-config setup, multi-file analysis, and seamless migration tools, it’s ideal for both open-source projects and enterprises. Experience rapid linting and minimal setup.
By Daniel Curtis