Commit graph

155 commits

Author SHA1 Message Date
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
Tu Tran
0df91562d4 goodhead died 2018-01-14 23:37:10 +07:00
Tu Tran
580c9877c4 write a compiler in C (in progress) 2018-01-14 23:36:28 +07:00
Tu Tran
ecc18d26bd write a minimal jit compiler in c++ 2018-01-14 23:33:08 +07:00
Tu Tran
714935295c write jit compiler in python 2017-11-14 23:48:58 -05:00
Tu Tran
ccab608d6d linux containers in c in 500 lines 2017-11-03 14:50:03 -04:00
Tu Tran
3fbb613fa2 subcategorized Python and added machine learning 2017-10-25 14:24:01 -04:00
Mac Ahmed
16a6357806 Average Face, OpenCV and Python Tutorial 2017-10-25 22:29:21 +08:00
Mac Ahmed
4259862e9b Added Python Deep Learning
http://danielnouri.org/notes/2014/12/17/using-convolutional-neural-nets-to-detect-facial-keypoints-tutorial/
2017-10-25 21:21:31 +08:00
Tu Tran
c9d6b6f6ca test-driven microservices with flask, docker and react 2017-10-21 19:16:02 -04:00
Tu Tran
88e6cc1b40 implement a language in llvm with ocaml 2017-10-21 19:11:25 -04:00
Tu Tran
88b3eb2c7a implement a language with llvm in C++ 2017-10-21 19:09:39 -04:00
Tu Tran
6402314202 write a bootloader in C 2017-10-21 19:06:55 -04:00
Tu Tran
2b3ce5f653 add write a kernel in C 2017-10-21 19:06:07 -04:00
Tu Tran
22f566af60 add Ruby subsection 2017-10-21 19:03:59 -04:00
Tu Tran
526ec6eddd resolved merge conflict 2017-10-21 16:13:27 -04:00
Tu Tran
bf8902e3c9 reformat code 2017-10-21 16:12:20 -04:00
Prasasto Adi
c34163e0d7 Write an Sqlite Clone from Scratch in C 2017-10-03 13:07:49 +07:00
Jody LeCompte
b70d9cb787 Python tutorial - build a tweet bot 2017-09-05 01:18:34 -05:00
Tu Tran
0c38862802 Merge branch 'master' of https://github.com/tuvttran/project-based-learning 2017-08-31 00:58:06 -04:00
Tu Tran
5ae6e546f5 implement a key-value store in c++ 2017-08-31 00:57:59 -04:00
James 明良 Routley
0de477477c Add write a hash table in C tutorial 2017-08-24 18:44:32 +01:00
Tu Tran
c5a921a2d6 Merge branch 'master' of https://github.com/tuvttran/project-based-learning 2017-08-13 23:16:11 -04:00
Tu Tran
0d73ccb2cc how to program an NES game in C 2017-08-13 23:16:03 -04:00
Jody LeCompte
633956ad08 Adding elixir section + build a chat app tutorial 2017-07-14 01:40:50 -05:00
fortec007
d3848b92de Added Goodheads.io to Additional Resources 2017-07-13 10:36:05 +01:00
Tu Tran
c3eb4d1e00 Update README.md 2017-07-12 23:41:25 -04:00
fortec007
00da012c1a Added Thinkster.io to Additional Resources 2017-07-12 22:57:56 +01:00