Skip to content
View Narumikazuchi's full-sized avatar
  • 14:41 (UTC +02:00)
Block or Report

Block or report Narumikazuchi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Narumikazuchi/README.md

Greetings traveler!

I taught myself programming relatively early on in my life. I was fascinated by the things I could create by writing just some words and numbers. Over the years I have developed simple mods for games, tools, automated procedures, and worked with SQL databases.
I am most proficient in programming APIs and libraries or packages. However I am not really talented in creating any form of UI/UX. But I could still collect some experience in those fields due to my job career, being a programmer at a university for 2 years as well as working in a software company creating mostly web applications for 2 years.
I am constantly interested in the newest technologies, like the newest iterations of the .NET Core Framework or machine learning/AI.
My experience in various programming languages and tools can be roughly seen here:


More about myself

I really enjoy the process of problem solving. Most of my personal programming solutions stem from either problems I encountered or from features I was missing in other applications. An example of that are my Extensibility and ByteSerialization solutions. Most of my personal projects had similar roots. There are also projects where I'm just interested in the way the problem is solved.

Not too long ago I started to learn C++ to expand my horizon. My first project has been a plugin for the so called 'BAKKES MOD', which is a mod for the game 'Rocket League'. I plan to further my research and improve my understanding of the language and it's perks.

How to reach me: Discord Narumikazuchi#3333
Github Member since 29.01.2021.

Pinned Loading

  1. Collections Collections Public

    This project was inspired by the source code for the system intern immutable collections. It expands on the idea of a strong enumerable with a strong enumerator instead of the usual interface. This…

    C# 2

  2. Generators.ByteSerialization Generators.ByteSerialization Public

    Serialize your objects uncompressed but with high performance into bytes.

    C# 1

  3. Generators.TaggedUnions Generators.TaggedUnions Public

    Generates tagged union types with the use of a single attribute for your project.

    C# 1

  4. Common Common Public

    This library contains classes that are commonly used in my personal projects.

    C#

  5. Extensibility Extensibility Public

    Being a big friend of modularity and extensibility I found myself implementing the same crude plugin functionality over and over. Those days have ended with this library, as it allows me to leave t…

    C#

  6. GroupManager GroupManager Public archive

    A nifty little tool designed to allow a manager of an Active Directory Security Group to add and remove members from that group.

    C#