Search the notebook
Writing, talks, podcast appearances, and pages.
Ask the notebook
A short answer from swyx’s writing, with sources.
635 results
- Getting Closure on React Hooksarticle · 2019
Learn React Hooks by building a clone of React - in 30 minutes!
- JAMStack - The Total Victory of JavaScripttalk · 2019
A lot has happened in the five years since Val Karpov coined the MEAN stack to describe "Full Stack" Javascript stacks. React rose to dominance, AWS Lambda started the Serverless…
- Unsupervised Learning: Information Theory Recaparticle · 2019
A small detour to catch up on the basics of Information Theory we'll need
- Unsupervised Learning: Randomized Optimizationarticle · 2019
Hill Climbing, Simulated Annealing, Genetic Algorithms, oh my!
- Unsupervised Learning: Randomized Optimizationarticle · 2019
Hill Climbing, Simulated Annealing, Genetic Algorithms, oh my!
- Supervised Learning: Bayesian Inferencearticle · 2019
Or, the unreasonable effectiveness of dumb rules
- Post Bootcamp Mindmaparticle · 2019
What are all the things you can do to improve as a developer after graduating from college or bootcamp?
- Be Wrong with Shawn Swyx Wangpodcast · 2019
A disussion about strategies for being a lifelong learner, how to get started in React, the growth of React's API surface area, Hooks, Suspense, Concurrent Mode, designing APIs,…
- Supervised Learning: Bayesian Learningarticle · 2019
Lets update our priors! Oh wait we have none.
- Supervised Learning: VC Dimensionsarticle · 2019
It's not venture capital, that's for sure
- Supervised Learning: Computational Learning Theoryarticle · 2019
What's the big O of machine learning? Lets put some formal theory around HOW we learn!
- I can Babel Macros (and So Can You!)talk · 2019
Babel macros are a new way to solve DX and UX tradeoffs by metaprogramming to write code the way that is best for you while delivering code that is best for the user. Case in…
- Supervised Learning: Support Vector Machinesarticle · 2019
Transforming dimensions, nearest neighbors, and boosting, all in service of "drawing the best line".
- Supervised Learning: Ensemble Learning and AdaBoostarticle · 2019
Better together - how bootstrapping samples of data can work better than the entire dataset, and how to boost it even further, and faster
- Supervised Learning: Instance-based Learning and K-Nearest Neighborsarticle · 2019
Regression isn't the only way. What if we were far, far... lazier about it?
- Immutability is Changingtalk · 2019
The need for immutability in JavaScript isn’t obvious, but Immutable.js swept the Javascript world in 2015 when it enforced a stricter, more functional approach to code without…
- Supervised Learning: Neural Networksarticle · 2019
That one time we tried to emulate our brains with computer chips
- Supervised Learning: Regressionarticle · 2019
Drawing lines among dots and more!
- Supervised Learning: Classification Learning & Decision Treesarticle · 2019
The simplest form of Classification algorithm
- Machine Learning: An Overviewarticle · 2019
The three major branches of ML