DEV Community

Nicholas C. Zakas profile picture

Nicholas C. Zakas

Human who codes. Creator of ESLint.

Location Mountain View Joined Joined on  github website

Work

Human who codes

Writing Debut
Five Year Club
Four Year Club
Three Year Club
Two Year Club
4 Week Writing Streak
One Year Club
Introducing Env: a better way to read environment variables in JavaScript

Introducing Env: a better way to read environment variables in JavaScript

7
Comments
5 min read
Creating a JavaScript promise from scratch, Part 7: Unhandled rejection tracking

Creating a JavaScript promise from scratch, Part 7: Unhandled rejection tracking

3
Comments
15 min read
Creating a JavaScript promise from scratch, Part 6: Promise.all() and Promise.allSettled()

Creating a JavaScript promise from scratch, Part 6: Promise.all() and Promise.allSettled()

Comments
9 min read
Creating a JavaScript promise from scratch, Part 4: Promise.resolve() and Promise.reject()

Creating a JavaScript promise from scratch, Part 4: Promise.resolve() and Promise.reject()

8
Comments
6 min read
Creating a JavaScript promise from scratch, Part 3: then(), catch(), and finally()

Creating a JavaScript promise from scratch, Part 3: then(), catch(), and finally()

6
Comments
16 min read
Creating a JavaScript promise from scratch, Part 2: Resolving to a promise

Creating a JavaScript promise from scratch, Part 2: Resolving to a promise

4
Comments
5 min read
Creating a JavaScript promise from scratch, Part 1: Constructor

Creating a JavaScript promise from scratch, Part 1: Constructor

9
Comments
11 min read
How to safely use GitHub Actions in organizations

How to safely use GitHub Actions in organizations

7
Comments
12 min read
How I think about solving problems

How I think about solving problems

15
Comments
7 min read
Scheduling Jekyll posts with Netlify and GitHub Actions

Scheduling Jekyll posts with Netlify and GitHub Actions

6
Comments 1
5 min read
Outputting Markdown from Jekyll using hooks

Outputting Markdown from Jekyll using hooks

4
Comments
7 min read
Computer science in JavaScript: Circular Doubly-linked lists

Computer science in JavaScript: Circular Doubly-linked lists

9
Comments 1
10 min read
Computer science in JavaScript: Doubly linked lists

Computer science in JavaScript: Doubly linked lists

10
Comments
9 min read
Why I've stopped exporting defaults from my JavaScript modules

Why I've stopped exporting defaults from my JavaScript modules

10
Comments 1
8 min read
Computer science in JavaScript 2019: Linked list

Computer science in JavaScript 2019: Linked list

23
Comments
11 min read
loading...