Category: Sequelize

How to Build and Structure a Node.js MVC Application

[special]In a non-trivial application, the architecture is as important as the quality of the code itself. We can have well-written pieces of code, but if we don’t have a good organization, we will have a hard time as the complexity increases. There is no need to wait until the project is half-way done to start thin...

3 JavaScript ORMs You Might Not Know

When I wrote my first JavaScript lines, I never thought it would go beyond browser scripting and making interactive websites. I was wrong, since Javascript can be used literally everywhere:You can use it in the browser and you don’t have to be restricted to ECMAscript with DOM API. Languages like CoffeeScript and D...