Category / Uncategorized

This is a usual time of the year for summaries so let’s keep the tradition alive and write one. Here’s my 2017 achievements split between months. January Blogging for 18 days straight – nothing near gutek’s achievement (whole year!) but still a nice streak Microsoft MVP title (thx Konrad Kokosa for pointing this one ;)) February […]

“Advent of Code is a series of small programming puzzles for a variety of skill levels.” Each day was a fun an interesting coding challenge. I’ve decided to practice and code this in python to learn the skill. Some of them might not be the best python scripting as I was short on time in […]

In the previous post we’ve removed some of the technical debt that could be found in our NetDeveloperPoland Website application. In this one we will remove it even more. We can even maybe reach a B? Let’s see where we’ll end up at the end of this part. Paweł ŁukasikFounder of Octal Solutions a .NET […]

Lua - visibility rules

The visibility of variables in Lua is a bit different than in C#. The same variable name can be used within the inner block without any naming issues. Lets see how this is in practice Paweł ŁukasikFounder of Octal Solutions a .NET software house. Passionate dev, blogger, occasionally speaker, one of the leaders of Wroc.NET user […]

Lua - garbage collector

C programmers think memory management is too important to be left to the computer. Lisp programmers think memory management is too important to be left to the user. Lets see what Lua programmers think on this topic. Paweł ŁukasikFounder of Octal Solutions a .NET software house. Passionate dev, blogger, occasionally speaker, one of the leaders […]

Lets start coding. After setting up our environment for macOS and Windows it’s time to write code. Lets keep the tradition live and as the first program we will write “Hello World” application. Paweł ŁukasikFounder of Octal Solutions a .NET software house. Passionate dev, blogger, occasionally speaker, one of the leaders of Wroc.NET user group. Microsoft MVP. […]

Kolejny rok, kolejne podsumowanie. 30 postów (znów mało – coś się nie mogę przełamać tej granicy). 21 tys. odsłon, 37 tys. wizyt – trochę mniej niż w poprzednim roku. Tendencja spadkowa, którą trzeba będzie odwrócić. Najpopularniejsze posty: WPF Podsumowanie – 2111 wyświetleń – Post z 2009 roku zbierający wszystkie moje wpisy odnośnie WPF’a więc nic dziwnego, że […]

Dziś temat, który pojawił się podczas mojej ostatniej sesji na portalu VirtualStudy o plikach (niedługo powinna być dostępna pod tym adresem). Pojawiło się pytanie od słuchaczy, czy za pomocą ogólnodostępnych klas w .NET można dobrać się do Alternate Data Stream. Pytanie to zadałem jako zagadkę dla dociekliwych w zamian za konto VIP. Jako, że konkurs […]

Wielkimi krokami trwają przygotowania do 3. edycji Geeks On Tour. Tym razem Piotr Włodek z firmy Infusion będzie opowiadał o MEF czyli Managed Extensibility Framework. Podczas pierwszej sesji zostaną omówione podstawy a w trakcie drugiej zagłębimy się głębiej w to co MEF ma do zaoferowania. Przyłącz się do nas biorąc udział w sesji w jednym […]

Jako, że nadal nie mam czasu na pisanie nowych postów (tematów trochę jest – czasu mniej :(), postanowiłem udostępnić coś co kiedyś zostało nagrane, a jakoś nie zostało przedstawione szerszej publiczności. Poniżej linki do trzech moich (AttachedProperties oraz Style – już był publikowany na blogu, ale na innym serwerze) filmów umieszczonych na Cyber-Flick odnośnie WPF’a. […]