Author: Alexandre Blanchet

Early in my career, I specialized in the Python language. Python has been a constant in my professional life for over 10 years now. In 2018, I moved to London where I worked at companies of various sizes as a Python developer for five years. In parallel, I developed my activity as a Mentor, to which I now dedicate myself full-time.

Protected: Deploy Docker with Azure from Terraform

There is no excerpt because this is a protected post.

Read More

Celery, a Super vegetable!

In this blog post, we will speak about celery how and why it can be interesting for you.We know all of the benefits of consuming celery regularly. Celery is also a

Read More

Logging with Python – The hidden features

Logs levels and priorities By default the logging library is configured to display only the logs with a priority higher or equal to WARNING. In production, a lot of logs are

Read More

Terraform State Storage + Principle account

State Storage Installing Terraform Creating a new folder for this mini project Initialize Terraform Create a main,tf file containing definition of storage account with storage account resource group Create a sub

Read More

Protected: Chatbot Salesforce

There is no excerpt because this is a protected post.

Read More

Protected: Create SAML Authentication

There is no excerpt because this is a protected post.

Read More

Authentication Systems: How and whys

Basic authentication Basic Authentication is a simple authentication mechanism commonly used in web applications. It involves encoding the user’s credentials (username and password) into a base64-encoded string and sending it as

Read More

Setup and run your self hosted pypi server

Get pypy mini server docker image https://hub.docker.com/r/pypiserver/pypiserver Create a new project Install library pypiserver Create a new folder containing the packages to share Add package tar.gz in packages # Will listen

Read More

Protected: Deploy in Azure from Terraform and Key vault secret

There is no excerpt because this is a protected post.

Read More

Use Azure KeyVault with CLI

Terms: Keys: let’s say you need to encrypt sensitive user data (like SSN) before storing it in your database to ensure confidentiality. You would go for keys in Azure Key Vault.

Read More