InfoQ Homepage Programming Content on InfoQ
-
The InfoQ eMag: Real-Time APIs: Design, Operation, and Observation
Research shows that there is an increasing demand for near real-time APIs, in which speed and flexibility of response are vitally important. This eMag explores this emerging trend in more detail.
-
The InfoQ eMag - Java Innovations That Are on Their Way
This includes massive, root-and-branch changes such as Project Valhalla as well as some of the more incremental deliveries coming from Project Amber - such as Records and Sealed Types.
-
Dynamic Proxies in Java Mini-Book
In this book we show how we would write a proxy implementation by hand. We then show how we can do the same code using dynamic proxies, saving ourselves a lot of unnecessary code. Since the patterns proxy, decorator, composite and adapter are similar in structure, we can use dynamic proxies to also generate these. Lastly we show how we could use code generation to create the classes in-memory.
-
The InfoQ eMag - Recent Innovations in the Java Platform
In this eMag we want to showcase some of the smaller Java features that have been delivered and reached their final form in recent releases. Language evolution comes in both large and small packages (and sometimes the smaller ones are really stepping stones that unlock bigger changes).
-
The InfoQ eMag - The InfoQ Software Trends Report 2019: Volume 1
This eMag brings together the complete set of reports from the last 12 months and as such represents various points in time. We hope that this format provides InfoQ readers, from developers to CTOs, with a concise summary of the professional software landscape. We encourage you to explore these technologies for yourselves
-
The InfoQ eMag - .NET Core 3
In this eMag we explore some more of the benefits of .NET Core and how it can benefit not only traditional .NET developers, but all technologists who need to bring robust, performant and economical solutions to market.
-
The InfoQ eMag: DevOps for the Database
In this eMag, we discuss the unique aspects of databases, both relational and NoSQL, in a successful continuous integration environment.
-
The InfoQ eMag: .NET Core
In this eMag covering .NET Core, we will explore the benefits of .NET Core and how it can benefit not only traditional .NET developers but all technologists that need to bring robust, performant and economical solutions to market.
-
The InfoQ eMag: QCon 2018 Retrospective
We take a look back at best QCon highlights in 2018, including QCon London, QCon.AI, QCon New York and QCon San Francisco.
-
The JHipster Mini-Book 5.0
The JHipster Mini-Book is a guide to getting started with hip technologies today: Angular, Bootstrap and Spring Boot. All of these frameworks are wrapped up in an easy-to-use project called JHipster. JHipster is a Yeoman generator that can be used to a create a project and generate boilerplate code for you. This book shows you how to build an app with JHipster.
-
The InfoQ eMag: Domain-Driven Design in Practice
This eMag highlights some of the experience of real-world DDD practitioners, including the challenges they have faced, missteps they’ve made, lessons learned, and some success stories.
-
Practical Guide to Building an API Back End with Spring Boot
Starting your first project with Spring Boot can be a bit daunting given the vast options that it provides. This book will guide you step by step along the way to be a Spring Boot hero in no time.