Skip to main content

Posts

2023

Crayon CloudIQ SDK for Python
·842 words·4 mins
Python REST API PyPI
This project is an SDK for Crayon’s CloudIQ API that can be used in Python scripts and applications. Provides a simple interface to authenticate with the API using Oauth2. It can be used to create tenants, create licensing subscriptions, and monitor billing.

2022

How create an Nginx Docker image from a Hugo static site using AWS CodeBuild
·3578 words·17 mins
AWS Hugo Golang CodeBuild Docker Devops
In this article, I will go over the basic principles of building a Docker image using AWS Codebuild. I will be using Hugo, an open-sourced static site generator written in Golang, to create a demo blog.
How to create an IAM user and policy group in AWS using Terraform
·543 words·3 mins
AWS IAM Terraform
In the following article, I will explore how to create an IAM user in AWS using Terraform. I also experimented with the AWS IAM module to create a policy group with a custom ARN permissions to assign to the user.
FastAPI Kubernetes infratructure with Terraform deployment
·2517 words·12 mins
Kubernetes Docker Terraform React Python FastAPI Uvicorn
The backend of this project is written in Python using the FastAPI framework and runs on the official python:3.10.7-slim-bullseye Docker image. The frontend of my project is written in JavaScript using the React JS and Tailwind CSS frameworks.
Azure N-tier Application
·3328 words·16 mins
Azure Kubernetes Docker Terraform AKS Flask Python
For this project, I deployed a frontend Flask application running on two Azure Container Instances load balanced by an application gateway. The frontend app makes REST API calls to the backend API which is running on an AKS cluster.