CACan Arkoninoarkon.hashnode.dev·Sep 10, 2022 · 3 min readDatabasesDatabases -SQL databases (Postqres , MySQL, SQL) -Document Databases ( MongoDB , Firestore) -Graph DB ( Fauno , neo4j ) -Key & Value Store ( Redis , worker kv , memcached) ODM/ORM - MySQL is an example of a relational database - you would use an ORM ...00
CACan Arkoninoarkon.hashnode.dev·Sep 7, 2022 · 1 min readHttp/2Http2 is binary , instead of textual, Http2 is full multiplexed, instead of ordered and blocking, Http2 can use one connection for parallelism, Http2 uses header compression to reduce overhead, Http2 allows servers to push responses proactively into ...00
CACan Arkoninoarkon.hashnode.dev·Aug 21, 2022 · 1 min readSome abbreviationsCloud Computing aaS = Infrastructure as a Service ( Aws, Google Cloud , Azure ) PaaS = Platform as a Service (AWS Elastic Beanstalk , App Engine , App Service) SaaS = Software as a Service ( Ex. for email service - twiilo) Blob storage : (Aws S3) For...00