InfoQ Homepage Development Content on InfoQ
-
The Talk You've Been Await-ing for
Steve Klabnik goes over the deep details of how async/await works in Rust, covering concepts like coroutines, generators, stack-less vs stack-ful, "pinning", and more.
-
Securing Software from the Supply Side
Nickolas Means talks about the tools that GitHub provides for Open Source maintainers to improve the safety and security of the software supply chain at the source.
-
The Future of High Speed Transportation
Anita Sengupta discusses how space-age tech is revolutionizing green transportation from suborbital rocket flights, to electric airplanes, to space travel on the ground with the hyperloop.
-
Me, My Code and I
Rosanne Joosten explores what research is conducted on the relation between personality traits and programming semantics.
-
Batch Processing in 2019
Michael Minella and Mahmoud Ben Hassine walk through the typical lifecycle of a batch job using modern tools.
-
WebAssembly: Revolution, Not Evolution
John Feminella reviews how WebAssembly works, its execution framework and specific architectures, and explores what kinds of new approaches are made possible.
-
The State of Kotlin Support in Spring
Sébastien Deleuze overviews development with Spring Boot 2.2 and Kotlin, and performs a live coding of a Spring Boot application configured with the Kofu, the Kotlin DSL.
-
Fully Reactive: Spring, Kotlin, and JavaFX Playing Together
Trisha Gee discusses how Spring Framework 5, Spring Boot, Reactor, Kotlin, JavaFX, and MongoDB can work together.
-
Adventures in Programming, Automating, Teaching and Marketing
Alan Richardson discusses lessons learned from writing commercial and open source tools, multi-user adventure games, REST APIs, test automation, and automating applications.
-
Hello, Spring Security 5.2
Rob Winch, Eleftheria Stein-Kousathana and Filip Hanik walk through “hello security,” demonstrating how Spring Security can be customized to meet business requirements.
-
Eighteen Years of Spring
Rod Johnson discusses some of the key things that make successful frameworks, including: the Open/Closed principle, the role of Design Patterns, clear layering, consistent coding conventions, etc.
-
Multi-Tenancy OAuth with Spring Security 5.2
Josh Cummings introduces AuthenticationManagerResolver, a simple interface from Spring Security.