Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
Software Engineering Best Practices, System Design, High Scale, Algorithms, Math, Programming Languages, Statistics, Machine Learning, Databases, Front Ends, Frameworks, Low Level Machine Structure, P... more
FAQs about Programmers Quickie:How many episodes does Programmers Quickie have?The podcast currently has 361 episodes available.
December 02, 2022π« CPU TimesThe time that it takes computers to process information....more6minPlay
December 01, 2022π₯ Consistent HashingConsistent Hashing is a distributed hashing scheme that operates independently of the number of servers or objects in a distributed hash table by assigning them a position on an abstract circle, or hash ring. This allows servers and objects to scale without affecting the overall system....more6minPlay
November 28, 2022π₯ AB Testing Challenges and MitigationsA couple of mitigations for a couple of ab testing challenges...more6minPlay
November 23, 2022A/A/B TestingHere are scenarios where we would want to use AA testing before trying out and AB testing...more6minPlay
November 20, 2022π₯ Http 1 Vs Http 2 Vs Http 3HTTP/1 is a textual data protocol and is good in terms of readability, ease of reimplementing, and ease of debugging. However, Binary protocols(Used in HTTP/2 )...more6minPlay
November 16, 2022πͺ The Bayes theorem - Statistics for programmersIn probability theory and statistics, Bayes' theorem, named after Thomas Bayes, describes the probability of an event, based on prior knowledge of conditions that might be related to the event....more6minPlay
November 14, 2022π«’ Token Bucket AlgorithmThe token bucket is an algorithm used in packet-switched and telecommunications networks. It can be used to check that data transmissions, in the form of packets, conform to defined limits on bandwidth and burstiness....more6minPlay
November 07, 2022π§ The Observer PatternIn software design and engineering, the observer pattern is a software design pattern in which an object, named the subject, maintains a list of its dependents, called observers, and notifies them automatically of any state changes, usually by calling one of their methods....more6minPlay
October 31, 2022π«’ Evaluating DatabasesThere are six (6) criteria that should be applied when evaluating any Web site: authority, accuracy, objectivity, currency, coverage, and appearance....more6minPlay
October 27, 2022πPython DataclassesThe dataclass() decorator examines the class to find fields. A field is defined as a class variable that has a type annotation. With two exceptions described below, nothing in dataclass() examines the type specified in the variable annotation....more6minPlay
FAQs about Programmers Quickie:How many episodes does Programmers Quickie have?The podcast currently has 361 episodes available.