JVM public
[search 0]
More
Download the App!
show episodes
 
Artwork

1
Inside Java

Chad Arimura, David Delabassee

Unsubscribe
Unsubscribe
Monthly
 
Inside Java is a podcast for Java Developers brought to you directly from the people that make Java at Oracle. We'll discuss the language, the JVM, OpenJDK, platform security, innovation projects like Loom and Panama, and everything in between.
  continue reading
 
Artwork

51
Illegal Argument

Mark Derricutt, Greg Amer and Richard Vowles

Unsubscribe
Unsubscribe
Monthly
 
Greg, Mark and Richard get together weekly and talk about things of interest in the Java community. Greg works for SimWorks (http://www.simworks.com) who specialize in mobile phone software. Mark works for SecureMX (www.smx.co.nz). Richard works for Blue Train Software (http://www.bluetrainsoftware.com)
  continue reading
 
Multifamily Excellence explores the ever-evolving world of the multifamily industry. In each episode, WithMe, Inc. CEO Jonathan Treble leads an insightful interview with a world-class multifamily leader to discover how top minds in multifamily are continuously pushing the boundaries for excellence. Guests will provide perspective on their career journeys, share their personal leadership philosophies and offer strategies for achieving operational excellence.
  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
 
Artwork
 
The No Fluff Just Stuff (NFJS) Software Symposium Tour has delivered over 400 events with over 65,000 attendees. NFJS speakers are well-known developers, authors, and project leaders from the software development community. Join us for news and discussion around software development. Current topics include: Java, JavaScript, Scala, Groovy, Clojure, Cloud, Docker, Software Architecture, HTML 5, CSS, NoSQL, Spring, and other development technologies.
  continue reading
 
Welcome to "The AI Chronicles", the podcast that takes you on a journey into the fascinating world of Artificial Intelligence (AI), AGI, GPT-5, GPT-4, Deep Learning, and Machine Learning. In this era of rapid technological advancement, AI has emerged as a transformative force, revolutionizing industries and shaping the way we interact with technology. I'm your host, GPT-5, and I invite you to join me as we delve into the cutting-edge developments, breakthroughs, and ethical implications of A ...
  continue reading
 
The Cattle Call Podcast, hosted by Curtis Ohlde will tell the story of America’s Pioneers in the Beef Cattle Industry past and current. Primarily focusing on those in Commercial Production and Seed-Stock Production, Curtis will go on a journey with podcast guest from the starting of the Ranch or Farm through the ups and downs to current operation status. In the United States Beef Cattle Production is relatively new compared to other parts of the world. Recording those 1st, 2nd or 3rd generat ...
  continue reading
 
Loading …
show series
 
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
 
Clojure is a modern, dynamic, and functional programming language that runs on the Java Virtual Machine (JVM). Created by Rich Hickey in 2007, Clojure is designed to be simple, expressive, and highly efficient for concurrent programming. It combines the powerful features of Lisp, a long-standing family of programming languages known for its flexibi…
  continue reading
 
Graph Recurrent Networks (GRNs) are an advanced type of neural network that combines the capabilities of recurrent neural networks (RNNs) with graph neural networks (GNNs) to model data that is both sequential and structured as graphs. GRNs are particularly powerful in scenarios where the data not only changes over time but is also interrelated in …
  continue reading
 
Ruby is a dynamic, open-source programming language known for its simplicity, elegance, and productivity. Created by Yukihiro "Matz" Matsumoto in the mid-1990s, Ruby was designed with the principle of making programming both enjoyable and efficient. The language’s intuitive syntax and flexibility make it a favorite among developers, especially for …
  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 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
 
Vue.js is an open-source JavaScript framework used for building user interfaces and single-page applications. Created by Evan You in 2014, Vue.js has quickly gained popularity among developers for its simplicity, flexibility, and powerful features. It is designed to be incrementally adoptable, meaning that it can be used for everything from enhanci…
  continue reading
 
ReactJS is a popular open-source JavaScript library used for building user interfaces, particularly single-page applications where a seamless user experience is key. Developed and maintained by Facebook, ReactJS has become a cornerstone of modern web development, enabling developers to create complex, interactive, and high-performance user interfac…
  continue reading
 
Apache Spark is an open-source, distributed computing system designed for fast and flexible large-scale data processing. Originally developed at UC Berkeley’s AMPLab, Spark has become one of the most popular big data frameworks, known for its ability to process vast amounts of data quickly and efficiently. Spark provides a unified analytics engine …
  continue reading
 
Caffe is an open-source deep learning framework developed by the Berkeley Vision and Learning Center (BVLC) and contributed to by a global community of researchers and engineers. Designed with an emphasis on speed, modularity, and ease of use, Caffe is particularly well-suited for developing and deploying deep learning models, especially in the fie…
  continue reading
 
Nimfa is a Python library specifically designed for performing Non-negative Matrix Factorization (NMF), a powerful technique used in data analysis to uncover hidden structures and patterns in non-negative data. Developed to be both flexible and easy to use, Nimfa provides a comprehensive set of tools for implementing various NMF algorithms, making …
  continue reading
 
FastAPI is a modern, open-source web framework for building APIs with Python. Created by Sebastián Ramírez, FastAPI is designed to provide high performance, easy-to-use features, and robust documentation. It leverages Python's type hints to offer automatic data validation and serialization, making it an excellent choice for developing RESTful APIs …
  continue reading
 
NetBeans is a powerful, open-source integrated development environment (IDE) used by developers to create applications in various programming languages. Initially developed by Sun Microsystems and now maintained by the Apache Software Foundation, NetBeans provides a robust platform for building desktop, web, and mobile applications. It supports a w…
  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
 
Dive into the intricate world of Java Virtual Machine (JVM) internals with expert insights from experienced Java developer Victor. In this episode, we explore: The three core components of the JVM: Class Loader, Runtime Data Area, and Execution Engine A deep dive into the Runtime Data Area, including Method Area, Heap, Java Stacks, and more The Exe…
  continue reading
 
Dive into the world of Java garbage collection with our expert guest, Victor, as we unravel the mysteries behind memory management in Java. In this episode, we explore: Garbage collection algorithms and strategies, including Mark-and-Sweep, Copying, and Mark-Compact Minor vs Major GC: Understanding the differences and their impact on performance Ge…
  continue reading
 
Dive into the world of message queues and their crucial role in distributed systems with our expert guest, Victor. In this episode, we explore: The core purpose of message queues and their game-changing benefits in distributed systems Essential features and implementation challenges that every developer should know Advanced topics like scalability …
  continue reading
 
Dive into the world of database organization with our comprehensive guide to normalization and its various forms. In this episode, we explore: The fundamentals of database normalization and why it matters A step-by-step journey through normal forms: from 1NF to BCNF Real-world applications and when to break the rules Tune in for expert insights on …
  continue reading
 
Dive into the crucial distinction between computer architecture and organization, essential knowledge for senior backend engineers. In this episode, we explore: The fundamental differences between conceptual design and hardware implementation How architecture and organization impact system performance and efficiency Real-world challenges and trade-…
  continue reading
 
Dive into the world of compiler design with our expert-led exploration of lexical analysis, a crucial first step in understanding how programming languages are processed. In this episode, we explore: The fundamentals of lexical analysis and its role in compilation How source code is transformed into meaningful tokens Challenges in token recognition…
  continue reading
 
Dive into the core of Kubernetes as we unravel the intricate architecture of Master and Worker nodes in this enlightening episode of "Kubernetes Interview Crashcasts". In this episode, we explore: The fundamental components of Kubernetes architecture and their roles Master node's brain: API server, etcd, scheduler, and controller manager unveiled W…
  continue reading
 
Dive into the world of Site Reliability Engineering (SRE) and explore the critical concept of error budgets with host Sheila and experienced SRE professional Victor. In this episode, we explore: The fundamentals of error budgets and their calculation in relation to Service Level Objectives (SLOs) How SRE teams use error budgets to balance innovatio…
  continue reading
 
Dive into the world of modern software architecture as we explore the crucial debate between microservices and monolithic design in this must-listen episode for aspiring senior backend engineers. In this episode, we explore: The fundamental differences between microservices and monolithic architectures Key advantages of microservices, including sca…
  continue reading
 
Dive into the world of software design patterns with a focus on the strategy pattern and its practical applications in this insightful episode of Programming Paradigms Interview Crashcasts. In this episode, we explore: The strategy pattern demystified: Understanding its purpose and benefits in software design Real-world application: How the pattern…
  continue reading
 
Dive into the world of NoSQL databases with senior backend engineer Victor as we explore the primary types and their real-world applications. In this episode, we explore: The four main types of NoSQL databases and their unique characteristics Popular examples like Redis, MongoDB, Cassandra, and Neo4j Ideal use cases for each database type, from cac…
  continue reading
 
Dive into the world of relational database relationships with expert insights and practical examples. In this episode, we explore: Understanding One-to-One, One-to-Many, and Many-to-Many relationships with real-world examples Implementing relationships using primary and foreign keys, including junction tables Exploring edge cases like self-referent…
  continue reading
 
Loading …

Quick Reference Guide