An educational puzzle game. Solve a series of tasks where you build increasingly powerful components. Starts with the simplest logical components and ends up with a programmable computer. Source: NandGame – Build a computer from scratch.
Author Archives: admin
λm.me – Compiling Lisp to JavaScript From Scratch in 350 LOC
Source: λm.me – Compiling Lisp to JavaScript From Scratch in 350 LOC
Inside look at modern web browser (part 4) | Web | Google Developers
Input event handling with the compositor thread Source: Inside look at modern web browser (part 4) | Web | Google Developers
Deploying configurable frontend web application containers – Container Solutions
The approach for deploying a containerised application typically involves building a Docker container image from a Dockerfile once and deploying that same image across several deployment environments (development, staging, testing, production). If following security best practices, each deployment environment will require a different configuration (data storage authentication credentials, … Read more Source: Deploying configurable frontend …
Continue reading “Deploying configurable frontend web application containers – Container Solutions”
includeOS
IncludeOS is an open source library operating system. Source: includeOS
Bloom & cuckoo
https://www.cs.cmu.edu/~dga/papers/cuckoo-conext2014.pdf Source: Bloom filter – Wikipedia
Using JavaScript modules on the web | Web Fundamentals | Google Developers
Source: Using JavaScript modules on the web | Web Fundamentals | Google Developers
Dat Project – Welcome!
Dat is the nonprofit-backed technology & community for building apps of the future. Source: Dat Project – Welcome!
Procedurally Generating Islands | plaxdev
My first shot at generating an island didn’t go well. Here’s what it looked like: I was happy with it, nonetheless, but over the next 24 hours I would go on to learn a whole host of new… Source: Procedurally Generating Islands | plaxdev
Fractals – Venkkatesh Sekar – Medium
Fractals are infinitely complex patterns that gain shape from simple structures bound to various mathematical rules and constraints. They… Source: Fractals – Venkkatesh Sekar – Medium