Golang: Handling Terraform FilesIn the previous article, I talked about the reasons why I adopted a state file as the foundation for the framework I am developing.May 30, 20232May 30, 20232
Terraform: The importance of the state file.In this article, I will attempt to explain a bit about the Terraform state file (tfstate) and why I made the decision to maintain a state…May 30, 2023May 30, 2023
From Monolithism to EfficiencyIn this article, we will delve into the main techniques employed for scaling monolithic applications, especially those grounded in the MVC…May 27, 2023May 27, 2023
Feature-Oriented Development: Maximizing Efficiency in Software DevelopmentSoftware development is an ever-evolving field, with emerging approaches and methodologies aimed at improving project efficiency and…May 26, 2023May 26, 2023
How to Create a Project in Go: A Step-by-Step Guide for BeginnersGo (also known as Golang) is an open-source programming language created by Google. It has gained popularity in recent years due to its…May 26, 2023May 26, 2023
Manipulating YAML with Go: A practical guide.The YAML format (YAML Ain’t Markup Language) is a data serialization language that has become increasingly popular due to its readability…May 25, 20232May 25, 20232
Avoiding ChaosFrom mobile applications to complex systems in companies, it is crucial to maintain order and consistency amidst a variety of events and…May 25, 2023May 25, 2023
Software Development: An Ecosystem of ResourcesBehind every application, platform, or system, there is a vast ecosystem of resources that are developed and utilized to create functional…May 25, 2023May 25, 2023
Autoload vs. Event Discovery: Comparing ApproachesIn programming, there are several techniques for automatically loading classes and files in a project. Two of these approaches are…May 25, 2023May 25, 2023
Routing Requests with MuxNow that we’ve seen a bit about convention over configuration, let’s start writing a Go router that is more similar to the router existing…May 23, 2023May 23, 2023