Highlights
Stars
A curated list of System Design interview questions for SDE-1 (Experienced),SDE-2 and above.
2024 AWS developer associate exam
Python Solutions for CTCI
A small course on exploiting and defending neural networks
Manuscript of the book "Tidy Text Mining with R" by Julia Silge and David Robinson
An Open Source Machine Learning Framework for Everyone
Master the command line, in one page
An opinionated list of awesome Python frameworks, libraries, software and resources.
create my own database by storage manager, buffer manager, record manager and index tree
Storage Manager: Implement a storage manager that allows read/writing of blocks to/from a file on disk Assignment 2 - Buffer Manager: Implement a buffer manager that manages a buffer of blocks in m…