Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

🛠 Bind Mount and 2 Other Useful Linux Commands (Updated for 2025)

💡 Why bind mount is more than just another mount 📂 How to mirror directories without copying data 🛡 Practical scenarios: chroot, Docker overlays, snapshot-style backups ⚙️ Bonus tools: fi...
02.05.2025 0 Read More

#37 Running a Docker Container in a Docker Container

0. High-Level Introduction (Why Run Docker in Docker?) Imagine you're using Docker to run your applications or build processes. Now, what if one of those processes, running inside a Docker co...
02.05.2025 0 Read More

🚀 How I Deployed a Self-Hosted n8n Instance on Google Cloud Free Tier (with Docker Compose + Script Automation)

Hey DEV community! 👋 I'm a DevOps Engineer obsessed with automation, cloud efficiency, and squeezing every drop out of free tiers. Recently, I deployed n8n, the powerful open-source workfl...
02.05.2025 0 Read More

Send Node.js logs from Docker to Grafana Cloud with Alloy

Send Node.js logs from Docker to Grafana Cloud with Alloy
tl;dr: alloy config, docker-compose.Any service that's meant to live more than couple of weeks eventually reaches the stage where you feel the need to properly monitor it. You usually start with simpl...
02.05.2025 0 Read More

Containerized Symfony & Vue.js environment with DDEV

For the past year or so, DDEV has been my go-to tool for setting up a development environment. With a simple .yaml file, this nifty tool is capable of providing a containerized workbench with PHP, a M...
02.05.2025 0 Read More

Stop using Docker like it’s your first dev job

Stop using Docker like it’s your first dev job
A real-world guide for devs to ditch outdated container habits and build like it’s the 2020sIntroductionLet’s get this out of the way: Docker is not dying. But if your workflow still looks like a ...
03.05.2025 0 Read More

Dockerize Laravel Vue Application! - By Ariful Haque Sajib

Dockerize Laravel Vue Application! - By Ariful Haque Sajib
Dockerize laravel vue application — by Ariful Haque Sajib . In this blog, I’ll walk you through setting up a Laravel 11 and Vue.js 3 with Inertia.js project in a Dockerized environment. The setup ...
03.05.2025 0 Read More

Stop shipping insecure Dockerfiles: real devs don’t run as root

Stop shipping insecure Dockerfiles: real devs don’t run as root
From base image blunders to run-time disasters let’s lock down that container before it escapes the lab.Introduction: Your Dockerfile is a ticking time bomb unless you secure itDockerfiles are like ...
03.05.2025 0 Read More

From Zero to GenAI Cluster: Scalable Local LLMs with Docker, Kubernetes, and GPU Scheduling

From Zero to GenAI Cluster: Scalable Local LLMs with Docker, Kubernetes, and GPU Scheduling
A practical guide to deploying fast, private, and production-ready large language models with vLLM, Ollama, and Kubernetes-native orchestration. Build your own scalable GenAI cluster with Docker, Kube...
03.05.2025 0 Read More

From Beginner to Pro: Docker + Terraform for Scalable AI Agents

From Beginner to Pro: Docker + Terraform for Scalable AI Agents
IntroductionAs AI and machine learning workloads grow more complex, developers and DevOps engineers are looking for reliable, reproducible, and scalable ways to deploy them. While tools like Docker an...
03.05.2025 0 Read More
Loading...
#reading
Introducing DevUtils: a free & open-source toolbox for developers
0
How to create and print an invoice with Tailwind CSS
0
Generative AI requires Skills and Hard Work
0
Smart Contracts Deep Dive: Storage Packing, Payment Flows, and msg Object Explained
0
Streamlining AWS CloudFormation Template Tag Management with Tagion
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0