Reading List
- File-based routing with React Router
Next.js-inspired file-based routing for client-side React with React Router and Vite
- The Vite Ecosystem
An exploration of the projects, teams and individuals collaborating to push Vite and the DX of our frontend tooling forward
- Explainer: .DS_Store files
Many folders have them. They’re so invisible that you can’t even see them when you show hidden files. And the only way you know they’re there is when they cause problems.
- TypeScript Evolution
Marius Schulz
A series of blog posts on advanced TypeScript features and how it all works under the hood.
- TypeScript: The humble function overload
With the most recent type system features like conditional types or variadic tuple types, one technique to describe a function’s interface has faded into the background: Function overloads. And there’s a good reason for that. Both features have been implemented to deal with the shortcomings of regul…
- Practical Security Recommendations for Start-ups with Limited Budgets
Alex Chapman
•
10 Nov 2021
Hi, my name is Alex, I’ve been an IT security professional since 2007 and I’ve recently entered the start-up world with my project bughuntr.io. In putting together this project, security has been a primary concern for me. This is both due to my background and the nature of the project, being a train…