InfoQ Homepage Architecture Content on InfoQ
-
Creating Java REST Servers from Swagger API Definitions
Swagger is a simple but powerful representation of RESTful APIs. This talk gives an introduction to API creation using the Swagger Editor, and creating a REST service using swagger-codegen.
-
Can Building Enterprise Software Actually Be Fun?
Steve Garrity explains the custom process they use at Hearsay Social for large, enterprise projects.
-
Just Enough Software Development in Times of Rapid Change
Ted Young shares his experience having to build their own solution or choosing an open source project in its infancy, the problems encountered and how they solved them.
-
APIs for Amnesty
Vivian Chandra outlines the benefits of an API they created including how it has helped them automate part of their CRM process and protected them from changes of the CRM system.
-
Great User Experience Through Dual-Track Scrum
Aurimas Adomavicius discusses metrics of great User Experience for the enterprise, the dual-track Scrum model, common pitfalls, lessons learned, and quantifying the success of a project.
-
Beyond the Hype: 4 Years of Go in Production
Travis Reeder thinks performance, memory, concurrency, reliability, and deployment are key to exploring Go and its value in production. Travis describes how it’s worked for Iron.io.
-
Federated Queries with HAWQ - SQL on Hadoop and Beyond
Christian Tzolov shows different integration approaches between HAWQ and GemFire, showing using Spring XD to ingest GemFire data into HDFS and using Spring Boot to implement a RESTful proxy for HAWQ.
-
Intro to Spring Boot for the Web Tier
Brian Clozel and Stéphane Nicoll present how Boot helps one with front-end resources, security, error customization, template engines, embedded container configuration and DevOps features.
-
Achieving Tangible Business Benefits with the Scaled Agile Framework
Dean Leffingwell describes the values, principles and practices of the Scaled Agile Framework, how it is delivering faster time-to-market, more engagement, higher quality, and increased productivity.
-
Building Blocks of a Distributed System
Oren Eini discusses the building blocks of a reliable, transactional distributed database, covering ACID compliance, consistency, failure handling, monitoring, management, and more.
-
Is that API Secure?
Marko Vuksanovic walks through HTTP security mechanisms, and how to transfer and store sensitive data.
-
Distributed Java Systems in Minutes with Hazelcast
This talk presents Hazelcast, an open-source distributed Java in-memory container that allows multiple processes to share data using standard Java APIs such as Maps, Sets and Lists.