Skip to content

Instantly share code, notes, and snippets.

View malthunayan's full-sized avatar
🐍

Mohammad Al-Thunayan malthunayan

🐍
  • MyHome App
  • Kuwait
View GitHub Profile
@malthunayan
malthunayan / aws-elastic-beanstalk-fastapi.md
Created October 25, 2021 15:29
Deploy FastAPI to AWS Elastic Beanstalk

Deploy FastAPI to AWS Elastic Beanstalk (Zero to Hero)

This guide will go over how to deploy a FastAPI app, add a postgres database, and attach a SSL certificate (assuming you have purchased a custom domain).

Prerequisites

This tutorial will be using pipx to install the Elastic Beanstalk CLI. Follow the instructions here to install AWS's CLI if you do not already have that installed. Then configure it following this guide.

FastAPI project

@malthunayan
malthunayan / html-css-guidelines.md
Last active March 28, 2022 10:57
HTML5 & CSS3 Guidelines

General HTML5 and CSS Guidelines

This gist briefly goes over semantics, and then establishes CSS guidelines.

Semantic HTML

Here is deeper dive into semantics.

Some general rules to follow: