InfoQ Homepage Development Content on InfoQ
-
Bootiful Development with Spring Boot and React
Matt Raible shows how to develop with Java 8, Spring Boot, React, and TypeScript.
-
Top Ways to Deliver Your Spring Code to the Cloud
Brian Benz shows how Java developers can deliver Spring code to Azure based on Spring Music as an example, using Linux command line tools, open source tools such as Jenkins, and other free SDKs.
-
Mining Functional Patterns
Debasish Ghosh discusses refactoring imperative code into functional patterns, improving code quality from the point of view of modularity, compositionality and simplicity.
-
Securing Serverless – by Breaking in
Guy Podjarny breaks into a vulnerable serverless application and exploits multiple weaknesses, helping understand the mistakes that can be made, their implications, and how to avoid them.
-
Debugging Microservices Applications w/ Service Mesh, openTracing & Squash
Idit Levine describes and demonstrates common debugging techniques and introduces Squash, a new tool and methodology.
-
Focusing on What Matters
Tim Kadlec draws attention to the fact that it’s critically important to broaden our perspective and not lose sight of the fundamentals that make or break the web for people around the globe.
-
Modular Java Development in Action
Sander Mak explores the benefits of a modular codebase using Java 9 modules, and issues porting an existing application to modules.
-
The Modern Operating System in 2018
Justin Cormack looks at unikernels, LinuxKit, hypervisors, containers, library operating systems,and other recent developments to see status on the route towards agility for the operating system
-
SpringOne 2017 Keynote 1
Join the Pivotal team and their customers for an update on the Spring ecosystem, including the release of Spring Boot 2.0.
-
A Practical Guide to GenStage with a Real-Life Use Case
Gyanendra Aggarwal introduces Elixir GenStage, a back-pressure abstraction, demonstrating how to use it through a real case warehouse automation.
-
How Performance Optimizations Shatter Security Boundaries
Moritz Lipp explains how the Meltdown and Spectre vulnerabilities exploit hardware optimizations to read otherwise inaccessible data processed on the computer.
-
Enterprise Node.JS Apps in 2018
Jamund Ferguson discusses tackling challenges with large-scale Node.js deployments, using async/await to handle errors, and strategies to embrace latest JavaScript technologies.