Best of DevOps — August 2023
- 1
- 2
- 3
Cloud 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
- 5
Cloud 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
AWS 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
AWS 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
AWS 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
AWS 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
Hacker 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
Community 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
Hacker 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
- 14
ByteByteGo·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
AWS 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
Hacker 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
freeCodeCamp·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.