InfoQ Homepage Development Content on InfoQ
-
Spring HATEOAS: Hypermedia APIs with Spring
Oliver Drotbohm and Greg Turnquist discuss how to build flexible web services using hypermedia with Spring HATEOAS 1.0.
-
Joy of Coding 2019: Lightning Talks
In this series of lighting talks the speakers cover a wide range of topics such as accessibility, TCR, OpenSCAD, progress in programming, JavaScript generators, etc.
-
Best Practices to Spring to Kubernetes Easier and Faster
Ray Tsang introduces tools -Jib, Skaffold- and best practices to adopt Kubernetes faster and easier.
-
GraphQL + Apollo Server + Azure Functions = Magic
Erick Wendel introduces Azure Functions and discusses building a serverless solution with GraphQL and Apollo Server.
-
Micro-front-ends: The Golden Circle
Bruno Vercelino da Hora discusses micro-front-ends, what they are and what they are good for.
-
Apache Kafka Event-streaming Platform for .NET Developers
Viktor Gamov reviews Kafka -internal architecture, fault-tolerance, message durability- and how the Confluent .NET client offers a framework for computation over streaming data.
-
From Idea to Dev to Ops
James Ward, Josh Long, Matt Raible show how to regain some of the simplicity by taking advantage of the latest in cloud services and Spring.
-
Build Your Own WebAssembly Compiler
Colin Eberhardt looks at some of the internals of WebAssembly, explores how it works “under the hood”, and looks at how to create a (simple) compiler that targets this runtime.
-
FF4J: Feature Toggling for Spring/Spring Boot Applications
Sasi Peri shows feature toggling using FF4J framework for Spring/Spring Boot applications.
-
Concurrency, Scalability and Transactions -- Myths and Surprises
Renan Ranelli explores the interaction between massive concurrent servers, databases and transaction isolation.
-
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.