Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 623 Bytes

File metadata and controls

20 lines (13 loc) · 623 Bytes

Summer-Bootcamp-and-Projects-2024

Java One Shot Video

https://www.youtube.com/watch?v=A74TOX803D0&t=118s&pp=ygUTamF2YSBmcmVlIGNvZGUgY2FtcA%3D%3D

Spring Boot One Shot Video

https://www.youtube.com/watch?v=LSPWnwFhpJI&t=12416s

Python Basics

https://colab.research.google.com/drive/1T-2YLIpXI88ZzcYrQNtocQbvJgewHZEk?usp=sharing

Jet Brains IntellijIdea

https://www.jetbrains.com/idea/download/?section=linux

Docker

https://docs.docker.com/get-docker/

To run the craschcourse postgres files use the following command

docker run --name crashCourse -e POSTGRES_PASSWORD=pass -d -p 5432:5432 postgres