GCHQ Chief - West faces ‘moment of reckoning’ over cybersecuritywww.theguardian.com #
2021/04/23 #
-
-
A Complete Guide To Incremental Static Regeneration (ISR) With Next.js - Uses caching cleverly to only build changed pages rather than rebuild an entire site, I like the functionality but it still seems overly complex to me, personally I’d like a solution that doesn’t use caching, that has a way to run a build via cli but specify which pages to buildwww.smashingmagazine.com #
-
Mongoose Internals - Schemas, Schema Options, and Models - First part in a tutorial series that looks at Mongoose intervals aimed at getting contributors up to speed in the codebase, I’ve used Mongoose in many projects, it’s good to read docs like this, I think there are many large open source codebases that would benefit from such articles, it’s not always obvious where to find such materialthecodebarbarian.com #
-
sindresorhus/terminal-link - Create clickable links in the terminal - Useful for when building Bash/Shell CLI toolsgithub.com #