FastAPI, SQLAlchemy & Uvicorn

FastAPI, SQLAlchemy & Uvicorn

6 months ago
Gabriele Gatto

A FastAPI, SQLAlchemy & Uvicorn to fetch a Google Sheet A FastAPI, SQLAlchemy & Uvicorn to fetch a Google Sheet This PoC is using FastAPI with SQLAlchemy, to: Fetch items from a Google Sheets document… Read More

Client TrueNas & Ldap with python Flask

6 months ago

A webtool in Python Flask that creates an LDAP user and his TrueNAS shares pool in ISCSI or NFS. There is an experimental part that store the above user info, directly to onepassword. The configuration… Read More

Simple Terraform configuration

6 months ago

A Terraform configuration that provisions the following infrastructure: A VPC with: Public subnets for external resources. Private subnets for internal resources. EC2 instances: Deployed within the private subnets. Running a web server that displays the… Read More

Kubernetes – Notes

6 months ago

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

Docker, Container, Cloud notes

6 months ago

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

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

3 years ago

The goal of this article is an example of the benefits of the GitOPS tools like FluxCD, EKS, SOPS, KMS. How Setup a next-gen Kubernetes deployment depicting your current technology. https://github.com/garanet/gitops-flux-helm-k8s-sops (more…) Read More

AWS protected S3 website with CloudFront using Lambda@Edge.

3 years ago

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

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

3 years ago

This project shows how you can create a python flask API with docker behind a reverse proxy to protect different /endpoints. (more…) Read More

A K8s PHP POSTGRESQL REDIS

3 years ago

This project shows how to create a setup for a local ENV with PHP POSTGRESQL REDIS in K8s that could be used for day-to-day development. (more…) Read More

LDAP-Python3 & RDS-Aurora-to-AD

4 years ago

Script to work with LDAP + Python3 & RDS-Aurora with AD (simple active directory) (more…) Read More