How to Turn Learning Languages Into a Hobby by Mateusz Michno

Last week, our Software Tester, Mateusz Michno, hosted an inspiring internal meetup about making language learning an enjoyable part of everyday life. Mateusz, a passionate language learner and self-taught polyglot, shared practical tips, debunked common myths, and emphasized how both mindset and consistency can shape anyone’s journey toward language learning. His talk inspired team members […]
Read More

Personal Reflections on Leadership by Max Zuchowski

Some years ago, we created a visual map of leadership at Macrix – a colorful chart full of ideas and categories. I recently rediscovered it in our knowledge base. It sparked some thoughts I’d like to share – based on my own leadership journey and experiences over the years. 1. LEADER FIRST, MANAGER SECOND Over […]
Read More

Overview of Transitive Dependency

Imagine you are developing a .NET application that runs perfectly at first. Suddenly, unexpected runtime errors occur – even though your main project does not explicitly include additional packages. How can this phenomenon be explained?  Often, the cause is a transitive dependency: a library such as Entity Framework Core is silently included in your project via […]
Read More

Implementing the Cached Repository Pattern in C#

  Introduction to the concept A cached repository is a design pattern to enhance application performance by storing data in a fast-access memory area known as a cache. This reduces the number of database accesses, thereby improving response times and the application’s scalability. A repository abstracts data access and provides uniform interfaces for CRUD operations […]
Read More

Artificial Intelligence with ML.NET for text classifications

Recently, Artificial Intelligence (AI) has been gaining popularity at breakneck speed.  OpenAI’s ChatGPT was a breakthrough in Artificial Intelligence, and the enthusiasm was huge. ChatGPT triggered a trend towards AI applications that many companies followed. You read and hear about AI everywhere. Videos and images of celebrities performing strange dance moves appear, or you hear interviews and […]
Read More

IT infrastructure defense in depth part 4

Before getting to the last part of our series of cybersecurity I encourage You to discover previous one: part 1 part 2 part 3 In this concluding article, we cover the following crucial points: 💡 Application Security & 💡 Data Security. Application Security Application security is a very extensive topic; a whole book could be […]
Read More

IT infrastructure defense in depth part 3

 In this previous two articles about IT infrastructure in depth: part 1 part 2 we talked about IT infrastructure security concerning physical security and network perimeter security. This time we are going to peel another layer of our cybersecurity onion and talk about internal network and host security. Internal Network Security   Internal network security […]
Read More