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.
August 15, 2021Segmented TreesIn computer science, a segment tree, also known as a statistic tree, is a tree data structure used for storing information about intervals, or segments. It allows querying which of the stored segments contain a given point...more13minPlay
August 13, 2021Topological SortIn computer science, a topological sort or topological ordering of a directed graph is a linear ordering of its vertices such that for every directed edge uv from vertex u to vertex v, u comes before v in the ordering. ... Topological sorting has many applications especially in ranking problems such as feedback arc set...more6minPlay
August 07, 2021Statistics Cdf PmfThe PMF is one way to describe the distribution of a discrete random variable. ... The cumulative distribution function (CDF) of random variable X is defined as FX(x)=P(X≤x), for all x∈R. Note that the subscript X indicates that this is the CDF of the random variable X. Also, note that the CDF is defined for all x∈R....more8minPlay
July 30, 2021Architecture Documentation PatternsDo you document the architecture? How? How do we document it while keeping it from stale? Are the patterns? And what should we write there to help programmers the most?...more9minPlay
July 23, 2021PCA AlgorithmThe principal components of a collection of points in a real coordinate space are a sequence of p unit vectors, where the i-th vector is the direction of a line that best fits the data while being orthogonal to the first i-1 vectors...more8minPlay
July 16, 2021Zero Server - zeroserver.ioZero is a web framework to simplify modern web development. It allows you to build your application without worrying about package management or routing....more6minPlay
July 09, 2021Jinja2 Templating for PythonJinjaJinjaJinja is a fast, expressive, extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. Then the template is passed data to render the final document....more9minPlay
FAQs about Programmers Quickie:How many episodes does Programmers Quickie have?The podcast currently has 361 episodes available.