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 Quickie:How many episodes does Programmers Quickie have?The podcast currently has 362 episodes available.
February 24, 2023๐ข๏ธ ACID TransactionsAcid transactions are a set of properties that ensure reliable and consistent database transactions. The term "ACID" stands for Atomicity, Consistency, Isolation, and Durability....more5minPlay
February 20, 2023๐ธ Japan work one less dayExperiment in Japan to work one less day a week...more6minPlay
February 17, 2023๐ข๏ธ Sql PivotIn this episode of programmers quickie podcast, we continue our exploration of SQL pivot and dive deeper into the syntax behind this powerful data analysis tool. If you're looking to take your pivot table skills to the next level, this episode is for you!...more6minPlay
January 21, 2023๐ช Design a Parking Lot - System Design Interview QuestionIn a system design interview, you will be asked to design a complex system, such as a website, mobile app, or network infrastructure. The interviewer will evaluate your ability to decompose the problem into smaller subproblems, make trade-offs between different design decisions, and consider the scalability and performance of the final solution. The key to success in a system design interview is to clearly communicate your thought process and trade-offs, rather than getting bogged down in low-level implementation details....more12minPlay
January 11, 2023๐ฅ Spark DataFrame CacheIn Apache Spark, you can cache a DataFrame in memory using the cache() or persist() method. The cache() method is a shorthand for persist() with the default storage level of MEMORY_ONLY. You can use the persist() method to specify a different storage level if desired, such as MEMORY_AND_DISK or MEMORY_ONLY_SER....more6minPlay
January 04, 2023๐ Social AppsWhy develop apps when you can create "social apps" without coding as side projects....more6minPlay
FAQs about Programmers Quickie:How many episodes does Programmers Quickie have?The podcast currently has 362 episodes available.