All skills
Backend

Flask

Flask is my framework of choice. I've used it for Gaia Sentinel's backend, Gaia Cloud's deployment engine, C12 Tracker, and several other projects. It's lightweight enough that I understand every part of my stack, and flexible enough to build anything from a simple API to a full platform.

How I use it
  • RESTful API design with proper endpoints
  • Database integration with SQLAlchemy and raw PostgreSQL
  • Authentication with session management
  • WebSocket integration via Flask-SocketIO