Best of CI/CDSeptember 2025

  1. 1
    Video
    Avatar of javascriptmasteryJavaScript Mastery·36w

    DevOps Full Course | Build and Deploy a Scalable Production Ready API

    A comprehensive DevOps course covering fundamentals through production deployment. Teaches Git version control, CI/CD pipelines with GitHub Actions, Docker containerization, Kubernetes orchestration, and infrastructure as code. Includes hands-on project building a production-ready API with authentication, database integration, monitoring, and security features using modern tools like PostgreSQL, Neon DB, and Arkjet.

  2. 2
    Video
    Avatar of techworldwithnanaTechWorld with Nana·37w

    Learn Docker in 2025 - Complete Roadmap Beginner to Pro

    A comprehensive Docker learning roadmap that takes beginners through containerization fundamentals, from understanding the 'it works on my machine' problem to advanced production practices. Covers essential concepts including Docker images, containers, Dockerfile creation, Docker Compose for multi-container applications, networking, volumes for data persistence, and production best practices like security scanning and multi-stage builds. Also introduces container orchestration with Kubernetes as the natural next step for scaling containerized applications.

  3. 3
    Article
    Avatar of simplethreadSimple Thread·36w

    Docker Approaches to Multiple Environments

    Explores two strategies for managing Docker configurations across development, staging, and production environments. The first approach uses separate Dockerfiles for each environment (similar to Rails configuration patterns), while the second leverages Docker's multi-stage builds to handle multiple environments within a single Dockerfile. Compares the trade-offs between explicit separation versus DRY principles, helping teams choose the right approach based on their complexity needs and Docker expertise.

  4. 4
    Article
    Avatar of vercelVercel·37w

    Zero-configuration Express backends

    Vercel now supports Express.js applications with zero configuration, eliminating the need for manual setup through vercel.json redirects or using the /api folder. The platform's framework-defined infrastructure automatically recognizes and deploys Express backends, simplifying the deployment process for Node.js web applications.

  5. 5
    Article
    Avatar of phProduct Hunt·37w

    QuickDeploy: Deploy your web app to a VPS in minutes

    QuickDeploy is a new tool that enables developers to deploy web applications to Ubuntu VPS servers with a single command. It automatically detects frameworks like Next.js, builds optimized Docker images, and configures HTTPS with custom domains. The tool was created to solve deployment delays during hackathons and is targeted at indie developers and solo hackers who need fast deployment solutions without vendor lock-in.

  6. 6
    Article
    Avatar of ergq3auoeReinier·36w

    DevOps Full Course | Build and Deploy a Scalable Production Ready API

    A comprehensive crash course covering essential DevOps practices including version control with Git and GitHub, continuous integration and deployment pipelines, containerization with Docker, orchestration with Kubernetes, infrastructure as code, and API deployment automation. The course provides hands-on experience building and deploying scalable production-ready applications.

  7. 7
    Article
    Avatar of astro_sourceAstro·34w

    Cloudflare Donates $150,000 to Support Astro's Open Source Mission

    Cloudflare has donated $150,000 to the Astro open source project and become an official hosting partner. The partnership aims to improve Astro's deployment experience on Cloudflare's platform, leveraging their global CDN for static sites and Workers for server-side rendering. The funding will support long-term maintenance of the Astro project, with future collaboration planned around the new Vite Environment API for better development and deployment runtime support.

  8. 8
    Article
    Avatar of vercelVercel·34w

    Claimed deployments now include third-party resources

    Vercel introduces a new feature allowing third-party platforms to create deployments with attached resources that users can later claim and take full ownership of. The feature enables instant deployment of complete application stacks, including databases and other services, through a two-step process: third-parties create and deploy projects via the Vercel API, then users claim ownership of both the deployment and its resources. Prisma is the first marketplace provider to support this functionality, allowing customers to deploy databases and Vercel-hosted applications as bundled stacks.

  9. 9
    Video
    Avatar of bytegradByteGrad·37w

    Dockerize Next.js App & Deploy To VPS In 2025

    A comprehensive guide showing how to containerize a Next.js application using Docker and deploy it to a VPS. Covers creating a Dockerfile with standalone output configuration, building and pushing Docker images to GitHub Container Registry, setting up a VPS with Docker pre-installed, and running the containerized application. Demonstrates that all Next.js features including server actions, route handlers, and image optimization work properly in the containerized environment.

  10. 10
    Video
    Avatar of dreamsofcodeDreams of Code·35w

    Comparing Coolify to Dokploy: Why I chose one over the other

    A detailed comparison between Coolify and Dokploy, two self-hosted platform-as-a-service solutions for deploying applications on VPS instances. The comparison covers installation ease, resource usage, UI/UX design, application deployment features, database support, and various production-ready capabilities. Dokploy emerges as the preferred choice due to better resource efficiency, more intuitive user interface, and superior production features, despite Coolify's advantages in open-source licensing and Cloudflare tunnel support.

  11. 11
    Article
    Avatar of notedNoted·35w

    Komodo - Manage Docker Images & Containers Across Multiple Servers

    Komodo is an open-source web application that centralizes Docker container and server management across multiple servers. It provides monitoring, deployment automation, Docker Compose stack management, and scheduling capabilities through a unified interface. The platform includes server resource tracking, container lifecycle management, Git-based deployments, configuration management, and audit logging without subscription limitations.

  12. 12
    Video
    Avatar of bytemonkByteMonk·36w

    Next.js Full-Stack App in Minutes | Deploying to Sevalla

    A comprehensive tutorial demonstrating how to build a full-stack course feedback application using Next.js for both frontend and backend, with PostgreSQL database integration. The guide covers Next.js fundamentals including server-side rendering, API routes, and file-based routing, then walks through creating a complete feedback system with form handling and database operations. The tutorial concludes with deploying the application to Sevalla cloud platform, highlighting features like managed databases, unlimited collaborators, and usage-based pricing.

  13. 13
    Article
    Avatar of zedZed·36w

    Auto Update Post-Mortem — Zed's Blog

    Zed's development team broke auto-updating functionality in versions 0.203.0-0.203.4 and 0.204.0 due to a settings parsing change that converted an Option<bool> to bool, causing the system to default to false instead of using fallback values. The bug was caught hours before stable release but communication issues prevented the fix. Users need to manually trigger updates to get fixed versions 0.203.5 or 0.204.1. The team is implementing better escalation processes, simplifying settings code, and adding automated testing to prevent similar issues.

  14. 14
    Video
    Avatar of youtubeYouTube·33w

    Cloudflare Just Killed ALL Vibe Coding Tools!

    Cloudflare launched a one-click deployment tool for creating AI-powered coding platforms, competing with services like Replit and Bolt. The demonstration shows building a complete vibe coding platform in minutes, featuring customizable AI models, automatic deployment, and integration with various development tools. Additionally covers Chrome DevTools MCP for AI agents to analyze and optimize websites, and highlights Zapier's recent bundling of tables, interfaces, and automation tools into their free plan.

  15. 15
    Article
    Avatar of gitlabGitLab·36w

    Supercharge your Git workflows

    Git Much Faster is a benchmarking script that dramatically reduces Git clone times by up to 93% and disk usage by 98% through optimized configurations. The tool addresses performance bottlenecks in large repositories by disabling compression, increasing HTTP buffers, using shallow clones, and implementing sparse checkout. Benchmarks show significant improvements across major repositories like Linux kernel and Chromium, with the custom optimization approach consistently outperforming Git's built-in Scalar tool.

  16. 16
    Article
    Avatar of microservicesioMicroservices.io·36w

    Microservices rules #4: Provide a great developer experience

    Part of a comprehensive series on microservices best practices, this installment focuses on the importance of providing excellent developer experience (DevEx) when implementing microservices architectures. The rule emphasizes how good DevEx contributes to successful microservices adoption alongside other critical practices like continuous delivery, automated deployment pipelines, and observable services design.

  17. 17
    Article
    Avatar of medium_jsMedium·37w

    Zeabur: One-Click Deploy Vibe Coding Projects from Cursor

    Zeabur offers a VS Code/Cursor extension that enables one-click deployment of AI-generated projects directly from the editor. The platform automatically analyzes uploaded code, detects frameworks like Next.js, and handles deployment configuration without requiring DevOps knowledge. This bridges the gap between AI-powered development tools and production deployment, allowing developers to maintain their creative flow from code generation to live application.