Skip to content

Commit

Permalink
Added more to the list of recommeded courses.
Browse files Browse the repository at this point in the history
  • Loading branch information
patelanil committed Feb 6, 2024
1 parent 4a995ed commit aa51d40
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 9 deletions.
25 changes: 16 additions & 9 deletions cs-fundamentals/by-arpit-bhayani.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
Microservices

https://arpitbhayani.me/videos#:~:text=BFF%20%2D%20Backend%20for,a%20microservice%20architecture

* https://arpitbhayani.me/videos#:~:text=BFF%20%2D%20Backend%20for,a%20microservice%20architecture


Database
* https://arpitbhayani.me/videos/why-do-databases-store-data-in-b-trees
* https://arpitbhayani.me/videos/datetime-vs-timestamp-datatype-in-databases-which-one-is-better-and-when
* https://arpitbhayani.me/videos/what-are-embedded-databases
* https://arpitbhayani.me/videos/what-is-write-ahead-logging-and-how-databases-use-it-to-guarantee-reliability
* https://arpitbhayani.me/videos/how-do-indexes-make-databases-read-faster
* https://arpitbhayani.me/videos/implementing-distributed-transactions-using-two-phase-commit-protocol
* https://arpitbhayani.me/videos/two-phase-commit-to-power-distributed-transactions-in-a-distributed-system
* https://arpitbhayani.me/videos/distributed-transactions-two-phase-commit-protocol
* https://arpitbhayani.me/blogs/taxonomy-on-sql

Network
* https://arpitbhayani.me/blogs/making-http-requests-using-netcat
* https://arpitbhayani.me/videos/can-you-send-payload-in-http-get

https://arpitbhayani.me/videos/why-do-databases-store-data-in-b-trees
https://arpitbhayani.me/videos/datetime-vs-timestamp-datatype-in-databases-which-one-is-better-and-when
https://arpitbhayani.me/videos/what-are-embedded-databaseshttps://arpitbhayani.me/videos/what-is-write-ahead-logging-and-how-databases-use-it-to-guarantee-reliability
https://arpitbhayani.me/videos/how-do-indexes-make-databases-read-fasterhttps://arpitbhayani.me/videos/implementing-distributed-transactions-using-two-phase-commit-protocol
https://arpitbhayani.me/videos/two-phase-commit-to-power-distributed-transactions-in-a-distributed-system
https://arpitbhayani.me/videos/distributed-transactions-two-phase-commit-protocol
General
* https://drive.google.com/file/d/1qMOCSfTgyPKF6HFS1QFrek_A2pRMmwtK/view

5 changes: 5 additions & 0 deletions cs-fundamentals/other-courses.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### From many sources

* https://www.udemy.com/course/xml-step-by-step-for-beginners/
* https://12factor.net

40 changes: 40 additions & 0 deletions cs-fundamentals/scaler-academy-courses.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@

RCS

* https://www.scaler.com/topics/git/

Databases

* https://www.scaler.com/topics/dbms/
* https://www.scaler.com/topics/sql/
* https://www.scaler.com/topics/course/sql-using-mysql-course/


Systems

* https://www.scaler.com/topics/operating-system/
* https://www.scaler.com/topics/linux-tutorial/
* https://www.scaler.com/topics/docker/
* https://www.scaler.com/topics/computer-network/



Java

* https://www.scaler.com/topics/java/

Enterprise Application Engineering

* https://www.scaler.com/topics/design-patterns/
* https://www.scaler.com/topics/software-engineering/

UI

* https://www.scaler.com/topics/html/
* https://www.scaler.com/topics/javascript/
* https://www.scaler.com/topics/css/


XML
* https://www.scaler.com/topics/xml-syntax/

0 comments on commit aa51d40

Please sign in to comment.