Skip to content

Instantly share code, notes, and snippets.

View nick-brown's full-sized avatar

Nick Brown nick-brown

View GitHub Profile
@nick-brown
nick-brown / event-loop.md
Created February 20, 2017 04:03 — forked from jesstelford/event-loop.md
What is the JS Event Loop and Call Stack?

Regular Event Loop

This shows the execution order given JavaScript's Call Stack, Event Loop, and any asynchronous APIs provided in the JS execution environment (in this example; Web APIs in a Browser environment)


Given the code

@nick-brown
nick-brown / elixir_notes.md
Created June 28, 2021 02:54 — forked from fschuindt/elixir_notes.md
My personal study notes on Elixir. It's basically a resume of http://elixir-lang.org/getting-started/ (Almost everything is copied). Still working on it!