Tech
General technology domains I research. My github starred repositories is an alternate list.
Blockchain
A secure decentralized tech notably used in bitcoin amongst other things. Quite neat what netgineers have done with it. Notably cryptokitties (Flow) or Audius. Local vancouver decentralized club is pretty cool too.
Linux Namespaces
The Linux namespace additions to the kernel have proved extremely useful. Containerization solutions like Docker, Podman, LXC, or Kata Containers make deployments and testing highly reproducible. As a lightweight alternative to virtual machines, they effectively reshaped the world of shared infrastructure.
Security Keys
Keybase has a nice solution for managing encryption (can always access your PGP key). I personally yubikey for services that support it. Try to sign git commits on projects when I can.
Artificial Intelligence / Machine Learning
An interesting area to be understandably excited about. The consumer/developer frameworks are simple and useful enough. The math and training new models is a bit complicated. I worry about security and the importance of data privacy.
Cross Platform Mobile Frameworks
React Native, Flutter and Xamarin are most interesting to me. A holy grail for developers to save development time and have a consistent user interface. There are trade offs like performance or lacking endless scrolling, however the native bridge is always there if necessary.