Author name: Saket Suraj

Monolithic vs Microservice architecture

Microservices vs Monolithic Architecture: The Differences and Benefits

In today’s fast-paced software development landscape, the choice of architecture plays a crucial role in the success of a project. Microservices architecture has gained significant popularity in recent years due to its ability to address the limitations of traditional monolithic architecture. In this blog post, we will delve into the world of microservices architecture, compare …

Microservices vs Monolithic Architecture: The Differences and Benefits Read More »

column-relation-sequelize

Column “updated_at”/ “created_at” of relation does not exist in sequelize

In sequelize, when we create a model, there are two columns that are automatically added to our model i.e. updated_at and created_at. While defining a model, if we don’t provide these two fields then we get an error saying that column updated_at/created_at of relation does not exist in sequelize and we keep on thinking that …

Column “updated_at”/ “created_at” of relation does not exist in sequelize Read More »

Nodejs interview questions

Top 15 Nodejs Interview Questions – 2022

After attending a lot of interviews, I have compiled all the frequently asked Nodejs interview questions. Following are the top 15 nodejs interview questions I was asked. The questions comprise basic, intermediate, and advanced level questions. 1. What is Nodejs? Ans – Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the …

Top 15 Nodejs Interview Questions – 2022 Read More »