Commit Graph

382 Commits

Author SHA1 Message Date
sayands
df35e3dec3 Merge https://github.com/tuvtran/project-based-learning 2018-07-30 23:59:13 +05:30
sayands
bf9b2c4253 Added multivariate linear regression tutorial 2018-07-30 23:59:06 +05:30
Tu Tran
8ad8767613
Merge pull request #105 from robert/master
Python programming projects for advanced beginners
2018-07-30 02:07:43 -04:00
sayands
15630b7d65 Added Camshift Object Tracking Algorithm 2018-07-29 12:19:32 +05:30
sayands
fb77cd2e05 Added Face Clustering tutorial 2018-07-29 12:16:15 +05:30
sayands
a79cf465ee Added Barcode Scanner tutorial 2018-07-29 12:14:23 +05:30
sayands
056e9baf18 Added Linear Regression without sklearn tutorial 2018-07-29 12:12:19 +05:30
sayands
a634edb335 Added Django API tutorial 2018-07-29 12:10:05 +05:30
sayands
209202a626 Added Keras tutorial to generate colors 2018-07-29 12:07:10 +05:30
Rob Heaton
97e5fe5f29
Python programming projects for advanced beginners 2018-07-28 06:58:28 -07:00
sayands
2ac50d4092 Added Desktop Chat App tutorial 2018-07-27 17:22:42 +05:30
sayands
368509bcb5 Added full stack web app setup tutorial 2018-07-27 17:20:33 +05:30
sayands
c461178c54 Added job scraping app tutorial 2018-07-27 17:18:25 +05:30
sayands
e166289d5c Added serverless GRAPHQL API tutorial 2018-07-27 17:15:59 +05:30
Tu Tran
56fcac3a7f
Merge pull request #95 from jianjacob/master
VueJS - blog tutorial
2018-07-26 14:12:43 -04:00
Tu Tran
62e7961304
Merge pull request #101 from adamfaliq42/master
Delete JIT tutorial (C++) and add video tags
2018-07-26 14:10:47 -04:00
Muhammad Adam Faliq
f367956f96
Delete JIT tutorial (C++) and add video tags
1.  Writing a minimal x86-64 JIT compiler in C++.
- Deleted part three because it gives 404 error (Page Not Found)

2.  Add video tag to youtube links.
2018-07-24 17:30:25 +08:00
sayands
f5b8d96b92 Added Chat App with Sentiment Analysis tutorial 2018-07-19 09:48:31 +05:30
sayands
74cd28d07e Added Appointment Scheduler Tutorial 2018-07-19 09:41:40 +05:30
sayands
09967dd6fa Added Search bot tutorial 2018-07-19 09:28:30 +05:30
sayands
9ea979cfe7 Added Neural Net using Gradient Descent Tutorial 2018-07-19 09:23:50 +05:30
sayands
1f18af4baf Added Andrew Trask simple Neural Net tutorial 2018-07-19 09:22:34 +05:30
Tu Tran
2a1fe89e4d
Merge pull request #99 from sayands/master
Added OpenCV tutorials
2018-07-18 23:44:32 -04:00
sayands
4ee87bf143 Added Saliency Detection Tutorials 2018-07-19 09:12:45 +05:30
Tu Tran
6b98361921
Merge pull request #96 from adamfaliq42/patch-1
Added 3 new links.
2018-07-18 23:42:02 -04:00
sayands
5f3ff040b2 Added Face Recognition Tutorial using OpenCV 2018-07-19 09:11:54 +05:30
sayands
f5b2bb1279 Added Face Detection tutorial using OpenCV 2018-07-19 09:10:17 +05:30
sayands
c0e5d2b8ef Added Document Scanner Tutorial using OpenCV 2018-07-19 09:09:09 +05:30
Nishit Shah
920613d9a9
Corrected a grammatical mistake in an Angular link 2018-07-16 19:04:47 +05:30
Nishit Shah
3d59b45018
Added a tutorial on making ToDo App with Angular 5. Also updated descriptions of some Angular links. 2018-07-16 19:02:17 +05:30
Nishit Shah
b8d80a39db
Added a todo app in Angular 5 2018-07-16 18:31:47 +05:30
Muhammad Adam Faliq
0aa08887d3
Added 3 new links.
These are the links to a three parts tutorial series on implementing a search engine in Python.
2018-07-12 20:37:04 +08:00
Jian
af0481558f
Full stack VueJS tutorial
Build full stack Vue application in MEVN stack
2018-07-10 10:00:10 +05:30
Jian
573fb92546
VueJS - blog tutorial
Create a blog using Vue, GraphQL and Apollo
2018-07-10 09:56:32 +05:30
Tu Tran
37c0ff0c2e
Merge pull request #92 from bobeff/debugger-in-python
Add tutorial about writing a debugger in Python
2018-07-09 15:26:25 -04:00
Tu Tran
9f769d1fcf
Merge pull request #83 from bobeff/compile-time-game
Add tutorial about creating a compile-time game
2018-07-08 14:22:49 -04:00
Ivan Bobev
b1d5c59c55 Add tutorial about writing a debugger in Python
Add tutorial about "Making a low level (Linux) debugger" in Python.
2018-07-01 00:40:19 +03:00
Ivan Bobev
8626df57bf Add part 5 of the "Space Invaders" tutorial. 2018-07-01 00:05:10 +03:00
Ivan Bobev
ebb4e8266e
Merge branch 'master' into compile-time-game 2018-06-30 23:56:50 +03:00
Tu Tran
8987244965
Merge pull request #75 from bobeff/concurrent-servers
Add tutorial about writing concurrent servers.
2018-06-14 11:34:38 -04:00
Tu Tran
beb4abc940
Merge pull request #89 from ashokgelal/patch-1
Add multi-tenant app with Laravel project
2018-06-14 11:33:10 -04:00
Ashok Gelal
5c769d5db6
Add multi-tenant app with Laravel project 2018-06-10 11:59:00 -06:00
Ivan Bobev
f465725bb8 Add "Writing a Linux Debugger" tutorial series. 2018-06-08 18:03:31 +03:00
Tu Tran
fc383f6098
Merge pull request #84 from jodylecompte/master
Added Python "Build a RESTful API with Flask – The TDD Way"
2018-06-03 15:33:20 -04:00
Tu Tran
65f728c671
Merge pull request #85 from sayands/master
Added Angular and React tutorials
2018-06-03 15:32:57 -04:00
sayands
80021e1edc Added React+Redux tutorial 2018-06-01 10:02:41 +03:00
sayands
6dbcc465ce Added React tutorial 2018-06-01 10:01:29 +03:00
Tu Tran
fd23ed6a67
Merge branch 'master' into matrix-multiplication 2018-05-30 00:11:27 -04:00
Tu Tran
bac421c7d3
Merge pull request #78 from Jlemien/patch-1
Update README.md
2018-05-30 00:10:26 -04:00
sayands
82b735a882 Added Angular and Bootstrap tutorial 2018-05-29 16:25:14 +03:00
sayands
d2f361702d Added react boilerplate tutorial 2018-05-29 15:37:32 +03:00
sayands
e335c48a95 Merge branch 'master' of https://github.com/tuvtran/project-based-learning 2018-05-29 15:36:11 +03:00
sayands
1d2af90159 Fixed small issue 2018-05-29 15:35:32 +03:00
Jody LeCompte
48a0c01b9f
Added Python "Build a RESTful API with Flask – The TDD Way" 2018-05-28 14:43:18 -05:00
Tu Tran
9d28bd8bbe
Merge branch 'master' into tetris 2018-05-27 19:17:46 -04:00
Tu Tran
e8429a3a10
Merge pull request #80 from bobeff/space-invaders
Add tutorial about writing a Space Invaders game
2018-05-27 19:16:29 -04:00
Ivan Bobev
6955c3f8c0 Add tutorial about writing a Space Invaders game
Add series of articles about writing a Space Invaders game clone by
Nick Tasios.
2018-05-27 21:03:43 +03:00
Ivan Bobev
2a1c74d2b0 Add Tetris tutorial
Add tutorial about writing a Tetris game by Javier López.
2018-05-27 20:59:09 +03:00
Ivan Bobev
b55ba19f3c Add a matrix multiplication tutorial
Add tutorial about writing of a high performance matrix multiplication
in C++ by Jean Guegant.
2018-05-27 20:47:52 +03:00
Ivan Bobev
8a904fcb18 Add tutorial about creating a compile-time game 2018-05-27 20:45:21 +03:00
sayands
e6f3fbd1b8 Added Associate Rule Mining in R tutorial 2018-05-25 10:48:37 +03:00
sayands
6da9a6a744 Added Testing React App tutorial 2018-05-25 10:44:57 +03:00
sayands
d6ba98ee94 Added Webpack for React tutorial 2018-05-25 10:42:42 +03:00
sayands
4b083ba5ae Added APi tutorial with Hapi 2018-05-25 10:36:58 +03:00
Joseph
ca91ef7376
Update README.md
I changed a typo: "BeautifulSoap" to "BeautifulSoup" in line 241.
2018-05-25 07:25:49 +08:00
Tu Tran
ae0afedcad
Update README.md 2018-05-24 15:47:23 -04:00
sayands
8f3fed6778 Added Neural Network from Scratch in Python tutorial 2018-05-23 10:29:00 +03:00
sayands
48bb8777b2 Added News App With React Native Tutorial 2018-05-23 10:27:39 +03:00
sayands
5411a0d0a2 Added Native Desktop with JS tutorial 2018-05-23 10:26:18 +03:00
sayands
83cd744cd7 Added unsupervised learning with python tutorial 2018-05-23 10:24:38 +03:00
sayands
ed3a941edf Added Angular 6 tutorial 2018-05-23 10:23:28 +03:00
sayands
3d73996efd Added Line Chart Tutorial 2018-05-11 11:03:13 +03:00
sayands
99c254141f Added movie scraping tutorial using BeautifulSoap 2018-05-11 10:57:20 +03:00
sayands
f5f8bf5a13 Added HTML Calculator App with JS tutorial 2018-05-11 10:54:24 +03:00
sayands
ad80c81b96 Added Twitter Sentiment Analysis more parts with names 2018-05-11 10:51:50 +03:00
sayands
c4f7582747 Added Naming Conventions to the Twitter Sentiment Analysis 2018-05-11 10:48:11 +03:00
sayands
0b06bd3788 Added Twitter Sentiment Analysis Tutorial Parts 2018-05-11 10:41:55 +03:00
sayands
54c02495ac Added Object Detection Tutorial 2018-05-11 10:39:38 +03:00
Ivan Bobev
3ddf118ce5 Add tutorial about writing concurrent servers.
* Add additional sub-section in C/C++ section about network
programming.
* Move "Let's Code a TCP/IP Stack" tutorial series in it.
* Add series of tutorials about writing concurrent servers by
[Eli Bendersky](https://github.com/eliben).
2018-05-09 12:48:10 +03:00
sayands
aa430056c5 Removed tutorial ML 2018-05-03 09:04:21 +03:00
sayands
d87f86fb52 Added Twitter Sentiment Analysis Tutorial part 3 and 4 2018-04-30 23:52:59 +05:30
sayands
a650be29b9 Added Machine Learning Algorithm Tutorials 2018-04-30 23:50:30 +05:30
sayands
0d60ed850a Added Transfer Learning tutorial 2018-04-30 23:49:15 +05:30
sayands
e8ea025457 Added Twitter Sentiment Analysis Tutorial 2018-04-29 11:14:45 +05:30
sayands
d94d8e49e2 Added Language Detection AI tutorial 2018-04-29 11:11:27 +05:30
sayands
f3a41d5b18 Added Scraping Selenium Tutorial 2018-04-29 11:08:29 +05:30
sayands
6c78811362 Added Chat Application Tutorial 2018-04-29 11:06:13 +05:30
Tu Tran
26ed30cf67
Merge pull request #67 from bobeff/handmade-hero
Add Handmade Hero tutorial.
2018-04-27 13:25:36 -04:00
sayands
3ac50b2c40 Added Face Recognition System tutorial 2018-04-27 00:51:04 +05:30
sayands
6ce1f7e62f Added Classifiation of Fruits problem 2018-04-27 00:49:31 +05:30
sayands
578d929b5b Added Image Caption generator 2018-04-25 22:22:18 +05:30
sayands
45c6df36f6 Added Facial Recognition pipeline 2018-04-25 22:21:07 +05:30
sayands
51a9eee8b0 Added First CNN tutorial 2018-04-25 22:20:16 +05:30
sayands
48b4462cdc Added Inception Model Tutorial 2018-04-25 22:19:11 +05:30
sayands
c5b40edfd9 Added Trading Bot in R 2018-04-23 21:49:44 +05:30
sayands
7e3c0105e7 Added ML Tutorial 2018-04-23 01:10:24 +05:30
sayands
f2e8fe8204 Added React Native Tutorial 2018-04-23 01:00:39 +05:30
sayands
47100f7a9e Added React Tutorial 2018-04-22 13:20:36 +05:30
sayands
43de717174 Fixed Link Issue and added twitter bot tutorial 2018-04-22 13:18:59 +05:30
sayands
1eedeec82e Fixed Bugs 2018-04-22 13:09:48 +05:30
sayands
ec85212ae2 Added new HTML/CSS topic and a related tutorial 2018-04-22 13:07:39 +05:30
Tu Tran
a7423c24bb
Merge pull request #70 from patrykryczko/master
Vue.js Application Tutorial – Creating a Simple Budgeting App with Vue
2018-04-21 20:50:01 -04:00
patrykryczko
7c267951ff Vue.js Application Tutorial – Creating a Simple Budgeting App with Vue 2018-04-21 20:46:23 +02:00
Tu Tran
1f47973300
Merge pull request #69 from sayands/master
Added React,Node and Deep Learning Tutorials
2018-04-21 14:36:36 -04:00
sayands
2e0c8ebb9d Added MailChimp Integration Tutorial 2018-04-21 15:21:46 +05:30
sayands
f2e6164299 Added Simple Medium Clone Tutorial 2018-04-21 15:20:31 +05:30
sayands
cbe748db7f Added Captcha Break Tutorial with CNNs 2018-04-21 15:18:29 +05:30
Tu Tran
a87824a23d
add title to python data science tutorials 2018-04-21 03:25:49 -04:00
Tu Tran
14acf807f7
Merge pull request #66 from sayands/master
Added JS,Flask,Python Tutorials and Restructured Django Tutorials
2018-04-21 03:14:52 -04:00
Alvie Rahman
56c4551c9d
Update README.md 2018-04-20 16:00:08 +01:00
Alvie Rahman
344440924d
Sort README.md Table of Contents
Makes it easier to find the language you're looking for.
2018-04-20 15:48:45 +01:00
Ivan Bobev
87978f20fc Add Handmade Hero tutorial.
* Add link to the official site of the Handmade Hero video game creation
video tutorial series to the C++ OpenGL subsection.
* Sort C++ OpenGL subsection tutorials alphabetically.
2018-04-20 17:25:55 +03:00
sayands
c822136a2c Added pure JS tutorial 2018-04-20 12:29:35 +05:30
sayands
264fb3170c Added Learn Python For Data Science tutorial 2018-04-20 12:24:40 +05:30
sayands
818c7001b9 Added Flask Tutorial and Restructured Project 2018-04-20 12:01:41 +05:30
sayands
fb0f3dce93 Added Step-by-Step Machine Learning in Python 2018-04-20 11:53:54 +05:30
sayands
1da39bd80d Added GoLang tutorial 2018-04-20 11:34:46 +05:30
sayands
13fa1a318d Fixed Header Issue 2018-04-20 11:31:35 +05:30
sayands
77350f1ec4 Added Linear Regression Python Tutorial 2018-04-20 11:31:10 +05:30
Tu Tran
e944ffa818
fix header issue with D3 2018-04-20 01:37:15 -04:00
sayands
7bb09ec237 Fixed Name Issues 2018-04-20 11:02:43 +05:30
sayands
e5d237c35c Added D3.js tutorial 2018-04-20 11:00:26 +05:30
sayands
2ec1838377 Added REST app tutorial 2018-04-20 10:58:14 +05:30
sayands
ee450d3cd6 Added a new Node.js basics tutorial 2018-04-20 10:47:10 +05:30
sayands
d460007f11 Restructured for Node.js topic 2018-04-20 10:45:04 +05:30
Tu Tran
95800b6dd3
Merge pull request #61 from jodylecompte/master
Javascript: "Vue 2 + Firebase Authentication App"
2018-04-20 00:17:16 -04:00
Ivan Bobev
6c1be26b9a Add tutorial about creating Breakout game clone
Separate additional subsection in C/C++ section about OpenGL and move
there the tutorial related to creating Minecraft game clone. Also add
tutorial about creating of a complete 2D Breakout game clone, part of
[Joey de Vries](https://github.com/JoeyDeVries)'s [Learn
OpenGL](https://learnopengl.com/) tutorial.
2018-04-19 16:03:07 +03:00
Jody LeCompte
9d6a08a740
Javascript: "Vue 2 + Firebase Authentication App"
Full title: Vue 2 + Firebase: How to build a Vue app with Firebase authentication system in 15 minutes
2018-04-19 01:09:47 -05:00
Jody LeCompte
8c6ddd7b96
Add: Building a JIRA integration with Clojure & Atlassian Connect 2018-04-17 13:23:59 -05:00
Tu Tran
bbecdfbd86
Merge pull request #58 from sayands/master
Added Django and Node.js tutorials
2018-04-17 12:00:09 -04:00
sayands
232a471ff7 Fixed Issues 2018-04-17 21:26:48 +05:30
Tu Tran
4252c2f302
Edit crafting interpreter to have both C and Java 2018-04-17 11:55:25 -04:00
sayands
ba309c1225 Added Django Girls Extensions 2018-04-17 21:07:17 +05:30
sayands
cdc23fe6dc Added Twitter Bot Tutorial part 2 2018-04-17 21:05:10 +05:30
Jody LeCompte
9e1c173df6
Javascript: "How to write your own Virtual DOM" 2018-04-16 23:08:42 -05:00
Tu Tran
cfb5a394ae
Add part 6 - 8 for writing a compiler in C 2018-04-16 19:12:14 -04:00
Tu Tran
fe0f325e3a
Merge pull request #54 from bobeff/rust-chat-service
Add Rust tutorial about writing a chat service.
2018-04-16 19:02:05 -04:00
Tu Tran
c8ccc4c57e
Merge pull request #53 from bobeff/bytepath
Add BYTEPATH tutorial
2018-04-16 19:01:23 -04:00
sayands
188e5299d5 Added Node.js Bot Tutorial 2018-04-16 12:12:27 +05:30
Ivan Bobev
86aee73fe5 Add Rust tutorial about writing a chat service.
Add "Rust in Detail: Writing Scalable Chat Service from Scratch"
tutorial by [Nikita Baksalyar](https://github.com/nbaksalyar).
2018-04-16 08:32:01 +03:00
Ivan Bobev
ab17a58dfb Add BYTEPATH tutorial
Add a new section for the [Lua](https://www.lua.org/) programming
language and a new section for the [LÖVE](https://love2d.org/) 2D game
engine. Inside it add a tutorial for creation of a complete 2D game with
**Lua** and **LÖVE** called
[BYTEPATH](http://store.steampowered.com/app/760330/BYTEPATH/) by
[SSYGEN](https://github.com/SSYGEN).
2018-04-16 08:18:25 +03:00
Tu Tran
e79608f5ff
add crafting interpreter in C 2018-04-08 19:43:57 -04:00
Tu Tran
00a910fd2a
add discussion thread on Reddit about project based learning in C 2018-04-08 19:43:10 -04:00
Tu Tran
b5d0d2810a
Add write a FUSE filesystem 2018-03-15 11:39:38 -04:00
Tu Tran
9133dd9906
add write a microservice in Rust 2018-03-15 11:38:43 -04:00
Tu Tran
9403ea6544
add write an OS in pure Rust 2018-03-10 05:06:21 -05:00
Jody LeCompte
b398fdac28
Added "Building a Spell-Checker in Clojure" 2018-02-27 00:44:47 -06:00
Tu Tran
a0846d20a3 add build blockchain in Go 2018-01-29 13:03:16 -05:00
Tu Tran
5f3cab6c06 build blockchain in python 2018-01-14 23:40:28 +07:00
Tu Tran
5c548d8f19 build too many linked lists in rust 2018-01-14 23:38:05 +07:00