4 followers
A Software Writer
Subscribe to my newsletter and never miss my upcoming articles
Do you ever feel like you made the wrong decision being a software engineer?
I have really been lucky that most if not all the projects I have worked on in 2021 are/were Blazor Server Side projects. It has been really fun writing client-side logic with C#, something that is not possible with MVC, and it's true that Blazor s...
The Initial Code (Initial Commit)
I have been working on a new project, called Loki. It's intended to be a Blazor component library, just like MudBlazor, only difference is this is based on my design and not material design. And it is also probably not going to be doing more with B...
I was reading this article by Jason Fried ( Changes at Basecamp ), the one about him and DHH ( Basecamp's new etiquette regarding societal politics at work ) changing a lot of work policies (which I agree with btw), and I love this quote that he shar...
This is a C# implementation of Genetic Algorithm based on the articles by The Nature Of Code . To understand the algorithm in more details, I would recommend you go read the article. The implementation tries to evolve a random string into a string ...