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:How many episodes does Programmers have?The podcast currently has 366 episodes available.
July 23, 2020Hidden Technical Debt in Machine Learning SystemsMachine 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 consumers, data dependencies, configurationissues, changes in the external world, and a variety of system-level anti-patterns....more16minPlay
July 17, 2020Statistical Significance and Hypothesis TestingIn statistical hypothesis testing, a result has statistical significance when it is very unlikely to have occurred given the null hypothesis....more12minPlay
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
FAQs about Programmers:How many episodes does Programmers have?The podcast currently has 366 episodes available.