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 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.
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.