Tag: Devops and ci cd
-
SRE fundamentals 2021: SLIs vs SLAs vs SLOs
Posted on June 7, 2021, Level intermediate Resource Length medium
A big part of ensuring the availability of your applications is establishing and monitoring service-level metrics—something that our Site Reliability Engineering (SRE) team does every day here at Google Cloud. By Adrian Hilton, Customer Reliability Engineer, SRE.
Tags product-and-design devops-and-ci-cd leadership-and-career cloud-and-infrastructure software-engineering security-and-privacy
-
Building effective DevOps culture
Posted on June 5, 2021, Level beginner Resource Length short
In the world of digital transformation, keeping the focus on the customer experience is paramount. Systems are complex and increasingly distributed, which makes it difficult to stay on top of things when something goes wrong. By Julie Gunderson.
Tags product-and-design devops-and-ci-cd leadership-and-career
-
Building effective DevOps culture
Posted on June 4, 2021, Level beginner Resource Length medium
The DevOps Institute recently released their latest report entitled "Upskilling 2021: Enterprise DevOps Skills Report". The report found that automation and security remain vital to business success. By Matt Campbel and Eveline Oerhlich.
Tags product-and-design devops-and-ci-cd leadership-and-career
-
4 tips for automation engineers interested in Site Reliability Engineering
Posted on June 3, 2021, Level beginner Resource Length medium
Software has undoubtedly become more complex over the last two decades. In 2000, it was estimated that there were 3.4 million internet users. The expectation of all software today has increased tremendously. To support these expectations, organizations have had to invest in reliability and operability of their systems. Zero downtime deployments, high levels of resilience to failure, and ease of restoring service are all key characteristics for any software system today. By Abigail Bangser.
Tags product-and-design leadership-and-career devops-and-ci-cd
-
GRPC delivers on the promise of a proxyless Service Mesh
Posted on June 2, 2021, Level advanced Resource Length medium
With the newest edition of the gRPC protocol, microservices-based systems will no longer need separate stand-alone service mesh sidecars, noted Megan Yahya, Google's product manager for gRPC, in her talk at KubeCon+CloudNativeCon EU earlier this month. By Joab Jackson.
Tags product-and-design frontend-and-mobile devops-and-ci-cd leadership-and-career
-
Introducing Kubewarden, an open source policy engine
Posted on May 28, 2021, Level intermediate Resource Length medium
Security has always been a wide and complex topic. A recent survey from StackRox about the state of containers and Kubernetes security provides some interesting data on these topics. By Flavio Castelli.
Tags cloud-and-infrastructure devops-and-ci-cd software-engineering security-and-privacy
-
Extreme HTTP performance tuning: 1.2M API req/s on 4 vCPU EC2 instance
Posted on May 25, 2021, Level advanced Resource Length long
This post will walk you through the performance tuning steps that I took to serve 1.2 million JSON "API" requests per second from a 4 vCPU AWS EC2 instance. For the purposes of this recreated quest, we will ignore most of the dead ends and dark alleyways that I had to struggle through on my solo expedition. By Marc Richards.
Tags software-engineering cloud-and-infrastructure devops-and-ci-cd backend-development architecture-and-apis
-
Streaming microservices with ZIO and Kafka
Posted on May 21, 2021, Level intermediate Resource Length medium
The design and implementation of distributed and highly concurrent applications is something we do every day at Scalac. The adoption of distributed systems is a trend that is currently growing, and it's not going to stop. Apart from Kubernetes, Apache Kafka is surely the main reason for this. By Aleksandar Skrbic.
Tags devops-and-ci-cd architecture-and-apis data-and-analytics
-
5 feedback loops that avoid software architecture chaos
Posted on May 19, 2021, Level beginner Resource Length medium
Product development can be chaotic these days. Planning for these five challenges helps avoid them. By Jim Tyrrell (Red Hat).
Tags architecture-and-apis devops-and-ci-cd leadership-and-career cloud-and-infrastructure
-
Monitoring and observability in cloud-native ASP.NET Core apps
Posted on May 11, 2021, Level beginner Resource Length short
Distributed applications are complex and bring in their own set of challenges for developers to debug and fix production issues. Though the microservices architecture helps maintain a smaller team that works autonomously and focuses on separate business domains, it introduces newer challenges due to its distributed nature. By Nish.
Tags software-engineering product-and-design devops-and-ci-cd cloud-and-infrastructure
-
Why you should not use webpack
Posted on May 9, 2021, Level beginner Resource Length medium
Webpack is one of the most popular bundlers around today. Tons of production apps and frameworks, such as Next.js, Create React App, and more, use it for bundling and building. Additionally, it has the largest library of plugins out of any bundler. However, times have changed since Webpack's inception, and now it is not the best tool for lots of cases. By AsyncBanana.
Tags backend-development frontend-and-mobile software-engineering devops-and-ci-cd
-
Continuous integration for React applications using Jest and Enzyme
Posted on May 2, 2021, Level beginner Resource Length short
React pairs nicely with Redux, which enables managing the data that React needs to render interfaces. Redux offers a predictable way to structure and update the data in those frontend applications. In this tutorial, we will explore how to write tests for an existing React and Redux application. By Kevin Ndung'u.
Tags devops-and-ci-cd frontend-and-mobile product-and-design