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

https://github.com/avin/cheatsheets

Коллекция шпаргалок
https://github.com/avin/cheatsheets

cheatsheets russian

Last synced: 26 days ago
JSON representation

Коллекция шпаргалок

Awesome Lists containing this project

README

          

# Коллекция шпаргалок

## Golang
- [Go](./go/README.md)
- [Go Concurrency Patterns](./go-concurrency/README.md)

## C/C++
- [C](./c/README.md)
- [C++20/23 Cookbook](cpp-cookbook/README.md)
- [C++20/23 Complete Cheatsheet Collection](cpp-modern/README.md)
- [C++ Web/Network](cpp-web-network/README.md)
- [CMake](./cmake-recipes/README.md)

## Фронтенд
- [JavaScript](./js/README.md)
- [JavaScript алгоритмы](./js-algos/README.md)
- [Типы в TypeScript](./ts-types/README.md)
- [CSS](./css-recipes/README.md)
- [HTML](./html-recipes/README.md)
- [PWA](./pwa-recipes/README.md)
- [Web Performance](./web-performance/README.md)
- [WebGL и GLSL](./webgl-glsl/README.md)
- [Web Components](./web-components/README.md)
- [React Patterns](./react-patterns/README.md)
- [Security для фронтенда](./frontend-security/README.md)

## Бэкенд и API
- [Express.js рецепты](./express-recipes/README.md)
- [GraphQL](./graphql/README.md)
- [REST API best practices](./rest-api-best-practices/README.md)
- [API взаимодействие](./api-interactions/README.md)
- [SQL (PostgreSQL)](./sql-postgresql/README.md)

## DevOps и инструменты

- [Docker](./docker-recipes/README.md)
- [TLS / SSL / OpenSSL](./tls-openssl/README.md)
- [Linux CLI](./linux-cli/README.md)
- [Windows PowerShell](./windows-powershell/README.md)

## Архитектура и теория
- [Алгоритмы и интервью](./algorithms-interview/README.md)
- [Архитектурные паттерны](./architectural-patterns/README.md)
- [Термины и акронимы IT](./terms-acronyms/README.md)