Gabriele Gatto

FastAPI, SQLAlchemy & Uvicorn

FastAPI, SQLAlchemy & Uvicorn

A FastAPI, SQLAlchemy & Uvicorn to fetch a Google Sheet A FastAPI, SQLAlchemy & Uvicorn to fetch a Google Sheet… Read More

6 months ago

Client TrueNas & Ldap with python Flask

A webtool in Python Flask that creates an LDAP user and his TrueNAS shares pool in ISCSI or NFS. There… Read More

6 months ago

Simple Terraform configuration

A Terraform configuration that provisions the following infrastructure: A VPC with: Public subnets for external resources. Private subnets for internal… Read More

6 months ago

Kubernetes – Notes

Kubernetes is an open-source container orchestration tool or system that is used to automate tasks Read More

6 months ago

Docker, Container, Cloud notes

Containers are an abstraction at the app layer that packages code and dependencies together. Read More

6 months ago

A GitOPS example with Flux, Kubernetes, Gitlab, and sops

The goal of this article is an example of the benefits of the GitOPS tools like FluxCD, EKS, SOPS, KMS.… Read More

3 years ago

AWS protected S3 website with CloudFront using Lambda@Edge.

How to create a simple website on AWS, configuring the password-protected pages. (more…) Read More

3 years ago

Python-Flask API with 2 Endpoints on Docker behind NGINX Auth

This project shows how you can create a python flask API with docker behind a reverse proxy to protect different… Read More

3 years ago