Recent Posts

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 »

Git default options

Author: Nicolas Frankel Original post on Foojay: Read More Table of Contents git pushgit rebase Git has become a fundamental part of our developers’ daily routine that it’s hard to remember our lives without it. And yet, most of us use a limited set of commands and options. Today, I want to focus on two commands most developers probably use …

Read More »