The Developer's Guide to WebSockets
Learn when and how to use WebSockets for real-time features, with practical patterns for connection management, scaling, and common pitfalls.
Editor, Codably
Gareth is an engineering manager and front-end specialist with a passion for coaching and mentoring others. He brings a leadership perspective to developer productivity, helping teams understand how the right processes and culture can unlock high performance.
At Codably, Gareth writes about engineering culture, code quality, and team performance. His articles focus on practical ways to improve developer experience, from better code review practices to healthier team dynamics.
When he is not writing, Gareth is focused on enabling psychological safety and high performance in the teams he works with.
Learn when and how to use WebSockets for real-time features, with practical patterns for connection management, scaling, and common pitfalls.
Practical guide to designing database schemas that scale cleanly, covering normalisation, denormalisation, naming and common mistakes.
A practical guide to managing dependencies so your projects stay secure, up to date, and free from unexpected breakage.
Practical strategies for working with legacy code, from adding tests to safe refactoring and the strangler fig pattern.
Essential terminal tools that boost developer productivity. From modern CLI replacements to powerful workflow utilities.
Run code reviews that catch real issues without becoming a bottleneck. Practical tips for reviewers and authors.
What separates senior developers from mid-level ones is not years of experience. It is mindset, judgement, and how they approach problems.
Monorepos vs polyrepos compared honestly. Learn the trade-offs of each approach and how to choose the right repository strategy for your team.
Practical TypeScript patterns that make your code safer, from discriminated unions to branded types, with real-world examples.