Docker

Python Interpreter in Docker and Pyspark Tests in Docker

There are two main ideas behind this article: `security` and `mobility`

Mar 8, 2023

[WIP] Docker Container for test

Overview Nowadays, with multiple environments and many developers involved in a single project, it is difficult to properly test everything at a high level. Unit or any small tests are easy to run everywhere nowadays, on a local machine, in the cloud, in the pipeline, etc. But what happens when I want to test some complex functionality or dependencies.

Jul 21, 2022

Infrastructure as code (IaC): Using Azure Resource Manager (ARM) templates

I would like to cover in this article all azure resources using Azure Resource Manager templates (ARM templates).

Jun 16, 2022

Infrastructure as code (IaC), deploy using helm, Kubernetes and azure devops

In this article, I would like to talk about the use of infrastructure within the code base

Jun 8, 2022

Sonar Qube on Maven/Gradle project

Run and check maven or gradle project with Sonar Qube.

Nov 26, 2019

Nameko with Spring Boot

NOTE: Full code is not available. Only piece of code will be showed, so try to learn and create for yourself. Technology stack Python Python 3.7 Nameko framework Spring Boot 2.2 RabbitMQ Redis Docker Nameko framework Nameko is a framework for building microservices in Python.

Nov 18, 2019

Setup HashiCorp Vault on docker

Vault secures, stores, and tightly controls access to tokens, passwords, certificates, API keys, and other secrets in modern computing. Vault is primarily used in production environments to manage secrets. Vault is a complex system that has many different pieces. There is a clear separation of components that are inside or outside of the security barrier. Only the storage backend and the HTTP API are outside, all other components are inside the barrier

Apr 16, 2017