Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)