Blazity/next-saas-starter
TypeScript
bmstefanski/nestjs-shell
TypeScript
Blazity/next-image-proxy
TypeScript
2022
A comparison between Open ID Connect and OAuth2 protocols. Learn about the differences between authentication and authorization and why you shouldn't use OAuth2 for authentication or identity management
Installing or updating a dependency with yarn can cause a whole lock file to change. In reality, it doesn't bump versions of the packages you wouldn't suspect, but it does change the formatting and the order of everything.
Quick tutorial on how to use multiple GitHub accounts on one machine with SSH keys
Sometimes you don't want to use some modules from a library or other part of your code. Or you want to prevent your colleagues from using them. This post gives you a ready-to-use solution for banning imports with ESLint.
When it comes to repeatable SVGs, most people would create a component and reuse it anywhere they want. There's a high chance, that you would be missing some performance freebies. If you're striving for that bang-for-the-buck kind of performance, this article might be interesting for you.