Skip to content

Instantly share code, notes, and snippets.

@ImDannyVilla
ImDannyVilla / Architecture Overview — Angels Dumbbells.md
Last active May 2, 2026 07:07
Everyone should read thi sto understand the codebase

Architecture Overview — Angels Dumbbells

A walkthrough of every major piece of the stack, with file references and the reasoning behind each choice. Written for a presentation, not for re-derivation from scratch.


1. FastAPI

What it is. A Python web framework for building HTTP APIs. You declare routes as async functions with type-annotated parameters, and the framework handles request parsing, validation, response serialization, and OpenAPI docs.

@ImDannyVilla
ImDannyVilla / remaining-slides.md
Created May 2, 2026 07:03
Slide changes for Software Engineering

Slide Change Directives — Angels Dumbells Final Presentation

For: Still Ben (Technical Writer) Status: Deck has 37 slides. Architecture slide and Tools grid have been redone and look good. The slides below still need fixes before the final presentation. Priority order: Demo-blockers first (placeholder text, empty slides), then content polish.

Each section below lists: which slide, what's wrong, what to put there, and any notes for whoever presents that slide.


AI Agent Hackathon Playbook

Core Prompting Patterns

IDEATION

Use when you need to generate project ideas quickly. "Give me 5 hackathon ideas for a healthcare project I can build in 24 hours" Tips:

  • Be specific about constraints (time, stack, team size)
  • Ask for ideas ranked by feasibility