InfoQ Homepage Development Content on InfoQ
-
Cloud Native Security: Rotate, Repair, Repave
Justin Smith outlines principles and practices of Cloud Native Security and how Cloud Foundry can be part of a strategy to increase velocity and security.
-
Cloud Native Java
Josh Long looks at how high performance organizations like Ticketmaster, Alibaba, and Netflix make short work of that complexity with Spring Boot and Spring Cloud.
-
Modern Java Component Design with Spring 4.3
Jüergen Hoeller presents selected Spring Framework 4 component model highlights and a selection of Java 8 enabled features, illustrated with many code examples and noteworthy design considerations.
-
API-first Architecture Transformation at Etsy
Stefanie Schirmer talks about the case study of building an API-first architecture at Etsy, why they built it, the tools used, the mistakes made and the lessons learnt along the way.
-
Getting Towards Real Sandbox Containers
Jessie Frazelle discusses the differences between application sandboxes and containers, including rootless containers, custom AppArmor profiles, seccomp profiling, and the future of container security
-
Help Developers Do What They Love - SpringOne Keynote
The authors keynote on Pivotal and Cloud Foundry, the role of women in software development, containers and broken culture, experiences shared by Comcast and City Bank building solutions with Pivotal.
-
Apache Tomcat Roadmap
Mark Thomas discusses the new features available now or soon in Tomcat 9 and how they can best be utilized in applications.
-
Simplifying the Future - SpringOne Keynote
Adrian Cockcroft keynotes on the lessons learned so far on cloud computing and applying them to simplify future projects.
-
CloudFoundry Foundation plus Stories from Accenture, Bloomberg, Comcast and more - SpringOne Keynote
A keynote on: CloudFoundry Foundation, stories from Accenture, Bloomberg, Comcast, Manulife and McKesson using Pivotal technologies, and Cloud Foundry running on Azure and GCP.
-
The Spring Circle of Feedback plus the Latest Features in Spring Boot 1.4 - SpringOne Keynote
A keynote on the "circle of code" which represents the journey from idea to implementation to deployment and back to more ideas, and a demo of the latest features in Spring Boot 1.4.
-
Building APIs
Mat Ryer takes a look at the code used for a real API running on Google AppEngine, discussing best practices for delivering modern web services.
-
I Don't Know Prolog, and so Can You
Corey Haines introduces Prolog, its syntax, the solver model, along with code samples on list operations to find all the combinatorial variations of a list using the function isMember.