From c522765a2d977b991dce51fb581350f639670510 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Thu, 17 May 2018 00:18:45 +0200 Subject: [PATCH] Add tutorial #81 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1e295a..530f50c 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,7 @@ * [**C++**: *Writing a Linux Debugger*](https://blog.tartanllama.xyz/writing-a-linux-debugger-setup/) * [**C++**: *How a 64k intro is made*](http://www.lofibucket.com/articles/64k_intro.html) * [**C#**: *C# Networking: Create a TCP chater server, TCP games, UDP Pong and more*](https://16bpp.net/tutorials/csharp-networking) +* [**CSS**: *A search engine in CSS*](https://stories.algolia.com/a-search-engine-in-css-b5ec4e902e97) * [**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**: *Learn JavaScript Promises by Building a Promise from Scratch*](https://levelup.gitconnected.com/understand-javascript-promises-by-building-a-promise-from-scratch-84c0fd855720)