Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ledevnovice/try-to-explain

Explanation for myself of concepts I have met during my learning and experiments in web and programming
https://github.com/ledevnovice/try-to-explain

algorithms elasticsearch learning nestjs programming web

Last synced: 3 months ago
JSON representation

Explanation for myself of concepts I have met during my learning and experiments in web and programming

Awesome Lists containing this project

README

        

# Try To Explain...
_I like to try to explain the concepts I learn to myself. This allows me to check if I have fully grasped all the notions that encompass the concept or if some are still lacking. This repository gathers all the topics I have tried to explain in simple terms. Initially useful to myself, it is completely public to be helpful to anyone who finds aid in the information it contains._

### Table of Contents
#### Algorithms
- [Try to explain... What is Binary Search and how to implement it ?](https://github.com/LeDevNovice/Try-To-Explain/blob/master/Algos/binarySearch.md)

#### ComputerScience
- [Try to explain... Why array index starts to 0 and not to 1 ?](https://github.com/LeDevNovice/Try-To-Explain/blob/master/ComputerScience/indexArray.md)

#### Elasticsearch
- [Try to explain... What is a Fuzzy Query and how does it works ?](https://github.com/LeDevNovice/Try-To-Explain/blob/master/Elasticsearch/fuzzyQuery.md)

#### Nestjs
- [Try to explain... What is the difference between native TypeScript type and mapped type in NestJS ?](https://github.com/LeDevNovice/Try-To-Explain/blob/master/Nestjs/mappedTypes.md)