InfoQ Homepage Development Content on InfoQ
-
Service Discovery and Clustering for .NET developers
Ian Cooper looks at Service Discovery and Clustering approaches and tools, and shows .NET developers how to work with tools such as Serf, Consul, and Zookeeper.
-
5 Anti-Patterns in Designing APIs
Ali Kheyrollahi elaborates on the Client-Server tenet of REST which focuses on separation of concerns and responsibilities between the client and the server.
-
Keep It Simple*, Silly
Mark Walkholm discusses best practices around APIs and looks at some concepts around providing different ways for users to interact with a product to get the most from it.
-
Spring MVC 4.2: New and Noteworthy
Rossen Stoyanchev offers an overview of new features for web applications in Spring Framework 4.2: HTTP streaming, Server-sent events, cross-origin requests, HTTP caching, and WebSocket updates.
-
Light and Fluffy APIs in the Cloud
Shiva Narayanaswamy discusses event driven architectures, serverless architectures, identity management and security related to building APIs in the cloud.
-
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.
-
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.
-
Explorations of the Three Legged Performance Stool
Charlie Hunt explains the three performance attributes of throughput, latency and (memory) footprint and how each of these are influenced in terms of JVM garbage collection.
-
Categories for the Working Programmer
Jeremy Gibbons discusses how categories can help the working functional programmer, focusing on categories as an organizing principle that helps managing generic libraries.
-
Rust: Unlocking Systems Programming
Aaron Turon explains Rust's core notion of “ownership” and shows how Rust uses it to guarantee thread safety, how Rust avoids some of the pitfalls of C++ without compromising on performance.
-
Have Native Languages Returned? (TL;DR: Yes)
In this panel users of C++, Rust, and Go talk about how they picked their language of choice, what problems remain, what was impossible to do with VM-based languages and much more.
-
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.