
Coding
The world needs bad developers, we keep other bad developers from the door
Recently, I watched the show True Detective. In the movie, the main character has a famous quote “The world needs bad men. We keep other…
Coding
Recently, I watched the show True Detective. In the movie, the main character has a famous quote “The world needs bad men. We keep other…
Coding
Portfolio is really important, it’s a showcase for your work and also make people who are curious about your work impress about your first…
In the software industry, our pursuit of excellence often leads us to expand our knowledge both horizontally and vertically. We encounter…
In C#, there are two main types of loops: the for loop and the foreach loop. The for loop is a general-purpose loop that can be used to…
Did you know that the foreach loop is a syntactic construct that provides a more concise and readable way to iterate over a collection of…
We expect X but it doesn’t happen as we wished and we are all upset. Are we suffering by our imagination then?
Likely 90% of everything could fail when your code does something. For example, a function that reads content from a file…
Coding is fun, but coding without thinking through is only fun at the moment you write it (It’s not even that fun). Bad code is very scary…
I chose not to refactor and improve the project immediately but keep adding more features using the existing crumbling code base…
It’s 2023, learning to code has never been easier. Back then, i searched for free eBooks, watching hours of Youtube videos. Udemy and…
Coding
Rust programming language takes a unique approach to address common issues found in other languages, with a robust type system that…
Coding
At first glance, the Fn family in Rust may appear daunting, but once you grasp the purpose and rationale behind their existence, you’ll…