Recent Posts

MongoDB Aggregation Framework: A Beginner’s Guide

Author: Tim Kelly Original post on Foojay: Read More Table of Contents Aggregation pipelineAggregation stages $Match $Project $Unwind $Group $Sort $AddFields Combining stagesWrapping up Finding exactly the data we need isn’t always a simple task. You’ve probably faced situations where you needed to filter information, group it, and even perform calculations to produce a final result. And often, delivering this …

Read More »

Java’s Structured Concurrency: Finally Finding Its Footing

Author: A N M Bazlur Rahman Original post on Foojay: Read More Table of Contents What Actually Changed This Time The Core Concept Remains Strong The headline change: static factory methods Joiners: pick your success policy Rolling your own Joiner Better cancellation and deadlines Scoped values ride along Guard-rails against misuse Observability improvements Some more examples to try out Final …

Read More »

Cloudflare Tunnel for Home Assistant

Author: Nicolas Frankel Original post on Foojay: Read More Table of Contents The initial setupCloudflare Tunnel for Home AssistantRemoving Let’s Encrypt add-onConclusion I continue to take care of my Home Assistant. This week, I replaced my original setup with Cloudflare Tunnel. This is the 6th post in the My journey with Home Assistant focus series. Other posts include: Why Home …

Read More »