Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ledevnovice/try-to-explain
- Owner: LeDevNovice
- Created: 2024-07-06T10:03:14.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-08-10T21:21:34.000Z (5 months ago)
- Last Synced: 2024-10-11T22:02:55.606Z (3 months ago)
- Topics: algorithms, elasticsearch, learning, nestjs, programming, web
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)