Skip to content
View ignavan39's full-sized avatar
πŸ”¨
develop
πŸ”¨
develop
Block or Report

Block or report ignavan39

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

Hi there πŸ‘‹

About:

  • My name is Ivan, I work 🏒 and write code πŸ’» all the time
  • Passionate about Web and Distributed Systems
  • Javascript expirience since 2020
  • Golang expirience since 2021
  • Started programming in 2016 in C to solve exam problems

πŸ› οΈ languages and tools:

golang javascript javascript clang cpp

expressjs nestjs docker graphql redux react vue vuex

postgresql docker rabbitMQ k8s nginx

πŸ“Š Stats

Anurag's GitHub stats

Top Langs

Contacts:

Telegram Badge Email Badge Hh Badge|

Pinned

  1. Find and kill table locks Find and kill table locks
    1
    SELECT t.schemaname,
    2
        t.relname,
    3
        l.locktype,
    4
        l.page,
    5
        l.virtualtransaction,
  2. typescript helpers typescript helpers
    1
    export type UniqueArray<T> = T extends readonly [infer X, ...infer Rest]
    2
    	? InArray<Rest, X> extends true
    3
    		? ['Encountered value with duplicates:', X]
    4
    		: readonly [X, ...UniqueArray<Rest>] | readonly [...UniqueArray<Rest>]
    5
    	: T;
  3. piper piper Public

    Go modern AMQP framework over https://github.com/streadway/amqp

    Go 1

  4. unnamed-crm/web-client unnamed-crm/web-client Public

    web client for Unnamed CRM

    TypeScript 3

  5. unnamed-crm/ucrm unnamed-crm/ucrm Public

    Unnamed CRM

    Go 5

  6. ucrm-2 ucrm-2 Public

    Unnamed CRM v2.0

    TypeScript 2