Thoughts on development, design, and everything in between.
A Music Streaming App where we listen and collaborate with our friends and enjoy listening the Geet (Songs), A new Era of streaming Music with Friends and Sharing your Emotions, your love, your thoughts, and your feelings
REST (Representational State Transfer) is an architectural style for building web services that use standard HTTP methods (GET, POST, PUT, DELETE) to perform CRUD operations on resources.
A database is an organized collection of logically related information that is structured to be easily accessible , manageable, and updateble. Databases are typically controlled by a Database Management System (DBMS), Which enables users and application to interact with the stored data efficiently.
Database are most critical components of any system, they make or break the system Data is stored & represented in rows and columns Database uses ACID properties for transations
Clients and servers are separate. The client asks for data or actions, and the server responds. All types of clients make similar requests and get similar responses.