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, […]

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). […]

Bullet points formatter

Hey guys, So this week I worked on a small code kata. The purpose of this project is to simply be able to format text into a bullet point like any text editor allows you to do it. To complete this challenge, I decide to use F# since it’s so great for prototyping and get […]

Become better, learn better, do code katas !

Hey guys Today, I’m here talking about how to better ourselves us developers. We’re always learning while working and that’s bad. We should instead learn in our own time and practice before trying to use our tools to resolve the bugs in the software and the features requests from the clients. Learning on the job […]

Euler problems

Hi guys, Late post before I go to bed. I don’t know if you ever heard about Euler problems ? It’s a series of challenging computer and mathematical programming problems. They require some thinking in order to be solved. The reason behind solving them is to acquire better skills at problem solving, which is something […]