Best of DevOpsAugust 2023

  1. 1
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP71: CI/CD Pipeline Explained in Simple Terms

    This week’s system design refresher: Why Google and Meta Put Billion Lines of Code In 1 Repository? What does API gateway do?

  2. 2
    Article
    Avatar of itnextITNEXT·3y

    Supercharge zsh with Zap

    Supercharge zsh with Zap is a very lightweight (172kb) plugin manager for Zsh. Zap makes it easy to install common plugins in the zsh ecosystem. You can also use zap to load your own custom plugins or files.

  3. 3
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Best Observability Tools for Microservices

    Microservices architecture has become popular among developers due to its scalability and flexibility. Helios Helios is an observability tool that offers comprehensive monitoring and analytics solutions for microservices and distributed applications. Lightstep Lightstep is a leading observability platform that helps to gain deep insights into the performance and behavior of microservices architectures.

  4. 4
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Dockerizing Web Applications

    This Blog is part 1 of the project CI/CD using ArgoCD and Prometheus. Use the below command to replace the harshal1903 with your DockerHUB username. The above code replaces the images as you want by creating the images folder in the views folder.

  5. 5
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Building a Unified Notification System with GitHub Actions

    Build a Unified Notification System with GitHub Actions with GitHub actions. Explore the power of GitHub actions by integrating with multiple notification services including Slack, Chime, Teams, AWS SNS and more. In this blog, we will explore the process of building GitHub Actions for notifications services to publish actions execution results for Slack, Discord, Teams.

  6. 6
    Article
    Avatar of awsplainenglishAWS in Plain English·3y

    Docker vs. Virtual Machines

    Two major contenders have emerged: Docker and Virtual Machines (VMs) These solutions address the challenges of efficient resource usage and streamlined application management. In this blog, we’ll dive into the technical details of Docker and VMs, understanding their differences, commonalities, and the scenarios where they truly shine.

  7. 7
    Article
    Avatar of awsplainenglishAWS in Plain English·3y

    20 DevOps Interview Questions and Answers with Detailed Explanation

    DevOps is a combination of cultural philosophies, practices, and tools that enhance an organization’s ability to deliver high-velocity applications and services. It enables rapid evolution and improvement of products and helps maintain a high standard of quality. 20 DevOps Interview Questions and Answers with Detailed Explanation.

  8. 8
    Article
    Avatar of awsplainenglishAWS in Plain English·3y

    Docker App Development

    Docker App Development. A Step-by-Step Guide to Containerize an E-Commerce App Development. The guide is a comprehensive guide on containerizing an e-commerce web app built with NodeJS. In modern software development, agility, scalability, and consistency are essential.

  9. 9
    Article
    Avatar of awsplainenglishAWS in Plain English·3y

    The Ultimate Guide to Docker Volumes

    The Ultimate Guide to Docker Volumes, the popular containerization platform, has revolutionized the way applications are developed, deployed, and managed. In this guide, you’ll dive into the Docker volumes, exploring what they are, why they are important, and how to effectively use them in your containerized applications.

  10. 10
    Article
    Avatar of hackernoonHacker Noon·3y

    Lesser-Known Git Commands to Elevate Your Version Control

    There are a number of lesser-known Git commands that can significantly enhance your mastery of version control. These commands include 'git switch', 'git notes' and 'git bisect' The system is a powerful version control system that can transform your workflows.

  11. 11
    Article
    Avatar of communityCommunity Picks·3y

    CI/CD/CF? — The DevOps toolchain’s “missing-link”

    A gap in the infinite DevOps loop left incomplete and how it relates to continuous feedback. When the developer tests the code in the sterile lab of their IDE, it does (almost) always work. There is still a big gap between that local run and what actually happens when the code runs in production.

  12. 12
    Article
    Avatar of hackernoonHacker Noon·3y

    How I Built My Own PaaS Company

    Jibri's On Demand is a leader in the open-source video conferencing community. It has reached 63 countries, assisting over 500 businesses in effortlessly recording Jitsi video. It became a lifeline during the 2020 pandemic, enabling everything from telemedicine to Santa's virtual visits.

  13. 13
    Article
    Avatar of phProduct Hunt·3y

    Backendflow - The Future of No-Code backend development

    Backendflow is a no-code platform that gives Firebase apps superpowers. With AI-generated Cloud functions, cron jobs, webhooks and features like email, search, and GeoQuery, backend development has never been easier.

  14. 14
    Article
    Avatar of bytebytegoByteByteGo·3y

    EP74: The Evolution of AWS Services

    This week’s system design refresher: Algorithms You Should Know Before You Take System Design Interviews AWS Services Evolution. In this exclusive report, engineers will finally get visibility into what the top 10% of dev teams are hitting in terms of crucial metrics – like cycle time, deployment frequency, rework rate, and more.

  15. 15
    Article
    Avatar of awsplainenglishAWS in Plain English·3y

    Demystifying Docker Architecture: Understanding the Building Blocks of Containerization

    Demystifying Docker Architecture: Understanding the Building Blocks of Containerization. The Core of Docker’s architecture lies the Docker Engine, the powerhouse that drives the whole system. It manages containers, images, volumes, networks, and more.

  16. 16
    Article
    Avatar of hackernoonHacker Noon·3y

    Why You Should Send Loki All Your Logs

    Loki is an efficient log aggregation system that empowers observability in distributed systems. By drawing inspiration from Prometheus, Loki provides horizontally scalable, cost-effective, and multi-tenant log storage. The article covers the basics of Loki, demonstrates how to integrate it with Java applications using the Loki4j appender.

  17. 17
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Agile Software Development Handbook – Scrum, Kanban, and Other Methodologies Explained

    Agile Software Development Handbook - Scrum, Kanban, and Other Methodologies Explained. The Agile approach emphasizes iterative and incremental development. It focuses on delivering value to the customer early and often while adapting to feedback and changing requirements. Other Agile methodologies include Extreme Programming, Lean Software Development, and more.