How to modify lists with Kustomize?
Make Your Job Great Again With Automation
It’s a fact. We don’t all have the opportunity to work with the GAFAM and benefit from their will to make their employees comfortable at work.
Although the work environment is now on the top list of the employer concerns, I think all of us have the responsibility to make our job great again. I mean, we have to identify what demotivates us.
For sure, daily tasks that are time-consuming with no added value will not make you feel like a superhero. These tasks are the ones that make us sigh. We postpone them but we always keep them in mind and they make us suffer. So try to identify and get rid of them.
Live Reload During Golang Application Development
If like me, you tasted the development with Node or SBT, you may miss the live reload
during the development of your go application.
It is actually possible with the air command utility, available at the URL https://github.com/cosmtrek/air
As specified in the README of the github repository, you just need to go get -u github.com/cosmtrek/air
, create the config file .air.toml
and then use the air
command instead of go run
.
Mermaid / PlantUML - Diagramming Tools
Paste Image : a Visual Studio Code Extension to Paste Images to Markdown
Let's Discover Docker
In the previous post, we discovered how to use package managers to install applications.
Few years ago, this could have been a great option to prepare a development or a runtime environment in few seconds by scripting the commands to install all the required applications. But nowadays, we have a better solution: containers.
Containers are like a sandbox in which you can specify everything you need, by creating an image.
Each you time you will start your container, it will be reset and you will have a fresh brand new environment. This means you can do what you want in your container without the fear of breaking anything. And you know we can learn a lot by making errors, and errors again.
This is also particularly useful when you work in team: the same configuration can be used by all developers. Moreover, if you use containers in production, you will be sure that what you tested during the development phases will run in the same context in production.
In this post, we will discover how to use Docker containers, to test softwares in existing Docker images. Then, we will learn how to create our own image. So… Let’s discover Docker ! 🙂
Package Managers: Install What You Need via the Command Line
Configure AWS load balancer with SSL certificates from Gandi
This article will summarize the different steps to follow to configure your Amazon Web Service load balancer with using a SSL certificate. GANDI is the Certificate Authority used to generate the SSL certificate used in this article.