InfoQ Homepage Languages Content on InfoQ
-
Buckets, Funnels, Mobs and Cats or: How We Learned to Love Scaling Apps to the Cloud
The authors discuss how to migrate apps to the cloud using funnels and buckets, and then scale them and test for resilience.
-
Modern Messaging with RabbitMQ, Spring Cloud and Reactor
Arnaud Cogoluègnes demos messaging apps built with RabbitMQ with Reactor on Spring Cloud. Code used in this talk is made available for download.
-
Tea Ceremonies: Steeping IT Ops in Your Developer's Hot Water
Olaf Gradin shares Fiserv’s experience working with Pivotal Application Service, what worked and what didn’t.
-
Springing into Kotlin: How to Make the Magic Even More Magical
Mark Heckler discusses how Kotlin can be used to reduce boilerplate and increase code quality, showing how to begin incorporating Kotlin into an existing Spring application.
-
npm and the Future of JavaScript
Laurie Voss talks about what npm knows about JavaScript users, how JavaScript usage patterns are changing, and JavaScript security, tools, and future direction.
-
Desktop Applications in Electron: Pro Tips and Tricks
Paul Betts talks about some common pitfalls that many developers new to Electron fall into, especially people with a web background who are new to Desktop development.
-
Mocking .NET without Hurting Its Feelings
John Wright discusses two main types of mocking frameworks: constrained frameworks (like RhinoMocks and Moq) and unconstrained frameworks (such as Typemock Isolator and Telerik JustMock).
-
How Sleuth Bravely Cracked the Case of "Too Much to Code"
Adrian Cole, Marcin Grzejszczak discuss what Sleuth and Brave are, how Sleuth has changed and which are some of the new features in version 2.
-
Bootiful Testing
Mario Gray and Josh Long discuss how to test Spring applications, services, and web applications, ensuring that API producers and API consumers work well together.
-
Zero to Multi-Cloud
Marcin Grzejszczak, Jon Schneider discuss using Spring Cloud Pipelines and Spinnaker together.
-
Testing Your Message-Driven Application
Marcin Grzejszczak and Jakub Pilimon discuss using events as integration messages in a system, addressing content-negotiation, versioning and acceptance tests.
-
Walking up the Spring for Apache Kafka Stack
Viktor Gamov and Gary Russell discuss several Spring projects targeted at Kafka developers: spring-kafka, spring-integration-kafka, the kafka binder for spring-cloud-stream.