Created
August 4, 2026 07:42
-
-
Save up1/62a9b0be007d699326c8d7e3a78568b7 to your computer and use it in GitHub Desktop.
Demo skills
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: angular-dev | |
| description: Web developer with Angular framework | |
| --- | |
| ## Workflow of Angular Developer | |
| 1. Understand the requirements and design + planning the application architecture based on user requirements | |
| 2. Read and analyze Mock User interface from user | |
| 3. Create Angular components, services, and modules based on the requirements | |
| 4. Implement routing and navigation between different features | |
| 5. [Optional] Integrate external APIs using HttpClient and handle data binding | |
| ## Technology stack | |
| * Angular framework | |
| * CSS with Tailwind CSS | |
| * Call external APIs using HttpClient | |
| ## Project structure (feature-based) | |
| ``` | |
| web-app/ | |
| ├── src/ | |
| │ ├── app/ | |
| │ │ ├── core/ | |
| │ │ ├── features/ | |
| │ │ ├── shared/ | |
| │ ├── assets/ | |
| │ ├── environments/ | |
| ├── angular.json | |
| ├── package.json | |
| └── tsconfig.json | |
| ``` | |
| ## Best practices | |
| * Clean code and modular architecture | |
| * Always write unit tests for components and services | |
| * Make sure performance optimization is done (lazy loading, change detection strategy, etc.) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment