You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Part 8: Strings, forward references, and conclusion](https://briancallahan.net/blog/20210826.html)
126
+
-[Using C to Simulate LC2K](https://github.com/ekmackie1/Use-C-To-Simulate-Your-Own-LC2K/tree/main)
118
127
119
128
### Network programming
120
129
@@ -182,6 +191,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
182
191
183
192
## Dart:
184
193
194
+
-[Official Documentation](https://dart.dev/)
195
+
185
196
### Flutter:
186
197
187
198
-[Amazon Clone with Admin Panel](https://youtu.be/O3nmP-lZAdg)
@@ -221,6 +232,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
221
232
-[Build a simple form submission](https://spring.io/guides/gs/handling-form-submission)
222
233
-[Fetch data using MySQL](https://spring.io/guides/gs/accessing-data-mysql)
223
234
-[Code a 2D Game Engine using Java - Full Course for Beginners](https://www.youtube.com/watch?v=025QFeZfeyM)
235
+
-[Build a simple form submission](https://spring.io/guides/gs/handling-form-submission)
236
+
-[Fetch data using MySQL](https://spring.io/guides/gs/accessing-data-mysql)
224
237
225
238
## JavaScript:
226
239
@@ -230,6 +243,18 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
230
243
-[Build a TicTacToe Game with JavaScript](https://medium.com/javascript-in-plain-english/build-tic-tac-toe-game-using-javascript-3afba3c8fdcc)
231
244
-[Build a Simple Weather App With Vanilla JavaScript](https://webdesign.tutsplus.com/tutorials/build-a-simple-weather-app-with-vanilla-javascript--cms-33893)
232
245
-[Build a Todo List App in JavaScript](https://github.com/dwyl/javascript-todo-list-tutorial)
246
+
-[Build a portfolio website with Javascript, HTML and CSS](https://www.freecodecamp.org/news/how-to-create-a-portfolio-website-using-html-css-javascript-and-bootstrap/)
247
+
-[Build a simple URL shortener with javaScript](https://www.freecodecamp.org/news/building-a-simple-url-shortener-with-just-html-and-javascript-6ea1ecda308c/?source=post_page-----54c80de4f48c--------------------------------)
248
+
-[Build memory game in javascript](https://medium.com/free-code-camp/vanilla-javascript-tutorial-build-a-memory-game-in-30-minutes-e542c4447eae)
249
+
-[Build a count-down timer with javascript](https://hackr.io/blog/how-to-create-a-javascript-countdown-timer)
250
+
-[Build a digital javascript drum kit](https://hackr.io/blog/how-to-build-a-javascript-drum-kit)
251
+
252
+
## Julia:
253
+
-[Creating software packages with Julia](https://jaantollander.com/post/how-to-create-software-packages-with-julia-language)
254
+
-[Deep learning with Julia: Train a Model using a Neural Network](https://www.freecodecamp.org/news/deep-learning-with-julia)
255
+
-[Your first web app with Julia and Genie.jl](https://www.freecodecamp.org/news/how-to-build-web-apps-in-julia)
256
+
-[Machine learning: How to Build and Deploy a Trained AI Model as a Web Service](https://www.freecodecamp.org/news/machine-learning-using-julia)
257
+
-[Learn Julia by Coding 7 Projects – Hands-On Programming Tutorial](https://www.freecodecamp.org/news/learn-julia-by-coding-7-projects/)
233
258
234
259
## HTML and CSS:
235
260
@@ -277,6 +302,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
-[Build a Secure E-Commerce App with SuperTokens and Hasura GraphQL](https://theankurtyagi.com/build-a-secure-e-commerce-app-with-supertokens-and-hasura-graphql/)
280
306
281
307
#### Angular:
282
308
@@ -421,6 +447,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
-[Python API development and CI/CD pipelines with FastAPI, Docker and More](https://www.youtube.com/watch?v=0sOvCWFmrtA) (video)
423
449
-[Full Stack Web App (Spotify Music Controller App) with Django and React](https://www.youtube.com/playlist?list=PLzMcBGfZo4-kCLWnGmK0jUBmGLaJxvi4j) (Video Playlist)
450
+
-[Build a Secure Task Management App with React and Appwrite](https://theankurtyagi.com/appwrite/)
424
451
425
452
### Bots:
426
453
@@ -432,6 +459,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
-[End-To-End Data Science Playlist-Get Prepared With Industry Ready Projects](https://www.youtube.com/playlist?list=PLZoTAELRMXVPS-dOaVbAux22vzqdgoGhG)
474
+
-[Data Science and Machine Learning with Python and R](https://www.youtube.com/playlist?list=PLZoTAELRMXVOnN_g96ayzXX5i7RRO0QhL)
475
+
-[End To End Data Science Projects 2023](https://www.youtube.com/playlist?list=PLZoTAELRMXVOjQdyqlCmOtq1nZnSsWvag)
@@ -529,6 +572,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
529
572
-[Code a Smile Classifier using CNNS in Python](https://github.com/kylemcdonald/SmileCNN)
530
573
-[Natural Language Processing using scikit-learn](https://towardsdatascience.com/natural-language-processing-count-vectorization-with-scikit-learn-e7804269bb5e)
531
574
-[Mask detection using PyTorch Lightning](https://towardsdatascience.com/how-i-built-a-face-mask-detector-for-covid-19-using-pytorch-lightning-67eb3752fd61)
575
+
-[Create your first PPO (Proximal Policy Optimization) in Python: Deep Reinforcement Learning Course in Chinese](https://github.com/opendilab/PPOxFamily)
532
576
533
577
### Miscellaneous:
534
578
@@ -553,6 +597,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
553
597
-[Write yourself a Git](https://wyag.thb.lt/)
554
598
-[A Python implementation of a Python bytecode runner](https://www.aosabook.org/en/500L/a-python-interpreter-written-in-python.html)
555
599
-[Create a Voice assistant using Python](https://www.geeksforgeeks.org/voice-assistant-using-python/)
600
+
-[Create a Matrix Screensaver in Python](https://medium.com/@ericvanrees/create-a-matrix-digital-rain-screensaver-with-python-pt-1-ae11e661edef)
601
+
-[How to Build a Full Stack Notes App Using React and Supabase – The Complete Guide](https://theankurtyagi.com/notes-app-react-supabase/)
556
602
557
603
## Go:
558
604
@@ -595,6 +641,25 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
595
641
-[REST API masterclass with Go, PostgreSQL and Docker(video playlist)`in progress`](https://www.youtube.com/watch?v=rx6CPDK_5mU&list=PLy_6D98if3ULEtXtNSY_2qN21VCKgoQAE)
596
642
-[Building a beginner friendly project in Go](https://www.youtube.com/watch?v=jFfo23yIWac)
-[Go In One Evening - learn Go by creating a real-life projects](https://threedots.tech/go-in-one-evening/?utm_source=project-based-learning)
645
+
- Building a fully functional real-world project with DDD, Clean Architecture, and CQRS
646
+
-[GitHub Repository with the project](https://github.com/ThreeDotsLabs/wild-workouts-go-ddd-example)
647
+
-[Part 1 - Building a serverless application with Go, Google Cloud Run and Firebase](https://threedots.tech/post/serverless-cloud-run-firebase-modern-go-application/?utm_source=project-based-learning)
648
+
-[Part 2 - A complete Terraform setup of a serverless application on Google Cloud Run and Firebase](https://threedots.tech/post/complete-setup-of-serverless-application/?utm_source=project-based-learning)
649
+
-[Part 3 - Robust gRPC communication on Google Cloud Run (but not only!)](https://threedots.tech/post/robust-grpc-google-cloud-run/?utm_source=project-based-learning)
650
+
-[Part 4 - You should not build your own authentication.](https://threedots.tech/post/firebase-cloud-run-authentication/?utm_source=project-based-learning)
651
+
-[Part 5 - When to avoid DRY in Go](https://threedots.tech/post/things-to-know-about-dry/?utm_source=project-based-learning)
652
+
-[Part 6 - Introduction to DDD Lite: When microservices in Go are not enough](https://threedots.tech/post/ddd-lite-in-go-introduction/?utm_source=project-based-learning)
653
+
-[Part 7 - The Repository pattern in Go: a painless way to simplify your service logic](https://threedots.tech/post/repository-pattern-in-go/?utm_source=project-based-learning)
654
+
-[Part 7 - 4 practical principles of high-quality database integration tests in Go](https://threedots.tech/post/database-integration-testing/?utm_source=project-based-learning)
655
+
-[Part 8 - How to implement Clean Architecture in Go](https://threedots.tech/post/introducing-clean-architecture/?utm_source=project-based-learning)
656
+
-[Part 9 - How to use basic CQRS in Go](https://threedots.tech/post/basic-cqrs-in-go/?utm_source=project-based-learning)
657
+
-[Part 10 - Combining DDD, CQRS, and Clean Architecture in Go](https://threedots.tech/post/ddd-cqrs-clean-architecture-combined/?utm_source=project-based-learning)
658
+
-[Part 11 - Microservices test architecture. Can you sleep well without end-to-end tests?](https://threedots.tech/post/microservices-test-architecture/?utm_source=project-based-learning)
659
+
-[Part 12 - Repository secure by design: how to sleep better without fear of security vulnerabilities](https://threedots.tech/post/repository-secure-by-design/?utm_source=project-based-learning)
660
+
-[Part 13 - Running integration tests with docker-compose in Google Cloud Build](https://threedots.tech/post/running-integration-tests-on-google-cloud-build/?utm_source=project-based-learning)
661
+
-[Building Microservices with Go (video playlist)](https://www.youtube.com/watch?v=VzBGi_n65iU&list=PLmD8u-IFdreyh6EUfevBcbiuCKzFk0EW_)
662
+
-[Recreating the Linux 'Which' Command in Go](https://aubiss.com/posts/recreating-which-command-in-go/)
598
663
599
664
## PHP:
600
665
@@ -652,6 +717,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
652
717
-[Build Web Apps with Shiny](http://shiny.rstudio.com/tutorial/)
653
718
-[Build A Cryptocurrency Bot](https://towardsdatascience.com/build-a-cryptocurrency-trading-bot-with-r-1445c429e1b1)
654
719
-[Learn Associate Rule Mining in R](https://towardsdatascience.com/association-rule-mining-in-r-ddf2d044ae50)
720
+
-[Make a Linear regression in R](https://www.scribbr.com/statistics/linear-regression-in-r/)
655
721
656
722
## Rust:
657
723
@@ -674,12 +740,20 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
0 commit comments