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 Podcast:How many episodes does Programmers Podcast have?The podcast currently has 364 episodes available.
July 16, 2020B 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....more16minPlay
July 10, 2020Peter Naur's Research Paper - Programming as Theory BuildingPeter 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....more20minPlay
July 06, 2020Flutter - UI - Well Organized Cross Platform Compiled UI Code.Fast development. Flutter's hot reload helps you quickly and easily experiment, build UIs, add features, and fix bugs faster. Experience sub-second reload times.....more13minPlay
July 05, 2020Vim CheatSheetVim 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....more11minPlay
July 01, 2020DateTime and ISO 8601ISO 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...more14minPlay
June 27, 2020Vim for developers - Let's TalkShould 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....more17minPlay
June 24, 2020Google's Monorepo Research PaperWhy Google Stores Billions of lines of code in a single repository - this is a brief summary of a research paper published by google....more24minPlay
June 09, 2020Research Paper Review - Auto Distributed Systems Code CorrectorIn a paper named Fixed it for you. Protocol repair using lineage graphs it is described how machine can autocorrect programming error....more17minPlay
June 05, 2020Dijkstra Vs Bellman Ford AlgorithmThe 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....more16minPlay
May 29, 2020Edsger Dijkstra's Shortest Path AlgorithmDijkstra's algorithm is an algorithm for finding the shortest paths between nodes in a graph, which may represent, for example, road networks. It was conceived by computer scientist Edsger W. Dijkstra in 1956 and published three years later. The algorithm exists in many variants...more15minPlay
FAQs about Programmers Podcast:How many episodes does Programmers Podcast have?The podcast currently has 364 episodes available.