Reading List
- Making an Audio Waveform Visualizer with Vanilla JavaScript
As a UI designer, I’m constantly reminded of the value of knowing how to code. I pride myself on thinking of the developers on my team while designing
- SAML is insecure by design
joonas.fi
•
3 Aug 2021
What is SAML? Security Assertion Markup Language (SAML) is an open standard for exchanging authentication and authorization data between parties. Source: Wikipedia SAML is often used for single-sign on (“Sign in with Google”, “Sign in with Twitter” etc.). It means when you want to log in to exampl…
- On Apple’s “Expanded Protections for Children” – A Personal Story
areoform
•
6 Aug 2021
These efforts will evolve and expand over time. – Apple on their “Expanded Protections for Children” I am broke “non-liquid” right now.
- TypeScript and native ESM on Node.js
Dr. Axel Rauschmayer
•
30 Jun 2021
In this blog post, I’ll explain everything you need to know in order to use and produce native ECMAScript modules on Node.js.
- Infra as a Code Is Cloud Lock-In
Marcin "Gordon" Gordziejewski
I’m a big fan of using IaaC tooling in all of my DevOps jobs. It’s a great pleasure to be able to define your infrastructure in a code and exactly know what do you have in your cloud. It helps you avoid the situation where you have to ask people in the company to know where something lives. You can …
- Your database connection deserves a name
Assigning a name to your database connection can lower your time to debug. We provide an overview of how to do this for various database systems and programming languages.