InfoQ Homepage Development Content on InfoQ
-
Is your profiler speaking the same language as you?
This talk covers the classic profiler features. What is a hotspot? What is the difference between sampling and instrumentation from the profiler perspective? What are the problems with those methods?
-
Four Lessons from 10+ Years of APIs
Adam Duvander shares 4 API lessons: outsourcing development, possible regrets on making an API public, not all need your API, and an API can provide more opportunities that one can build.
-
Introducing RxJava into a Spring Boot REST API
Simon Baslé and Laurent Doguin describe how one can migrate code into a fully async and RxJava-based application, built upon Spring Boot and Java 8.
-
Transforming Code to Java 8
Venkat Subramaniam talks about the new facilities in Java 8 and about how they change the way we write code.
-
From Source to Bytecode: Deep Dive into the Groovy Compiler
Cédric Champeau explores the Groovy compiler. He discusses parsing, abstract syntax tree, type checking, type inference, bytecode and verifier.
-
JavaScript in Detail
Joseph Andaverde discusses some of the most commonly misunderstood concepts in JavaScript - closures, variable hoisting, the this keyword, and prototypal inheritance.
-
What If There Were No Rules?
Ben Gracewood explains how to grow a SaaS Product Engineering Team from 8 to 80 (and beyond) while driving simplicity by actively shedding rules and regulations.
-
Human Computer Interaction: Dystopian Economics
Dusty Burwell discusses about the negative effects of developing software and the potential problems it creates.
-
12 Factor or Cloud Native Apps for Spring Developers
Cornelia Davis discusses the Twelve Factor App (12factor.net), which describes elements of cloud native applications. She takes a look at each factor and how Spring and Cloud Foundry satisfy them.
-
Developer Experience with Spring Cloud
Spencer Gibb and Dave Syer explore a range of options for development with Spring Cloud, starting with deploying everything locally to a local development solution.
-
Modern Java Component Design with Spring Framework 4.2
Juergen Hoeller presents selected Spring Framework 4 component model highlights, with a focus on the upcoming Spring Framework 4.2 and a selection of Java 8 enabled features, also code examples.
-
An Introduction to Ember.js
Ryan Doll introduces Ember.js, a framework that focuses on convention rather than configuration.