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.

Deploy a Django Rest Api on AWS EC2 using Docker, NGINX, Gunicorn and GitHub Action.

Deploy a Django Rest Api on AWS EC2 using Docker, NGINX, Gunicorn and GitHub Action.
Django, a high-level Python web framework, is a popular choice for building RESTful APIs. Once your Django Rest API has been developed and tested, deploying it becomes a crucial step in making it acce...
24.04.2025 0 Read More

We built a Docker registry that runs natively on iOS

We built a Docker registry that runs natively on iOS
We built something unusual during a weekend hackathon, a fully working Docker registry that runs natively on iOS.Just install the app and your iPhone becomes a self-hosted Docker registry. Why...
24.04.2025 0 Read More

Docker ve Kubernetes Çağında Containerization'ın Geleceği: Modern Yazılım Geliştirmede Yeni Trendler

Docker ve Kubernetes Çağında Containerization'ın Geleceği: Modern Yazılım Geliştirmede Yeni Trendler Yazılım geliştirme dünyası, özellikle de bulut bilişim ve mikro hizmet mima...
24.04.2025 0 Read More

🚀 Dockerizing and Setting Up CI/CD for a .NET API with GitLab

In this guide, we'll walk through the steps to containerize a .NET API using Docker and set up a CI/CD pipeline with GitLab. This setup enables automatic building, testing, and deployment of your appl...
24.04.2025 0 Read More

🚚 One-Time MySQL to PostgreSQL Migration with pgloader + Docker (Windows-Friendly)

Hey folks 👋 I’m Capwell, and I recently had to migrate a MySQL database to PostgreSQL. It wasn’t a continuous sync — just a one-time migration — so I needed a quick, clean way to do it.When...
24.04.2025 0 Read More

🐳 How to Control Docker Hosts Directly from Your Browser

🐳 How to Control Docker Hosts Directly from Your Browser
In another blog post, we explored how Kubernetes clusters can be controlled from a browser. However, in this post, we will explore how we can achieve the same thing for Docker hosts.While MCP servers ...
24.04.2025 0 Read More

💡 My First Look: Docker's New MCP Catalog & Toolkit for AI Developers! 🐳

💡 My First Look: Docker's New MCP Catalog & Toolkit for AI Developers! 🐳
Hey fellow cloud enthusiasts! 👋Last week, Docker dropped some exciting news that caught my eye: the announcement of their MCP Catalog and Toolkit! I immediately dived in and understand what this me...
24.04.2025 0 Read More

Dockerize a Python ML Model and push in GitHub(With Steps + ScreenShots)

Dockerize a Python ML Model and push in GitHub(With Steps + ScreenShots)
📁 Git Workflow Checkout to main Command: git checkout main2.Create a new branch (e.g., feature branch)Command: git checkout main -b feature-24mcr0423.(Optional) Add a branch through GitHub UIGo to ...
24.04.2025 0 Read More

Show Maintenance Page with Nginx - (Web + Nginx + Docker)

Show Maintenance Page with Nginx - (Web + Nginx + Docker)
For the past year, there has been lots of news hitting our industry. AI is at the center. Besides all the topics, I also started to work on my side project, which I would’ve never tried before. Afte...
24.04.2025 0 Read More

Creating Your Own ChatGPT on a Free VPS — Simple and Fast!

This article is intended for developers with basic knowledge of Python and Docker. We will explore how to deploy a model from Hugging Face on a free VPS server and create an HTTP service to interact w...
25.04.2025 0 Read More
Loading...
#reading
TLS vs. mTLS
0
PowerShell Nihilism as Software Discipline
0
AWS Governance Best Practices
0
Function Calling with Semantic Kernel in AST.NET Core Web API
0
Educational Game Application Programming
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