InfoQ Homepage Programming Content on InfoQ
-
Reactive Applications on Apache Tomcat and Servlet 3.1 Containers
Violeta Georgieva explains using the Servlet/Reactive Streams bridge to create reactive applications that can be deployed on Apache Tomcat or any Servlet 3.1 compatible containers.
-
Rethinking Deep Learning: Neural Compute Stick
Darren Crews talks about the The Movidius Neural Compute Stick (NCS) - a tiny fanless deep learning device that one can use to learn AI programming at the edge.
-
Building Reusable UI Components in ASP.NET Core MVC
Scott Addie presents how to create basic reusable view components and tag helpers in ASP.NET Core MVC.
-
A Peek into Elm Architecture
Jayaram Sankaranarayanan discusses the basics of functional programming principles, using Elm constructs, the architecture and how Elm enables reliable refactoring.
-
Real-Time Data Activation - Analytics, Intelligence & Decision Making
Marcelo Wiermann discusses dealing with real-time analytics with the Lambda Architecture, creating a working data set and data-driven features in an application.
-
Reactive Data Access with Spring Data
Christoph Strobl and Mark Paluch discuss non-blocking data access using Spring Data for NoSQl data stores and Project Reactor.
-
Reimagining Customer Experiences Utilizing Pivotal Cloud Foundry
Jason Michener and Vipul Savjani discuss how Comcast used Pivotal Cloud Foundry to create a new application that changed how they are engaging with their customers.
-
Everything's Coming up Dilbert: Building Product in the Enterprise
Emily Tate discusses challenges to building great product in the enterprise, including: user research, roadblocks, MVP misunderstandings, product autonomy, Institutional momentum against change.
-
Spring Integration 5.0: What's New?
Artem Bilan discusses how Spring Integration has been affected by Spring Framework 5 and Java 8, presenting new features (including Reactive Streams) and how to use them through a coding demo.
-
How to Navigate the Sea of "No"
Jon Osborn and Brian Jimerson present how the Great American Insurance Group managed to build sponsors and champions, and transform software delivery through cloud native technologies and culture.
-
Rethinking Applications for the NVM Era
Amitabha Roy discusses how to re-architect software to take advantage of the advances of hardware today and how to write software in the future when DRAM is persistent.
-
Turn Hours into Seconds - Concurrent Event Processing
Emil Soman discusses implementing a thread safe solution to a concurrency problem using Flow, Elixir's concurrent computation library.