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.
Introduction to TypeScript: Getting Started and Key Concepts
An overview of TypeScript, its benefits, and how to get started with installation and modern JavaScript features.
Understanding Database Engines: MyISAM, InnoDB, and Beyond
A detailed exploration of database engines like MyISAM, InnoDB, Aria, LevelDB, RocksDB, SQLite, and more, covering their features, use cases, and how to switch engines in MySQL.
76 post articles, 10 pages.