Skip to content

Blog

Browse through our blog page filled with updated information and the latest tips to help you achieve your goals.


Align remote teams with OKRs and Impact Mapping

Align remote teams with OKRs and Impact Mapping

In today's fast-paced business environment, remote distributed teams are becoming increasingly...
When to use Microservices?

When to use Microservices?

Microservices are a software architecture design pattern in which a large application is built as a...
TL;DR: Move CI/CD scripts into .automation

TL;DR: Move CI/CD scripts into .automation

Today our /bin folder has become overwhelmed with different development tools and scripts. We put...
Auto-install system dependencies for Ruby on Rails

Auto-install system dependencies for Ruby on Rails

Let's integrate Homebrew into our Ruby on Rails Project local set up. There is a convention for Ruby...
Incremental lint fixes by GitHub Actions

Incremental lint fixes by GitHub Actions

How do you apply new lint rules to the legacy project with active development? Have you added...
How to create circles in CSS

How to create circles in CSS

Let's look at a few tricks in CSS able to create basic shapes like circles. <div...