
Helm Dry Run: Guide & Best Practices | Squadcast
Learn how to use Helm dry run to troubleshoot templates and preview what a Helm chart will do.


10 Best Scala + Groovy Frameworks for Java Developers
Hello devs, if you are doing Java development then there is a fair chance that you may be familiar with Scala and Groovy - two powerful and dynamic programming languages that run on the Java Virtual Machine (JVM). These languages offer unique features and capabilities that can enhance your developm..

GCP Billing & Cost Management
In this article, the author breaks down how Google Cloud Platform handles costs and billing. They explain how to read your bill and set up ways to manage costs. They divided the article into: - How GCP Handles Billing ? - Billing Account & Associated IAM Roles - Billing Alerts, Budgets - Billing Rep.. read more Â

Death by a thousand microservices
The current tech culture is plagued by a fixation on complexity, driven by factors like the adoption of microservices without clear necessity, overzealous emulation of industry giants, and excessive funding leading to misdirected priorities. In this pursuit of complexity, many companies overlook the.. read more Â

Finding API Flaws Before Production
Finding API flaws before production is crucial for the success of any project. Not only does it ensure that your API works as intended, but it can also save you time, money, and headaches down the line... read more Â

Init Containers in Azure Container Apps : File Processing
The scenario involves using an init container to download and preprocess a file in order to ensure it is ready for the main application container to use. This simplifies the deployment process and ensures that the application always has access to the required data... read more Â

Crafting a Language Server in Golang: A VSCode LSP for Lama2
The article discusses the development of Lama2, a plain-text API manager at Hexmos, with a focus on its evolution through stages and the adoption of the Language Server Protocol (LSP) in Golang to enhance reusability and efficiency in code suggestions and completions for API management in Visual Stu.. read more Â

How to write better Django code
For better Django code quality: - Set clear boundaries between apps. - Use services with public methods to reduce coupling. - Adopt a three-tier architecture or combine service and persistence layers. - Favor unit tests over integration ones and use Pytest with pytest-django for efficient testing. -.. read more Â






