Update technology-stack.md

This commit is contained in:
amir houieh 2022-11-16 10:22:11 +01:00 committed by GitHub
parent 7579babe90
commit afb684860c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -20,15 +20,29 @@ We use javascript because its ecosystem lets us build almost any software; this
Not being a type-safe language, Javascript increases the chance of runtime errors and makes it extremely hard to read and maintain the project as it or the team working on it gets bigger. We prefer Typescript over Javascript because it has solved these issues, ensuring that we deliver safer software.
#### usecases
### CSS/SCSS
#### usecases
## Libraries
### React
#### usecases
## Frameworks
### Next.js
#### usecases
### Docusaurus
#### usecases
## CI/CD
### GitHub Actions
#### usecases
## Cloud Platforms
### Vercel
#### usecases