Categories

algorithms

  • Partitioning On Steroids
  • Max Palindrome Dp
  • Segment Trees
  • Dictionaries As Hashset Or Tries
  • Linkedlist Shenanigans
  • Inorder Tree Construction
  • Modular Exponentiation
  • Median of Medians (Finding median-ish values)
  • Quick Select Sort (Partial Sorting)
  • dev

  • The Story of Value Categories in C++
  • Analyzing The Simplest C++ Program
  • My Arch Linux Setup
  • Designing Data Intensive Applications - Chapter 1
  • Python Fundamentals - Sequences
  • Computer Architecture - Introduction
  • Networking Refresher
  • C++ Concurrency - Asynchronous Waiting
  • C++ Concurrency - Sharing Data
  • C++ Concurrency - Basics of std::thread
  • Essential C++ - Templates and Generic Programming
  • Essential C++ - Object Oriented Programming
  • Essential C++ - Implementation
  • Essential C++ - Design
  • C++ - Lvalue/Rvalue, and Move Semantics
  • Essential C++ - Correct RAII
  • Essential C++ - Constructors, Destructors, Assignments
  • Essential C++ - C++ Basics
  • RTFM & How To Make One In Sphinx
  • Docker
  • The Hitchhiker's Python Directory Structure
  • Some Important C++ Object Stuff
  • ML

  • Reinforcement Learning - Temporal Difference Learning (Q-Learning & SARSA)
  • Airbnb Bighead - Speeding Up Inference
  • Reinforcement Learning - Monte Carlo Methods
  • Reinforcement Learning - Markov Decision Process
  • Reinforcement Learning - Bandit Problems
  • Reinforcement Learning - Introduction
  • How To Write Your Own Tensorflow in C++
  • Statistical Learning Theory - VC Dimensions
  • Statistical Learning Theory - Bias-Variance Trade-off
  • Statistical Learning Theory - Hoeffding Bound
  • Pagerank - How does it work?
  • Word Embedding Magic
  • cs

  • What is a Feature Store?
  • Evaluation Strategy
  • Memory Management And Garbage Collection
  • What Are Continuations?
  • math

  • Probability Tidbits 7 - All About Integration
  • Probability Tidbits 6 - Kolmolgorovs 0-1 Law
  • Probability Tidbits 5 - Random Variables
  • Probability Tidbits 4 - Almost Surely and Infinitely Often
  • Probability Tidbits 3 - Pi Systems
  • Probability Tidbits 2 - Measure Theory
  • Probability Tidbits 1 - Banach Tarski
  • Complex Analysis - Introduction to complex numbers and holomorphicity
  • Complex Analysis - Metric spaces review
  • Queueing Theory - Part 1
  • Computability Theory - Post's Problem & Priority Argument (Part 2)
  • Computability Theory - Post's Problem & Priority Argument (Part 1)
  • Computability Theory - Recursive Enumerable Sets
  • Computability Theory - On the Halting Problem
  • Computability Theory - Primitive Recursive Functions
  • misc

  • Interviewing During Covid