aalan

OurPcGeek Latest Articles

Understanding MERN and MEAN Stack

MEAN stack: MEAN is an abbreviation that stands for MongoDB, ExpressJS, AngularJS, Node.js. This framework provides quick and easy development of web and mobile applications. The main components of MEAN are as follows- MongoDB: It is used to store the data of ...

What is MEVN stack?

A set of frameworks and tools used to develop a software product is a technology stack. To provide the functionality of your software in the most optimized way these frameworks and tools have been specifically chosen. MEVN stack The acronym MEVN stands ...

Basic Tech Interview Questions

Difference between WAMP, MAMP, and LAMP  stack? WAMP, MAMP, and LAMP are abbreviations for “Windows, Apache, MySQL, and PHP,” “Mac, Apache, MySQL, and PHP,” “Linux, Apache, MySQL, and PHP.” These abbreviations describe a fully functioning setup used for developing dynamic Internet web pages. ...

How JWT Work

How JWT Work

Digital_Signature A ( User1 ) can Encrypt the message by its private key then it will only be decrypted by at the Receiver by using User1 Public Key. JWT The client will need to authenticate with the server using the ...