InfoQ Homepage Programming Content on InfoQ
-
Unlocking the “Secret Sauce” of Great Teams
Heather Fleming discusses two frameworks that can be used with individuals to improve communication, increase empathy and establish the psychologically safe environment a team needs to thrive.
-
No REST - Architecting Real-Time Bulk Async APIs
Michael Uzquiano talks about how to scale an API to accept many items, how to evolve the Evolution of ReST over HTTP to transactional, asynchronous bulk operations and using polling.
-
Beyond Breakpoints: A Tour of Dynamic Analysis
Nathan Taylor provides an introduction to the dynamic analysis research space, suggesting integrating these techniques into various internal tools.
-
2-Speed DevOps for Cloud-minded Enterprise
Ming Zhou and Adam Lewis share their experience of building cloud automation and orchestration platforms.
-
How to Train Your Microservice
Doug Sherman reviews the efforts that took place in the initial phases which incorporated targeted parts of the Spring Framework, as well as more current efforts that leveraged Spring projects.
-
Transforming the Monolith at 20M tph
Nick Beenham describes how the Enterprise Services Team at Comcast transformed from large monolithic deployments with cycle times of anything from 90 days to cycle times measured in hours.
-
TDD: The Bad Parts
Matt Parker examines a number of common problems teams face when using TDD, a deceptively simple practice that requires a good deal of craftsmanship and skill to wield effectively.
-
It's Not You, It's Us: Winning Over People and Yourself for the Team
Neha Batra believes that the best teams are the ones with diverse ways of working, diverse opinions, and diverse backgrounds, but with great diversity comes great responsibility.
-
Tackling Unwieldy Projects with XP
Joseph Rodriguez and Peter Clowes talk about the basic principles of XP.
-
Scaling Your Product Team While Staying Agile
Dan Podsedly talks about the challenges and opportunities encountered as product organizations grow beyond the single agile team, based on real world experiences of Pivotal Tracker.
-
Deep Dive into Asynchronous Patterns in JavaScript
Joseph Andaverde provides insight on how asynchronous patterns - callbacks, promises, generators, and async/await - can be applied through simple yet pragmatic examples.
-
The Engineer's Guide to HotSpot JIT Compilation
Monica Beckwith discusses the performance introduced by adaptive compilation in the OpenJDK Hotspot VM, focusing on the internals of OpenJDK 8, the reference implementation for Java SE8.