Understanding Memcached Architecture
This lecture explores the architecture of Memcached, an in-memory key-value store, covering its memory management, threading model, and distributed nature.
Understanding Memcached: Architecture and Key Concepts
A deep dive into Memcached's architecture, covering memory management, threading, LRU, and more.
Database Architectures Unveiled: MongoDB and MemCached
A look into how MongoDB and MemCached work inside, focusing on their designs and how they help or limit performance.
Understanding TypeScript Classes and Their JavaScript Output
This lecture covers the basics of classes in TypeScript, including their syntax, features like inheritance and access modifiers, and how they are transpiled into JavaScript.
Evolution of MongoDB's Architecture: From MMAPv1 to Clustered Collections
A summary of MongoDB’s internal changes, including the shift from MMAPv1 to WiredTiger and the new clustered collections, plus a look at SQL vs. NoSQL differences.
Advanced JavaScript Concepts: `this`, Closures, Numbers, and Truthy/Falsy Values
Notes on key JavaScript concepts like `this`, closures, numbers, and truthy/falsy values, explained simply from pages 25–32 of 'TypeScript Deep Dive.'
Understanding JavaScript Basics in TypeScript
This lecture note covers key JavaScript concepts like equality, references, and null vs. undefined, as explained in TypeScript Deep Dive, to help you write better code.
Understanding Server-Side and Client-Side Database Cursors
Notes on server-side and client-side database cursors, their differences, pros and cons, and how to use them with PostgreSQL and Python.
118 post articles, 15 pages.