InfoQ Homepage Development Content on InfoQ
-
The Last Programming Language
Robert Martin walks through some of the history of programming languages, and then prognosticates on the future of languages.
-
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.
-
Bind to the Cloud with Falcor
Jafar Husain provides an inside look at the innovative Falcor, the open source JS data access framework that powers the Netflix UIs and the new UI design patterns it enables.
-
Using React for the Mobile Web
Brian Holt talks about React, performance issues, some general web performance tips, lessons learned while helping write m.reddit.com using React.
-
New in ECMAScript 2016 and Beyond
Brian Terlson discusses the changes in the ES2016 specification process and some of the likely candidates including async functions, SIMD, class property declarations, Typed Objects and more.
-
Behind the OSS Curtain: How we Manage Spring
Baruch Sadogursky and Phil Webb discuss using Artifactory/Bintray to manage the code, issues and releases of the Spring Framework.
-
HTTP/2 for the Web Developer
Brian Clozel discusses the main features of HTTP/2 to understand how it will improve latency on the web, with concrete examples of how it could be integrated in front-end and Spring web applications.
-
Functional Programming Kata with Groovy
Scott Hickey works through a solution to the Bank OCR kata, using Groovy and functional programming techniques. The code uses recursion plus Groovy methods that support functional programming.
-
Groovy AST Transformations
Paul King reviews some of the most useful of the Groovy built-in AST transformations. He talks about the internal workings of AST transformations and how to write your own.
-
The Hypermedia API Pivot
Nick MacDonald discusses a project’s transformation using hypermedia APIs, which has provided them with a simplified backbone to evolve internally and across boundaries.
-
The Future of the Web Platform: Does It Have One?
Alex Russell discusses the impact of new standards-track technologies like Service Workers, Web Manifests, and Web Push which are landing in browsers.