Programmers - podcast cover

Programmers

Software Engineeringrex.mindmeld360.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!
Last refreshed:
Follow this podcast in the Metacast mobile app to refresh it and see new episodes.
Download Metacast podcast app
Podcasts are better in Metacast mobile app
Don't just listen to podcasts. Learn from them with transcripts, summaries, and chapters for every episode. Skim, search, and bookmark insights. Learn more

Episodes

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

FastApi - Python web framework for building APIs

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. The key features are: Fast : Very high performance, on par with NodeJS and Go (thanks to Starlette and Pydantic). One of the fastest Python frameworks available . Fast to code : Increase the speed to develop features by about 200% to 300%. * Fewer bugs : Reduce about 40% of human (developer) induced errors. * Intuitive : Great editor support. Completion everywhere. ...

Jul 04, 202110 min

NFT

NFT

Apr 23, 20217 min

Graph BFS

The graph algorithms one of the basis for sophisticated algorithms such as BFS

Apr 15, 20215 min

Rest and GraphQL

GraphQL is an open-source data query and manipulation language for APIs, and a runtime for fulfilling queries with existing data.

Mar 06, 202113 min

Keynesian economics

Keynesian economics are various macroeconomic scenarios about how economic output is strongly influenced by aggregate demand. In the Keynesian view, aggregate demand does not necessarily equal the productive capacity of the economy. Instead, it is influenced by a host of factors

Feb 26, 20217 min

htmX

htmx allows you to access AJAX , CSS Transitions , WebSockets and Server Sent Events directly in HTML, using attributes , so you can build modern user interfaces with the simplicity and power of hypertext...

Feb 19, 20218 min

Linguistics

The basic of linguistics - Programmers Oriented

Feb 12, 202112 min

GameStop

GameStop should be understood in the whole context of the current stock market the current social media the current internet and the current investors

Feb 04, 20218 min

Svelte vs React

I just wanted to see how does the code looks like as someone who does not use neither what would appear more convenient in my eyes

Jan 28, 20218 min

TailWind CSS

Rapidly build modern websites without ever leaving your HTML. A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup.

Jan 15, 20219 min
For the best experience, listen in Metacast app for iOS or Android