Daphne Liu is a third year Computer Science student at the University of…
Credit card forms are one of those elements that every online business will have to implement at one point or another, and they can often be a pain point for both developers and users. That being said, it’s crucial that…
Introduction
If you’ve ever worked with an old legacy codebase, then you probably understand the value of refactoring. Code refactoring is the process of restructuring existing code without changing its external behaviour. The goal is to…
Save time developing and testing your apps by writing reusable code. iOS streamlines the…
At Hootsuite we are moving towards having the majority of our services on Kubernetes, and…
How to find your security group in a haystack
Terraform is a tool developed by Hashicorp that enables you to declare your infrastructure as code:
“Terraform is a tool for building, changing, and versioning…
Every day Hootsuite makes hundreds of thousands of API calls, and processes millions of events that happened in various social networks. Our microservice architecture, and a handful of…
At Hootsuite the Play framework has been an important part of our Scala based microservices. As we refined our practices, however, we began to experiment at a lower level of abstraction than the Play framework provides. In fact, since version 2.5, Play’s…