2
3 Comments

Top 3 frameworks and tools that worked well for you?

For me it has been:

  1. Flutter
  2. Apache Maven
  3. Kubernetes
on January 13, 2021
  1. 2
    1. Reusing code: Creating a generic bootstrapping platform with all features that all of my apps/websites would potentially use (authentication, etc) and using it as a start.
    2. Javascript (MERN stack)
    3. Docker
    1. 2

      Reusable authentication code is really useful!!

      1. 1

        yeah, it's so waste of time having to rebuild the same for every project