First Steps: From Spec to First Code
Build a basic web app from a short functional spec using GitHub Copilot.
Build a basic web app from a short functional spec using GitHub Copilot.
Guide on using an LLM (e.g., via Copilot or Cursor) to generate code for a basic CRUD API endpoint based on a simplified Interface/API Specification snippet. Focuses on Python (Flask/FastAPI) or TypeScript (Node.js/Express).
Guide on using an LLM to generate a React component based on a UI description or Functional Specification snippet, emphasizing styling with Tailwind CSS.
Guide on using an LLM to create database schema definitions (SQL CREATE TABLE statements) and basic CRUD functions (e.g., Python with SQLAlchemy or TypeScript with Mongoose) based on a Data Model or relevant section of a Software Requirements Specification.
Guide on using an LLM to generate unit tests (e.g., Jest for JS/TS, Pytest for Python) for existing code based on User Stories and their associated Acceptance Criteria.
Iteratively update a Python backend when specs change mid-development.
Combine a Product Requirements Doc and a System Design Spec to build a feature.
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.