Read Golang Weekly
Golang Weekly Newsletter, Gopa. Curated Golang news, tutorials, tools and more!
Join thousands of other readers, 100% free, unsubscribe anytime.
Join us
Golang Weekly Newsletter, Gopa. Curated Golang news, tutorials, tools and more!
Join thousands of other readers, 100% free, unsubscribe anytime.
Benefits and content of developer guidelines for big software projects.
The aim of this article is to give hints and tips while setting up your projects or companies developer guidelines.
Modern day software development approaches such as DevOps, have certainly reduced development time. However, tighter release deadlines push security practices to a corner. This blog explains how Shifting Security to the Left introduces security in the early stages of DevOps Lifecycle, thus fixing software bugs proactively.
Here are 7 tricks with github actions that changed my life (or at least my CI/CD pipeline). These tricks helped me create a more maintainable workflows code as well as boosted performance of the whole CI/CD process.
Choosing the right deployment strategy is crucial to the availability and quality of your services. Two of the most known deployment strategies are blue/green deployment and canary release.
Businesses today are bombarded with an overabundance of options when it comes to choosing the right cloud computing architecture that fits their needs.
When starting with Choas Engineering I recommend starting with the most critical scenarios (Severity 1) because they lead to the most improvement for your company. For instance, they force you to lay the foundation for incident response and incident management.Next are the steps you should follow to..
This article discusses the need for NoOps and the shortcomings of DevOps that it solves.
What is Apache log4j vulnerability (Log4Shell)? Mitigate the risks with policy-as-code. Learn how.
Continuous deployment VS continuous delivery? What’s best for you, The answer lies in the details we are sharing with you in this article.
We examined the differences between continuous deployment and continuous delivery from a technical, organizational, and business point of view. Read on to discover more.
In today’s world, it is possible to continuously update an application and continuously make those updates available to the end-users. This has been made possible by the introduction of agile software development. Two processes that are critical in achieving the necessary agility are continuous delivery and continuous deployment. In this article, we’ll discuss what each of these processes entails and their core differences.
Continuous delivery (CD) workflows implemented Github Actions help deploy software, create and update cloud infrastructure, or make use of various services of cloud providers like Amazon Web Services (AWS).