Skip to content

Commit b39be9c

Browse files
authored
Merge branch 'main' into patch-2
2 parents df15866 + 22173cc commit b39be9c

17 files changed

+120
-10
lines changed

Diff for: books/free-programming-books-de.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969

7070
### <a id="csharp"></a>C\#
7171

72+
* [Einführung in das Programmieren mit C#](https://www.uni-trier.de/universitaet/wichtige-anlaufstellen/zimk/downloads-broschueren/programmierung/c) - Bernhard Baltes-Götz (PDF)
7273
* [Programmieren in C#: Einführung](http://www.highscore.de/csharp/einfuehrung)
7374
* [Visual C# 2012](http://openbook.rheinwerk-verlag.de/visual_csharp_2012) - Andreas Kühnel (Online)
7475

@@ -128,6 +129,7 @@
128129

129130
### Java
130131

132+
* [Einführung in das Programmieren mit Java](https://www.uni-trier.de/universitaet/wichtige-anlaufstellen/zimk/downloads-broschueren/programmierung/java) - Bernhard Baltes-Götz, Johannes Götz (PDF)
131133
* [EJB 3 für Umsteiger: Neuerungen und Änderungen gegenüber dem EJB-2.x-Standard](http://bsd.de/e3fu/umfrage.html) - Heiko W. Rupp
132134
* [Java 7 Mehr als eine Insel](http://openbook.rheinwerk-verlag.de/java7) - Christian Ullenboom (Online)
133135
* [Java ist auch eine Insel](http://openbook.rheinwerk-verlag.de/javainsel) - Christian Ullenboom (Online)
@@ -249,6 +251,5 @@
249251

250252
### Visual Basic
251253

252-
* [Einstieg in Visual Basic 2010](https://web.archive.org/web/20210507062754/https://openbook.rheinwerk-verlag.de/einstieg_vb_2010/) - Thomas Theis (Online) *(:card_file_box: archived)*
253254
* [Einstieg in Visual Basic 2012](http://openbook.rheinwerk-verlag.de/einstieg_vb_2012) - Thomas Theis (Online)
254255
* [Visual Basic 2008](http://openbook.rheinwerk-verlag.de/visualbasic_2008) Andreas Kuehnel, Stephan Leibbrandt (Online)

Diff for: books/free-programming-books-hu.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
### Lego Mindstorms
7171

7272
* [A MINDSTORMS EV3 robotok programozásának alapjai](https://hdidakt.hu/wp-content/uploads/2016/01/dw_74.pdf) - Kiss Róbert (PDF)
73-
* [Egyszerű robotika, A Mindstorms NXT robotok programozásának alapjai](http://www.banyai-kkt.sulinet.hu/robotika/Segedanyag/Egyszeru_robotika.pdf) - Kiss Róbert, Badó Zsolt (PDF)
73+
* [Egyszerű robotika, A Mindstorms NXT robotok programozásának alapjai](https://web.archive.org/web/20160607074029/http://www.banyai-kkt.sulinet.hu/robotika/Segedanyag/Egyszeru_robotika.pdf) - Kiss Róbert, Badó Zsolt (PDF) *(:card_file_box: archived)*
7474

7575

7676
### Lisp
@@ -87,7 +87,7 @@
8787
### .NET
8888

8989
* [C#](http://mek.oszk.hu/10300/10384/index.phtml) - Reiter István (PDF)
90-
* [C# programozás lépésről lépésre](http://devportal.hu) - Reiter István (PDF)
90+
* [C# programozás lépésről lépésre](https://reiteristvan.files.wordpress.com/2018/01/reiter-istvc3a1n-c-programozc3a1s-lc3a9pc3a9src591l-lc3a9pc3a9sre.pdf) - Reiter István (PDF)
9191
* [Honlapépítés a XXI. században](http://mek.oszk.hu/10300/10392/index.phtml) - A WebMatrix csapat, Balássy György (PDF)
9292
* [Silverlight 4](http://mek.oszk.hu/10300/10382/index.phtml) - Árvai Zoltán, Csala Péter, Fár Attila Gergő, Kopacz Botond, Reiter István, Tóth László (PDF)
9393

Diff for: books/free-programming-books-langs.md

+5
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
284284

285285
### Arduino
286286

287+
* [Arduino-docs : A beginner's guide](https://arduino-doc.readthedocs.io/en/latest/) - Paramesh Chandra (HTML)
287288
* [Arduino Programming Notebook](https://unglue.it/work/152452) - Brian Evans (PDF) (:card_file_box: *archived at unglue.it*)
288289
* [Arduino Tips, Tricks, and Techniques](https://cdn-learn.adafruit.com/downloads/pdf/arduino-tips-tricks-and-techniques.pdf) - lady ada (PDF)
289290
* [Getting started with Arduino – A Beginner’s Guide](http://manuals.makeuseof.com.s3.amazonaws.com/for-mobile/Arduino_-_MakeUseOf.com.pdf) - Brad Kendall (PDF)
@@ -483,6 +484,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
483484
* [.NET Microservices: Architecture for Containerized .NET Applications](https://dotnet.microsoft.com/download/e-book/microservices-architecture/pdf) - Cesar de la Torre, Bill Wagner, Mike Rousos (PDF)
484485
* [Porting Existing ASP.NET Apps to .NET 6](https://docs.microsoft.com/en-us/dotnet/architecture/porting-existing-aspnet-apps/) - Steve "ardalis" Smith
485486
* [Threading in C#](http://www.albahari.com/threading/)
487+
* [Xamarin Community Toolkit Succinctly](https://www.syncfusion.com/succinctly-free-ebooks/xamarin-community-toolkit-succinctly) - Alessandro Del Sole
486488
* [Xamarin.Forms for macOS Succinctly](https://www.syncfusion.com/ebooks/xamarin_forms_for_mac_os_succinctly) - Alessandro Del Sole
487489
* [Xamarin.Forms Succinctly](https://www.syncfusion.com/ebooks/xamarin-forms-succinctly) - Alessandro Del Sole
488490

@@ -1096,6 +1098,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
10961098
* [Learning JavaScript Design Patterns](http://addyosmani.com/resources/essentialjsdesignpatterns/book/) - Addy Osmani (HTML)
10971099
* [Let's Learn ES6](https://bubblin.io/cover/let-s-learn-es6-by-ryan-christiani#frontmatter) - Ryan Christiani (Superbook format)
10981100
* [Managing Space and Time with JavaScript - Book 1: The Basics](http://www.noelrappin.com) - Noel Rappin (dead link)
1101+
* [Modern JavaScript](https://www.modernjs.com) - Daniel Rubio
10991102
* [Mozilla Developer Network's JavaScript Guide](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide) - Mozilla Developer Network contributors (HTML)
11001103
* [Neural Networks with JavaScript Succinctly](https://www.syncfusion.com/ebooks/neural-networks-with-javascript-succinctly) - James McCaffrey (PDF, EPUB, MOBI)
11011104
* [Oh My JS](https://web.archive.org/web/20150317231950/https://leanpub.com/ohmyjs/read) - Azat Mardanov (HTML)
@@ -1947,6 +1950,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
19471950
* [Django Official Documentation](https://buildmedia.readthedocs.org/media/pdf/django/2.2.x/django.pdf) (PDF) (2.2)
19481951
* [Django Official Documentation](https://buildmedia.readthedocs.org/media/pdf/django/3.1.x/django.pdf) (PDF) (3.1)
19491952
* [Django Official Documentation](https://buildmedia.readthedocs.org/media/pdf/django/3.2.x/django.pdf) (PDF) (3.2)
1953+
* [Django Rest Framework](https://riptutorial.com/Download/django-rest-framework.pdf) - Compiled from StackOverflow Documentation (PDF)
19501954
* [Django RESTful Web Services](https://www.packtpub.com/free-ebooks/django-restful-web-services) - Gaston C. Hillar (Packt account *required*)
19511955
* [Django Web Framework (Python)](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django) - MDN contributors
19521956
* [Djen of Django](http://agiliq.com/books/djenofdjango/)
@@ -1970,6 +1974,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
19701974

19711975
#### Pandas
19721976

1977+
* [Best Pandas Tutorial \| Learn with 50 Examples](https://www.listendata.com/2017/12/python-pandas-tutorial.html) - Ekta Aggarwal (HTML)
19731978
* [Learn Pandas](https://bitbucket.org/hrojas/learn-pandas) - Hernan Rojas (0.18.1)
19741979
* [pandas: powerful Python data analysis toolkit](https://pandas.pydata.org/docs) - Wes McKinney, the Pandas Development Team (HTML, PDF)
19751980

Diff for: books/free-programming-books-subjects.md

+1
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ Books that cover a specific programming language can be found in the [BY PROGRA
243243
### Database
244244

245245
* [Database Design – 2nd Edition](https://opentextbc.ca/dbdesign01/) - Adrienne Watt, Nelson Eng @ BCcampus Open Pressbooks (HTML, PDF, EPUB, Kindle)
246+
* [Database Design Succinctly](https://www.syncfusion.com/succinctly-free-ebooks/database-design-succinctly) - Joseph D. Booth (HTML, PDF, EPUB, MOBI)
246247
* [Database Explorations](http://www.dcs.warwick.ac.uk/~hugh/TTM/Database-Explorations-revision-2.pdf) - C.J. Date, Hugh Darwen (PDF)
247248
* [Database Fundamentals](http://public.dhe.ibm.com/software/dw/db2/express-c/wiki/Database_fundamentals.pdf) - Neeraj Sharma et al. (PDF)
248249
* [Databases, Types, and The Relational Model: The Third Manifesto](http://www.dcs.warwick.ac.uk/~hugh/TTM/DTATRM.pdf) - C.J. Date, Hugh Darwen (PDF)

Diff for: books/free-programming-books-th.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### Index
22

33
* [Apache Spark](#apache-spark)
4+
* [C#](#csharp)
45
* [Go](#go)
56
* [IoT (internet of things)](#iot-internet-of-things)
67
* [Java](#java)
@@ -12,6 +13,11 @@
1213
* [Spark Internals](https://github.com/JerryLead/SparkInternals/tree/HEAD/markdown/thai) - Lijie Xu, Bhuridech Sudsee
1314

1415

16+
### <a id="csharp"></a>C\#
17+
18+
* [บทเรียนภาษา C#](http://marcuscode.com/lang/csharp) - MarcusCode
19+
20+
1521
### Go
1622

1723
* [ภาษา Go ตอน 1 ติดตั้ง และ Run Hello World](https://medium.com/odds-team/%E0%B8%AA%E0%B8%A3%E0%B8%B8%E0%B8%9B%E0%B8%81%E0%B8%B2%E0%B8%A3%E0%B9%80%E0%B8%A3%E0%B8%B5%E0%B8%A2%E0%B8%99%E0%B8%9E%E0%B8%B7%E0%B9%89%E0%B8%99%E0%B8%90%E0%B8%B2%E0%B8%99%E0%B8%A0%E0%B8%B2%E0%B8%A9%E0%B8%B2-go-%E0%B9%81%E0%B8%9A%E0%B8%9A-step-by-step-%E0%B8%88%E0%B8%B2%E0%B8%81-course-pre-ultimate-go-by-p-yod-%E0%B8%95%E0%B8%AD%E0%B8%99-1-%E0%B8%95%E0%B8%B4%E0%B8%94%E0%B8%95%E0%B8%B1%E0%B9%89%E0%B8%87-%E0%B9%81%E0%B8%A5%E0%B8%B0-d9ac7913e9a4) - Chaiyarin Niamsuwan

Diff for: casts/free-podcasts-screencasts-en.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* [C#](#csharp)
55
* [C++](#cpp)
66
* [Clojure](#clojure)
7+
* [Cloud computing](#cloud-computing)
78
* [Data Science](#data-science)
89
* [Elixir](#elixir)
910
* [Erlang](#erlang)
@@ -50,6 +51,7 @@
5051

5152
* [C++ Complete Course](https://www.youtube.com/playlist?list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb) - Yan Chernikov (screencast)
5253
* [C++ Programming Video Lectures](https://www.youtube.com/playlist?list=PLTZbNwgO5ebo64D1k0DJQGX30X6iSTmRr) - Saurabh School of Computing (screencast)
54+
* [C++ Series](https://www.youtube.com/playlist?list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb) - The Cherno (screencast)
5355
* [C++ Standard Library](https://www.youtube.com/playlist?list=PL5jc9xFGsL8G3y3ywuFSvOuNm3GjBwdkb) - Bo Qian (screencast)
5456
* [CppCast](http://cppcast.com) - Conor Hoekstra, Jason Turner, JeanHeyd Meneide, Matt Godbolt, Rob Irving (podcast)
5557

@@ -60,6 +62,15 @@
6062
* [Parens of the Dead](http://www.parens-of-the-dead.com) - Magnar Sveen, Elisabeth Irgens (screencast)
6163

6264

65+
### Cloud computing
66+
67+
* [CloudSkills.fm](https://cloudskills.fm) - Mike Pfeiffer (podcast)
68+
* [Google Cloud Platform Podcast](https://www.gcppodcast.com) - Google Cloud Platform team (podcast)
69+
* [Microsoft Cloud Show](https://www.microsoftcloudshow.com) - Andrew Connell and Chris Johnson (podcast)
70+
* [On Cloud](https://www2.deloitte.com/us/en/pages/consulting/topics/cloud-podcast.html) - Deloitte US (podcast)
71+
* [The Cloud Pod](https://www.thecloudpod.net) - Justin Brodley, Jonathan Baker, Ryan Lucas and Peter Roosakos (podcast)
72+
73+
6374
### Data Science
6475

6576
* [Data Futurology - Leadership And Strategy in Artificial Intelligence, Machine Learning, Data Science](https://www.datafuturology.com/podcasts) - Felipe Flores (podcast)
@@ -75,10 +86,12 @@
7586
* [Talking Machines](https://www.thetalkingmachines.com) - Katherine Gorman, Neil Lawrence (podcast)
7687
* [The Banana Data Podcast](https://banana-data.buzzsprout.com) - Triveni Gandhi, Christopher Peter Makris, Corey Strausman (podcast)
7788
* [The Data Science Podcast](https://developer.ibm.com/podcasts/the-data-science-podcast/) - IBM (podcast)
89+
* [Towards Data Science](https://towardsdatascience.com/podcast/home) - The TDS team (podcast)
7890

7991

8092
### Elixir
8193

94+
* [Elixir Newbie](https://www.elixirnewbie.com/podcast) - Brooklin Myers (podcast)
8295
* [Elixir Sips](http://elixirsips.com) - Josh Adams (screencast)
8396
* [ElixirCasts](https://elixircasts.io) - Alekx (screencast)
8497
* [ElixirConf 2014](https://www.youtube.com/playlist?list=PLE7tQUdRKcyakbmyFcmznq2iNtL80mCsT) - Confreaks (screencast)
@@ -133,6 +146,7 @@
133146

134147
* [CSS Crash Course For Absolute Beginners](https://www.youtube.com/watch?v=yfoY53QXEnI) - Brad Traversy (screencast)
135148
* [CSS-Tricks Screencasts](https://css-tricks.com/video-screencasts/) - Chris Coyier (screencast)
149+
* [HTML All The Things](https://www.htmlallthethings.com/podcast) - Matt Lawrence and Mike Karan (podcast)
136150
* [The CSS Podcast](https://thecsspodcast.libsyn.com) - Una Kravets, Adam Argyle (podcast)
137151

138152

@@ -174,6 +188,7 @@
174188

175189
#### Angular
176190

191+
* [Adventures in Angular](https://topenddevs.com/podcasts/adventures-in-angular) - Charles Max Wood, Subrat Mishra, Richard Sithole, Armen Vardanyan, Sani Yusuf, Shai Reznik, Alyssa Nicoll, Brooks Forsyth, Brad McAlister, Chris Ford, Eddie Hinkle, Younes Jaaidi, Brian Love, Jennifer Wadella, Aaron Frost, Joe Eames (podcast)
177192
* [Angular Air](https://angularair.com) - Justin Schwartzenberger, Alyssa Nicoll, Mike Brocci, Bonnie Brennan, Austin McDaniel (podcast)
178193
* [Angular Master](https://anchor.fm/angular-master) - Dariusz Kalbarczyk (podcast)
179194

@@ -208,6 +223,7 @@
208223
* [React Native Radio](https://www.reactnativeradio.com/episodes) - Jamon Holmgren, Robin Heinze, Mazen Chami, Jon Major (podcast)
209224
* [React Podcast](https://reactpodcast.simplecast.fm) - Michael Chan (podcast)
210225
* [React Round Up](https://reactroundup.com/episodes) - Carl Mungazi, Charles Max Wood, TJ VanToll, Paige Niedringhaus, Jack Herrington, et al. (podcast)
226+
* [React Wednesdays](https://www.telerik.com/react-wednesdays) - Kathryn Grayson Nanz (screencast)
211227
* [ReactCasts](https://www.youtube.com/channel/UCZkjWyyLvzWeoVWEpRemrDQ) - Cassio Zen (screencast, [:package: code sources](https://github.com/cassiozen/ReactCasts)
212228
* [The React Native Show](https://www.callstack.com/podcast-react-native-show) - Mike Grabowski, Mike Chudziak, Satyajit Sahoo, Michał Pierzchała, et al. (screencast)
213229

@@ -225,6 +241,7 @@
225241
* [ADSP: The Podcast](https://adspthepodcast.com) - Bryce Adelstein Lelbach, Conor Hoekstra (podcast)
226242
* [Array Cast](https://arraycast.com) - Conor Hoekstra, Adám Brudzewsky, Richard Park, Rodrigo Girão Serrão, Stephen Taylor, Nick Psaris, Bob Therriault (podcast)
227243
* [Arrested DevOps](https://www.arresteddevops.com) - Bridget Kromhout, Jeff Smith, Jessica Kerr, Joe Laha, Matt Stratton, Trevor Hess (podcast)
244+
* [AWS TechChat](https://aws.amazon.com/podcasts/aws-techchat/) - AWS Solution Architects (podcast)
228245
* [baseCS](https://www.codenewbie.org/basecs) - Vaidehi Joshi, Saron Yitbarek (podcast based on [a series of posts on medium](https://medium.com/basecs))
229246
* [Between \| Screens Podcast](https://soundcloud.com/between-screens) - Ed Wassermann (podcast)
230247
* [BSDTalk](https://bsdtalk.blogspot.com) - Will Backman (podcast)
@@ -234,6 +251,7 @@
234251
* [Command Line Heroes](https://www.redhat.com/en/command-line-heroes) - Saron Yitbarek, Red Hat (podcast)
235252
* [CTRL+CLICK CAST](https://ctrlclickcast.com) - Lea Alcantara, Emily Lewis, Bright Umbrella (podcast)
236253
* [Darknet Diaries](https://darknetdiaries.com) - Jack Rhysider, Fiona Guy, Leah Hurvoloy, et al. (podcast)
254+
* [DevDiscuss](https://dev.to/devdiscuss) - DEV (podcast)
237255
* [Developer On Fire](https://developeronfire.com) - Dave Rael (podcast)
238256
* [Developer Tea](https://developertea.com) - Jonathan Cutrell (podcast)
239257
* [DevelopersHangout](https://www.developershangout.io) - Eric J Silva (podcast)
@@ -264,6 +282,7 @@
264282
* [Software Engineering Radio](https://www.se-radio.net) - Robert Blumen, Jeff Doolittle, Felienne Hermans, Gavin Henry, Jeremy Jung, Nikhil Krishna, Priyanka Raghavan, Kanchan Shringi, Philip Winston (podcast)
265283
* [Syscast Podcast](https://podcast.sysca.st) - Mattias Geniar (podcast)
266284
* [Talking Code](https://www.talkingcode.com) - Josh Smith, Venkat Dinavahi (podcast)
285+
* [Talks at Google](https://www.youtube.com/playlist?list=PLGGpadyh0wS7XnpWK8ofxWhL7F72KcDRj) - Google (screencast)
267286
* [Testing In The Pub](https://testingpodcast.com/category/testing-in-the-pub/) - Stephen Janaway, Dan Ashby (podcast)
268287
* [The Big Web Show](https://bigwebshow.fireside.fm) - Jeffrey Zeldman (podcast)
269288
* [The Changelog Podcast](https://changelog.com/podcast/) - Adam Stacoviak, Jerod Santo (podcast)
@@ -306,6 +325,7 @@
306325
* [Machine learning](https://anchor.fm/david-nishimoto) - David Nishimoto (podcast)
307326
* [Talking Machines](http://www.thetalkingmachines.com) - Katherine Gorman, Neil Lawrence (podcast)
308327
* [The AI Podcast](https://blogs.nvidia.com/ai-podcast/) - NVIDIA, Noah Kravitz (podcast)
328+
* [Tic-Tac-Toe the Hard Way](https://pair.withgoogle.com/thehardway/) - Google's People + AI Research team (podcast)
309329
* [TWIML AI Podcast](https://twimlai.com/shows/) - Sam Charrington (podcast)
310330

311331

Diff for: casts/free-podcasts-screencasts-es.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
### Ciencia de Datos
1313

1414
* [BigDateame](https://bigdateame.com) - Iker Gómez García (podcast)
15-
* [DataFuturologyEspanol](https://www.datafuturology.com/data-futurology-espanol) - Felipe Flores (podcast)
15+
* [DataFuturologyEspanol](https://podcasts.apple.com/es/podcast/data-futurology-espa%C3%B1ol/id1523527265) - Felipe Flores (podcast)
1616
* [DataLatam](http://www.datalatam.com) - Diego May, Frans van Dunné (podcast)
1717
* [SoyData](https://www.ivoox.com/podcast-soydata-ciencia-datos-a-tu_sq_f1414925_1.html) (podcast)
1818

Diff for: courses/free-courses-bn.md

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* [Svelte](#svelte)
2222
* [Vue.js](#vuejs)
2323
* [Kotlin](#kotlin)
24+
* [MongoDB](#mongodb)
2425
* [MySQL](#mysql)
2526
* [PHP](#php)
2627
* [Programming paradigms](#programming-paradigms)
@@ -166,6 +167,11 @@
166167
* [Chapter 1 : Kotlin Basic Concepts Bangla](https://www.youtube.com/playlist?list=PL_XxuZqN0xVDpRWRnXPWZcWIvz0JbeQe5) - Stack Learner
167168

168169

170+
### MongoDB
171+
172+
* [Mastering MongoDB](https://www.youtube.com/playlist?list=PLEYpvDF6qy8ZTUjMcg4WOUYMxQZDpRnBt) - Foyzul Karim
173+
174+
169175
### MySQL
170176

171177
* [Bangla MySQL Database Tutorials](https://www.youtube.com/playlist?list=PLTydW-y9HsbQ2ztoaLBJTd4wwjc_oqWx4) - Delowar Jahan Imran, Training with Live Project (YouTube)

0 commit comments

Comments
 (0)