Cette section regroupe tous les outils, checklists, templates et ressources utiles pour le développement, la gestion de projet et l'administration système. Des raccourcis pour gagner du temps et éviter de réinventer la roue !
IDEs, extensions, logiciels, services en ligne pour le développement
Listes de vérification pour déploiement, code review, sécurité
Modèles de documents, code boilerplate, configurations
Bientôt disponible : Conventions, standards, patterns...
| Technologie | Lien | Description |
|---|---|---|
| SQL Server | docs.microsoft.com/sql | Documentation complète T-SQL et SQL Server |
| Python | docs.python.org | Documentation officielle Python 3.x |
| MDN Web Docs | developer.mozilla.org | Référence HTML/CSS/JavaScript |
| Vue.js | vuejs.org | Guide officiel Vue.js |
| ASP.NET Core | docs.microsoft.com/aspnet | Documentation ASP.NET Core |
| Spring Boot | spring.io/guides | Guides Spring Boot |
| Outil | Lien | Usage |
|---|---|---|
| Visual Studio Code | code.visualstudio.com | IDE léger pour web/Python |
| Git | git-scm.com | Contrôle de version |
| Postman | postman.com | Test d'APIs REST |
| Docker Desktop | docker.com | Conteneurisation |
| DBeaver | dbeaver.io | Client SQL universel |
| Service | Lien | Usage |
|---|---|---|
| GitHub | github.com | Hébergement Git, CI/CD |
| Stack Overflow | stackoverflow.com | Q&A développeurs |
| Can I Use | caniuse.com | Compatibilité navigateurs |
| RegEx101 | regex101.com | Test expressions régulières |
| JSON Formatter | jsonformatter.org | Validation et formatage JSON |
• ESLint
• Prettier
• GitLens
• Path Intellisense
• Vetur (Vue.js)
• HTML CSS Support
• Live Server
• Auto Rename Tag
• Python
• Pylance
• Python Docstring
• autoDocstring
• SQL Server (mssql)
• SQLTools
• MongoDB for VS Code
• Docker
• Remote - SSH
• YAML
• GitLab Workflow
• Better Comments
• Bookmarks
• TODO Highlight
• Error Lens
| Action | Windows/Linux | macOS |
|---|---|---|
| Palette de commandes | Ctrl + Shift + P |
Cmd + Shift + P |
| Rechercher fichier | Ctrl + P |
Cmd + P |
| Terminal intégré | Ctrl + ` |
Cmd + ` |
| Multi-curseur | Alt + Click |
Option + Click |
| Dupliquer ligne | Shift + Alt + Down |
Shift + Option + Down |
| Commenter/Décommenter | Ctrl + / |
Cmd + / |
• Udemy
• Pluralsight
• LinkedIn Learning
• freeCodeCamp
• Dev.to
• Medium
• CSS-Tricks
• Smashing Magazine
• Syntax.fm
• Talk Python To Me
• The Changelog
• Developer Tea
• Traversy Media
• Fireship
• Web Dev Simplified
• The Net Ninja