Advent of Code - Day 01

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill levels that can be solved in any programming language you like. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other.

Read More

The Bus Factor: Ensuring Project Resilience

In the realm of project management, software development, and team collaboration, the term “bus factor” often surfaces in conversations about risk and resilience. Despite its seemingly morbid name, the bus factor is a critical concept that highlights the vulnerability of a project or team to the loss of key members. Understanding and addressing the bus factor is essential for the longevity and success of any collaborative endeavor.

Read More

Efficient Application Management with Azure App Configuration and Feature Flags

In today’s rapidly changing software environment, managing application settings and deploying features effectively is crucial for any organization. Azure App Configuration and feature flags provide a streamlined solution for these challenges, enhancing both developer productivity and application performance. Let’s dive into how these services work and how you can implement them in your projects.

Read More