InfoQ Homepage Programming Content on InfoQ
-
Running Java Applications on Cloud Foundry
Ben Hale discusses what goes on during application staging and how Buildpack can help, covering everything from dependency resolution to memory calculation, and integration with marketplace services.
-
Continuous Deployment to the Cloud
Marcin Grzejszczak and Cora Iberkleid discuss the Spring Cloud Pipelines project, starting a new project deployed to Cloud Foundry and verifying if it can be rolled back on production.
-
Enterprise CI/CD - Scaling the Build Pipeline at Home Depot
Matt MacKenny and Jeff Billimek tell the story of how Home Depot scaled their CI/CD pipelines to multiple teams over time.
-
Cloud-Native Java with Spring Cloud Services
Chris Sterling introduces the capabilities provided by Spring Cloud Services and demonstrates how to deploy cloud-native applications to Cloud Foundry.
-
You Can and Should Make Hardware
Jeff Williams talks about how to always maintain zero difference between prototype and production versions, treat hardware as a delivery system for software value, run everyday design sprints and more
-
Continuous Optimization of Microservices Using ML
Ramki Ramakrishna shares Twitter’s recent experience in applying Bayesian optimization to the performance tuning problem, discussing a service used for continuously optimizing microservices.
-
Reason: JavaScript-Flavored OCaml
Jared Forsyth introduces Reason, OCaml with a JS syntax, covering its basics, how to write React UIs, how to adopt it, what the trade-offs are and how it compares to other languages.
-
Modern JavaScript in the Cloud
John Papa and Burke Holland discuss solutions and tools (Angular CLI, Docker, etc.) to build and deploy to the cloud a JavaScript application.
-
Why Spring <3 Kotlin
Sébastien Deleuze presents how to use Kotlin in Spring, showing how to convert a Java Boot 1.0 application into a Kotlin Boot 2.0 one running on WebFlux.
-
Reactor in Action
Simon Baslé and Victor Grazi demo Reactor covering multi-batching, debugging, using reactor-netty as a client, along with some naive solutions and how to improve on them.
-
Servlet or Reactive Stack: you have choices...
Rossen Stoyanchev compares Spring Servlet with Reactive Streams and discusses what can be done with them.
-
Next Generation OAuth Support with Spring Security 5.0
Joe Grandja overviews OAuth 2.0 Login and walks through the necessary steps in setting up OAuth 2.0 Login using Google as the authentication provider.