How I Fixed AWS ELB Health Checks Failing On Flask

Posted on Sun 28 February 2021 in Tech • Tagged with flask, python, aws • 3 min read

Details on how I set up a Flask application on AWS ECS behind an Elastic Load Balancer, and what I had to do to get the ELB health checks to properly work.


Continue reading

Using HTMX in Flask without Flask-Bootstrap

Posted on Fri 18 December 2020 in Tech • Tagged with flask, python, htmx, bootstrap • 5 min read

Details on how I switched from Flask-Bootstrap to directly using Bootstrap 4, which broke my HTMX functions. Here's how I was able to fix it.


Continue reading