Best of DevOps2025

  1. 1
    Article
    Avatar of bytebytegoByteByteGo·1y

    EP157: How to Learn Backend Development?

    Backend development involves understanding the differences between backend and frontend, choosing appropriate programming languages (Java, Python, JS, Go, Rust, C#), working with various types of databases (SQL, NoSQL, NewSQL), learning about different API types (REST, GraphQL, gRPC, SOAP) and authentication methods (JWT, OAuth2, API keys). Additionally, it includes knowledge of server hosting services, containerization, server setup, and DevOps practices including CI/CD pipelines, IaC, and monitoring tools.

  2. 2
    Article
    Avatar of javarevisitedJavarevisited·1y

    System Design CheatSheet for Interview

    This post provides a comprehensive cheatsheet of essential system design concepts commonly covered in interviews. Topics include REST API, networking, OAuth & JWT, cookies vs sessions, CI/CD workflows, Kafka, various databases, system testing, Git, Docker, Kubernetes, design patterns, logging, load balancing, and more. It's aimed at helping readers quickly revise these concepts before an interview.

  3. 3
    Article
    Avatar of bytebytegoByteByteGo·1y

    EP150: 12 Algorithms for System Design Interviews

    Learn about 12 key algorithms used in system design interviews, including Bloom Filter, Geohash, and Consistent Hashing. Understand the workings of Kubernetes, an open-source container orchestration platform, and explore the architecture of PostgreSQL, the popular database system. Additionally, discover important tips for API security.

  4. 4
    Article
    Avatar of devtoDEV·1y

    Stop Using Docker like its 2015

    Docker has significantly evolved since 2015. Modern practices such as omitting the `version:` field in Docker Compose, implementing healthchecks, using non-root users, leveraging multi-stage builds, and utilizing BuildKit for caching are essential for efficient Docker usage. Avoiding outdated habits can transform Docker into a fast and reliable production orchestration tool.

  5. 5
    Article
    Avatar of javarevisitedJavarevisited·49w

    How I Finally Understood Docker and Kubernetes

    A developer shares their journey from confusion to understanding Docker and Kubernetes by focusing on practical problems rather than technical jargon. Docker is explained as a way to package applications with their dependencies into portable containers, while Kubernetes is presented as a system for managing multiple containers in coordination. The author emphasizes learning through hands-on experience with simple projects, starting with single containers and gradually building up to multi-container systems with deployments and services.

  6. 6
    Video
    Avatar of thecodingslothThe Coding Sloth·1y

    A Docker Tutorial For Dummies

    Docker is a widely-used tool that simplifies the process of developing, deploying, and running applications within lightweight containers. It helps developers avoid compatibility issues by packaging code and its dependencies together. This tutorial provides a step-by-step guide to getting started with Docker, covering the basics of images and containers, setting up Docker on your development environment, writing Dockerfiles, and managing multi-container applications with Docker Compose.

  7. 7
    Article
    Avatar of faunFaun·1y

    Why Senior Developers Google Basic Syntax

    Senior developers often Google basic syntax not due to a lack of knowledge, but because they focus on strategic thinking and problem-solving rather than memorizing specific syntax. This approach helps manage cognitive load, allowing them to utilize external resources efficiently. The skill of efficiently finding information is a hallmark of seniority. Teaching juniors to embrace Googling as a normal practice can help reduce imposter syndrome and highlight that expertise lies in judgment and application of concepts.

  8. 8
    Video
    Avatar of bigboxswebigboxSWE·1y

    How To Become Obsessed With Programming

    Solving personal problems can lead to an obsession with programming. The author shares how creating a script to restore their development environment during frequent power outages helped them learn bash and Unix commands. They also mention learning devops and vim key bindings to resolve other issues, suggesting that tackling problems that affect you personally can boost your interest in coding.

  9. 9
    Article
    Avatar of freecodecampfreeCodeCamp·1y

    Learn to Use GitHub Actions: a Step-by-Step Guide

    GitHub Actions allows developers to automate, build, test, and deploy their applications directly from GitHub. This guide provides step-by-step instructions for creating GitHub Actions using either the GitHub UI or locally via an IDE. It covers key concepts like workflows, events, jobs, and runners, and includes examples for setting up Node.js, Deno environments, zipping files, and deploying static websites to GitHub Pages.

  10. 10
    Article
    Avatar of communityCommunity Picks·1y

    Awesome Docker Compose

    Discover over 700 popular self-hosted apps that can be quickly deployed using Docker Compose. This platform offers pre-configured docker-compose.yml templates for easy deployment and customization, along with insights into directory structures and comprehensive resources for each app.

  11. 11
    Article
    Avatar of devsquadDev Squad·51w

    I'm the CTO now

    This post humorously narrates the author's unexpected rise to CTO amidst chaos in a failing startup. With most of the team quitting, the author becomes the CTO not out of ambition but exhaustion. They struggle with managing an inherited mess of tech and responsibilities, highlighting the burnout and absurdity in the tech industry. The narrative illustrates the often unplanned path to leadership and the challenges that come with sustaining a sinking ship.

  12. 12
    Article
    Avatar of pragmaticengineerThe Pragmatic Engineer·51w

    Stack overflow is almost dead

    The engagement on Stack Overflow has significantly decreased, with the number of questions asked monthly hitting levels from its early days in 2009. Key factors contributing to its decline include enhanced moderation efficiency reducing question flow starting in 2014, the impact of ChatGPT offering quick and polite answers trained on Stack Overflow data since November 2022, and outdated moderation policies. Additionally, the site was acquired by Prosus in 2021, which preceded a marked fall in activity.

  13. 13
    Article
    Avatar of communityCommunity Picks·44w

    An open source alternative to Heroku

    Canine is an open source deployment platform designed as a cost-effective alternative to Heroku. It offers GitHub integration, one-click deployments, automatic SSL certificate management, and Kubernetes simplification. The platform supports over 200 cloud providers to avoid vendor lock-in, includes autoscaling capabilities, and can deploy over 10,000 open source projects at no additional cost. Users can either self-host Canine or use the hosted version, with the core platform being free and open source.

  14. 14
    Article
    Avatar of itnextITNEXT·1y

    Essential CLI/TUI Tools for Developers

    Discover a categorized list of essential CLI/TUI tools that can boost developer productivity and make terminal usage more enjoyable. The post covers tools for managing Kubernetes clusters, container metrics, file and text operations, Git commands, development tasks, and networking. Each tool is briefly described with its main features and use cases.

  15. 15
    Article
    Avatar of communityCommunity Picks·48w

    I Was So Angry, I Built My Own

    A developer built a custom project management system after frustration with existing tools. The solution features markdown-based documentation, multi-dimensional estimation using Value/Penalty/Effort/Risk metrics instead of story points, integrated Architecture Decision Records and Post-Mortems, automated DORA metrics tracking from production deployments, and enhanced Kanban boards with built-in cycle time measurement. The system leverages large context window AI models for generating documentation and maintaining consistency across components.

  16. 16
    Article
    Avatar of javarevisitedJavarevisited·1y

    5 Best Books to Learn AI and LLM Engineering in 2025 (That Aren’t a Waste of Time)

    Discover the top five books recommended for mastering AI and LLM engineering in 2025. These selections focus on practical systems design, deployment, and real-world applications, helping readers save time and effectively build production-ready models. Written by experienced practitioners, these books offer guidance for those serious about becoming proficient in large language models and AI systems.

  17. 17
    Article
    Avatar of bytebytegoByteByteGo·1y

    EP156: Software Architect Knowledge Map

    Becoming a Software Architect involves mastering programming languages, gaining proficiency in essential tools, understanding key design and architectural principles, and acquiring knowledge in platforms, data analytics, networking, and security. Supporting skills such as decision-making, communication, and leadership are also crucial for a well-rounded skill set.

  18. 18
    Article
    Avatar of systemdesigncodexSystem Design Codex·1y

    5 Must-Know Deployment Strategies

    Deploying new features to an application is a critical phase in the software development lifecycle. This post explores five popular deployment strategies—Blue/Green Deployment, Canary Deployment, A/B Testing, Feature Flag Deployment, and Rolling Deployment—detailing their pros, cons, and use cases. Choosing the right strategy depends on factors such as downtime tolerance, user base size, infrastructure complexity, cost, and the need for experimentation.

  19. 19
    Article
    Avatar of dockerDocker·1y

    Mastering Docker and Jenkins: Build Robust CI/CD Pipelines Efficiently

    Learn how combining Docker and Jenkins can enhance CI/CD pipelines, ensuring consistent environments and faster deployments. The guide covers setup essentials, pipeline configuration, using plugins, optimizing pipelines, and troubleshooting. Key benefits include uniformity from development to production, scalability, and reduced errors.

  20. 20
    Article
    Avatar of fozfex577gdyioritmpyrMitesh Viras·34w

    Before Linux Vs After Linux

    A humorous take on how Linux transforms users from casual web browsers into system administrators running their own infrastructure, highlighting the learning curve and responsibilities that come with adopting Linux.

  21. 21
    Article
    Avatar of javarevisitedJavarevisited·51w

    Microservices Architecture

    Microservices architecture is advocated as an alternative to the monolithic style, offering scalability, flexibility, and independent deployment. It involves breaking down an application into multiple independent services, minimizing tight coupling and easing fault isolation. Considerations for adopting microservices include scalability needs, team expertise, and project complexity, while weighing their advantages and potential high setup costs and management complexity.

  22. 22
    Article
    Avatar of daily_updatesdaily.dev Changelog·51w

    All Your Settings, One Place

    daily.dev has consolidated all user settings into a single location, making it easier for developers to customize their experience. The new centralized settings interface includes options for feed, notifications, profile, appearance, language, and privacy. Users also retain quick access to specific feed settings directly from the feed interface.

  23. 23
    Article
    Avatar of su5hqluae4wlrb1nahjtvSerdarcan Buyukdereli·38w

    How a Senior DevOps Interview Became a Sophisticated Hacking Attempt

    A developer shares their experience with a sophisticated phishing attack disguised as a legitimate job interview for a Senior DevOps Engineer position at Revolut. The fake recruiter sent a technical task containing malicious Python code that would create admin users and establish remote server connections. The attack demonstrates how cybercriminals are exploiting recruitment processes to target developers with seemingly innocent coding challenges.

  24. 24
    Article
    Avatar of spaceliftSpacelift·1y

    GitLab vs GitHub : Key Differences in 2025

    GitLab and GitHub are leading Git-hosting platforms with distinctive features. GitLab offers a fully integrated DevOps platform including CI/CD, security scanning, and infrastructure management out of the box, making it ideal for enterprises. GitHub, best known for its code hosting and collaboration capabilities, relies on third-party tools for extensive DevOps functionalities but excels in ease of use, community support, and integrations. Both platforms support AI-powered coding assistants, but GitLab's additional security and compliance features provide an edge for large organizations.

  25. 25
    Article
    Avatar of freecodecampfreeCodeCamp·1y

    How to Deploy a Node.js Application on AWS

    Learn to deploy a Node.js/Express application on AWS using an EC2 instance. The guide covers prerequisites such as having an AWS account and knowledge of Node.js, Express, and Linux commands. It details setting up an EC2 instance, installing necessary packages, deploying the application, and configuring security settings. The tutorial also includes steps to use Caddy as a reverse proxy to simplify access to the deployed app.