Mastering Database Concurrency: From MSSQL Lock Hints to PostgreSQL MVCC.
In a perfect world, the SQL Server Query Optimizer works perfectly. It automatically decides when to use…
Can you imagine an application that, when you input some data or press a button, freezes and…
We’ve previously had a chance to learn about SynchronizationContext, so now it’s time to explore the second…
Since we’ve started diving into multithreading, we can’t skip a crucial concept like SynchronizationContext which is used…
I had the opportunity to participate in a training called „Horyzont Lidera”. It was an interesting adventure…
How architecture evolved from layered to Clean Architecture? Let’s imagine an application that has no additional layers…
In the ever-changing world of software development. Microservice architecture is a pretty revolutionary approach to building complex…