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
A list of programming tutorials in which learners build an application from scratch. These tutorials are divided into different primary programming languages. Some have intermixed technologies and languages.
4
5
@@ -153,6 +154,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
153
154
-[Building a Spell-Checker](https://bernhardwenzel.com/articles/clojure-spellchecker/)
154
155
-[Building a JIRA integration with Clojure & Atlassian Connect](https://hackernoon.com/building-a-jira-integration-with-clojure-atlassian-connect-506ebd112807)
155
156
-[Prototyping with Clojure](https://github.com/aliaksandr-s/prototyping-with-clojure)
157
+
-[Tetris in ClojureScript](https://shaunlebron.github.io/t3tr0s-slides)
156
158
157
159
## Elixir
158
160
@@ -180,11 +182,14 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
180
182
-[Build 30 things in 30 days with 30 tutorials](https://javascript30.com)
181
183
-[Build an App in Pure JS](https://medium.com/codingthesmartway-com-blog/pure-javascript-building-a-real-world-application-from-scratch-5213591cfcd6)
182
184
-[Build a Jupyter Notebook Extension](https://link.medium.com/wWUO7TN8SS)
185
+
-[Build a TicTacToe Game with JavaScript](https://medium.com/javascript-in-plain-english/build-tic-tac-toe-game-using-javascript-3afba3c8fdcc)
183
186
184
187
## HTML and CSS:
185
188
186
189
-[Build A Loading Screen](https://medium.freecodecamp.org/how-to-build-a-delightful-loading-screen-in-5-minutes-847991da509f)
187
190
-[Build an HTML Calculator with JS](https://medium.freecodecamp.org/how-to-build-an-html-calculator-app-from-scratch-using-javascript-4454b8714b98)
191
+
-[Build Snake using only JavaScript, HTML & CSS](https://www.freecodecamp.org/news/think-like-a-programmer-how-to-build-snake-using-only-javascript-html-and-css-7b1479c3339e/)
192
+
188
193
189
194
### Mobile Application:
190
195
@@ -198,14 +203,14 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
-[Create a Trello Clone](http://codeloveandboards.com/blog/2016/01/04/trello-tribute-with-phoenix-and-react-pt-1/)
201
-
-[Create a Character Voting App with React, Node, MongoDB and SocketIO](https://www.zcfy.cc/original/create-a-character-voting-app-using-react-node-js-mongodb-and-socket-io)
206
+
-[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)
-[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)
204
209
-[Build a Twitter Stream with React and Node](https://scotch.io/tutorials/build-a-real-time-twitter-stream-with-node-and-react-js)
205
210
- Build a Serverless MERN Story App with Webtask.io
@@ -461,6 +470,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
461
470
-[Code a Smile Classifier using CNNS in Python](https://github.com/kylemcdonald/SmileCNN)
462
471
-[Natural Language Processing using scikit-learn](https://towardsdatascience.com/natural-language-processing-count-vectorization-with-scikit-learn-e7804269bb5e)
463
472
-[Code a Taylor Swift Lyrics Generator](https://towardsdatascience.com/ai-generates-taylor-swifts-song-lyrics-6fd92a03ef7e)
473
+
-[Mask detection using PyTorch Lightning](https://towardsdatascience.com/how-i-built-a-face-mask-detector-for-covid-19-using-pytorch-lightning-67eb3752fd61)
464
474
465
475
### Miscellaneous:
466
476
@@ -491,15 +501,36 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
491
501
-[Building Go Web Applications and Microservices Using Gin](https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin)
492
502
-[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)
-[Part 2: Sending and Receiving Messages](https://nbaksalyar.github.io/2015/11/09/rust-in-detail-2.html)
571
603
-[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/)
604
+
-[Writing NES Emulator in Rust](https://bugzmanov.github.io/nes_ebook/)
605
+
- Create a simulation of evolution using neural network and genetic algorithm, and compile the application to WebAssembly
0 commit comments