Possibly also regulation. I don't know how/if leech breeding is regulated but if it is I suspect it's a lot easier to hide one suitcase than a breeding operation.
I have a question and maybe someone here can answer me.
For the "Use a privacy-first email provider".
I currently use G Suite for business emails within my personal business.
Are there any alternatives that offers something similar to G Suite but with the expected privacy of the listed provider.
I'm aware that I won't be able to get all the features of G Suite, but I primarily only use the email part (Of course with multiple users so it has to have support for that.)
I think the main question is what kind of alternatives are you looking for. Calendar service is provided by most of these companies already. Anyway I'm not sure who qualifies as privacy-first provider. E.g. Zoho has a quite good privacy policy at first glance: https://www.zoho.com/privacy.html
Is there even a difference between main Google PP and G-Suite PP? Is Office365 PP privacy first?
I like both FastMail and Protonmail. Take note of where the infrastructure is hosted for both however, if your privacy concern is one of nation-state actors.
My entire full-stack web framework because it's currently what's used for all my commercial projects.
It has been the most beneficial project to me both financial but also in terms of gaining knowledge.
It's the most important code I've ever written because while some would say you shouldn't reinvent the wheel, by reinventing the wheel I have made my overall performance and knowledge ten times better.
I used the following tech:
D (https://dlang.org) - Used as the primary programming language.
vibe.d (https://vibed.org) - Used to handle the basics of http/https, but nothing more.
For the database tech the following are used:
ORM (Supports the MySql/MariaDb/MSSQL engine)
Mongodb (Uses a wrapper around the vibe.d implementation)
MySql/MariaDb (Uses mysql-native)
Redis (Usable through vibe.d)
MSSQL (Uses mysql-native)
PostgreSQL/SQLite (Coming in next version.)
The core design of it was a native full-stack web framework based around the ideas of ASP.NET, Razor and MVC.