Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bohdanmoroziuk/code-snippets
This is my personal knowledge-base. Here you'll find code-snippets, technical documentation, and command reference for various tools, and technologies.
https://github.com/bohdanmoroziuk/code-snippets
cheat-sheets code-snippets front-end-development functional-programming knowledge-base oop react rest-api software-architecture software-development testing typescript vue3
Last synced: about 1 month ago
JSON representation
This is my personal knowledge-base. Here you'll find code-snippets, technical documentation, and command reference for various tools, and technologies.
- Host: GitHub
- URL: https://github.com/bohdanmoroziuk/code-snippets
- Owner: bohdanmoroziuk
- License: mit
- Created: 2022-11-14T07:42:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T14:19:26.000Z (about 1 year ago)
- Last Synced: 2023-12-30T15:27:02.559Z (about 1 year ago)
- Topics: cheat-sheets, code-snippets, front-end-development, functional-programming, knowledge-base, oop, react, rest-api, software-architecture, software-development, testing, typescript, vue3
- Language: TypeScript
- Homepage:
- Size: 326 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: roadmap/frontend-developer/readme.md
Awesome Lists containing this project
README
# Knowledge base (code-snippets)
> This is my personal knowledge-base. Here you'll find code-snippets,
technical documentation, and command reference for various tools, and technologies.## Table of contents
### Languages
- [HTML](./html/readme.md)
- [CSS](./css/readme.md)
- [JavaScript](./javascript/)
- [TypeScript](./typescript/readme.md)### Frameworks
- [Vue](./vue/readme.md)
- [Nuxt](./nuxt/readme.md)
- [Quasar](./quasar/readme.md)
- [React](./react/readme.md)### Technologies, tools
- [Git](./git)
- [VS Code](./vscode)### Concepts, approaches, paradigms
- [Terminology](./terminology.md)
- [Best practices](./best-practices.md)
- [Architectures](./architectures/readme.md)
- [Design patterns](./design-patterns/readme.md)
- [Functional programming](./fp/readme.md)
- [REST API](./rest-api/readme.md)
- [SOLID](./solid/readme.md)
- [Testing](./testing/readme.md)