Homepage
Welcome to my blog!
I’ve been learning to code while working full-time. I mainly write about C#, SQL, JavaScript and general IT stuff.
-
Points lying inside a circle – duplicated point variation
Given three parameters of equal size: string S - points names (duplicates allowed) int[] X - point coordinate int[] Y - point coordinate Calculate the…Continue reading »
-
Remote work in the times of COVID-19
Hi fellas! We're witnessing history and trying to make best out of it. There's a Chinese saying that you shoudn't wish to live in the…Continue reading »
-
Reordering DataTable Optimization Use Case
Scenario Let's assume we have a header based import accepting CSV files, with the following criteria: columns can be placed in a file in any…Continue reading »
-
Why software fails and buildings don’t
Introduction Kraków - the city I currently live in seems to be at its cultural and economic bloom. The total office area more than quadrupled…Continue reading »
-
Overriding vs Shadowing
Hi, in short, I'd like to describe why using method shadowing in a project can be dangerous. First, let's have a short introduction to what…Continue reading »
-
How to Create a Mind – Ray Kurzweil
The Structure "How to Create a Mind" is the latest nonfiction book by Ray Kurzweil as of today. It starts technical and shifts toward the…Continue reading »