Currently using this at work. Very quick and "snappy" package. The performance is phenomenal as its a node binding around a rust library
Recently used this in one of my projects for work, it does exactly what it says on the tin, its fast and I found it to be very easy to work with
This is the simplest of all the UI frameworks, but it gets the job done. I have used this in some of my projects but I prefer React over it, but if you are a beginner to UI I would recommend starting with this
The perfect library to work with the best NoSQL DB I have ever used. This is one of the library's that I use in every project that needs connecting to a MongoDB instance. The documentation is clear and straight to the point which is always great for any new developer
I don't know where to start the praise on this project there are so many great points. For creating a koa project this is the one and the only generator I would use. Straight out of the box you have emails, authentication, and translation. Even better is that the authentication is API-based, and that is exactly how I like to handle authentication
I use this quite a lot when I want to set up a safe express typescript project fast. The with auth option also saves me a ton of time building authentication features into my app. I highly recommend this for anyone wanting a quick typesafe express application
For a newbie in the front end ecosystem, Vue js is really easy to learn. I tried Angular and react before Vue and as a backend developer, it was really difficult to understand angular and react. But when I tried Vue, because of the simplicity of vanilla javascript like syntax it was really easy to understand. All you need to know is basic HTML, JS and you can easily understand this framework. In addition, the documentation is really good and out of the box vue-router and vuex make routing and state management a piece of cake.