Reading List
- Starting a TypeScript Project in 2021
Chris Hager
•
15 Apr 2021
This is a guide for starting a TypeScript project in 2021 with modern tooling. TypeScript 4 Optionally esbuild to bundle for browsers (and Node.js) Linting with typescript-eslint (tslint is deprecated) Testing with Jest (and ts-jest) Publishing a package to npm Continuous integration (GitHub Action…
- How I Built My Blog
An in-depth look at the technical stack behind this very blog! We’ll see how I use Next’s API routes to implement my hit and like counters, how I use MDX to add interaction and customization, and how I organize my codebase, among others.
- Reading debt - bookmarking shit you’ll never read
Marko Zivanovic
•
19 Apr 2021
Reading debt (also known as bookmark debt or Ctrl-D compulsion) is a concept in casual web browsing that reflects the implied cost of additional bookmark organization and undesirable future reading.
- Why should you care about privacy - even if you had nothing to hide
GEEK.SG
You feel a sense of disgust when your mum or spouse looking into your phone, but why is it that it’s alright for internet companies or your country to do the same?
- Writing a Technical Book
Andre Alves Garzia
•
17 Apr 2021
"Your reader is undergoing a journey in which you’re nothing but a facilitator. You’re not there to teach them, you’re there to provide the tools necessary for them to learn by themselves."