OAOgunbiyi Amidatinamidat.hashnode.dev·Jul 15, 2023 · 2 min readREST API and GraphQL APIREST API and GraphQL API are two different approaches to designing and implementing APIs (Application Programming Interfaces) for communication between client and server applications. Both have their own advantages and can be used for different purpo...00
OAOgunbiyi Amidatinamidat.hashnode.dev·Jul 15, 2023 · 1 min readPrime ORM and TypeORMPrime ORM and TypeORM are both popular object-relational mapping (ORM) frameworks used in software development to simplify database interactions. While Prime ORM does not appear to be a widely recognized ORM framework, TypeORM is a well-known and wid...00
OAOgunbiyi Amidatinamidat.hashnode.dev·Jul 15, 2023 · 2 min readMongoDB, PostgreSQL, and MySQLMongoDB, PostgreSQL, and MySQL are all popular database management systems (DBMS) used in modern software development. They serve different purposes and have distinct features. Here's an overview of each: MongoDB: MongoDB is a NoSQL database that f...00
OAOgunbiyi Amidatinamidat.hashnode.dev·Jul 15, 2023 · 2 min readsql & NOSQLSQL and NoSQL are two different types of database management systems, each with its own approach to storing and retrieving data. SQL (Structured Query Language) is a standardized language used to communicate with relational database management system...00
OAOgunbiyi Amidatinamidat.hashnode.dev·Jul 15, 2023 · 2 min readJwt, Cookies & SessionsJWT (JSON Web Token), cookies, and sessions are all techniques used in web applications for authentication and session management. Here's a brief explanation of each: JWT (JSON Web Token): JWT is an open standard (RFC 7519) that defines a compact an...00