HKHaron Kipkoririndeveloperharon.hashnode.dev·Jan 28, 2022 · 3 min readOn Being a Software EngineerDo you ever feel like you made the wrong decision being a software engineer? Things are not working out and, you've been on the same bug for hours if not days, and you have no idea why it is not working. You're even thinking, things could not get wor...00
HKHaron Kipkoririndeveloperharon.hashnode.dev·Oct 7, 2021 · 2 min readWeb Development With BlazorI 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...00
HKHaron Kipkoririndeveloperharon.hashnode.dev·Oct 7, 2021 · 2 min readLoki - Blazor Component Library [#1]As a continuation to the previous article , I have decided to write this, to inform you about my progress so far. The whole idea behind me making Loki is to learn more about Blazor and all I have done so far, has been inspired by designs from CSS L...00
HKHaron Kipkoririndeveloperharon.hashnode.dev·Oct 6, 2021 · 1 min readLoki - Blazor Component LibraryI 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...00
HKHaron Kipkoririndeveloperharon.hashnode.dev·Dec 10, 2020 · 14 min readGenetic Algorithm C# ImplementationThis 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 ...00