Programmers Quickie - podcast cover

Programmers Quickie

Software Engineeringblog.code-code-code.com
Software Engineering Best Practices, System Design, High Scale, Algorithms, Math, Programming Languages, Statistics, Machine Learning, Databases, Front Ends, Frameworks, Low Level Machine Structure, Papers and Computing, Computer Science Book Reviews - Everything!

Episodes

sorrow of young werther

The Sorrows of Young Werther is a 1774 epistolary novel by Johann Wolfgang von Goethe, which appeared as a revised edition in 1787. It was one of the main novels in the Sturm und Drang period in German literature, and influenced the later Romantic movement

Mar 19, 20226 min

Light

Light

Feb 25, 20226 min

Pbcopy Pbpaste 🤠

pbcopy will allow you to copy the output of a command right into your clipboard. Vice-versa for pbpaste — it will allow you to paste your clipboard

Oct 14, 20217 min

Segmented Trees

In 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

Aug 15, 202112 min

Topological Sort

In 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

Aug 13, 20215 min

Statistics Cdf Pmf

The 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.

Aug 07, 20217 min

Architecture Documentation Patterns

Do 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?

Jul 30, 20219 min

PCA Algorithm

The 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

Jul 23, 20218 min

Zero Server - zeroserver.io

Zero is a web framework to simplify modern web development. It allows you to build your application without worrying about package management or routing.

Jul 16, 20215 min

Jinja2 Templating for Python

Jinja Jinja  Jinja 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.

Jul 09, 20219 min
For the best experience, listen in Metacast app for iOS or Android
Open in Metacast