Recent Posts

NLJUG Innovation Award

NLJUG INNOVATION AWARD 2025 Is your company an innovator and do you have a successful, innovative, responsible and/or large-scale project? Then this is your chance to be in the spotlight! The NLJUG Innovation Award will be presented for the seventh time during J-Fall and we are looking for the most innovative project. Every NLJUG business partner that submits a project …

Read More »

What happens when a Primary fails in a MongoDB replica set? Automatic failovers?

Author: Shrey Batra Original post on Foojay: Read More In distributed systems, high availability is not a luxury—it’s a necessity. And one of the very important parts of that is automatic failovers. What are automatic failovers and how do they work? Let’s see today! These concepts are actually similar in every database, but as MongoDB is natively built for replica-sets, …

Read More »

GitHub workflows tips and tricks

Author: Nicolas Frankel Original post on Foojay: Read More Table of Contents What are GitHub workflows?GitHub ActionsChoosing the right ActionKnow your ActionsPin your dependency versionUse the job summaryUnderstand workflows’ lifecycleTest locallySummary I’ve quite a lengthy experience with GitHub workflows, but not up to the point where I can claim I’m an expert. However, I recently developed a new workflow, and …

Read More »