What is PWA ?

PWA stands for Progressive Web Application. PWA is basically a website that runs on your mobile browser. But when you see the UI, it is similar to any app. Normally, when you want to create an app, you have to develop apps for different platforms. Like making apps for the IOS platform and putting them in the app store Or make an app for Android and put it on google play, Similarly, make an app for windows then put it …

An Introduction of MongoDB Association

“When we create a large application with database then we need to understand how the collection are associated with each other and will be crucial ensuring that the application functions work properly.“ So, before proceeding, let us talk about an association? An association shows a relationship between two entity object’s base on common attributes. In a general term, we can say the association is a relationship between models. I hope you already know about the related terms. So let’s do …

All About GIT:

As promised I am here with my next blog! So, let us begin our learning without wasting even a single second. 🙂 Working in the IT Industry, we might be very familiar with the term ‘GIT’ but what exactly is a GIT Repository?? So, here is the answer! GIT Repositories contains a collection of files of various different versions of the project. A VCS or the Version Control System is used to create these versions and store them in a …