InfoQ Homepage Programming Content on InfoQ
-
SQL Strikes Back! Recent Trends in Data Persistence and Analysis
Dean Wampler takes a look at SQL’s resurgence and specific example technologies, including: NewSQL, Hybrid SQL, SQL abstractions on top of file-based data, SQL as a functional programming language.
-
Unikernels: Who, What, Where, When, Why
Adam Wick explains the promise of unikernels (single-purpose, lightweight virtual machines) and shares experiences about when unikernels are appropriate solutions and when they are not.
-
Introducing RaveJS: Spring Boot Concepts for JavaScript Applications
John Hann presents the benefits of using RaveJS. Rave eliminates configuration, machinery, and complexity.
-
Resource Handling in Spring MVC 4.1
Brian Clozel, Rossen Stoyanchev discuss Spring MVC performance techniques aimed at keeping users happy.
-
The Revolution Will Not Be Centralized
Chris Beams shares his findings from over two years of research into bitcoin and related technologies.
-
Rubah: DSU for Java on a Stock JVM
Luís Pina, Luís Veiga, Michael Hicks introduce Rubah, a method for dynamically updating applications running on the JVM.
-
Caching with Spring: Advanced Topics and Best Practices
Michael Plöd addresses the advanced usage of Spring's caching abstraction such as integrating a cache provider that is not integrated by the default Spring Package and overviews JCache. Demos.
-
Comparing Elasticity of Reactive Frameworks
Elasticity is a key component in reactive systems and James Ward navigates the different characteristics of different implementations of this concept: Akka, Scala, RxJava, and more.
-
Building Reactive Services using Functional Programming
Rachel Reese sees reactive services and functional languages as a natural pair, demonstrating how functional concepts such as mailboxes and async workflows can help one craft reactive services.
-
Spring Batch Performance Tuning
Gunnar Hillert and Chris Schaefer examine various scalability options in order to improve the robustness and performance of the Spring Batch applications.
-
Artistic Spring Data Neo4j 3.x with Spring Boot and Van Gogh
Michael Hunger and Lorenzo Speranzoni show how easy it is to get started with Spring Data Neo4j using Spring Boot.
-
Spring Data REST - Data Meets Hypermedia
Roy Clarkson and Greg Turnquist provide a quick overview of the Spring Data REST project, explains fundamental design decisions and introduces new features of the latest version.