Reading List
- Webmention Analytics
I built a tool to analyze incoming webmentions. This new side project generates monthly reports to see how and where my content is mentioned.
- Privacy by Design is reformist: But do we need revolution?
Sauvik Das
•
27 Apr 2021
If you search for ways to make computing more respectful of consumer privacy, it will not take you long to stumble upon Privacy by Design (PbD).
- Write a Good Dockerfile in 19 Easy Steps
Joe Kutner
•
26 Apr 2021
In this post you’ll learn the essential steps required to write a secure, compact, and maintainable Dockerfile in just 19 “easy” steps. I think you’ll be spurprised at how much you really need to know. Let’s get started!
- Why dummy data matters - and how to generate it
Michael Stivala
•
14 Apr 2021
Part of creating a successful Staging and Test environment for your application is generating dummy data as part of your deployment process. This dummy data is used during development, the QA process and even for feature demos. Making it easy for application states to be achieved with minimal “setup…