Skip to content
View Zodt's full-sized avatar
๐Ÿ‡ท๐Ÿ‡ธ
๐Ÿ‡ท๐Ÿ‡ธ
  • Finstar LLC
  • Belgrade, Serbia
  • 05:21 (UTC +02:00)
  • X @R_3pV

Organizations

@Zodt-Utilities
Block or Report

Block or report Zodt

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
Zodt/README.md

Hi there ๐Ÿ‘‹

I'm Roman, a software engineer mainly interested in programming languages tooling creation.

Actively contributing to different developer tools in my spare time.


My Skill Set

Software

Frontend

Backend

DevOps

GitHub Stats
Connect with me

Pinned

  1. ChatApi ChatApi Public archive

    ChatApi is an unofficial cross-platform libraries for interacting with the chat-api.com

    C# 7 7

  2. EquatableSourceGenerator EquatableSourceGenerator Public archive

    The `EquatableSourceGenerator` is a simple generator that realize the implementation of the interface IEquatable`1 in a partial class

    C# 1

  3. FizzBuzz FizzBuzz Public

    Solving a typical task on interviews in different programming styles

    C#

  4. MediatR exceptions handling MediatR exceptions handling
    1
    public static class ExceptionExtensions
    2
    {
    3
    	public static List<Exception> FlattenInnerExceptions(this Exception exception)
    4
    	{
    5
    		return exception