Articles tagged with: Patterns & Practices

Toying with Javascript modules

Summary: About structuring JavaScript code in modules, and an example basic pub-sub system for small projects.


Database Ticket Servers

Summary: Using 'ticket servers' to manage auto-incremented unique IDs across multiple databases, a common issue when sharding databases.


The fastest way to load an image...

Summary: Various strategies to speed up image loading on a webpage.


Book Review: Building Scalable Websites

Summary: This book by Cal Henderson covers scalability concepts, hardware, networking, capacity planning, and more, with multiple examples and best practices.


Software versioning notations

Summary: A discussion of the traditional software versioning schema (Major.Minor.Build.Revision) and its significance, along with the terms used for unstable releases.