Notes and presentation with key highlights from FullStack London 2019.
This repository contains my raw notes from all three days of the conference:
- Keynote by Ken Wheeler
- NestJS: A Framework for Your Node Backend
- Security in Node.js
- Web Assembly outside the web
- Concurrent Editing with JSON Patch
- Gone in 0.0166 seconds
- Practical Performance for React (Native)
- Workshop: CI/CD 101 with CircleCI
- Lessons Learned Converting Codebase to TypeScript
- GraphQL Security - Quick Wins
- Creating Tamagotchi Using ES6 Generators
- Authenticating your SPA using JSON Web Tokens
- Breaking Stereotypes in STEM
- Learning through Blameless Reviews
- Passwords are so 1990
- 7 Deadly Sins of React
- How to outsmart your own brain
- Sourcing and Hiring Senior Engineers
- Tracing Node - The Open Source Edition
- Unhandled Rejections and Other Awaited Promise Tales
The presentation has been made using the Spectacle - its core API is available at https://github.com/FormidableLabs/spectacle/blob/master/README.md. For more information about MDX syntax and how it all works, check out the MDX documentation.
To serve the presentation on http://localhost:3210, run:
npm install
npm start
To build the static version of the presentation, run:
npm run build