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
@@ -177,8 +177,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
177
177
178
178
-[Learn C# By Building a Simple RPG Game](http://scottlilly.com/learn-c-by-building-a-simple-rpg-index/)
179
179
-[Create a Rogue-like game in C#](https://roguesharp.wordpress.com/)
180
-
-[Create a Blank App with C# and Xamarin (work in progress)](https://www.intertech.com/Blog/xamarin-tutorial-part-1-create-a-blank-app/)
181
-
-[Build iOS Photo Library App with Xamarin and Visual Studio](https://www.raywenderlich.com/134049/building-ios-apps-with-xamarin-and-visual-studio)
180
+
-[Create a Blank App with C# and Xamarin (work in progress)](https://www.intertech.com/Blog/xamarin-tutorial-part-1-create-a-blank-app/) (Deprecated)
181
+
-[Build iOS Photo Library App with Xamarin and Visual Studio](https://www.raywenderlich.com/134049/building-ios-apps-with-xamarin-and-visual-studio) (Deprecated)
182
182
-[Building the CoreWiki](https://www.youtube.com/playlist?list=PLVMqA0_8O85yC78I4Xj7z48ES48IQBa7p) This is a Wiki-style content management system that has been completely written in C# with ASP.NET Core and Razor Pages. You can find the source code [here](https://github.com/csharpfritz/CoreWiki).
183
183
184
184
## Clojure:
@@ -217,30 +217,28 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
217
217
## Erlang
218
218
219
219
-[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)
220
-
-[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)
220
+
-[Making a Chat App with Erlang, Rebar, Cowboy and Bullet](https://web.archive.org/web/20240523151250/https://marianoguerra.org/posts/making-a-chat-app-with-erlang-rebar-cowboy-and-bullet.html)
221
221
222
222
## F#:
223
223
224
224
-[Write your own Excel in 100 lines of F#](http://tomasp.net/blog/2018/write-your-own-excel)
225
225
226
226
## Java:
227
227
228
-
-[Build an Interpreter](http://www.craftinginterpreters.com/) (Chapter 4-13 is written in Java)
228
+
-[Build an Interpreter](https://web.archive.org/web/20210110010628/http://www.craftinginterpreters.com/) (Chapter 4-13 is written in Java)
229
229
-[Build a Simple HTTP Server with Java](http://javarevisited.blogspot.com/2015/06/how-to-create-http-server-in-java-serversocket-example.html)
230
230
-[Build an Android Flashlight App](https://www.youtube.com/watch?v=dhWL4DC7Krs) (video)
231
231
-[Build a Spring Boot App with User Authentication](https://spring.io/guides/gs/securing-web/)
232
232
-[Build a simple form submission](https://spring.io/guides/gs/handling-form-submission)
233
233
-[Fetch data using MySQL](https://spring.io/guides/gs/accessing-data-mysql)
234
234
-[Code a 2D Game Engine using Java - Full Course for Beginners](https://www.youtube.com/watch?v=025QFeZfeyM)
235
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)
237
236
238
237
## JavaScript:
239
238
240
239
-[Build 30 things in 30 days with 30 tutorials](https://javascript30.com)
241
-
-[Build an App in Pure JS](https://medium.com/codingthesmartway-com-blog/pure-javascript-building-a-real-world-application-from-scratch-5213591cfcd6)
242
-
-[Build a Jupyter Notebook Extension](https://link.medium.com/wWUO7TN8SS)
243
-
-[Build a TicTacToe Game with JavaScript](https://medium.com/javascript-in-plain-english/build-tic-tac-toe-game-using-javascript-3afba3c8fdcc)
240
+
-[Build an App in Pure JS](https://web.archive.org/web/20230329010417/https://medium.com/codingthesmartway-com-blog/pure-javascript-building-a-real-world-application-from-scratch-5213591cfcd6)
241
+
-[Build a TicTacToe Game with JavaScript](https://web.archive.org/web/20200726074038/ttps://medium.com/javascript-in-plain-english/build-tic-tac-toe-game-using-javascript-3afba3c8fdcc)
244
242
-[Build a Simple Weather App With Vanilla JavaScript](https://webdesign.tutsplus.com/tutorials/build-a-simple-weather-app-with-vanilla-javascript--cms-33893)
245
243
-[Build a Todo List App in JavaScript](https://github.com/dwyl/javascript-todo-list-tutorial)
246
244
-[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/)
@@ -274,7 +272,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
-[Create a Spotify clone](https://github.com/kashan16/Musique)
276
274
-[Create a Trello Clone](http://codeloveandboards.com/blog/2016/01/04/trello-tribute-with-phoenix-and-react-pt-1/)
277
-
-[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)
275
+
-[Create a Character Voting App with React, Node, MongoDB and SocketIO](https://web.archive.org/web/20230205102548/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)
280
278
-[Build a Twitter Stream with React and Node](https://scotch.io/tutorials/build-a-real-time-twitter-stream-with-node-and-react-js)
@@ -306,11 +304,11 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
306
304
307
305
#### Angular:
308
306
309
-
-[Build an Instagram Clone with Angular 1.x](https://hackhands.com/building-instagram-clone-angularjs-satellizer-nodejs-mongodb/)
307
+
-[Build an Instagram Clone with Angular 1.x](https://web.archive.org/web/20160304055405/https://hackhands.com/building-instagram-clone-angularjs-satellizer-nodejs-mongodb/)
310
308
- Build an offline-capable Hacker News client with Angular 2+:
-[Build a Google+ clone with Django and AngularJS (Angular 1.x)](https://thinkster.io/django-angularjs-tutorial)
311
+
-[Build a Google+ clone with Django and AngularJS (Angular 1.x)](https://web.archive.org/web/20150316003128/https://thinkster.io/django-angularjs-tutorial/)
314
312
- Build A Beautiful Real World App with Angular 8:
0 commit comments