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.

Sharing Docker Images: Docker Hub & Private Registries

Sharing Docker Images: Docker Hub & Private Registries
Docker simplifies the process of developing, shipping, and running applications. One of its core strengths is the ability to package your entire application—including the OS, dependencies, and confi...
20.04.2025 0 Read More

¿Cómo ejecutar Node.js, PostgreSQL en contenedores dentro de un entorno de desarrollo?

¿Cómo ejecutar Node.js, PostgreSQL en contenedores dentro de un entorno de desarrollo?
Si no quieres depender de algún entorno de desarrollo integrado (IDE) en la nube (GitHub Codespaces, Firebase Studio, Replit, etc) la clave es usar Docker, Docker Compose, Git, y un repositorio en l...
20.04.2025 0 Read More

Multi Stage Docker Build - smaller is better

Multi Stage Docker Build - smaller is better
40 days of K8s - CKA challenge (03/40) Multi Stage Docker Build - smaller is better @piyushsachdevaDay 3/40 - Multi Stage Docker Build - Docker Tutorial For Beginners - CKA Full Cour...
20.04.2025 0 Read More

Deploy a Next.js App on AWS EC2 with Docker, NGINX, and Automate with GitHub Actions.

Deploy a Next.js App on AWS EC2 with Docker, NGINX, and Automate with GitHub Actions.
Next.js is a powerful React framework that provides server-side rendering, static site generation, and API routes. Deploying a Next.js app on an AWS EC2 instance allows for better control and customiz...
21.04.2025 0 Read More

How I Built a Free Tool to Visualize Garmin Health Data in Grafana Dashboards

How I Built a Free Tool to Visualize Garmin Health Data in Grafana Dashboards
Garmin devices collect an impressive amount of health and fitness data: heart rate, sleep, stress, respiration, SpO2, and more. But if you’re like me, you’ve probably wished for more flexibility i...
21.04.2025 0 Read More

Monitoring Go Applications Using Prometheus, Grafana, and Docker

Monitoring Go Applications Using Prometheus, Grafana, and Docker
Monitoring is important for any application. It helps us ensure that our application is running smoothly and allows us to detect any issues before they become critical. Because in real case scenarios,...
21.04.2025 0 Read More

Running WebAssembly with ContainerD + CRUN + WasmEdge

WebAssembly (Wasm) isn’t just for the browser anymore. It’s conquering the cloud too — and if you're feeling adventurous, let's plug it into container runtimes like containerd, run it with crun...
21.04.2025 0 Read More

From CosmosDB to DynamoDB: Migrating and Containerizing a FastAPI + React App

Building and deploying a full-stack application involves more than just writing code. It's a journey through infrastructure, automation, and inevitable troubleshooting. As part of the Learn to Cloud i...
21.04.2025 0 Read More

Deploy your Django app with Postgres DB to production using Docker and Nginx

Deploy your Django app with Postgres DB to production using Docker and Nginx
If you have came across this blog, Congrats!🥳, you are doing your best! Running a Django application on your local system is quite easy. It doesn't matter if you are a newbie or an skilled professi...
21.04.2025 0 Read More

Mastering Container Image Creation: Are You Doing It Right?

In today’s fast-paced DevOps culture, containerization is more than just a trend, it's the engine powering cloud-native development. But there's a hidden truth: many development teams are unknowingl...
21.04.2025 0 Read More
Loading...
#reading
Deepnote: To Use or Not To Use?
0
TryHackMe: XXE Injection
0
Arrays in Java
0
Understanding The Math Behind RRF and DBSF with Examples
0
How to use CSS to hide scrollbars without impacting scrolling
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