Skip to content

monisyousuf/youtube-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@MonisYousuf | Youtube Tutorials

This repository contains code examples from the youtube channel @MonisYousuf. Using the below index, the code examples for a corresponding video can be found.

Important

The code present in this repository is only for the purpose of education. This code is not production ready. For code usage and other details, see License for more details.

Pre Requisites

A lot of code examples in this repository are based on docker so that you DON'T have to install different software like database, kafka, java, python, nginx and such. With Docker, you will be very easily able to run most of the applications in this repository.

What to download? Docker Desktop


Index

This index contains links to the videos on my youtube channel @MonisYousuf along which is mapped with the code examples of that video in this repository. Each directory of code example will have an explanatory documentation in the form of README.md.

Index Video Title Code Directory
CD_006 What is hashing? Hashing functions & Hash Collision CD_006_Hashing
CD_007 What is docker? Docker File, Docker Images and Docker Containers CD_007_Docker
CD_007 (II) What is docker-compose? Docker File vs Docker Compose - with Multiple Containers CD_007_Docker_2
CD_008 What is NoSQL? NoSQL vs SQL - MongoDB, Key-Value & Graph Databases - System Design Basics CD_008_NoSQL
CD_009 What is Time Complexity & Big O Notation? Coming Soon...