💻Developpement
Prompts pour le developpement logiciel, code review et debugging
Showing 25-36 of 375 prompts
Define a Git Strategy for a Team
Define a complete Git strategy adapted to your team: branching model, conventions, code review, and release management.
Configure ESLint and Prettier for a Project
Configure ESLint and Prettier from scratch with pre-commit hooks, IDE integration, and CI for standardizing your team's code.
Document Code with JSDoc/TSDoc
Generate professional and complete JSDoc/TSDoc documentation for your functions and classes with concrete examples.
Create Your First API with Express.js
Learn to create your first Express.js REST API from A to Z with pedagogical explanations adapted to beginners.
Install and Configure PostgreSQL for a Project
Install and configure PostgreSQL from scratch with database creation, users, application connection, and first SQL queries.
Learn Git Basics for Beginners
Learn Git from scratch with illustrated explanations, concrete examples, a practical workflow, and an essential commands cheatsheet.
Write an Architecture Decision Record
Document architecture decisions
Implement property-based testing
Add property-based tests
Implement a design system token system
Build scalable design systems
Implement canary deployments
Roll out changes safely with canary
Review system design for scalability
Identify scalability issues
Design a multi-cluster strategy
Design multi-cluster architectures