← Back to Home

Blog

Thoughts on development, design, and everything in between.

5 articles found

Geet
2 min read

Geet

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

Music
Read article

Http & Api
14 min read

Http & Api

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.

HTTPRESTGraphQLgRPC
Read article

Database
5 min read

Database

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.

mysqlpostgresdatabase
Read article

2 min read

Relational Database

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

dbmsrelationaldatabase
Read article

Client Server Architecture
3 min read

Client Server Architecture

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.

nextjsreactweb development
Read article