From ec85212ae299f5aae1756c97abedf181467977fc Mon Sep 17 00:00:00 2001 From: sayands Date: Sun, 22 Apr 2018 13:07:39 +0530 Subject: [PATCH 1/7] Added new HTML/CSS topic and a related tutorial --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a3d2b2a..f0661a9 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Elixir](#elixir) * [Go](#go) * [Haskell](#haskell) +* [HTML/CSS](#html) * [Java](#java) * [JavaScript](#javascript) * [Kotlin](#kotlin) @@ -112,6 +113,10 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Build 30 things in 30 days with 30 tutorials](https://javascript30.com) * [Build an App in Pure JS](https://medium.com/codingthesmartway-com-blog/pure-javascript-building-a-real-world-application-from-scratch-5213591cfcd6) +## HTML/CSS: + +* [Build A Loading Screen](https://medium.freecodecamp.org/how-to-build-a-delightful-loading-screen-in-5-minutes-847991da509f) + ### Mobile Application: * [Build a React Native Todo Application](https://egghead.io/courses/build-a-react-native-todo-application) From 1eedeec82e069721de884496fde1f8ba26452d9c Mon Sep 17 00:00:00 2001 From: sayands Date: Sun, 22 Apr 2018 13:09:48 +0530 Subject: [PATCH 2/7] Fixed Bugs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0661a9..30c8b9c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Elixir](#elixir) * [Go](#go) * [Haskell](#haskell) -* [HTML/CSS](#html) +* [HTML/CSS](#html/css) * [Java](#java) * [JavaScript](#javascript) * [Kotlin](#kotlin) From 43de7171745d81b5d2b7da972079fac72f345a88 Mon Sep 17 00:00:00 2001 From: sayands Date: Sun, 22 Apr 2018 13:18:59 +0530 Subject: [PATCH 3/7] Fixed Link Issue and added twitter bot tutorial --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30c8b9c..1de2363 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Elixir](#elixir) * [Go](#go) * [Haskell](#haskell) -* [HTML/CSS](#html/css) +* [HTML/CSS](#html-css) * [Java](#java) * [JavaScript](#javascript) * [Kotlin](#kotlin) @@ -250,6 +250,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * How To Create a Telegram Bot Using Python * [Part 1](https://khashtamov.com/en/how-to-create-a-telegram-bot-using-python/) * [Part 2](https://khashtamov.com/en/how-to-deploy-telegram-bot-django/) +* [Create a Twitter Bot In Python](https://medium.freecodecamp.org/creating-a-twitter-bot-in-python-with-tweepy-ac524157a607) ### Data Science: From 47100f7a9e66cfd468942b88f2a254185ae1ec9a Mon Sep 17 00:00:00 2001 From: sayands Date: Sun, 22 Apr 2018 13:20:36 +0530 Subject: [PATCH 4/7] Added React Tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1de2363..2ae39c4 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Part 2](https://scotch.io/tutorials/build-a-serverless-mern-story-app-with-webtask-io-zero-to-deploy-2) * [Build A Simple Medium Clone using React.js and Node.js](https://codeburst.io/build-simple-medium-com-on-node-js-and-react-js-a278c5192f47) * [Integrate MailChimp in JS](https://medium.freecodecamp.org/how-to-integrate-mailchimp-in-a-javascript-web-app-2a889fb43f6f) +* [Build A Chrome Extension with React + Parcel](https://medium.freecodecamp.org/building-chrome-extensions-in-react-parcel-79d0240dd58f) #### Angular: From f2e8fe82040cb172a98ef77c9fe9a59c9c0bf917 Mon Sep 17 00:00:00 2001 From: sayands Date: Mon, 23 Apr 2018 01:00:39 +0530 Subject: [PATCH 5/7] Added React Native Tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ae39c4..04aa681 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Build A Simple Medium Clone using React.js and Node.js](https://codeburst.io/build-simple-medium-com-on-node-js-and-react-js-a278c5192f47) * [Integrate MailChimp in JS](https://medium.freecodecamp.org/how-to-integrate-mailchimp-in-a-javascript-web-app-2a889fb43f6f) * [Build A Chrome Extension with React + Parcel](https://medium.freecodecamp.org/building-chrome-extensions-in-react-parcel-79d0240dd58f) +* [Build A ToDo App With React Native](https://blog.hasura.io/tutorial-fullstack-react-native-with-graphql-and-authentication-18183d13373a) #### Angular: From 7e3c0105e77aa1be5d72bbc9c946befbcaceb959 Mon Sep 17 00:00:00 2001 From: sayands Date: Mon, 23 Apr 2018 01:10:24 +0530 Subject: [PATCH 6/7] Added ML Tutorial --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04aa681..6f873ad 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Elixir](#elixir) * [Go](#go) * [Haskell](#haskell) -* [HTML/CSS](#html-css) +* [HTML/CSS](#html-and-css) * [Java](#java) * [JavaScript](#javascript) * [Kotlin](#kotlin) @@ -113,7 +113,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Build 30 things in 30 days with 30 tutorials](https://javascript30.com) * [Build an App in Pure JS](https://medium.com/codingthesmartway-com-blog/pure-javascript-building-a-real-world-application-from-scratch-5213591cfcd6) -## HTML/CSS: +## HTML and CSS: * [Build A Loading Screen](https://medium.freecodecamp.org/how-to-build-a-delightful-loading-screen-in-5-minutes-847991da509f) @@ -268,6 +268,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Write Linear Regression From Scratch in Python](https://www.youtube.com/watch?v=uwwWVAgJBcM) * [Step-By-Step Machine Learning In Python](https://machinelearningmastery.com/machine-learning-in-python-step-by-step/) +* [Predict Quality Of Wine](https://medium.freecodecamp.org/using-machine-learning-to-predict-the-quality-of-wines-9e2e13d7480d) ### Deep Learning: From c5b40edfd900b6267a04cb145d257fe0ae58eff9 Mon Sep 17 00:00:00 2001 From: sayands Date: Mon, 23 Apr 2018 21:49:44 +0530 Subject: [PATCH 7/7] Added Trading Bot in R --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f873ad..8d7175f 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ## R: * [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) ## Rust: