Skip to content

Commit dbdc1ec

Browse files
committed
Merge PR practical-tutorials#782 from null:master (prefer theirs on conflict)
2 parents 92618e5 + 6ea68e8 commit dbdc1ec

1 file changed

Lines changed: 5 additions & 33 deletions

File tree

README.md

Lines changed: 5 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
3737
- [Build an Interpreter](http://www.craftinginterpreters.com/) (Chapter 14 on is written in C)
3838
- [Memory Allocators 101 - Write a simple memory allocator](https://arjunsreedharan.org/post/148675821737/memory-allocators-101-write-a-simple-memory)
3939
- [Write a Shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/)
40-
- [Write a FUSE Filesystem](https://www.cs.nmsu.edu/~pfeiffer/fuse-tutorial/)
4140
- [Build Your Own Text Editor](http://viewsourcecode.org/snaptoken/kilo/)
4241
- [Build Your Own Lisp](http://www.buildyourownlisp.com/)
4342
- [How to Program an NES Game in C](https://nesdoug.com/)
@@ -195,7 +194,6 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
195194
## Erlang
196195

197196
- [ChatBus : build your first multi-user chat room app with Erlang/OTP](https://medium.com/@kansi/chatbus-build-your-first-multi-user-chat-room-app-with-erlang-otp-b55f72064901)
198-
- [Making a Chat App with Erlang, Rebar, Cowboy and Bullet](http://marianoguerra.org/posts/making-a-chat-app-with-erlang-rebar-cowboy-and-bullet.html)
199197

200198
## F#:
201199

@@ -211,9 +209,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
211209
## JavaScript:
212210

213211
- [Build 30 things in 30 days with 30 tutorials](https://javascript30.com)
214-
- [Build an App in Pure JS](https://medium.com/codingthesmartway-com-blog/pure-javascript-building-a-real-world-application-from-scratch-5213591cfcd6)
215212
- [Build a Jupyter Notebook Extension](https://link.medium.com/wWUO7TN8SS)
216-
- [Build a TicTacToe Game with JavaScript](https://medium.com/javascript-in-plain-english/build-tic-tac-toe-game-using-javascript-3afba3c8fdcc)
217213
- [Build a Simple Weather App With Vanilla JavaScript](https://webdesign.tutsplus.com/tutorials/build-a-simple-weather-app-with-vanilla-javascript--cms-33893)
218214
- [Build a Todo List App in JavaScript](https://github.com/dwyl/javascript-todo-list-tutorial)
219215

@@ -234,8 +230,6 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
234230

235231
- [Create Serverless React.js Apps](http://serverless-stack.com/)
236232
- [Create a Trello Clone](http://codeloveandboards.com/blog/2016/01/04/trello-tribute-with-phoenix-and-react-pt-1/)
237-
- [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)
238-
- [React Tutorial: Cloning Yelp](https://www.fullstackreact.com/articles/react-tutorial-cloning-yelp/)
239233
- [Build a Full Stack Movie Voting App with Test-First Development using Mocha, React, Redux and Immutable](https://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html)
240234
- [Build a Twitter Stream with React and Node](https://scotch.io/tutorials/build-a-real-time-twitter-stream-with-node-and-react-js)
241235
- [Build A Simple Medium Clone using React.js and Node.js](https://medium.com/@kris101/clone-medium-on-node-js-and-react-js-731cdfbb6878)
@@ -265,11 +259,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
265259

266260
#### Angular:
267261

268-
- [Build an Instagram Clone with Angular 1.x](https://hackhands.com/building-instagram-clone-angularjs-satellizer-nodejs-mongodb/)
269262
- Build an offline-capable Hacker News client with Angular 2+
270263
- [Part 1](https://houssein.me/angular2-hacker-news)
271264
- [Part 2](https://houssein.me/progressive-angular-applications)
272-
273265
- Build A Beautiful Real World App with Angular 8 :
274266

275267
- [Part I](https://medium.com/@hamedbaatour/build-a-real-world-beautiful-web-app-with-angular-6-a-to-z-ultimate-guide-2018-part-i-e121dd1d55e)
@@ -290,20 +282,15 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
290282
- [Build A Simple Search Bot in 30 minutes](https://medium.freecodecamp.org/how-to-build-a-simple-search-bot-in-30-minutes-eb56fcedcdb1)
291283
- [Build A Job Scraping Web App](https://medium.freecodecamp.org/how-i-built-a-job-scraping-web-app-using-node-js-and-indreed-7fbba124bbdc)
292284
- [Building a GitHub App](https://blog.scottlogic.com/2017/05/22/gifbot-github-integration.html)
293-
- How to build your own Uber-for-X App using JavaScript, Node.JS, MongoDB and Web Sockets
294-
- [Part 1](https://www.ashwinhariharan.tech/blog/how-to-build-your-own-uber-for-x-app/)
295-
- [Part 2](https://www.ashwinhariharan.tech/blog/how-to-build-your-own-uber-for-x-app-part-2/)
296285

297286
#### Vue
298287

299288
- [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)
300289
- [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)
302290
- Build a full stack web application using MEVN (MongoDB, Express, Vue, Node) stack
303291
- [Part 1](https://medium.com/@anaida07/mevn-stack-application-part-1-3a27b61dcae0)
304292
- [Part 2](https://medium.com/@anaida07/mevn-stack-application-part-2-2-9ebcf8a22753)
305293
- [Vue.js To-Do List Tutorial (video)](https://www.youtube.com/watch?v=78tNYZUS-ps)
306-
- [Vue 2 + Pub/Sub: Build a peer to peer multi-user platform for games](https://www.ably.io/tutorials/peer-to-peer-vue)
307294

308295
#### Others (Hapi, Express...):
309296

@@ -381,13 +368,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
381368
- [Build a Todo List with Flask and RethinkDB](https://realpython.com/blog/python/rethink-flask-a-simple-todo-list-powered-by-flask-and-rethinkdb/)
382369
- [Build a Todo List with Django and Test-Driven Development](http://www.obeythetestinggoat.com/)
383370
- [Build a RESTful Microservice in Python](http://www.skybert.net/python/developing-a-restful-micro-service-in-python/)
384-
- [Microservices with Docker, Flask, and React](https://testdriven.io/)
385371
- [Build A Simple Web App With Flask](https://pythonspot.com/flask-web-app-with-python/)
386372
- [Create A Django API in under 20 minutes](https://codeburst.io/create-a-django-api-in-under-20-minutes-2a082a60f6f3)
387-
- [How to Add Authentication to Your App with Flask-Login](https://www.geeksforgeeks.org/python/how-to-add-authentication-to-your-app-with-flask-login/)
388-
- Build a Community-driven delivery application with Django, Postgres and JavaScript
389-
- [Part 1](https://www.ashwinhariharan.tech/blog/thinking-of-building-a-contact-tracing-application-heres-what-you-can-do-instead/)
390-
- [Part 2](https://www.ashwinhariharan.tech/blog/thinking-of-building-a-contact-tracing-application-heres-what-you-can-do-instead-part-2/)
391373
- Realtime Chat application with Vue, django-notifs, RabbitMQ and uWSGI
392374
- [Part 1](https://danidee10.github.io/2018/01/01/realtime-django-1.html)
393375
- [Part 2](https://danidee10.github.io/2018/01/03/realtime-django-2.html)
@@ -398,8 +380,6 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
398380

399381
### Bots:
400382

401-
- [Build a WhatsApp Bot with Python and Twilio](https://www.twilio.com/docs/whatsapp/tutorial/send-and-receive-media-messages-whatsapp-python)
402-
- [Build a Reddit Bot](http://pythonforengineers.com/build-a-reddit-bot-part-1/)
403383
- [How to Make a Reddit Bot - YouTube](https://www.youtube.com/watch?v=krTUf7BpTc0) (video)
404384
- [Build a Facebook Messenger Bot](https://blog.hartleybrody.com/fb-messenger-bot/)
405385
- [Making a Reddit + Facebook Messenger Bot](https://pythontips.com/2017/04/13/making-a-reddit-facebook-messenger-bot/)
@@ -429,9 +409,6 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
429409
- [Linear Regression in Python without sklearn](https://medium.com/we-are-orb/linear-regression-in-python-without-scikit-learn-50aef4b8d122)
430410
- [Multivariate Linear Regression without sklearn](https://medium.com/we-are-orb/multivariate-linear-regression-in-python-without-scikit-learn-7091b1d45905)
431411
- [Music Recommender using KNN](https://towardsdatascience.com/how-to-build-a-simple-song-recommender-296fcbc8c85)
432-
- Find Similar Quora Questions-
433-
- [Using BOW, TFIDF and Xgboost](https://towardsdatascience.com/finding-similar-quora-questions-with-bow-tfidf-and-random-forest-c54ad88d1370)
434-
- [Using Word2Vec and Xgboost](https://towardsdatascience.com/finding-similar-quora-questions-with-word2vec-and-xgboost-1a19ad272c0d)
435412
- [Detecting Fake News with Python and Machine Learning](https://data-flair.training/blogs/advanced-python-project-detecting-fake-news/)
436413

437414
### OpenCV:
@@ -509,10 +486,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
509486

510487
- [Build a Simple Interpreter](https://ruslanspivak.com/lsbasi-part1/)
511488
- [Build a Simple Blockchain in Python](https://hackernoon.com/learn-blockchains-by-building-one-117428612f46)
512-
- [Write a NoSQL Database in Python](https://jeffknupp.com/blog/2014/09/01/what-is-a-nosql-database-learn-by-writing-one-in-python/)
513489
- [Building a Gas Pump Scanner with OpenCV/Python/iOS](https://hackernoon.com/building-a-gas-pump-scanner-with-opencv-python-ios-116fe6c9ae8b)
514-
- [Build a Distributed Streaming System with Python and Kafka](https://codequs.com/p/S14jQ5UyG/build-a-distributed-streaming-system-with-apache-kafka-and-python)
515-
- [Writing a basic x86-64 JIT compiler from scratch in stock Python](https://csl.name/post/python-jit/)
516490
- Making a low level (Linux) debugger
517491
- [Part 1](https://blog.asrpo.com/making_a_low_level_debugger)
518492
- [Part 2: C](https://blog.asrpo.com/making_a_low_level_debugger_part_2)
@@ -544,7 +518,6 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
544518
- [Part 6: Transactions 2](https://jeiwan.net/posts/building-blockchain-in-go-part-6/)
545519
- [Part 7: Network](https://jeiwan.net/posts/building-blockchain-in-go-part-7/)
546520
- [Building a container from scratch in Go - Liz Rice (Microscaling Systems)(video)](https://www.youtube.com/watch?v=8fi7uSYlOdc)
547-
- [Build Web Application with GoLang](https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/)
548521
- Building a Chat Application in Go with ReactJS
549522
- [Part 1: Initial Setup](https://tutorialedge.net/projects/chat-system-in-go-and-react/part-1-initial-setup/)
550523
- [Part 2: Simple Communication](https://tutorialedge.net/projects/chat-system-in-go-and-react/part-2-simple-communication/)
@@ -637,8 +610,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
637610
- [Write a Microservice in Rust](http://www.goldsborough.me/rust/web/tutorial/2018/01/20/17-01-11-writing_a_microservice_in_rust/)
638611
- [Learning Rust with Too Many Linked Lists](http://cglab.ca/~abeinges/blah/too-many-lists/book/README.html)
639612
- Rust in Detail: Writing Scalable Chat Service from Scratch
640-
- [Part 1: Implementing WebSocket. Introduction.](https://nbaksalyar.github.io/2015/07/10/writing-chat-in-rust.html)
641-
- [Part 2: Sending and Receiving Messages](https://nbaksalyar.github.io/2015/11/09/rust-in-detail-2.html)
613+
- [Part 1: Implementing WebSocket. Introduction. **(outdated)**](https://nbaksalyar.github.io/2015/07/10/writing-chat-in-rust.html)
614+
- [Part 2: Sending and Receiving Messages **(outdated)**](https://nbaksalyar.github.io/2015/11/09/rust-in-detail-2.html)
642615
- [Writing a Rust Roguelike for the Desktop and the Web](https://aimlesslygoingforward.com/blog/2019/02/09/writing-a-rust-roguelike-for-the-desktop-and-the-web/)
643616
- [Single Page Applications using Rust](http://www.sheshbabu.com/posts/rust-wasm-yew-single-page-application/)
644617
- [Writing NES Emulator in Rust](https://bugzmanov.github.io/nes_ebook/)
@@ -664,11 +637,10 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
664637
- [Udemy.com](https://www.udemy.com/)
665638
- [Full Stack Python](https://www.fullstackpython.com/)
666639
- [Node School](https://nodeschool.io/)
667-
- [ScotchIO](https://scotch.io/)
668-
- [Exercism](http://www.exercism.io/)
640+
- [Digital Ocean](https://www.digitalocean.com/community)
641+
- [Exercism](http://www.exercism.org/)
669642
- [Egghead.io](http://www.egghead.io/)
670643
- [Michael Herman's Blog](http://mherman.org/)
671-
- [Thinkster.io](http://thinkster.io)
672644
- [Enlight](https://enlight.nyc/)
673-
- [Hack Club Workshops](https://hackclub.com/workshops/)
645+
- [Hack Club Workshops](https://workshops.hackclub.com/)
674646
- [CodeCrafters](https://codecrafters.io/)

0 commit comments

Comments
 (0)