Commit Graph

398 Commits

Author SHA1 Message Date
Norbert Klar 823dedbba3 Merge pull request #293 from bobeff/rest-servers-in-go
Add "REST servers in Go" tutorials
2021-08-25 22:57:08 +02:00
Norbert Klar fa9ff7eeda Merge pull request #298 from sharmas1ddharth/master
Update README.md
2021-08-25 22:55:19 +02:00
Norbert Klar 49524da0be added gitter badge 2021-08-24 11:34:07 +02:00
Avi Sternlieb 8ad8274107 Fixed broken link
Seems to be in some legacy permalink format. The link just redirects to the main GitBooks page, and there's no obvious search function to find it once you're there.
2021-08-19 17:23:35 -07:00
Ivan Bobev b0e12248d7 Merge branch 'master' into nes-emulator-in-rust 2021-08-16 11:06:04 +03:00
Ivan Bobev d3e886b680 Merge branch 'master' into rest-servers-in-go 2021-08-16 11:04:06 +03:00
Tu V. Tran f223d6c22f Merge pull request #308 from bobeff/swift-fps
Add a tutorial series about making a FPS
2021-08-16 00:50:29 -07:00
Tu V. Tran 5608df74d6 Merge pull request #305 from sigmaSd/Rust_learning_to_fly
Add Rust project: Learning to Fly
2021-08-16 00:49:14 -07:00
Ivan Bobev eea0989031 Add a tutorial series about making a FPS
Add a tutorial series demonstrating how to build a retro first-person
shooter from scratch in Swift by Nick Lockwood.
2021-08-16 10:37:23 +03:00
Norbert Klar e4b3afc27e added new go project 2021-08-03 12:58:24 +02:00
sigmaSd 6b54b826e9 Add Rust project: Learning to Fly 2021-07-22 09:06:08 +01:00
Tu V. Tran f982b9799f Merge pull request #290 from kbariotis/patch-1
Switch domain jeiwan.cc to jeiwan.net
2021-07-07 14:48:29 -07:00
Ivan Bobev 662c010213 Add a tutorial about writing a Tetris game
Add a tutorial about writing a Tetris game in ClojureScript.
2021-06-16 17:16:15 +03:00
Ivan Bobev dba2b28eec Add "REST servers in Go" tutorials
Add a series of five tutorials about building REST web servers in Go
programming language by Eli Bendersky.
2021-06-10 21:38:58 +03:00
Ivan Bobev a4b9dbe46d Add a tutorial about writing an NES emulator
Add a tutorial about writing an NES emulator in a Rust programming
language.
2021-06-09 22:46:28 +03:00
Siddharth Sharma 46b54cfe44 Update README.md 2021-05-25 16:55:58 +05:30
Kostas Bariotis 7175a41863 Switch domain jeiwan.cc to jeiwan.net 2021-03-21 10:30:25 +00:00
JavaLich b62fe0db5d Replaced 'How to Write an Emulator (CHIP-8 Interpreter)' with a working link to another tutorial 'Building A CHIP-8 Emulator' 2020-08-03 18:20:32 -05:00
Tu V. Tran 10ee1bbfc8 Merge pull request #234 from sanket2000sonavane/master
added link for face detector using opencv
2020-08-03 01:58:25 -07:00
Tu V. Tran a3c37d6bce Merge pull request #201 from shahinism/patch-1
Add prototyping with Clojure book
2020-08-03 01:56:52 -07:00
anancds 8dae9f9e22 Added byterun 2020-06-25 12:32:47 +08:00
Reinny 8f0c8f77a5 Updated broken Link 2020-05-08 14:17:32 -04:00
sanket2000sonavane 921b49a459 added link for face detector using opencv 2020-05-06 19:36:51 +05:30
Tu V. Tran 889ed8f0e3 Update Go container link (#172) 2020-02-28 13:35:13 -08:00
Tu V. Tran 263ec326f1 Fix Python link (#203) 2020-02-22 18:49:00 -08:00
Tu V. Tran 6e16b2220c Merge pull request #205 from rohitpaulk/add-redis-ruby-tut
Add 'Build your own Redis' under Ruby
2020-02-22 18:46:07 -08:00
Tu V. Tran fa6b40e6b6 Merge pull request #206 from aurighinn/master
Some Scala projects added
2020-02-19 10:16:59 -08:00
Tu V. Tran 6de21bdb24 Merge pull request #178 from palash25/patch-1
Add Memory Allocator in C tutorial
2020-02-18 11:18:44 -08:00
Omer Quadri 37bd0e2991 Added React Native Application with Redux Thunk 2020-02-07 15:28:24 +05:30
JAY TAILOR 5e2a584a50 Added Todoist clone under React category 2020-01-14 10:07:41 +05:30
Ilya Tkachev 82c13fbf04 Scala projects added 2019-12-26 10:33:32 +03:00
Paul Kuruvilla c2196e2bd9 Add 'Build your own Redis' under Ruby 2019-12-04 23:28:40 +05:30
Shahin Azad 32440748c7 Add prototyping with Clojure book 2019-10-30 18:40:38 +03:30
Tu V. Tran d697991977 Merge pull request #182 from 0xaryan/master
Add F# Section
2019-10-14 08:15:06 -07:00
Andrea Giacomo Baldan f0f8bdd54a Fixed indentation on readme 2019-10-13 22:57:44 +02:00
Andrea Giacomo Baldan 56530175b8 Added MQTT broker from scratch tutorial 2019-10-13 22:56:31 +02:00
Tu V. Tran d255a5921f Merge pull request #183 from SpenMaster/angular8-tut
update Angular tutorial to new version and add part 2 link
2019-10-11 19:07:43 -07:00
Tu V. Tran 1a38d01a20 Merge pull request #184 from samcoren/master
Added beginner-friendly Ruby tutorial
2019-10-11 13:17:47 -07:00
Tu V. Tran 6f7ade49eb Merge pull request #185 from bxdoan/master
add Elixir project
2019-10-11 13:17:06 -07:00
Doan Bui b78f0786c3 add Elixir project 2019-10-12 01:09:22 +07:00
Sam Coren 75ee74104b Added beginner-friendly Ruby tutorial
Added a beginner-friendly Ruby tutorial - a step-by-step walkthrough on how to build a Rails application that lets users post information about sharks and their behavior.
2019-10-10 02:43:39 -04:00
Spencer Robinson f4fd956d6d update Angular tutorial to new version and add part 2 link 2019-10-09 23:49:41 -05:00
Aryan Ebrahimpour 794d8557eb Add F# Section 2019-10-06 19:57:53 +03:30
AjayAgAI c2d3633627 Update README.md 2019-10-05 21:05:19 +05:30
Palash Nigam 34712dbd3b Add Memory Allocator in C tutorial 2019-09-26 01:43:10 +05:30
Tu V. Tran e2efdfef43 update write a C compiler tutorials 2019-08-10 01:44:29 -07:00
Rob Heaton 7d24bc4074 Add some new projects
I've written a couple of new projects, would love to add them here. Thanks!
2019-04-30 07:27:40 -07:00
Tu V. Tran 5ed7a320c4 Fix OS tutorial in Rust
The new updated link is https://os.phil-opp.com/
2019-04-22 19:35:16 -04:00
Ivan Bobev 3baaae2585 Add tutorial about how to write your own git
Add tutorial about how to write your own git like source control system
in Python by Thibault Polge.
2019-03-27 20:15:48 +02:00
John O'Rourke 00d449ed95 Updates C tutorials
Specifically, updates C Project Based Tutorials to link to https://github.com/rby90/Project-Based-Tutorials-in-C instead of https://www.reddit.com/r/C_Programming/comments/872rlt/c_project_based_tutorials
If you read through the reddit thread, the new GH link is more up to date.
2019-03-02 10:01:50 -05:00