Devops Introduction to Infrastructure as Code using Terraform Ye olde infrastructure days In the past (and occasionally in the present in some companies), we used to do lots of manual grunt work setting up our infrastructure. A typical approach to launching an infrastructure involved raising tickets to your data center provider and waiting for them to execute your request. A system administrator grabs […] Written by Mani Muridi October 16, 2020October 16, 2020 Saving Bookmark this article Bookmarked
Go Programming How To Build Extensible Go Applications with Plugins One of the most underappreciated features introduced since Go version 1.8 is the Go plugin package. Plugins are one of the many software architectural designs that allow you to build loosely coupled and modular programs. In Go, plugins are written and compiled separately as shared objects (.so) or libraries and can be loaded dynamically during […] Written by Mani Muridi October 5, 2020October 12, 2020 Saving Bookmark this article Bookmarked