December 31, 2025•2 min readGeetA 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 feelingsMusicRead article→
December 28, 2025•14 min readHttp & ApiREST (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.HTTPRESTGraphQLgRPCRead article→
December 28, 2025•5 min readDatabaseA 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.mysqlpostgresdatabaseRead article→
December 28, 2025•2 min readRelational DatabaseDatabase 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 dbmsrelationaldatabaseRead article→
December 27, 2025•3 min readClient Server ArchitectureClients 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.nextjsreactweb developmentRead article→