Docker slides : https://docs.google.com/presentation/d/1w4UCwwvQJw9vQe1ssCUPP55TblGOl3WhWrS1Q30kODw/edit#
Redis labs / Redis on cloud : https://app.redislabs.com/ Redis university: https://university.redis.com/
Assignments
- Basic core Java - https://docs.google.com/document/d/1YMig3AVLglOgQVWFmt93ZtdvndiRRfowexAmPpUGeP0/edit
- DS Algo in Java - https://docs.google.com/document/d/1gUQSdwxdw6f4DJRO0W92tziih86tTt06fWl7L-V852g/edit
- Streams and Lambdas - https://docs.google.com/document/d/1AAlORAmRz-m_aaviZ_k4DgbbbLNzlrn3mV8ayaxgKOg/edit
Assignment Solution
- Basic core java - https://docs.google.com/document/d/166Zv24JnGhzYvCQN1ND5M2aOahE1B0yoaLwh7ogawco/edit?usp=sharing
- DS Algo in Java - https://github.com/piyush5807/JBDL-33/tree/master/DS%20Algo%20Assignment/src/com/example
- Streams and lambdas - https://drive.google.com/file/d/17JxrPOt0JzIyb-JoVoMAuCu1U773iff0/view?usp=sharing
Quizes
- Streams - https://forms.gle/nenVZ2AdqGpdSzid6
- Multi Threading - https://forms.gle/3YqgZk1gdCSm15A36
- Maven - https://forms.gle/ZNKZ5keD2yFfeiHU9
Lecture Wise Notes: https://drive.google.com/drive/folders/1rOtQ8mCv4qWtGBwIvxo2UkArlZnASgEa
Java
- Download - https://www.oracle.com/in/java/technologies/javase-downloads.html
- Resources - https://www.baeldung.com/ , https://www.youtube.com/channel/UCYt1sfh5464XaDBH0oH_o7Q
Postman
- Download - https://www.postman.com/downloads/
- Resources - https://learning.postman.com/docs/getting-started/introduction/
Maven
- Download - https://maven.apache.org/install.html
- Resources - https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html
Spring Basics
- Resources - https://www.baeldung.com/ , https://docs.spring.io/spring-framework/docs/current/reference/html/
MySQL
- Download - https://www.mysql.com/downloads/
- Resources - https://www.mysqltutorial.org/
MongoDB
- Download - https://www.mongodb.com/try/download/shell
- Resources - https://docs.mongodb.com/
Redis
- Download - https://github.com/microsoftarchive/redis/releases/tag/win-3.2.100 (windows) , https://redis.io/download
- Resources - https://redis.io/
Kafka
- Download - https://kafka.apache.org/downloads
- Resources - https://kafka.apache.org/quickstart
Miscellaneous links