Commit Graph

490 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
Tu V. Tran 9d24ebada4 Merge pull request #313 from enkeyz/gitter
added gitter badge
2021-08-25 13:37:06 -07:00
Norbert Klar 49524da0be added gitter badge 2021-08-24 11:34:07 +02:00
Tu V. Tran 2123162eed Merge pull request #312 from AviFS/master
Fixed broken link
2021-08-23 10:10:35 -07: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
Tu V. Tran 414d047da6 Merge pull request #300 from bobeff/nes-emulator-in-rust
Add a tutorial about writing an NES emulator
2021-08-16 01:12:50 -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
Tu V. Tran 4107381caf Merge pull request #307 from enkeyz/new-go-tuts
Added "Let's build a URL shortener in Go - with Gin & Redis"
2021-08-16 00:35:01 -07: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
Tu V. Tran 6615ac6bb8 Merge pull request #302 from bobeff/clojure-script-tetris
Add a tutorial about writing a Tetris game
2021-07-07 14:47:27 -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
Tu V. Tran 97afefeb79 Merge pull request #245 from JavaLich/dev
Replaced 'How to Write an Emulator (CHIP-8 Interpreter)'
2020-08-22 15:14:21 -07:00
Tu V. Tran 32eebdb062 Merge pull request #246 from mrterranova/update/License_copyright_updated_2020
Updated date to the license from 2017 to 2020
2020-08-22 15:13:25 -07:00
Michal Terranova 56df4613ca Updated date to the license from 2017 to 2020 2020-08-21 08:13:33 -04: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
Tu V. Tran 40e763e862 Merge pull request #239 from anancds/byterun
Added byterun
2020-07-21 23:56:33 -07:00
anancds 8dae9f9e22 Added byterun 2020-06-25 12:32:47 +08:00
Tu V. Tran 9e058140e5 Merge pull request #235 from Jighdan/master
Updated Broken Link
2020-06-18 23:25:37 -07: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
Tu V. Tran 58e83b7ac0 Merge pull request #209 from Quadrified/master
Added React Native Application with Redux Thunk
2020-02-14 11:04:53 -08:00
Omer Quadri 37bd0e2991 Added React Native Application with Redux Thunk 2020-02-07 15:28:24 +05:30
Tu V. Tran 73a5d54c7e Merge pull request #208 from JayTailor45/master
Added Todoist clone under React category
2020-02-05 15:21:12 -08:00
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
Tu V. Tran 44c825fa50 Merge pull request #187 from codepr/master
Added Sol - An MQTT broker from scratch tutorial
2019-10-14 08:13:26 -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