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

Time Management

Agile, GTD getting things done , deep work , zero inbox, being more efficient , scrum, sprints

Dec 31, 20208 min

Derivative and Integral

In mathematics, an integral assigns numbers to functions in a way that can describe displacement, area, volume, and other concepts that arise by combining infinitesimal data. Integration is one of the two main operations of calculus; its inverse operation, differentiation, is the other.

Dec 24, 20205 min

Snowflake quick overview

Snowflake uses s3 in order to store the data and it has a layout on top of it in order to run all the computations that you need such as SQL in this episode we are going to scan quickly the architectural so do you get what snowflake is

Dec 15, 20207 min

WeChat the OS

We chat is actually in operation system that you can install sub applications be aware of the world with the GPS look outside with the camera pay get coupons interact with the people and set up appointments

Dec 05, 20207 min

SQL - Steps for clean SQL

The steps and the stages you can take in order to create clear and clean SQL and comparing it to standard programming languages

Nov 12, 20209 min

Clean SQL

Best practice for writing clean maintainable understandable human readable SQL.

Oct 29, 202012 min

DNS for programmers

DNS is just another high scale service we can learn from how it was designed for future high scale services architecture

Oct 24, 20208 min

Floating Point

The floating point number representation in computers is another data type but when should you be using or not, what are its advantages and limitations

Oct 17, 20206 min

Tools

Editors command line intellij visual studio vim bash zsh markdown wiki and looking what are the best practice tools for a programmer today

Oct 05, 202015 min

Productivity for Programmers

Here are 10 tips for productivity specifically for programmers from the top brilliant minds of productivity super experts

Oct 01, 202010 min

Basic sorting differences

The differences between the basic sorting algorithms selection bubble and insertion there are delicate ones.

Sep 24, 202010 min

Anti Process

How do companies deal and how should they deal with detention between efficiency wounds and innovation do this collide and what can we do about it What do companies actually do about this tension. And the Netflix example from the recent Netflix CEO book.

Sep 18, 202019 min

BFS

BFS breadth first search is another building block algorithm. It's built from a queue and a visited marker array.

Sep 16, 202013 min

How Random is Random

We all use java.util.Random let's see what a professor of mathematics who recently won $3m prize the largest one in math has to say about randomness.

Sep 12, 202012 min

DFS - Building graph algorithms bottom up

Building more complex graph algorithms based on the basic building blocks such as DFS and from there moving on to connected components shortest path traveling salesman

Sep 05, 20208 min

Design Documents

What are the smells for a bad design document, What makes a design document good, what should you include in it, what should you not include in it guidelines on writing top notch design documents for software engineers.

Sep 04, 202013 min

Hidden Technical Debt in Machine Learning Systems

Machine learning offers a fantastically powerful toolkit for building useful complexprediction systems quickly. This paper argues it is dangerous to think ofthese quick wins as coming for free. Using the software engineering frameworkof technical debt, we find it is common to incur massive ongoing maintenancecosts in real-world ML systems. We explore several ML-specific risk factors toaccount for in system design. These include boundary erosion, entanglement,hidden feedback loops, undeclared con...

Jul 23, 202015 min

B Trees Research Paper (1970)

In computer science, a B-tree is a self-balancing tree data structure that maintains sorted data and allows searches, sequential access, insertions, and deletions in logarithmic time. The B-tree generalizes the binary search tree, allowing for nodes with more than two children.[2] Unlike other self-balancing binary search trees, the B-tree is well suited for storage systems that read and write relatively large blocks of data, such as discs. It is commonly used in databases and file systems....

Jul 16, 202016 min

Peter Naur's Research Paper - Programming as Theory Building

Peter Naur (25 October 1928 – 3 January 2016)[1] was a Danish computer science pioneer and Turing award winner. He is best known as a contributor, with John Backus, to the Backus–Naur form (BNF) notation used in describing the syntax for most programming languages. He also contributed to creating the language ALGOL 60.

Jul 10, 202019 min

Vim CheatSheet

Vim is an extremely powerful editor. Not only you can use it from command line but also from IntelliJ, Visual Studio Code, and for actual command line manipulation.

Jul 05, 202010 min

DateTime and ISO 8601

ISO 8601 Data elements and interchange formats – Information interchange – Representation of dates and times is an international standard covering the exchange of date- and time-related data. It was issued by the International Organization for Standardization and was first published in 198

Jul 01, 202014 min

Vim for developers - Let's Talk

Should you invest time in using Vim for software development? What should you do with Vim? How do you search for files? What about syntax coloring? Loading files from history, autocomplete and more. As it turns out you don't need plugins for all this.

Jun 27, 202017 min

Google's Monorepo Research Paper

Why Google Stores Billions of lines of code in a single repository - this is a brief summary of a research paper published by google.

Jun 24, 202024 min

Dijkstra Vs Bellman Ford Algorithm

The Bellman–Ford algorithm is an algorithm that computes shortest paths from a single source vertex to all of the other vertices in a weighted digraph.

Jun 05, 202015 min
For the best experience, listen in Metacast app for iOS or Android