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
- Qué es Open Knowledge Format (OKF) y qué arregla de tu RAG
- IA local en WordPress 7: cómo conectar Ollama sin API key
- SpecJudge: cómo elegir el modelo de IA con mejor relación calidad/precio para tu proyecto
- Prompt injection: por qué tu agente de IA no es seguro (y cómo arreglarlo)
- El problema de los tokens en la IA que programa (y cómo lo resuelve Codebase Memory MCP)
