Docker
The Docker platform is the only container platform to build, secure and manage the widest array of applications from development to production.
-
How to Build a Scalable Pre-Production Environment for Microservices in 2025 with Jenkins & k3s

Creating a reliable pre-production environment for a modern microservices architecture can be challenging—especially when you need rapid feedback loops, predictable deployments, and minimal infrastructure overhead. In this guide, you’ll learn step by step how to spin up a lightweight Kubernetes cluster with k3s, host your own Docker registry, and configure Jenkins declarative pipelines to automate…
-
How to add Xdebug to your Docker and PhpStorm

What is Xdebug? Many developers, even with extensive experience in PHP, debug their code with the typical PHP functions such as var_dump(), print_r() or simple echo statements, to dump the content of the variables. Although this method sometimes can get you out of trouble, often falls short. Here is when you should use Xdebug. In…
-
Make Magento 2 and Docker on MacOS faster with docker-sync

Docker on MacOS for development have serious performance problems, especially working with Magento 2 & Docker, why? On Linux systems, Docker directly leverages the kernel of the host system, and file system mounts are native. On Windows and Mac, it’s slightly different. They do not provide a Linux Kernel, so Docker starts a virtual machine…
-
How to set up Docker for Sylius projects

Why using Docker for Sylius projects? I used to develop my projects locally, installing all the dependencies and managing all the configuration myself… That’s OK when you code only under one framework, one technology. But then you want to upgrade your OS (Scary time for Mac OS users right?) The Docker platform is the only…
Search
Recent Posts
- El problema de los tokens en la IA que programa (y cómo lo resuelve Codebase Memory MCP)
- Los 6 niveles de programar con IA (y por qué el 90% se queda atascado)
- Spec Driven Development en un proyecto que ya existe: aplica SDD sin reescribir tu código
- Cuantización de modelos de IA: la guía técnica para correr LLMs en tu propio PC
- Spec Driven Development: qué es, cómo funciona y por qué es el futuro de programar con IA
