Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonio-marasescu/the-stc-repository
A collection of Standard Templates for Construction of software
https://github.com/antonio-marasescu/the-stc-repository
Last synced: about 1 month ago
JSON representation
A collection of Standard Templates for Construction of software
- Host: GitHub
- URL: https://github.com/antonio-marasescu/the-stc-repository
- Owner: antonio-marasescu
- License: apache-2.0
- Created: 2022-04-02T16:15:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T21:15:51.000Z (7 months ago)
- Last Synced: 2024-05-29T03:18:32.572Z (7 months ago)
- Size: 2.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The STC Repository
## Description
A collection of Standard Templates for Construction of Software, Ideas and Behaviour.## Cloud Development STC
- [AWS](./cloud/aws/aws.md)## Infrastructure as Code (IAC) STC
- [Terraform](iac/terraform/terraform.md)## Web Development STC
### General Concepts
- [Browser API](./webdev/browser-features.md)
- [Bundling](./webdev/bundling.md)
- [JavaScript](./webdev/javascript.md)
- [Optimization](./webdev/optimization.md)
- [RxJs](./webdev/rxjs.md)
- [Security](./webdev/security.md)
- [Styling](./webdev/styling.md)
- [Web Communication](./webdev/web-communication.md)### Frameworks
- [Angular](./webdev/angular.md)
- [React](./webdev/react.md)