From 9097f21225013b163d2880adeb83d68739f1c14e Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Tue, 5 Nov 2019 18:46:54 +0100 Subject: [PATCH 1/4] Add tutorial #378 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f86ace..dc307af 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ * [**JavaScript**: _Learn & Build a JavaScript Blockchain_](https://medium.com/digital-alchemy-holdings/learn-build-a-javascript-blockchain-part-1-ca61c285821e) * [**JavaScript**: _Creating a blockchain with JavaScript_](https://github.com/SavjeeTutorials/SavjeeCoin) * [**JavaScript**: _How To Launch Your Own Production-Ready Cryptocurrency_](https://hackernoon.com/how-to-launch-your-own-production-ready-cryptocurrency-ab97cb773371) +* [**JavaScript**: _Writing a Blockchain in Node.js_](https://www.jsmonday.dev/articles/34/writing-a-blockchain-in-node-js) * [**Kotlin**: _Let’s implement a cryptocurrency in Kotlin_](https://medium.com/@vasilyf/lets-implement-a-cryptocurrency-in-kotlin-part-1-blockchain-8704069f8580) * [**Python**: _Learn Blockchains by Building One_](https://hackernoon.com/learn-blockchains-by-building-one-117428612f46) * [**Python**: _Build your own blockchain: a Python tutorial_](http://ecomunsing.com/build-your-own-blockchain) From 94793787f9bb02c3dfe73cdd7e00e45d2e7817e1 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Wed, 20 Nov 2019 11:42:10 +0700 Subject: [PATCH 2/4] Add tutorial #396 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc307af..93ca8d1 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ * [**Python**: _Optical Character Recognition (OCR)_](http://aosabook.org/en/500L/optical-character-recognition-ocr.html) * [**Python**: _Traffic signs classification with a convolutional network_](https://navoshta.com/traffic-signs-classification/) * [**Python**: _Generate Music using LSTM Neural Network in Keras_](https://towardsdatascience.com/how-to-generate-music-using-a-lstm-neural-network-in-keras-68786834d4c5) +* [**Python**: _An Introduction to Convolutional Neural Networks_](https://victorzhou.com/blog/intro-to-cnns-part-1/) #### Build your own `Operating System` From 7f59ba6784beb226e688abd7b2b5f95053e3528d Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Wed, 20 Nov 2019 11:46:53 +0700 Subject: [PATCH 3/4] Add tutorial #409 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93ca8d1..2ed0fe8 100644 --- a/README.md +++ b/README.md @@ -404,6 +404,7 @@ * [**C#**: _C# Networking: Create a TCP chater server, TCP games, UDP Pong and more_](https://16bpp.net/tutorials/csharp-networking) * [**C#**: _Loading and rendering 3D skeletal animations from scratch in C# and GLSL_](https://www.seanjoflynn.com/research/skeletal-animation.html) * [**Clojure**: _Building a spell-checker_](https://bernhardwenzel.com/articles/clojure-spellchecker/) +* [**Go**, _Let's Create a Simple Load Balancer_](https://kasvith.github.io/posts/lets-create-a-simple-lb-go/) * [**Java**: _How to Build an Android Reddit App_](https://www.youtube.com/playlist?list=PLgCYzUzKIBE9HUJU-upNvl3TRVAo9W47y) [video] * [**JavaScript**: _Build Your Own Module Bundler - Minipack_](https://github.com/ronami/minipack) * [**JavaScript**: _Learn JavaScript Promises by Building a Promise from Scratch_](https://levelup.gitconnected.com/understand-javascript-promises-by-building-a-promise-from-scratch-84c0fd855720) From 9be033d924c50d89f1378288341bd8e65fbf037e Mon Sep 17 00:00:00 2001 From: Otman404 Date: Thu, 21 Nov 2019 22:31:35 +0100 Subject: [PATCH 4/4] Added ' Build your own react' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ed0fe8..77ef2f2 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ * [**JavaScript**: _Make Your Own AngularJS_](http://teropa.info/blog/2013/11/03/make-your-own-angular-part-1-scopes-and-digest.html) * [**JavaScript**: _How to write your own Virtual DOM_](https://medium.com/@deathmood/how-to-write-your-own-virtual-dom-ee74acc13060) * [**JavaScript**: _Building a frontend framework, from scratch, with components (templating, state, VDOM)_](https://mfrachet.github.io/create-frontend-framework/) +* [**JavaScript**: _Build your own React_](https://pomb.us/build-your-own-react/) #### Build your own `Game`