Skip to content

Commit 9face6d

Browse files
authored
Update README.md
Added some of the changes that were PR'd to the original repo
1 parent 243d339 commit 9face6d

File tree

1 file changed

+39
-7
lines changed

1 file changed

+39
-7
lines changed

README.md

Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
88

99
## Table of Contents:
1010

11-
- [C#](#c)
11+
- [Assembly](#Assembly)
1212
- [C/C++](#cc)
13+
- [C#](#c)
1314
- [Clojure](#clojure)
1415
- [Dart](#dart)
1516
- [Elixir](#elixir)
@@ -32,6 +33,16 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
3233
- [Swift](#swift)
3334
- [Additional resources](#additional-resources)
3435

36+
## Assembly:
37+
- [Learn basics of Assembly](https://github.com/D-Sensei/ASM/tree/main/Basics)
38+
- Projects
39+
- [Build a Calculator](https://github.com/D-Sensei/ASM/tree/main/Calculator)
40+
- [Create a Parking Mangement system](https://github.com/D-Sensei/ASM/tree/main/Parking-Management-System)
41+
- [Build a Ticktactoe game](https://github.com/D-Sensei/ASM/tree/main/Ticktactoe)
42+
- [Digital Clock](https://github.com/D-Sensei/ASM/tree/main/digital-lock)
43+
- [Resource/Books](https://github.com/D-Sensei/ASM/blob/main/Resources/Books.md)
44+
- [Installations](https://github.com/D-Sensei/ASM/blob/main/README.md)
45+
3546
## C/C++:
3647

3748
- [Build an Interpreter](http://www.craftinginterpreters.com/) (Chapter 14 on is written in C)
@@ -207,6 +218,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
207218
- [Build a Simple HTTP Server with Java](http://javarevisited.blogspot.com/2015/06/how-to-create-http-server-in-java-serversocket-example.html)
208219
- [Build an Android Flashlight App](https://www.youtube.com/watch?v=dhWL4DC7Krs) (video)
209220
- [Build a Spring Boot App with User Authentication](https://spring.io/guides/gs/securing-web/)
221+
- [Build a simple form submission](https://spring.io/guides/gs/handling-form-submission)
222+
- [Fetch data using MySQL](https://spring.io/guides/gs/accessing-data-mysql)
223+
- [Code a 2D Game Engine using Java - Full Course for Beginners](https://www.youtube.com/watch?v=025QFeZfeyM)
210224

211225
## JavaScript:
212226

@@ -233,6 +247,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
233247
#### React:
234248

235249
- [Create Serverless React.js Apps](http://serverless-stack.com/)
250+
- [Create a Spotify clone](https://github.com/kashan16/Musique)
236251
- [Create a Trello Clone](http://codeloveandboards.com/blog/2016/01/04/trello-tribute-with-phoenix-and-react-pt-1/)
237252
- [Create a Character Voting App with React, Node, MongoDB and SocketIO](http://sahatyalkabov.com/create-a-character-voting-app-using-react-nodejs-mongodb-and-socketio)
238253
- [React Tutorial: Cloning Yelp](https://www.fullstackreact.com/articles/react-tutorial-cloning-yelp/)
@@ -293,12 +308,13 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
293308
- How to build your own Uber-for-X App using JavaScript, Node.JS, MongoDB and Web Sockets
294309
- [Part 1](https://www.ashwinhariharan.tech/blog/how-to-build-your-own-uber-for-x-app/)
295310
- [Part 2](https://www.ashwinhariharan.tech/blog/how-to-build-your-own-uber-for-x-app-part-2/)
311+
- [Build a UserService with Microservice architecture using Node, Express framework and Mongodb database]
296312

297313
#### Vue
298314

299315
- [Vue 2 + Firebase: How to build a Vue app with Firebase authentication system in 15 minutes](https://medium.com/@anas.mammeri/vue-2-firebase-how-to-build-a-vue-app-with-firebase-authentication-system-in-15-minutes-fdce6f289c3c)
300316
- [Vue.js Application Tutorial – Creating a Simple Budgeting App with Vue](https://matthiashager.com/complete-vuejs-application-tutorial/)
301-
- [Build a Blog with Vue, GraphQL and Apollo](https://scotch.io/tutorials/build-a-blog-with-vue-graphql-and-apollo-client)
317+
- [Build a Blog with Vue, GraphQL and Apollo](https://www.digitalocean.com/community/tutorials/how-to-build-a-blog-with-vue-graphql-and-apollo-client)
302318
- Build a full stack web application using MEVN (MongoDB, Express, Vue, Node) stack
303319
- [Part 1](https://medium.com/@anaida07/mevn-stack-application-part-1-3a27b61dcae0)
304320
- [Part 2](https://medium.com/@anaida07/mevn-stack-application-part-2-2-9ebcf8a22753)
@@ -372,9 +388,17 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
372388
- [Scrape a Website with Scrapy and MongoDB](https://realpython.com/blog/python/web-scraping-with-scrapy-and-mongodb/)
373389
- [How To Scrape With Python and Selenium WebDriver](http://www.byperth.com/2018/04/25/guide-web-scraping-101-what-you-need-to-know-and-how-to-scrape-with-python-selenium-webdriver/)
374390
- [Which Movie Should I Watch using BeautifulSoup](https://medium.com/@nishantsahoo.in/which-movie-should-i-watch-5c83a3c0f5b1)
391+
- [5 Web Scraping Projects with Python](https://amankharwal.medium.com/5-web-scraping-projects-with-python-4bcc25ff039)
392+
- [Scraping GitHub Profile using Python](https://thecleverprogrammer.com/2022/05/05/scraping-github-profile-using-python/)
393+
- [Scrape Table from a Website using Python](https://thecleverprogrammer.com/2022/03/10/scrape-table-from-a-website-using-python/)
394+
- [Web Scraping to Create a Dataset using Python](https://thecleverprogrammer.com/2021/05/14/web-scraping-to-create-a-dataset-using-python/)
395+
- [Scrape IMDb using Python](https://thecleverprogrammer.com/2021/06/02/scrape-imdb-using-python/)
396+
- [Scrape Trending News using Python](https://thecleverprogrammer.com/2021/05/10/scrape-trending-news-using-python/)
397+
- [Scrape Wikipedia With Python](https://thecleverprogrammer.com/2020/08/10/scrape-wikipedia-with-python/)
375398

376399
### Web Applications:
377400

401+
- [Turning a Website into an API with BeautifulSoup and FastAPI](https://dev.to/niklastiede/building-an-api-with-fastapi-1iji)
378402
- [Build a Microblog with Flask](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world)
379403
- [Create a Blog Web App In Django](https://tutorial.djangogirls.org/en/)
380404
- [Choose Your Own Adventure Presentations](https://www.twilio.com/blog/2015/03/choose-your-own-adventures-presentations-wizard-mode-part-1-of-3.html)
@@ -384,6 +408,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
384408
- [Microservices with Docker, Flask, and React](https://testdriven.io/)
385409
- [Build A Simple Web App With Flask](https://pythonspot.com/flask-web-app-with-python/)
386410
- [Create A Django API in under 20 minutes](https://codeburst.io/create-a-django-api-in-under-20-minutes-2a082a60f6f3)
411+
- [Building an Interactive Question Answering App with Streamlit, Transformers, and Langchain WikipediaAPIWrapper](https://medium.com/@anoopjohny2000/building-an-interactive-question-answering-app-with-streamlit-transformers-and-langchain-13b338cfe534)
387412
- Build a Community-driven delivery application with Django, Postgres and JavaScript
388413
- [Part 1](https://www.ashwinhariharan.tech/blog/thinking-of-building-a-contact-tracing-application-heres-what-you-can-do-instead/)
389414
- [Part 2](https://www.ashwinhariharan.tech/blog/thinking-of-building-a-contact-tracing-application-heres-what-you-can-do-instead-part-2/)
@@ -394,6 +419,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
394419
- [Part 4](https://danidee10.github.io/2018/01/10/realtime-django-4.html)
395420
- [Part 5](https://danidee10.github.io/2018/01/13/realtime-django-5.html)
396421
- [Part 6](https://danidee10.github.io/2018/03/12/realtime-django-6.html)
422+
- [Python API development and CI/CD pipelines with FastAPI, Docker and More](https://www.youtube.com/watch?v=0sOvCWFmrtA) (video)
423+
- [Full Stack Web App (Spotify Music Controller App) with Django and React](https://www.youtube.com/playlist?list=PLzMcBGfZo4-kCLWnGmK0jUBmGLaJxvi4j) (Video Playlist)
397424

398425
### Bots:
399426

@@ -422,6 +449,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
422449
- [Step-By-Step Machine Learning In Python](https://machinelearningmastery.com/machine-learning-in-python-step-by-step/)
423450
- [Predict Quality Of Wine](https://medium.freecodecamp.org/using-machine-learning-to-predict-the-quality-of-wines-9e2e13d7480d)
424451
- [Solving A Fruits Classification Problem](https://towardsdatascience.com/solving-a-simple-classification-problem-with-python-fruits-lovers-edition-d20ab6b071d2)
452+
- [Simple Machine Learning Projects](https://github.com/MahdiMashayekhi-AI/Machine-Learning-Projects)
425453
- [Learn Unsupervised Learning with Python](https://scikit-learn.org/stable/unsupervised_learning.html)
426454
- [Build Your Own Neural Net from Scratch in Python](https://towardsdatascience.com/how-to-build-your-own-neural-network-from-scratch-in-python-68998a08e4f6)
427455
- [Linear Regression in Python without sklearn](https://medium.com/we-are-orb/linear-regression-in-python-without-scikit-learn-50aef4b8d122)
@@ -500,7 +528,6 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
500528
- [Transfer Learning for Image Classification using Keras](https://towardsdatascience.com/transfer-learning-for-image-classification-using-keras-c47ccf09c8c8)
501529
- [Code a Smile Classifier using CNNS in Python](https://github.com/kylemcdonald/SmileCNN)
502530
- [Natural Language Processing using scikit-learn](https://towardsdatascience.com/natural-language-processing-count-vectorization-with-scikit-learn-e7804269bb5e)
503-
- [Code a Taylor Swift Lyrics Generator](https://towardsdatascience.com/ai-generates-taylor-swifts-song-lyrics-6fd92a03ef7e)
504531
- [Mask detection using PyTorch Lightning](https://towardsdatascience.com/how-i-built-a-face-mask-detector-for-covid-19-using-pytorch-lightning-67eb3752fd61)
505532

506533
### Miscellaneous:
@@ -515,9 +542,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
515542
- [Part 1](https://blog.asrpo.com/making_a_low_level_debugger)
516543
- [Part 2: C](https://blog.asrpo.com/making_a_low_level_debugger_part_2)
517544
- Implementing a Search Engine
518-
- [Part 1](http://www.ardendertat.com/2011/05/30/how-to-implement-a-search-engine-part-1-create-index/)
519-
- [Part 2](http://www.ardendertat.com/2011/05/31/how-to-implement-a-search-engine-part-2-query-index/)
520-
- [Part 3](http://www.ardendertat.com/2011/07/17/how-to-implement-a-search-engine-part-3-ranking-tf-idf/)
545+
- [Part 1](https://web.archive.org/web/20210614081424/http://www.ardendertat.com/2011/05/30/how-to-implement-a-search-engine-part-1-create-index/)
546+
- [Part 2](https://web.archive.org/web/20210614063216/http://www.ardendertat.com/2011/05/31/how-to-implement-a-search-engine-part-2-query-index/)
547+
- [Part 3](https://web.archive.org/web/20210615041205/http://www.ardendertat.com/2011/07/17/how-to-implement-a-search-engine-part-3-ranking-tf-idf/)
521548
- [Build the Game of Life](https://robertheaton.com/2018/07/20/project-2-game-of-life/)
522549
- [Create terminal ASCII art](https://robertheaton.com/2018/06/12/programming-projects-for-advanced-beginners-ascii-art/)
523550
- [Write a Tic-Tac-Toe AI](https://robertheaton.com/2018/10/09/programming-projects-for-advanced-beginners-3-a/)
@@ -566,6 +593,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
566593
- [Building a TCP Chat in Go(video)](https://www.youtube.com/watch?v=Sphme0BqJiY)
567594
- [Building a BitTorrent client from the ground up in Go](https://blog.jse.li/posts/torrent/)
568595
- [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+
- [Building a beginner friendly project in Go](https://www.youtube.com/watch?v=jFfo23yIWac)
597+
- [Golang Restaurant Management Backend Project](https://www.youtube.com/watch?v=uhQJAZE6KTQ)
569598

570599
## PHP:
571600

@@ -583,7 +612,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
583612
- [Part 5: Testing](https://medium.com/@ashokgelal/a-full-featured-multi-tenant-app-with-laravel-part-2-unit-tests-96d6dfbf0617)
584613
- [Part 6: User Profile](https://medium.com/@ashokgelal/a-full-featured-multi-tenant-app-with-laravel-part-5-user-profile-5c3d0c655f3a)
585614
- [Part 7: Deployment](https://medium.com/@ashokgelal/a-full-featured-multi-tenant-app-with-laravel-part-7-deployment-40bb3c895627)
586-
- [Build a Laravel CRUD Application From Scratch](https://www.codewall.co.uk/laravel-crud-demo-with-resource-controller-tutorial/)
615+
- [Build a Laravel CRUD Application From Scratch]([[https://www.codewall.co.uk/laravel-crud-demo-with-resource-controller-tutorial/](https://web.archive.org/web/20220802155617/https://www.codewall.co.uk/laravel-crud-demo-with-resource-controller-tutorial/)](https://web.archive.org/web/20220802155617/https://www.codewall.co.uk/laravel-crud-demo-with-resource-controller-tutorial/))
616+
- [Docker and PHP Full Course](https://www.youtube.com/playlist?list=PLQH1-k79HB396mS8xRQ5gih5iqkQw-4aV)
587617

588618
## OCaml:
589619

@@ -669,3 +699,5 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
669699
- [Enlight](https://enlight.nyc/)
670700
- [Hack Club Workshops](https://hackclub.com/workshops/)
671701
- [CodeCrafters](https://codecrafters.io/)
702+
- [Documentation](https://devdocs.io/)
703+
- [Full Stack Open](https://fullstackopen.com/en)

0 commit comments

Comments
 (0)