Tech Blog
Learnings from the SB Tech Team
-
3-minute read
Thoughts and Notes from Women of Silicon Roundabout 2018
I have spent over two decades in management & the last 18 years in Tech and I have…
-
3-minute read
Notes from ElixirConf EU 2018 (part 1)
Many of us in Simply Business have taken an interest in Elixir lately: it’s fun to use, it’s got a…
-
1-minute read
Block a specific gem version in your Gemfile in Bundler
If you ever want to exclude or block a specific version of a gem in Bundler, you can. The…
-
10-minute read
Implementing Active/Standby Master Process
Zookeeper has been designed so that we can develop distributed applications easier. For example, we can use it to…
-
7-minute read
Zookeeper Service Availability
Zookeeper is a service that can be replicated so that one can have multiple servers running on different machines,…