InfoQ Homepage Repository Content on InfoQ
Presentations
RSS Feed-
Monorepos: beyond the Technicalities
Tiago Bento analyzes software development workflows without ignoring the human factor and the status quo (most likely a poly-repo setting).
-
Implementing OSSF Scorecards across an Organization
Chris Swan provides a walkthrough of the steps involved in securing a first repository, and then what it takes to repeat that process across an organization with multiple repos.
-
Attack of the Monorepos
Rupert Redington introduces monorepos, exploring some of the available tooling and then illustrates the changes their team experienced adopting them.
-
Spring Data Hazelcast: Fluently Accessing Distributed Repositories
Victor Gamov and Neil Stevenson present using Spring Data for a Hazelcast project, built on the KeyValue module and providing infrastructure components for creating repository abstractions.
-
Introduction to Spring Data
Mark Pollack provides a guided tour plus demos of the Spring Data feature set.
-
Spring Data Repositories, A Deep Dive
Oliver Gierke introduces Spring Data repositories along with best practices and implementation patterns, followed by guidelines for integrating repositories with Spring MVC and REST web services.
-
Spring Data REST: Easily Export JPA Entities Directly to the Web
Jon Brisbin explains how to expose JPA entities via the Spring Data Repository abstraction and then exporting them to HTTP using Spring Data REST.
-
Frameworks and DDD: Keeping the Model Clean
Tim McCarthy talks about preserving the purity of the domain model while using frameworks. The presentation is targeted at developers and demoes a .NET SharePoint real application.