
Coding
Self Hosting The Experience
Recently, I attempted to launch a website from the ground up with AstroJs. Opting to rent an AWS Lightsail instance with the initial goal…
Coding
Recently, I attempted to launch a website from the ground up with AstroJs. Opting to rent an AWS Lightsail instance with the initial goal…
Coding
OpenTelemetry is a relatively new concept, and I’ve observed that it can be somewhat challenging for beginners to fully understand. While…
What is Wireguard? According to their page, they states:
Coding
The ugliness must stop here, we still have our ways out and earn more
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…