Hi readers, C# advent calendar This year, I decided to participate in the C# advent calendar. You can find other posts for the C# advent calendar here. I had the chance to partake before in the F# advent calendar and was not aware that there was one for C# users. I feel this blog entry … Continue reading Guidelines to improve your software design skills with .NET (Part I)
Category: data structures
Earning my yellow belt in Python
Hi, So it took some work but today I earned my yellow belt in Python on CodeWars. Now, I'm focused on getting familiar with the internal APIs of Python. When I finally earn my blue belt, that's when I'll start focusing on big O from the get-go. I still make sure my code isn't inefficient, … Continue reading Earning my yellow belt in Python
Ranking up to 7th kyu with Python
Hi, About a week ago, I started training with my algorithms and data structures skills with Python. Today I had a small victory. I've finally ranked up to 7th kyu with Python 🙂 My top language, for now, is C# in which I'm ranked at 5 kyu (yellow belt) almost at 4 kyu (blue belt). … Continue reading Ranking up to 7th kyu with Python