Private Registry 101: Setup a local private repository
Step-by-step guide to set up a private Docker registry using the official registry container, including local setup, common issues, and solutions for insecure registry endpoints.
Everything I write, here and elsewhere. Newest first.
Step-by-step guide to set up a private Docker registry using the official registry container, including local setup, common issues, and solutions for insecure registry endpoints.
Essential Git configuration commands and useful aliases to set up a productive Git environment, including shortcuts for common commands and color settings.
Best practices for organizing PHP/Symfony controllers and model layers to avoid spaghetti code, reduce maintenance costs, and improve developer productivity.
Learn how to enhance your WSGI applications with powerful middleware, including the amazing weberror interactive Ajax debugger for Python web development.
Comparing how different ORMs (Doctrine, Propel, SQLAlchemy, Django, Rails) handle empty WHERE IN clauses in SQL, and why the simplest approach is often correct.
Understanding HTTP fundamentals: the request/response protocol, methods (GET, POST), status codes, and why web developers must know the language of the web.
Real-world case study of a backward compatibility break in PHP 5.2.11 that affected symfony projects, highlighting why stable branches must remain stable.