Skip to content

Commit bf8902e

Browse files
committed
reformat code
1 parent 0c38862 commit bf8902e

File tree

1 file changed

+61
-24
lines changed

1 file changed

+61
-24
lines changed

README.md

Lines changed: 61 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ A list of programming tutorials in which learners build an application from scra
55
To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines.
66

77
## Table of Contents:
8+
89
* [C/C++](#cc)
910
* [C#](#c)
1011
* [Clojure](#clojure)
@@ -23,6 +24,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
2324
* [Additional resources](#additional-resources)
2425

2526
## C/C++:
27+
2628
* [Write a Shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/)
2729
* [Build Your Own Text Editor](http://viewsourcecode.org/snaptoken/kilo/)
2830
* [Build Your Own Lisp](http://www.buildyourownlisp.com/)
@@ -33,125 +35,156 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
3335
* [Beginning Game Programming with C++ and SDL](http://lazyfoo.net/tutorials/SDL/)
3436
* [Implementing a Key-Value Store](http://codecapsule.com/2012/11/07/ikvs-implementing-a-key-value-store-table-of-contents/)
3537
* Let's Code a TCP/IP Stack
36-
* [Part 1: Ethernet & ARP](http://www.saminiir.com/lets-code-tcp-ip-stack-1-ethernet-arp/)
37-
* [Part 2: IPv4 & ICMPv4](http://www.saminiir.com/lets-code-tcp-ip-stack-2-ipv4-icmpv4/)
38-
* [Part 3: TCP Basics & Handshake](http://www.saminiir.com/lets-code-tcp-ip-stack-3-tcp-handshake/)
39-
* [Part 4: TCP Data Flow & Socket API](http://www.saminiir.com/lets-code-tcp-ip-stack-4-tcp-data-flow-socket-api/)
40-
* [Part 5: TCP Retransmission](http://www.saminiir.com/lets-code-tcp-ip-stack-5-tcp-retransmission/)
38+
* [Part 1: Ethernet & ARP](http://www.saminiir.com/lets-code-tcp-ip-stack-1-ethernet-arp/)
39+
* [Part 2: IPv4 & ICMPv4](http://www.saminiir.com/lets-code-tcp-ip-stack-2-ipv4-icmpv4/)
40+
* [Part 3: TCP Basics & Handshake](http://www.saminiir.com/lets-code-tcp-ip-stack-3-tcp-handshake/)
41+
* [Part 4: TCP Data Flow & Socket API](http://www.saminiir.com/lets-code-tcp-ip-stack-4-tcp-data-flow-socket-api/)
42+
* [Part 5: TCP Retransmission](http://www.saminiir.com/lets-code-tcp-ip-stack-5-tcp-retransmission/)
4143
* [Build a Live Code-reloader Library for C++](http://howistart.org/posts/cpp/1/index.html)
4244
* [Write a hash table in C](https://github.com/jamesroutley/write-a-hash-table)
4345

4446
## C#:
47+
4548
* [Learn C# By Building a Simple RPG Game](http://scottlilly.com/learn-c-by-building-a-simple-rpg-index/)
4649
* [Create a Rogue-like game in C#](https://roguesharp.wordpress.com/)
4750
* [Create a Blank App with C# and Xamarin (work in progress)](https://www.intertech.com/Blog/xamarin-tutorial-part-1-create-a-blank-app/)
4851
* [Build iOS Photo Library App with Xamarin and Visual Studio](https://www.raywenderlich.com/134049/building-ios-apps-with-xamarin-and-visual-studio)
4952

5053
## Clojure:
54+
5155
* [Build a Twitter Bot with Clojure](http://howistart.org/posts/clojure/1/index.html)
5256

5357
## Elixir
58+
5459
* [Building a Simple Chat App With Elixir and Phoenix](https://sheharyar.me/blog/simple-chat-phoenix-elixir/)
5560

5661
## Java:
62+
5763
* [Build a Simple HTTP Server with Java](http://javarevisited.blogspot.com/2015/06/how-to-create-http-server-in-java-serversocket-example.html)
5864
* [Build an Android Flashlight App](https://www.youtube.com/watch?v=dhWL4DC7Krs)
5965
* [Build a Spring Boot App with User Authentication](https://scotch.io/tutorials/build-a-spring-boot-app-with-user-authentication)
6066

6167
## JavaScript:
68+
6269
* [Build 30 things in 30 days with 30 tutorials](https://javascript30.com)
6370

6471
### Mobile Application:
72+
6573
* [Build a React Native Todo Application](https://egghead.io/courses/build-a-react-native-todo-application)
6674

6775
### Web Applications:
76+
6877
#### React:
78+
6979
* [Create Serverless React.js Apps](http://serverless-stack.com/)
7080
* [Create a Trello Clone](http://codeloveandboards.com/blog/2016/01/04/trello-tribute-with-phoenix-and-react-pt-1/)
7181
* [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/)
7282
* [React Tutorial: Cloning Yelp](https://www.fullstackreact.com/articles/react-tutorial-cloning-yelp/)
7383
* [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)
7484
* [Build a Twitter Stream with React and Node](https://scotch.io/tutorials/build-a-real-time-twitter-stream-with-node-and-react-js)
7585
* Build a Serverless MERN Story App with Webtask.io
76-
* [Part 1](https://scotch.io/tutorials/build-a-serverless-mern-story-app-with-webtask-io-zero-to-deploy-1)
77-
* [Part 2](https://scotch.io/tutorials/build-a-serverless-mern-story-app-with-webtask-io-zero-to-deploy-2)
86+
* [Part 1](https://scotch.io/tutorials/build-a-serverless-mern-story-app-with-webtask-io-zero-to-deploy-1)
87+
* [Part 2](https://scotch.io/tutorials/build-a-serverless-mern-story-app-with-webtask-io-zero-to-deploy-2)
88+
7889
#### Angular:
90+
7991
* [Build an Instagram Clone](https://hackhands.com/building-instagram-clone-angularjs-satellizer-nodejs-mongodb/)
8092
* Build an offline-capable Hacker News client with Angular 2+
81-
* [Part 1](https://houssein.me/angular2-hacker-news)
82-
* [Part 2](https://houssein.me/progressive-angular-applications)
93+
* [Part 1](https://houssein.me/angular2-hacker-news)
94+
* [Part 2](https://houssein.me/progressive-angular-applications)
8395
* [Build a web application with Django and AngularJS](https://thinkster.io/django-angularjs-tutorial)
96+
8497
#### Others (Node, Hapi, Express...):
98+
8599
* [Build a URL Shortener with Node, MongoDB and Hapi.js](https://www.codetuts.tech/build-a-url-shortener-node-hapi-js/?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more)
86100
* [Build a real-time Markdown Editor with NodeJS](https://scotch.io/tutorials/building-a-real-time-markdown-viewer)
87101
* [Test-Driven Development with Node, Postgres and Knex](http://mherman.org/blog/2016/04/28/test-driven-development-with-node/)
88102
* Build a Progressive Web Application (PWA)
89-
* [Part 1](https://bitsofco.de/bitsofcode-pwa-part-1-offline-first-with-service-worker/)
90-
* [Part 2](https://bitsofco.de/bitsofcode-pwa-part-2-instant-loading-with-indexeddb/)
91-
* [Part 3](https://bitsofco.de/bitsofcode-pwa-part-3-push-notifications/)
103+
* [Part 1](https://bitsofco.de/bitsofcode-pwa-part-1-offline-first-with-service-worker/)
104+
* [Part 2](https://bitsofco.de/bitsofcode-pwa-part-2-instant-loading-with-indexeddb/)
105+
* [Part 3](https://bitsofco.de/bitsofcode-pwa-part-3-push-notifications/)
92106
* Build A Support Ticket Application With AdonisJs
93-
* [Part 1](https://scotch.io/tutorials/build-a-support-ticket-application-with-adonisjs)
94-
* [Part 2](https://scotch.io/tutorials/build-a-support-ticket-application-with-adonisjs-part-2)
107+
* [Part 1](https://scotch.io/tutorials/build-a-support-ticket-application-with-adonisjs)
108+
* [Part 2](https://scotch.io/tutorials/build-a-support-ticket-application-with-adonisjs-part-2)
109+
95110
### Game Development:
111+
96112
* [Make 2D Breakout Game using Phaser](https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_breakout_game_Phaser)
97113
* Make Flappy Bird in HTML5 and JavaScript with Phaser
98-
* [Part 1](http://www.lessmilk.com/tutorial/flappy-bird-phaser-1)
99-
* [Part 2](http://www.lessmilk.com/tutorial/flappy-bird-phaser-2)
114+
* [Part 1](http://www.lessmilk.com/tutorial/flappy-bird-phaser-1)
115+
* [Part 2](http://www.lessmilk.com/tutorial/flappy-bird-phaser-2)
116+
100117
### Desktop Application:
118+
101119
* Build a Music Player with React & Electron
102-
* [Part 1](https://scotch.io/tutorials/build-a-music-player-with-react-electron-i-setup-basic-concepts)
103-
* [Part 2](https://scotch.io/tutorials/build-a-music-player-with-react-electron-ii-making-the-ui)
104-
* [Part 3](https://scotch.io/tutorials/build-a-music-player-with-react-electron-iii-bringing-it-all-together)
120+
* [Part 1](https://scotch.io/tutorials/build-a-music-player-with-react-electron-i-setup-basic-concepts)
121+
* [Part 2](https://scotch.io/tutorials/build-a-music-player-with-react-electron-ii-making-the-ui)
122+
* [Part 3](https://scotch.io/tutorials/build-a-music-player-with-react-electron-iii-bringing-it-all-together)
123+
105124
### Miscellaneous:
125+
106126
* [How to Build a Web Framework in Less Than 20 Lines of Code](https://www.pubnub.com/blog/build-yourself-a-web-framework-in-less-than-20-lines-of-code/)
107127
* [Build Yourself a Redux](https://zapier.com/engineering/how-to-build-redux/)
108128

109129
## Kotlin:
130+
110131
* [Keddit - Learn Kotlin While Developing an Android Application](https://medium.com/@juanchosaravia/learn-kotlin-while-developing-an-android-app-introduction-567e21ff9664)
111132

112133
## Python:
134+
113135
### Web Scraping:
136+
114137
* [Mining Twitter Data with Python](https://marcobonzanini.com/2015/03/02/mining-twitter-data-with-python-part-1/)
115138
* [Scrape a Website with Scrapy and MongoDB](https://realpython.com/blog/python/web-scraping-with-scrapy-and-mongodb/)
139+
116140
### Web Applications:
141+
117142
* [Build a Microblog with Flask](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world)
118143
* [Create a blog webapp in Django](https://tutorial.djangogirls.org/en/)
119144
* [Choose Your Own Adventure Presentations](https://www.twilio.com/blog/2015/03/choose-your-own-adventures-presentations-wizard-mode-part-1-of-3.html)
120145
* [Build a Todo List with Flask and RethinkDB](https://realpython.com/blog/python/rethink-flask-a-simple-todo-list-powered-by-flask-and-rethinkdb/)
121146
* [Build a Todo List with Django and Test-Driven Development](http://www.obeythetestinggoat.com/)
122147
* [Build a RESTful Microservice in Python](http://www.skybert.net/python/developing-a-restful-micro-service-in-python/)
148+
123149
### Bots:
150+
124151
* [Build a Reddit Bot](http://pythonforengineers.com/build-a-reddit-bot-part-1/)
125152
* [How to Make a Reddit Bot - YouTube](https://www.youtube.com/watch?v=krTUf7BpTc0)
126153
* [Build a Facebook Messenger Bot](https://blog.hartleybrody.com/fb-messenger-bot/)
127154
* [Making a Reddit + Facebook Messenger Bot](https://pythontips.com/2017/04/13/making-a-reddit-facebook-messenger-bot/)
128155
* How To Create a Telegram Bot Using Python
129-
* [Part 1](https://khashtamov.com/en/how-to-create-a-telegram-bot-using-python/)
130-
* [Part 2](https://khashtamov.com/en/how-to-deploy-telegram-bot-django/)
156+
* [Part 1](https://khashtamov.com/en/how-to-create-a-telegram-bot-using-python/)
157+
* [Part 2](https://khashtamov.com/en/how-to-deploy-telegram-bot-django/)
158+
131159
### Miscellaneous:
160+
132161
* [Build a Simple Interpreter](https://ruslanspivak.com/lsbasi-part1/)
133162
* [Write a NoSQL Database in Python](https://jeffknupp.com/blog/2014/09/01/what-is-a-nosql-database-learn-by-writing-one-in-python/)
134163
* [Building a Gas Pump Scanner with OpenCV/Python/iOS](https://hackernoon.com/building-a-gas-pump-scanner-with-opencv-python-ios-116fe6c9ae8b)
135164
* [Build a Distributed Streaming System with Python and Kafka](https://scotch.io/tutorials/build-a-distributed-streaming-system-with-apache-kafka-and-python)
136165

137166
## Go:
167+
138168
* [Create a Real Time Chat App with Golang, Angular 2, and WebSocket](https://www.thepolyglotdeveloper.com/2016/12/create-real-time-chat-app-golang-angular-2-websockets/)
139169
* [Building Go Web Applications and Microservices Using Gin](https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin)
140170
* [How to Use Godog for Behavior-driven Development in Go et started with Godog](https://semaphoreci.com/community/tutorials/how-to-use-godog-for-behavior-driven-development-in-go)
141171

142172
## PHP:
173+
143174
* [How To Build A Blog With Laravel](https://www.youtube.com/playlist?list=PLwAKR305CRO-Q90J---jXVzbOd4CDRbVx)
144175
* [Make Your Own Blog (in Pure PHP)](http://ilovephp.jondh.me.uk/en/tutorial/make-your-own-blog)
145176
* [Build A Real Estate Website Example with SilverStripe](https://www.silverstripe.org/learn/lessons/)
146177
* [Building Realtime Chat App with Laravel 5.4 and VueJS](https://www.youtube.com/playlist?list=PLXsbBbd36_uVjOFH_P25__XAyGsohXWlv)
147178
* [Build A Social Network: Laravel 5 - Youtube](https://www.youtube.com/playlist?list=PLfdtiltiRHWGGxaR6uFtwZnnbcXqyq8JD)
148179

149180
## Ruby:
181+
150182
* [Build Instagram From Scratch with Ruby on Rails](https://www.dropbox.com/s/9vq430e9s3q7pu8/Let%27s%20Build%20Instagram%20with%20Ruby%20on%20Rails%20-%20Free%20Edition.pdf?dl=0)
151183
* [Build a CMS with Ruby on Rails](https://pchm.co/posts/tutorial-how-to-build-a-cms-in-ruby-on-rails)
152184
* [Build a Social Network using Rails](https://medium.com/rails-ember-beyond/how-to-build-a-social-network-using-rails-eb31da569233)
153185

154186
## Haskell:
187+
155188
* [Write You a Haskell - Build a modern functional compiler](http://dev.stephendiehl.com/fun/)
156189
* [Write Yourself a Scheme in 48 hours](https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours)
157190
* [Write You A Scheme, Version 2](https://github.com/write-you-a-scheme-v2/scheme)
@@ -161,20 +194,24 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
161194
* [Making a Website with Haskell **(outdated)**](http://adit.io/posts/2013-04-15-making-a-website-with-haskell.html)
162195

163196
## R:
197+
164198
* [Build Web Apps with Shiny](http://shiny.rstudio.com/tutorial/)
165199

166200
## Rust:
201+
167202
* A Simple Web App in Rust
168-
* [Part 1](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-1/)
169-
* [Part 2a](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-2a/)
170-
* [Part 2b](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-2b/)
203+
* [Part 1](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-1/)
204+
* [Part 2a](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-2a/)
205+
* [Part 2b](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-2b/)
171206
* [Write an OS in Rust](http://os.phil-opp.com/)
172207
* [Build a browser engine in Rust](https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html)
173208

174209
## Swift:
210+
175211
* [Hacking with Swift - Learn Swift by doing 39 projects](https://www.hackingwithswift.com/read)
176212

177213
## Additional Resources
214+
178215
* [React Redux Links](https://github.com/markerikson/react-redux-links)
179216
* [Full Stack Python](https://www.fullstackpython.com/)
180217
* [Node School](https://nodeschool.io/)

0 commit comments

Comments
 (0)