From 80e43d7cfa066690b506103c5decce1d40015e31 Mon Sep 17 00:00:00 2001 From: Riwandy Date: Fri, 1 Oct 2021 11:57:45 +0700 Subject: [PATCH 1/3] Update 1 book URL in free-programming-books-id.md Update URL for Pemrograman Kompetitif Dasar --- books/free-programming-books-id.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-id.md b/books/free-programming-books-id.md index e17ae344d..040ee89eb 100644 --- a/books/free-programming-books-id.md +++ b/books/free-programming-books-id.md @@ -110,7 +110,7 @@ ### Pemrograman Kompetitif -* [Pemrograman Kompetitif Dasar](https://osn.toki.id/#materi-algo) - William Gozali & Alham Fikri Aji (PDF) +* [Pemrograman Kompetitif Dasar](https://ksn.toki.id/data/pemrograman-kompetitif-dasar.pdf) - William Gozali & Alham Fikri Aji (PDF) ### PHP From 28c56ce698c07853ede14e38597633abc466b3ff Mon Sep 17 00:00:00 2001 From: Riwandy Date: Fri, 1 Oct 2021 22:14:42 +0700 Subject: [PATCH 2/3] Add new MongoDB book at free-programming-books-langs.md Added MongoDB Notes for Professionals --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 719d6d3c8..be527fbc0 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1509,6 +1509,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Graph Databases](http://graphdatabases.com) * [Introduction to MongoDB](https://www.tutorialspoint.com/mongodb) - Tutorials Point * [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans) +* [MongoDB Notes for Professionals](https://goalkicker.com/MongoDBBook/) - Compiled from StackOverflow Documentation (PDF) * [MongoDB Succinctly, Syncfusion](https://www.syncfusion.com/resources/techportal/ebooks/mongodb) (PDF, Kindle) (email address *requested*, not required) * [NoSQL Databases](http://www.christof-strauch.de/nosqldbs.pdf) - Christof Strauch (PDF) * [The Little MongoDB Book](http://openmymind.net/2011/3/28/The-Little-MongoDB-Book/) From 887f8f1164b98c5e351b0b65bf09cad9a52ac930 Mon Sep 17 00:00:00 2001 From: Riwandy Date: Fri, 1 Oct 2021 23:21:13 +0700 Subject: [PATCH 3/3] Added Git for Professionals Tutorial at free-courses-en.md Git for Professionals Tutorial - Tools & Concepts for Mastering Version Control with Git --- courses/free-courses-en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/courses/free-courses-en.md b/courses/free-courses-en.md index e01bcaade..6588d0db9 100644 --- a/courses/free-courses-en.md +++ b/courses/free-courses-en.md @@ -322,6 +322,7 @@ * [Git & GitHub Tutorial for Beginners](https://www.youtube.com/playlist?list=PL4cUxeGkcC9goXbgTDQ0n_4TBzOO0ocPR) (The Net Ninja) * [Git and GitHub for Poets](https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZF9C0YMKuns9sLDzK6zoiV) * [GIT for beginners](https://www.eduonix.com/git-for-beginners) - Maksym Rudnyi (Eduonix Learning Solutions) *(account or email address required)* +* [Git for Professionals Tutorial](https://www.youtube.com/watch?v=Uszj_k0DGsg) - Tobias Günther, freeCodeCamp (YouTube) * [GitHowTo](https://githowto.com) * [How to Use Git and GitHub](https://www.udacity.com/course/how-to-use-git-and-github--ud775) (Udacity) * [Introduction to Git and GitHub](https://www.coursera.org/learn/introduction-git-github) - Google (Coursera)