From 4b083ba5ae6e721745d3acbac5b22ec7ea13f9d9 Mon Sep 17 00:00:00 2001 From: sayands Date: Fri, 25 May 2018 10:36:58 +0300 Subject: [PATCH 1/5] Added APi tutorial with Hapi --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 57fc858..bda4957 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,8 @@ 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) * [Build A Native Desktop App with JS](https://medium.freecodecamp.org/build-native-desktop-apps-with-javascript-a49ede90d8e9) +* Build a Powerful API with NodeJs,GraphQL and Hapi + * [Part I](https://medium.com/@wesharehoodies/how-to-setup-a-powerful-api-with-nodejs-graphql-mongodb-hapi-and-swagger-e251ac189649) #### D3.js From d6ba98ee94c71d623b6911616c805b39fb112774 Mon Sep 17 00:00:00 2001 From: sayands Date: Fri, 25 May 2018 10:42:42 +0300 Subject: [PATCH 2/5] Added Webpack for React tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bda4957..e4e0695 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Build A ToDo App With React Native](https://blog.hasura.io/tutorial-fullstack-react-native-with-graphql-and-authentication-18183d13373a) * [Make a Chat Application](https://medium.freecodecamp.org/how-to-build-a-chat-application-using-react-redux-redux-saga-and-web-sockets-47423e4bc21a) * [Create a News App with React Native](https://medium.freecodecamp.org/create-a-news-app-using-react-native-ced249263627) +* [Learn Webpack For React](https://medium.freecodecamp.org/learn-webpack-for-react-a36d4cac5060) #### Angular: From 6da9a6a74404ca228605713494e1f4907916352b Mon Sep 17 00:00:00 2001 From: sayands Date: Fri, 25 May 2018 10:44:57 +0300 Subject: [PATCH 3/5] Added Testing React App tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4e0695..89162d0 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Make a Chat Application](https://medium.freecodecamp.org/how-to-build-a-chat-application-using-react-redux-redux-saga-and-web-sockets-47423e4bc21a) * [Create a News App with React Native](https://medium.freecodecamp.org/create-a-news-app-using-react-native-ced249263627) * [Learn Webpack For React](https://medium.freecodecamp.org/learn-webpack-for-react-a36d4cac5060) +* [Testing React App With Pupepeteer and Jest](https://blog.bitsrc.io/testing-your-react-app-with-puppeteer-and-jest-c72b3dfcde59) #### Angular: From e6f3fbd1b89f24b35c93285efeb3d1b7be798856 Mon Sep 17 00:00:00 2001 From: sayands Date: Fri, 25 May 2018 10:48:37 +0300 Subject: [PATCH 4/5] Added Associate Rule Mining in R tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89162d0..8b82efb 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Build Web Apps with Shiny](http://shiny.rstudio.com/tutorial/) * [Build A Cryptocurrency Bot](https://towardsdatascience.com/build-a-cryptocurrency-trading-bot-with-r-1445c429e1b1) +* [Associate Rule Mining in R](https://towardsdatascience.com/association-rule-mining-in-r-ddf2d044ae50) ## Rust: From 6955c3f8c0d55334630495a3d1e28e8e4f1772cf Mon Sep 17 00:00:00 2001 From: Ivan Bobev Date: Sun, 27 May 2018 21:03:43 +0300 Subject: [PATCH 5/5] Add tutorial about writing a Space Invaders game Add series of articles about writing a Space Invaders game clone by Nick Tasios. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 57fc858..868953b 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,11 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Part 7: Compound Statements](https://norasandler.com/2018/03/14/Write-a-Compiler-7.html) * [Part 8: Loops](https://norasandler.com/2018/04/10/Write-a-Compiler-8.html) * [Implementing a Language with LLVM](https://llvm.org/docs/tutorial/#kaleidoscope-implementing-a-language-with-llvm) +* Space Invaders from Scratch + * [Part 1](http://nicktasios.nl/posts/space-invaders-from-scratch-part-1.html) + * [Part 2](http://nicktasios.nl/posts/space-invaders-from-scratch-part-2.html) + * [Part 3](http://nicktasios.nl/posts/space-invaders-from-scratch-part-3.html) + * [Part 4](http://nicktasios.nl/posts/space-invaders-from-scratch-part-4.html) ### OpenGL: