Profile Avatar

About Me

Welcome to my digital corner! I'm Szymon, a developer exploring the realms of software engineering and artificial intelligence. Dive into my blog and projects to see what I'm up to.

Thumbnail for Error and Exception Handling in Applications

Error and Exception Handling in Applications

Programming.NET

Published: 2025-09-03

Learn how to properly handle errors and exceptions in your applications to improve stability, make debugging easier, and provide better user experience.

Read more
Thumbnail for 🗑 Garbage Collector in .NET — How It Works Under the Hood

🗑 Garbage Collector in .NET — How It Works Under the Hood

Programming.NET

Published: 2025-08-26

A deep dive into how .NET's Garbage Collector works, from mark-and-compact algorithms to generational collection and performance optimization strategies

Read more
Thumbnail for Understanding LINQ Deferred Execution: Why Your Queries Don't Run When You Think They Do

Understanding LINQ Deferred Execution: Why Your Queries Don't Run When You Think They Do

Linq.NET

Published: 2025-08-19

Learn how LINQ's deferred execution works, why it matters for performance, and when you should materialize your queries to avoid unexpected behavior.

Read more