Migrating From Apache to Nginx and proxying cookie paths
A technical guide on fixing cookie path issues when migrating from Apache's mod_proxy to Nginx's proxy_cookie_path directive.
A technical guide on fixing cookie path issues when migrating from Apache's mod_proxy to Nginx's proxy_cookie_path directive.
Part 11 of a Docker tutorial series, focusing on using Docker Compose to manage and run a complete multi-container web application stack.
Part 10 of a Docker website series: Creating and configuring an nginx reverse proxy container to route requests to backend and frontend services.
A 2015 roundup of browser updates, new web features, and developer tools for debugging, testing, and performance.
Part 9 of a Docker series: Creating a Docker container for an nginx web server hosting an Angular 2 frontend application.
The Bite Python Newsletter is now an official weekly publication, with a new schedule and homepage.
Explains the benefits of using Python's namedtuple for readable, self-documenting, and efficient code compared to regular tuples.
A weekly roundup of browser updates, bug fixes, performance tools, and web development resources from June 2015.
A weekly roundup of browser bugs, workarounds, and developer tools, focusing on CSS, SVG, and debugging techniques.
An introduction to the Zsh shell and the Oh My Zsh framework, highlighting their benefits over bash for power users.
A weekly roundup of browser updates, bug fixes, performance tools, and development tips for web developers.
Part 8 of a Docker series: Building an ioJS REST API container with hapiJS and MongoDB, focusing on application logic and containerization.
A guide on using the Navigation Timing API with Piwik analytics to monitor and track website page load time performance.
Weekly roundup of browser developer news, covering Firefox 38 features, ServiceWorker, HTTPS, and debugging tools.
A personal review of the 2015 beyond tellerrand conference, highlighting standout talks on creative culture, the global web, and SVG.
Part 7 of a Docker tutorial series: creating a custom MongoDB container image for a website's persistence layer.
Part 6 of a Docker website series: creating a custom Ubuntu base image for containers, covering Dockerfile setup and best practices.
An in-depth series exploring the Flux architecture, its components, and practical implementation beyond basic tutorials.
Part 5 of a series on building a website with Docker, focusing on creating a Docker Compose file to define and run the multi-container application.
Part 4 of a Docker series: Planning a multi-container architecture for a website using nginx reverse proxies and web servers.