show episodes
 
Artwork

1
Deer University

Dr. Bronson Strickland & Dr. Steve Demarais

Unsubscribe
Unsubscribe
Monthly
 
Deer University podcasts are all about deer biology and management. Drs. Bronson Strickland and Steve Demarais are both deer hunters, deer biologists, professors of wildlife management, and co-directors of the Mississippi State University Deer Lab. Steve and Bronson are so crazy about deer biology and management that they made it their career! Our goal is to explain how you can use deer research to improve your hunting and management experiences. Don’t take for granted what your buddy says o ...
  continue reading
 
My goal is simple - I'm fighting to keep Democracy alive and America moving forward. We must always be looking forward. We must always be thinking about "what's next" for America. Join me weekly as we discuss the issues and our next steps. If you would like to discuss an episode or recommend a topic, please contact me at americanextpod@yahoo.com. Disclaimer: All ideas / thoughts stated are my personal opinions. This program is designed to inform and entertain. All funding for this podcast is ...
  continue reading
 
Machine Learning is growing in leaps and bounds both in capability and adoption. Listen to our experts discuss the ideas and fundamentals needed to succeed as a Machine Learning Engineer. Become a supporter of this podcast: https://www.spreaker.com/podcast/adventures-in-machine-learning--6102041/support.
  continue reading
 
Ace your next backend interview with "Backend Interview Crashcasts"! Join host Sheila and expert interviewee Victor as they dive deep into essential topics for senior backend engineer positions. Each episode simulates a real interview scenario, gradually increasing in complexity to cover everything from basic concepts to advanced edge cases. Whether you're preparing for a phone screen or brushing up on your skills, this podcast offers invaluable insights, tips, and common pitfalls to avoid. ...
  continue reading
 
What is going on in schools? Are we meeting the needs of all students? What questions should we be asking? I'm Kaycee, a long time educator, adult with ADHD, parent, and founder of ReorientED Advocacy. I love talking to people about topics that add to our understanding of parenting and education, so we can work together to support all learners. I call it "backward planning for adulting" and have a particular passion for increasing independence in twice exceptional students, those with ADHD, ...
  continue reading
 
This program is no longer in production. Amanda Vanstone tackles key social, economic and cultural issues in Australian life, challenging assumptions and giving voice to new and seldom-heard commentators.
  continue reading
 
A bootstrappers podcast for founders, entrepreneurs, visionaries and dreamers who are building businesses from the ground up without the taking on debt or selling equity. Here we cover marketing, sales, organization and mindset issues that matter to you
  continue reading
 
Artwork

1
Boss Battle Podcast

Boss Battle Podcast

Unsubscribe
Unsubscribe
Monthly
 
A few guys talking games, movies and TV. We aren't professionals, we just love this stuff! We post fortnightly, talking about the latest news in the world of video games, cinema and television as well as reminiscing about some of our favorite titles of old and debating some questionable choices!
  continue reading
 
Welcome to the Alpha Trials Podcast, the go-to resource for new tech managers who want to evolve and become more effective leaders. Our host, Alex Kuzmuk, is a seasoned Senior Technical Program Manager at one of the biggest tech companies in the world. This podcast is all about sharing efficient techniques, best practices, and stories from other successful tech managers. We believe that everyone can learn something new and valuable from the experiences of others, no matter where they are in ...
  continue reading
 
Loading …
show series
 
This week, we discuss TestFlight, what it is, how to use it, and why you should use it. (00:00) - Introduction (11:26) - Support this Podcast (25:41) - SetApp (40:33) - Support the podcast (40:43) - Rate and review Become a Patreon member and help this Podcast survive https://www.patreon.com/compileswift Please leave a review and show your support …
  continue reading
 
In this third episode with Dr. Mark Turner, we discuss Mark's research exploring the factors that contribute to the variation in population-level buck antler size. He explains that deer tend to be larger in areas further north due to heat retention and dissipation. He also highlights the importance of landscape characteristics, such as row crop agr…
  continue reading
 
Michael Berk dives deep into the adventures of AI and machine learning with our special guest, Richmond Alake, a staff developer advocate at MongoDB. Richmond's journey from web development to AI was driven by a quest for excitement and new challenges. In this episode, he shares how he transitioned into the AI field, his passion for using writing a…
  continue reading
 
In this episode of the Compile Swift Podcast, hosts Jeff and Peter discuss the recent Apple "Nine-Nine" event, discussing the latest hardware announcements and their implications for developers. They reflect on how predictable Apple's product releases have become, highlighting the incremental updates across their platforms, particularly the new iPh…
  continue reading
 
Today, we have a special guest Abi Aryan, an accomplished founder of Abide AI and a seasoned expert in machine learning. Joining us are your hosts, Michael Berk and Ben Wilson, who bring a wealth of experience from Databricks. In this episode, Ben shares his journey navigating the intricacies of deep learning and the surprising effectiveness of sim…
  continue reading
 
In this episode of the CompileSwift podcast, the hosts discuss Swift 6 migration, highlighting its non-breaking changes and new features like module-level access control and data race safety. They emphasize gradual migration, the importance of planning, and the benefits of new data types. Swift 6 migration guide Hacking with Swift - What's new in S…
  continue reading
 
This is a landmark episode as we say hello to the new co-host. Plus, we discussed Apple's upcoming event, which is expected to feature new iPhones. But what else might we get? (00:00) - Introduction (00:30) - Hello Co-Host (01:21) - Apple 9/9/24 Event is Coming (08:28) - SetApp (09:43) - New Hardware Speculation (19:31) - Become a member (19:51) - …
  continue reading
 
Dive into the world of system design as we explore the intricacies of building a scalable URL shortener service like bit.ly and TinyURL. In this episode, we explore: The core components of a URL shortener and the fascinating process of generating short links Cutting-edge scalability strategies to handle millions of requests efficiently Real-world c…
  continue reading
 
Dive into the world of load balancers and learn how to design a scalable, fault-tolerant system for high-traffic web applications. In this episode, we explore: Load balancing algorithms and health checks: Discover the best strategies for distributing traffic and maintaining system health Scalability techniques and handling traffic spikes: Learn the…
  continue reading
 
Dive into the world of deadlocks in operating systems and concurrent programming with expert insights from senior backend engineer Victor. In this episode, we explore: The four crucial conditions for deadlocks and how to remember them Effective strategies to prevent and detect deadlocks in various scenarios Real-world examples and edge cases, inclu…
  continue reading
 
Dive into the world of database scaling strategies as we pit sharding against replication in this informative episode. In this episode, we explore: Sharding vs. Replication fundamentals: Uncover the key differences between these two powerful database scaling techniques Scaling and performance benefits: Learn how each strategy tackles the challenges…
  continue reading
 
Dive into the intricate world of API design as we explore the delicate balance between maintaining compatibility and driving innovation. In this episode, we explore: Backward and forward compatibility: Unraveling these crucial concepts and their impact on API design The compatibility conundrum: Strategies for introducing new features without breaki…
  continue reading
 
Dive into the world of Command Query Responsibility Segregation (CQRS) and discover how this powerful architectural pattern can revolutionize your software design. In this episode, we explore: Understanding CQRS: Core principles and how it differs from traditional CRUD models Implementing CQRS: Best practices, potential challenges, and strategies f…
  continue reading
 
Dive into the world of synchronization primitives with an in-depth comparison of semaphores and mutexes in operating systems and concurrent programming. In this episode, we explore: The fundamental differences between semaphores and mutexes, and when to use each Real-world applications, from managing hotel rooms to coordinating chefs and waiters Co…
  continue reading
 
Dive into the world of HTTP 4xx status codes and their crucial role in web communication with this informative episode of Networking Interview Crashcasts. In this episode, we explore: Common 4xx status codes and their meanings in client-side errors Real-world applications and intriguing edge cases of 4xx codes Best practices for implementing status…
  continue reading
 
Dive into the intricate world of Apache Kafka as we explore the delicate balance between consumers and partitions in this enlightening episode. In this episode, we explore: The fascinating dynamics when consumers outnumber partitions in Kafka Kafka's clever rebalancing mechanism for fair workload distribution Real-world implications for scalability…
  continue reading
 
Dive deep into the intricate world of JVM internals and unlock the secrets to optimizing your Java applications' performance. In this episode, we explore: The ins and outs of garbage collection and memory management in the JVM A tour of memory areas beyond the heap and their crucial roles An in-depth look at various garbage collection algorithms an…
  continue reading
 
Dive into the cutting-edge world of Java technologies as we explore the rise of GraalVM, HotSpot, and Quarkus in this enlightening episode. In this episode, we explore: The evolution of Java performance: From HotSpot's adaptive optimization to GraalVM's versatility Ahead-of-Time vs. Just-in-Time compilation: Unraveling the key differences and use c…
  continue reading
 
Dive into the world of database isolation levels and learn how to balance data consistency with performance in your applications. In this episode, we explore: The four standard isolation levels and their implications for data consistency A real-world e-commerce scenario illustrating the importance of choosing the right isolation level Performance t…
  continue reading
 
Dive into the world of Event Sourcing and discover how this powerful architectural pattern can revolutionize your distributed systems. In this episode, we explore: The core concept of Event Sourcing and its game-changing benefits (SCALE) A real-world application in financial systems that showcases Event Sourcing's true potential Key implementation …
  continue reading
 
Today, host Michael Berk and Ben Wilson dive deep into the multifaceted world of software engineering and data science with their insightful guest, Sandy Ryza a lead engineer from Dagster Labs. In this episode, they explore a range of intriguing topics, from the impact of the broken windows theory on code quality to the delicate balance of maintain…
  continue reading
 
This week, Peter Witham discusses the emergence of alternative app stores and what they mean for developers. He asks for listeners' experiences and thoughts on managing multiple app store requirements, including code signing and security. He also touches on Apple's reminder about trader status for the European market. He wraps up by emphasizing the…
  continue reading
 
In this episode, Dr. Mark Turner discusses his research on the nutrient requirements of deer and the availability of native plants to fulfill those requirements. He sampled common deer forages throughout the Eastern US and found that only 44% of the forages sampled met the minimum crude protein requirement, and only 19% met the minimum phosphorus r…
  continue reading
 
In today's episode, Ben and Michael dive deep into the intricacies of software development, innovation, and team dynamics. This episode explores the critical balance between building in-house tools versus leveraging open-source solutions, with real-world examples from Databricks. They discuss the creation and eventual abandonment of a benchmarking …
  continue reading
 
Dive into the world of database indexing and discover how it can significantly boost your database performance. In this episode, we explore: The fundamentals of database indexing and its role in speeding up data retrieval Clustered vs. non-clustered indexes: Understanding their differences and use cases How indexing impacts database performance, in…
  continue reading
 
Dive into the world of Instruction Set Architecture (ISA) with our expert guest, Victor, as we unpack this crucial concept for senior backend engineers. In this episode, we explore: ISA basics: Uncover the fundamental components that bridge hardware and software CISC vs. RISC vs. MISC: Compare different ISA types and their real-world applications A…
  continue reading
 
Dive into the world of compiler design with our expert guide to syntax analysis, an essential component of programming language processing. In this episode, we explore: The fundamentals of syntax analysis and its crucial role in the compilation process Parse trees and Abstract Syntax Trees (ASTs): Decoding program structure Top-down vs bottom-up pa…
  continue reading
 
Dive into the world of Kubernetes as we unravel the differences between Pods and Containers, essential concepts for any cloud computing professional. In this episode, we explore: Pods vs. Containers: Definitions, scope, and key differences Crucial characteristics of Pods in Kubernetes and their importance How Kubernetes orchestrates multiple contai…
  continue reading
 
Dive into the world of Service Level Indicators (SLIs) and Service Level Objectives (SLOs) with our expert guest, Victor, as we unravel these crucial concepts in Software Reliability Engineering. In this episode, we explore: The definitions and importance of SLIs and SLOs in measuring service reliability Real-world examples of common SLIs and strat…
  continue reading
 
Dive into the world of resilient system design with expert insights on ensuring high availability and fault tolerance. In this episode, we explore: Fundamental strategies for robust systems, including redundancy, load balancing, and active-active vs. active-passive setups Geographical distribution and data consistency challenges in distributed syst…
  continue reading
 
Explore the nuances of two crucial design patterns in object-oriented programming with expert insights from experienced software engineer Victor. In this episode, we explore: The core concepts of Factory and Abstract Factory patterns Real-world examples using a pizza ordering system Implementation strategies and scalability challenges Key differenc…
  continue reading
 
Dive into the crucial decision-making process of selecting the right database for your project with expert insights from experienced backend engineer Victor. In this episode, we explore: Key differences between NoSQL and relational databases, unraveling their strengths and weaknesses Critical factors to consider when choosing a database, from data …
  continue reading
 
Dive into the world of database normalization with expert insights on 1NF, 2NF, and 3NF. In this episode, we explore: The fundamentals of database normalization and its importance in modern systems Breaking down the First, Second, and Third Normal Forms with clear explanations Real-world examples that illustrate how to apply normalization principle…
  continue reading
 
Dive into the world of messaging technologies as we compare ZeroMQ and RabbitMQ in this insightful episode of Technology Comparisons Interview Crashcasts. In this episode, we explore: The key differences between ZeroMQ's lightweight library and RabbitMQ's full-featured broker Ideal use cases for each technology, from real-time systems to enterprise…
  continue reading
 
Dive into the world of system calls and uncover their crucial role in bridging the gap between user applications and operating systems. In this episode, we explore: The fundamentals of system calls and their importance in modern operating systems A step-by-step breakdown of how system calls work, from user space to kernel space and back Performance…
  continue reading
 
Dive into the world of network connections as we demystify the TCP Three-Way Handshake process, a crucial concept for aspiring backend engineers. In this episode, we explore: The three steps of the handshake: SYN, SYN-ACK, and ACK The critical role of sequence numbers in maintaining data transmission order Potential issues and security concerns, in…
  continue reading
 
Dive into the world of virtual memory and uncover its inner workings and advantages for modern computing systems. In this episode, we explore: Understanding virtual memory: definition and core concepts Key benefits and why they matter for programmers The mechanics behind virtual memory: pages, tables, and buffers Advanced memory management techniqu…
  continue reading
 
Dive into the world of Kotlin as we explore the crucial differences between data classes and regular classes in this information-packed episode of "Kotlin Internals Interview Crashcasts"! In this episode, we explore: The purpose and efficiency of data classes as streamlined data containers Automatically generated utility functions that make data cl…
  continue reading
 
Dive into the inner workings of Kafka and discover how it achieves impressive performance in handling massive data streams. In this episode, we explore: Kafka's distributed architecture and commit logs Disk and network optimizations for enhanced throughput Scalability through intelligent partitioning Efficient data consumption with consumer groups …
  continue reading
 
Loading …

Quick Reference Guide