From 25cc031adbd3adeeba4539575e5509750907eb90 Mon Sep 17 00:00:00 2001 From: Clifford Fajardo Date: Sun, 27 May 2018 14:41:05 -0700 Subject: [PATCH] add: build your own module bundler - Minipack --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5dcb67b..18ddb21 100644 --- a/README.md +++ b/README.md @@ -329,6 +329,7 @@ * [**C#**: _C# Networking: Create a TCP chater server, TCP games, UDP Pong and more_](https://16bpp.net/tutorials/csharp-networking) * [**Go**: _Build a web application in Go_](https://www.sohamkamani.com/blog/2017/09/13/how-to-build-a-web-application-in-golang/) * [**Java**: _Build a Flashlight App_](https://www.youtube.com/watch?v=dhWL4DC7Krs) [video] +* [**JavaScript**: _Build Your Own Module Bunder - 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) * [**JavaScript**: _Implementing promises from scratch (TDD way)_](https://www.mauriciopoppe.com/notes/computer-science/computation/promises/) * [**Nim**: _Writing a DMIDecode Parser_](https://xmonader.github.io/nimdays/day1_dmidecode.html#cid1)