InfoQ Homepage Development Content on InfoQ
-
Parsing JSON Really Quickly: Lessons Learned
Daniel Lemire talks about the lessons learned while writing the fast JSON parser, simdjson. One of the most important lessons is the importance of a nearly obsessive focus on performance.
-
Coding Without Complexity
Ellen Chisa talks about complexity in software and the need to remove it as much as possible. One possibility is to remove something that is not absolutely needed as a way to reduce complexity.
-
KIT-BASHING THE BLORB - What Happens When All the Dead Come Back and They're Still Really Fun
Jason Scott discusses the status and the future of the Internet Archive.
-
Building Reactive Pipelines: How to Go from Scalable Apps to (Ridiculously) Scalable Systems
Mark Heckler discusses and demoes reactive and highly scalable microservices built with Project Reactor using RabbitMQ, Apache Kafka, and Spring Cloud Stream.
-
Make Your Electron App Feel at Home Everywhere
Kilian Valkhof discusses the process of making an Electron app feel at home on all three platforms: Windows, MacOS and Linux, making devs aware of the pitfalls and how to avoid them.
-
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.