🚧👷 This repo is updated frequently 🚧👷
Succinct notes about various computer science topics. These notes / definitions provide a quick introduction to a topic without going into too much depth.
-
Cookies / session
-
ASCII, Unicode
- code point vs code unit
-
HTTP load balancer
-
XMPP server event based things
-
Strangler pattern -
-
Pub/sub pattern -
-
Event sourcing pattern -
-
JS observer
-
JS builder pattern
-
GraphQL
- GraphQL is data query and manipulation language for APIs.
- GraphQL allows clients to define the exact structure of the data required and return the same structure of the data from the server
Web Authentication Methods Compared - https://testdriven.io/blog/web-authentication-methods/#oauth-and-openid 3 Common Methods of API Authentication Explained - https://nordicapis.com/3-common-methods-api-authentication-explained/ Implementing JWT based authentication in Node.js 🔐 - https://www.sohamkamani.com/blog/javascript/2019-03-29-node-jwt-authentication/ Top 50 TypeScript Interview Questions Explained - https://www.educative.io/blog/top-50-typescript-interview-questions