Found 2 results

Parsing JSON file with Go

In this tutorial we will learn about parsing JSON file with Go, nothing to worry about as we will try to keep this very simple, basic JSON parsing with Go we could say but we will provide enough information to familiarise yourself with Go structs, functions and a simple way of reading JSON files content. This example will contain two files, a JSON file called appinfo.json and a Golang file as well called main.go, file that will contain our application code. Many of you may find Golang confusing or maybe you are just starting now to code with Go which […]

Category: Golang | Published: 30/05/2019 | Updated: 19/07/2019

AWS Elastic Beanstalk Environment Scheduling

In this short tutorial we will learn about AWS Elastic Beanstalk Environment Scheduling using a simple Shell Script that can be used as part of a possible large automation project where for example you want to save some money on your bill by turning off and on let’s say specific environments that are not used between specific hours during weekdays or weekends for environments like Development, Staging or QA. This solution can be easily used for example being as a Cronjob on one of your management / admin servers or maybe simply as a Jenkins scheduled job, also can be […]

Category: AWS | Published: 18/04/2019 | Updated: 14/05/2019