From d460007f110084e82bd4eb5e7c13f1f9c204b282 Mon Sep 17 00:00:00 2001 From: sayands Date: Fri, 20 Apr 2018 10:45:04 +0530 Subject: [PATCH 1/5] Restructured for Node.js topic --- README.md | 47 ++++++++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index f214072..3997b47 100644 --- a/README.md +++ b/README.md @@ -65,22 +65,23 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Implementing a Language with LLVM](https://llvm.org/docs/tutorial/#kaleidoscope-implementing-a-language-with-llvm) ### OpenGL: - * [How to Make Minecraft in C++/OpenGL](https://www.youtube.com/playlist?list=PLMZ_9w2XRxiZq1vfw1lrpCMRDufe2MKV_) - * Creating 2D Breakout game clone in C++ with OpenGL - * [Breakout](https://learnopengl.com/In-Practice/2D-Game/Breakout) - * [Setting up](https://learnopengl.com/In-Practice/2D-Game/Setting-up) - * [Rendering Sprites](https://learnopengl.com/In-Practice/2D-Game/Rendering-Sprites) - * [Levels](https://learnopengl.com/In-Practice/2D-Game/Levels) - * Collisions - * [Ball](https://learnopengl.com/In-Practice/2D-Game/Collisions/Ball) - * [Collision detection](https://learnopengl.com/In-Practice/2D-Game/Collisions/Collision-detection) - * [Collision resolution](https://learnopengl.com/In-Practice/2D-Game/Collisions/Collision-resolution) - * [Particles](https://learnopengl.com/In-Practice/2D-Game/Particles) - * [Postprocessing](https://learnopengl.com/In-Practice/2D-Game/Postprocessing) - * [Powerups](https://learnopengl.com/In-Practice/2D-Game/Powerups) - * [Audio](https://learnopengl.com/In-Practice/2D-Game/Audio) - * [Render text](https://learnopengl.com/In-Practice/2D-Game/Render-text) - * [Final thoughts](https://learnopengl.com/In-Practice/2D-Game/Final-thoughts) + +* [How to Make Minecraft in C++/OpenGL](https://www.youtube.com/playlist?list=PLMZ_9w2XRxiZq1vfw1lrpCMRDufe2MKV_) +* Creating 2D Breakout game clone in C++ with OpenGL + * [Breakout](https://learnopengl.com/In-Practice/2D-Game/Breakout) + * [Setting up](https://learnopengl.com/In-Practice/2D-Game/Setting-up) + * [Rendering Sprites](https://learnopengl.com/In-Practice/2D-Game/Rendering-Sprites) + * [Levels](https://learnopengl.com/In-Practice/2D-Game/Levels) + * Collisions + * [Ball](https://learnopengl.com/In-Practice/2D-Game/Collisions/Ball) + * [Collision detection](https://learnopengl.com/In-Practice/2D-Game/Collisions/Collision-detection) + * [Collision resolution](https://learnopengl.com/In-Practice/2D-Game/Collisions/Collision-resolution) + * [Particles](https://learnopengl.com/In-Practice/2D-Game/Particles) + * [Postprocessing](https://learnopengl.com/In-Practice/2D-Game/Postprocessing) + * [Powerups](https://learnopengl.com/In-Practice/2D-Game/Powerups) + * [Audio](https://learnopengl.com/In-Practice/2D-Game/Audio) + * [Render text](https://learnopengl.com/In-Practice/2D-Game/Render-text) + * [Final thoughts](https://learnopengl.com/In-Practice/2D-Game/Final-thoughts) ## C#: @@ -136,18 +137,22 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Part 2](https://houssein.me/progressive-angular-applications) * [Build a web application with Django and AngularJS](https://thinkster.io/django-angularjs-tutorial) -#### Vue - -* [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) - -#### Others (Node, Hapi, Express...): +#### Node: * [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) * [Build a real-time Markdown Editor with NodeJS](https://scotch.io/tutorials/building-a-real-time-markdown-viewer) * [Test-Driven Development with Node, Postgres and Knex](http://mherman.org/blog/2016/04/28/test-driven-development-with-node/) * Write a Twitter Bot in Node.js + * [Part 1](https://codeburst.io/build-a-simple-twitter-bot-with-node-js-in-just-38-lines-of-code-ed92db9eb078) * [Part 2](https://codeburst.io/build-a-simple-twitter-bot-with-node-js-part-2-do-more-2ef1e039715d) + +#### Vue + +* [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) + +#### Others (Hapi, Express...): + * Build a Progressive Web Application (PWA) * [Part 1](https://bitsofco.de/bitsofcode-pwa-part-1-offline-first-with-service-worker/) * [Part 2](https://bitsofco.de/bitsofcode-pwa-part-2-instant-loading-with-indexeddb/) From ee450d3cd68a9d53804eb9b038ac2817f42bf84a Mon Sep 17 00:00:00 2001 From: sayands Date: Fri, 20 Apr 2018 10:47:10 +0530 Subject: [PATCH 2/5] Added a new Node.js basics tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3997b47..06bb604 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB #### Node: +* [Beginner Node](https://closebrace.com/tutorials/2017-03-02/the-dead-simple-step-by-step-guide-for-front-end-developers-to-getting-up-and-running-with-nodejs-express-and-mongodb) * [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) * [Build a real-time Markdown Editor with NodeJS](https://scotch.io/tutorials/building-a-real-time-markdown-viewer) * [Test-Driven Development with Node, Postgres and Knex](http://mherman.org/blog/2016/04/28/test-driven-development-with-node/) From 2ec1838377d49f83c89f987ab72d042f865d0e96 Mon Sep 17 00:00:00 2001 From: sayands Date: Fri, 20 Apr 2018 10:58:14 +0530 Subject: [PATCH 3/5] Added REST app tutorial --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06bb604..b450b3e 100644 --- a/README.md +++ b/README.md @@ -144,9 +144,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Build a real-time Markdown Editor with NodeJS](https://scotch.io/tutorials/building-a-real-time-markdown-viewer) * [Test-Driven Development with Node, Postgres and Knex](http://mherman.org/blog/2016/04/28/test-driven-development-with-node/) * Write a Twitter Bot in Node.js - * [Part 1](https://codeburst.io/build-a-simple-twitter-bot-with-node-js-in-just-38-lines-of-code-ed92db9eb078) * [Part 2](https://codeburst.io/build-a-simple-twitter-bot-with-node-js-part-2-do-more-2ef1e039715d) +* [Create A Simple RESTFUL Web App](https://closebrace.com/tutorials/2017-03-02/creating-a-simple-restful-web-app-with-nodejs-express-and-mongodb) #### Vue From e5d237c35c4cd9d115d06001ef8ad144c4a11fe7 Mon Sep 17 00:00:00 2001 From: sayands Date: Fri, 20 Apr 2018 11:00:26 +0530 Subject: [PATCH 4/5] Added D3.js tutorial --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b450b3e..909397a 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,10 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Part 1](https://scotch.io/tutorials/build-a-support-ticket-application-with-adonisjs) * [Part 2](https://scotch.io/tutorials/build-a-support-ticket-application-with-adonisjs-part-2) +###D3.js + +* [Learn D3 using examples](https://www.sitepoint.com/d3-js-data-visualizations/) + ### Game Development: * [Make 2D Breakout Game using Phaser](https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_breakout_game_Phaser) From 7bb09ec237c8bac2105b8cdd0355d84e193a63e1 Mon Sep 17 00:00:00 2001 From: sayands Date: Fri, 20 Apr 2018 11:02:43 +0530 Subject: [PATCH 5/5] Fixed Name Issues --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 909397a..9357f71 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB #### Node: -* [Beginner Node](https://closebrace.com/tutorials/2017-03-02/the-dead-simple-step-by-step-guide-for-front-end-developers-to-getting-up-and-running-with-nodejs-express-and-mongodb) +* [Build A Simple Website With Node,Express and MongoDB](https://closebrace.com/tutorials/2017-03-02/the-dead-simple-step-by-step-guide-for-front-end-developers-to-getting-up-and-running-with-nodejs-express-and-mongodb) * [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) * [Build a real-time Markdown Editor with NodeJS](https://scotch.io/tutorials/building-a-real-time-markdown-viewer) * [Test-Driven Development with Node, Postgres and Knex](http://mherman.org/blog/2016/04/28/test-driven-development-with-node/)