Recent Posts

1:1

2 minute read

A 1:1 meeting (pronounced one-on-one or one-to-one meeting) is a regular check-in between two people in an organization – typically a manager and an employee...

Freedom

less than 1 minute read

“The most important consequence of self-sufficiency is freedom.”

Flyweight pattern

1 minute read

In computer programming, the flyweight software design pattern refers to an object that minimizes memory usage by sharing some of its data with other similar...

Singleton Anti Pattern

2 minute read

In software engineering, the singleton pattern is a software design pattern that restricts the instantiation of a class to one “single” instance. This is use...