Hi, I’m Dan! Welcome to my blog!
I’m a passionate software developer, Pluralsight author, teacher, and blogger. I also love ice hockey, running, and brewing amazing cups of coffee.
I’m a passionate software developer, Pluralsight author, teacher, and blogger. I also love ice hockey, running, and brewing amazing cups of coffee.
Learn how to create a MongoDB lookup view that combines data from multiple collections using Java code and the Spring Data MongoDB library.
Learn how to query MongoDB views in a Java Spring Boot application using the MongoTemplate interface and the repository pattern.
Learn how to create and query a read-only view in MongoDB by combining data from multiple collections using $lookup and $project stages.
Learn how to create inner and left join lookup MongoDB views by aggregating data from multiple collections and effectively handling missing values.