Explore all newline lessons
lesson
Text-to-SQL and Text-to-Music ArchitecturesAI Bootcamp- Implement text-to-SQL using structured prompts and fine-tuned models - Train and evaluate SQL generation accuracy using execution-based metrics - Explore text-to-music pipelines: prompt → MIDI → audio generation - Compare contrastive vs generative learning in multimodal alignment - Study evaluation tradeoffs for logic-heavy vs creative outputs
lesson
Text-to-SQL SystemsAI BootcampImplement text-to-SQL with structured prompts, train/evaluate SQL generation accuracy using execution-based metrics.
lesson
PostgreSQL RangesFullstack Typescript with TailwindCSS and tRPC Using Modern Features of PostgreSQLThe power of PostgreSQL ranges
lesson
Installing PostgreSQL Locally to Add Persistence to a Svelte AppFullstack SvelteInstalling PostgreSQL and Initial Setup
lesson
Connecting a Django App to a PostgreSQL DatabaseServerless Django with ZappaLet's try to connect to the database
lesson
Implementing Database Relationships in Flask With SQLAlchemyFullstack Flask: Build a Complete SaaS App with FlaskUsing SQLAlchemy for relationships between models
lesson
Build API Calls That Generate SQL Queries in DenoBuild and deploy a REST API with DenoCreating the methods to access the database
lesson
Migrating Data to PostgreSQL and Modeling Data in DenoBuild and deploy a REST API with DenoIn this step, we will create our first data model and create a corresponding table using a migration