iVoox Podcast & radio
Descargar app gratis

Podcast
Inside Java 60295h
37
15
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. 6ws4y
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.
“Pattern Matching” with Gavin Bierman
Episodio en Inside Java
In this episode, David discusses with Gavin Bierman a new set of Java language features coming from Project Amber, i.e. Pattern Matching. In addition to `sealed classes` and `pattern matching for instanceof`, they are covering in great detail a new (and great!) JDK 17 preview feature: `pattern matching for switch`.
41:22
“Let's discuss JDK and Networking” with Michael McMahon and Daniel Fuchs
Episodio en Inside Java
In this episode, David (remotely) sat down with Michael McMahon and Daniel Fuchs both from the Java Dublin engineering team to discuss some of the recent JDK network-related updates: from the HTTP/2 Client API (Java 11) and its updates in Java 16 to the new Java 16 Unix Domain Socket Channel API. There\'s even a small HTTP/3 sneak peek.\r\n
32:22
“Java 16 is Here!” with Mikael Vidstedt
Episodio en Inside Java
The release of Java 16 was a good reason to invite Mikael Vidstedt, Director of JVM Engineering, again into the show. In this episode, Chad and Mikael discuss some of the new JDK 16 features, the 6 months release cadence but also how some Valhalla initial bits are starting to gradually appear into the platform, and more!\r\n For the detailed show-notes, make sure to check-out the episode page at https://inside.java/2021/03/16/podcast-015\r\n And for more episodes, please visit https://inside.java/podcast\r\n
33:29
“Records Serialization” with Julia Boes and Chris Hegarty
Episodio en Inside Java
Records are a standard and permanent Java language feature starting Java 16. This was a good occasion for David to discuss Records, and more specifically Records serialisa… Records serialization with Julia Boes and Chris Hegarty. Julia and Chris are both from the Dublin Java engineering team. They both work on Core Libraries, and as such, they have been deeply involved in the recent serialization improvements. In this episode, you will see that the approach of serializing records drastically changes from the serialization of traditional classes. PS: Deserialization is largely discussed too!
37:23
"JDK Flight Recorder" with Markus Grönlund
Episodio en Inside Java
Chad discusses JDK Flight Recorder (JFR) with Markus Gronlund. Learn all about JFR including how to get started, the problems it addresses, the many event types it outputs, the new streaming capabilities, and more! Links Mentioned JDK11 - Introduction to JDK Flight Recorder https://www.youtube.com/watch?v=7z_R2Aq-Fl8 JEP 328: Flight Recorder https://openjdk.java.net/jeps/328 Continuous Monitoring with JDK Flight Recorder https://www.youtube.com/watch?v=plYESjZ12hM
35:04
“jpackage” with Kevin Rushforth
Episodio en Inside Java
David Delabassée recently sat down with Kevin Rushforth to discuss the Packaging Tool (JEP 392) more commonly known as jpackage, a new tool that will be made production-ready in JDK 16…
25:06
“How to contribute to OpenJDK” with Stuart Marks and Jesper Wilhelmsson
Episodio en Inside Java
David Delabassée recently sat down with Stuart Marks and Jesper Wilhelmsson to discuss various ways of contributing to OpenJDK. Spoiler alert: there are many!
32:00
“Project Panama - The Foreign Linker API” with Maurizio Cimadamore and Jorn Vernee
Episodio en Inside Java
David Delabassee continues the Panama discussion (cf. Episode 9) with Maurizio Cimadamore and Jorn Vernee. This episode focuses on the Foreign Linker API and the jextract tool.
24:58
“Project Panama - The Foreign Memory Access API” with Maurizio Cimadamore and Jorn Vernee
Episodio en Inside Java
In this episode, David Delabassee discusses Project Panama's Foreign with Maurizio Cimadamore and Jorn Vernee. The episode starts with an overview of Project Panama, its Foreign and then discusses in detail the Foreign Memory Access API. Panama's Foreign Linker API will be discussed in a follow-up episode.
28:27
“Project Loom” with Ron Pressler
Episodio en Inside Java
Chad Arimura discusses Project Loom with Ron Pressler. Relevant links: https://wiki.openjdk.java.net/display/loom/Main https://inside.java/tag/loom https://github.com/openjdk/loom For all episodes and more, check out Inside Java and follow @java on Twitter. Episodes are now available on YouTube as well.
33:10
“The Vector API” with John Rose and Paul Sandoz
Episodio en Inside Java
In this episode, David Delabassee discusses the new Vector API with John Rose and Paul Sandoz. For more episodes, check out https://inside.java/podcast. Resources: JEP 338: Vector API (Incubator) jdk.incubator.vector Javadoc OpenJDK 16 EA Builds Daniel Lemire's blog
47:26
“Project Skara” with Joe Darcy and Erik Duveblad
Episodio en Inside Java
Chad Arimura discusses Project Skara with Joe Darcy and Erik Duveblad. Relevant Links: https://github.com/openjdk https://github.com/openjdk/jdk https://inside.java/tag/skara https://githubuniverse.com/Project-Skara-migrating-OpenJDK-to-Git-&-GitHub/ For all episodes and more, check out Inside Java and follow @java on Twitter.
32:50
“The Z Garbage Collector” with Per Liden
Episodio en Inside Java
In this episode, David Delabassee (Developer Relations) discusses with Per Liden (ZGC Lead) the Z Garbage Collector that is now production ready in JDK 15.
29:54
“Record Classes” with Gavin Bierman
Episodio en Inside Java
In this episode, David Delabassee (Developer Relations) discusses with Gavin Bierman (Consulting Member of Technical Staff) a new Java Language feature emerging from Project Amber, i.e. Records classes! For more episodes, check out Inside Java and follow @Java on Twitter. us here.
35:38
“The State of Java” with Georges Saab
Episodio en Inside Java
Our guest today is Georges Saab (@gsaab), Vice President of Development of the Java Platform Group. We discuss the State of Java after 25 years, the latest innovations in OpenJDK, and why his name is spelled differently. Our host is Chad Arimura (@chadarimura), VP of Java Developer Relations. For future episodes and more, make sure to check out Inside Java and follow @java on Twitter. Additional Resources OpenJDK Oracle Java
25:40
“Java 15 is Here!” with Mikael Vidstedt
Episodio en Inside Java
David Delabassee (@delabassee) discusses the latest Java release, Java 15, with Mikael Vidstedt (@MikaelVidstedt), Director of JVM Development. For future episodes and more, check out Inside Java and follow @java on Twitter. Covered in This Episode New or updated Java language feature, Java SE API feature and JDK API Sealed Classes (Preview) Hidden Classes Reimplement the Legacy DatagramSocket API Text Blocks Foreign-Memory Access API (Second Incubator) Records (Second Preview) Pattern Matching for instanceof (Second Preview) Garbage Collectors ZGC: A Scalable Low-Latency Garbage Collector Shenandoah: A Low-Pause-Time Garbage Collector Improving G1 out-of-the-box performance Deprecation & Removal Remove the Solaris and SPARC Ports Remove the Nashorn JavaScript Engine Security Edwards-Curve Digital Signature Algorithm (EdDSA) for certificate_authorities Extension Other Features (JDK 14 & JDK 15) Cgroups v2: Container awareness JFR Event Streaming OpenJDK Projects Discussed in this Episode Project Loom Project Panama Project Amber Project Valhalla Additional Resources OpenJDK Oracle Java
33:46
#1 - “Welcome to Inside Java!” with hosts Chad and David
Episodio en Inside Java
Welcome to the Inside Java podcast. In Episode #1 (we couldn't start at 0), the hosts Chad Arimura (VP Developer Relations) and David Delabassee (Developer Relations) introduce the Java Platform Group at Oracle, major innovation projects in OpenJDK, the Inside.java aggregation site, and this podcast. Both Chad and David can be found on Twitter: @chadarimura, @delabassee. For future episodes and more, make sure to check out Inside Java and follow @java on Twitter. Mentioned links from episode The Future of the Java Platform and the JDK: Who is in Charge? Modern Java - Change is the Only Constant Moving Java Forward Faster Stewardship: the Sobering Parts Evolving the JVM - Principles & Directions OpenJDK projects discussed in this episode ZGC Project Amber Project Valhalla Project Panama Project Loom Additional resources OpenJDK Oracle Java us here.
17:57
También te puede gustar Ver más
Web Reactiva | Tecnología, programación y carrera Web Reactiva es un podcast sobre desarrollo y programación potenciada con IA. Estamos en https://webreactiva.com .Te contaré historias para programadores que nunca antes habrás escuchado;)Recursos, reflexiones y todo el ecosistema de producción web: backend, frameworks, cms, ecommerce, cloud, despliegues, frontend, programación a medida y más cosas. También hablaremos del negocio que podemos crear en torno al mundo developer. Actualizado
WordPress Semanal En WordPress Semanal, presentado por Gonzalo Navarro, aprenderás a utilizar WordPress y sus mejores plugins en profundidad. Hablamos de cómo crear y gestionar webs con WordPress de cero a profesional. Con recomendaciones basadas en +6 años de experiencia a través de audio tutoriales, listados, opiniones y preguntas/respuestas. Actualizado
HTML All The Things - Web Development, Web Design, The adventures of Matt Lawrence and Mike Karan through the world of web development, web design, and small business management. As web development agency owners for the better part of a decade, they’ve worked with all sorts of technologies, through the rise of responsive web design, the revolution of serverless computing, and the popularity gain of many no-code tools for small business owners. They commonly discuss foundational web development technologies like HTML, CSS, and JavaScript - including popular frameworks and tools such as Tailwind CSS, Svelte, WordPress, Vue, and more. Actualizado