Skip to content
View ignavan39's full-sized avatar
🦍
develop
🦍
develop

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

Core Skills πŸ› οΈ:

Languages & Technologies:

  • JavaScript/TypeScript (Node.js)
  • Golang
  • SQL databases
  • Distributed Systems
  • High-load Architecture
  • System Design & Performance Optimization

Tools & Platforms:

  • Docker/Kubernetes
  • Message brokers (RabbitMQ)
  • CI/CD pipelines (gitlab)
  • Monitoring solutions (Grafana)
  • Cloud platforms (Yandex, Google)

golang javascript javascript clang cpp

expressjs nestjs docker graphql redux react vue vuex

postgresql docker rabbitMQ k8s nginx grafana

Current Focus:

  • πŸ” Designing scalable microservices architectures
  • πŸ“Š Building high-performance backend systems
  • 🧠 Knowledge management in engineering teams

πŸ“Š Stats

Anurag's GitHub stats

Top Langs

Contacts:

Telegram Badge Email Badge Hh Badge|

Pinned Loading

  1. Find and kill table locks
    1
    SELECT t.schemaname,
    2
        t.relname,
    3
        l.locktype,
    4
        l.page,
    5
        l.virtualtransaction,
  2. 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 Public

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

    Go 2

  4. unnamed-crm/web-client Public

    web client for Unnamed CRM

    TypeScript 3

  5. unnamed-crm/ucrm Public

    Unnamed CRM

    Go 5

  6. ucrm-2 Public

    Unnamed CRM v2.0

    TypeScript 2

15 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to ignavan39/ignavan39
Loading A graph representing ignavan39's contributions from March 31, 2024 to March 31, 2025. The contributions are 69% commits, 15% code review, 8% pull requests, 8% issues.

Contribution activity

March 2025

Created 3 commits in 1 repository
1 contribution in private repositories Mar 4
Loading