Skip to content

Instantly share code, notes, and snippets.

View marknorgren's full-sized avatar

Mark Norgren marknorgren

View GitHub Profile
@marknorgren
marknorgren / angular-2.md
Last active March 28, 2016 22:21
Building Web Apps with Angular 2
<html><body><pre><script>
"use strict";
function log(arg) {
document.writeln(arg);
}
function identity(x) {
return x;
}
log(identity(3));

Three Days of the Good Parts

Douglas Crockford

Frontend Masters - December 2015

Schedule

The First Day

  • Programming Style and Your Brain
  • And Then There Was JavaScript
@marknorgren
marknorgren / erlang.md
Created November 3, 2015 21:12
ERLANG
  • LFE - http://lfe.io/
  • BEAM -
  • elxir - almost like a ruby frontend to erlang
@marknorgren
marknorgren / index.html
Created July 23, 2015 18:19 — forked from anonymous/index.html
JS Bin javascript guid // source http://jsbin.com/movini
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="javascript guid">
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">

test

Looking for workshop teachers to teach on the following topics!

For introductions please tweet @frontendmasters, @1marc or email: marc at FrontendMasters.com. Thanks!

You can propose other topics too.

JavaScript

  • React.js Scheduled Ryan Florence Mar '15 / Flux
  • ES6 Recorded Aaron Frost