Skip to content
View avanchugov's full-sized avatar
🕳️
God help me prove consensus
🕳️
God help me prove consensus

Block or report avanchugov

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
avanchugov/README.md

image

🧾 About Me

Distributed systems engineer / Back-End developer. Work with MySQL, PostgreSQL, microservice architecture, distributed systems, RESTful APIs and other tech. I have SaaS project (with HMAC, tokens, HWID, etc.), experience in bot development, commercial projects, development in C. Commercial experience, Joint development (TypeScript&Java), Contributing in Open-Source, CS/DS knowledge.

I'm interested in neuropsychology and psychoanalysis.

Open to collaboration.

section .data
  name db "Artemy Vanchugov", 0xA
  age db 15
  music db "According to my mood", 0xA
  telegram db "https://t.me/a_vanchugov", 0xA
  msg db "Someone in the world is having fun, someone is feeling good. Everyone`s had some luck in life - but I wasn`t lucky."
  message_len equ $ - msg

section .text
  global _start

_start:
  mov rax, 1
  mov rdi, 1
  mov rsi, msg
  mov rdx, message_len
  syscall

_end:
  mov rax, 60
  syscall

📁 My Projects

ModularORM
Lightweight and modular ORM for TypeScript with built-in query builder.
TypeScriptMySQLnpm
Time
Library focused on time formatting and convenient manipulation
TypeScriptDatetimenpm
FineHTTP
Simple library that will help you type standard fetch and automate some actions.
TypeScriptfetchnpm
cTEST
This is a simple and lightweight C library that will allow you to test your application and see the test results right in the console.
Ctestslightweight
DockerCLI
A console utility that allows you to easily create Dockerfile and docker-compose with a single command.
Cclidocker
MySQL C Driver
This is an unfinished project that was supposed to be a mysql driver in C, with which you could send SQL queries through a single function, directly in C.
Cmysqldriver


⚙️ My Stack

Pinned Loading

  1. modular-orm modular-orm Public

    ModularORM is a powerful and flexible Object-Relational Mapping (ORM) library for TypeScript that allows developers to interact with SQL databases through TypeScript classes.

    TypeScript 1

  2. ctest ctest Public

    This is a simple and lightweight C library that will allow you to test your application and see the test results right in the console.

    C

  3. base-vk-bot base-vk-bot Public template

    This repository is base for VK bots in OOP and angular-like style

    TypeScript

  4. docker-cli-tool docker-cli-tool Public

    A console utility that allows you to easily create Dockerfile and docker-compose with a single command.

    C 1

  5. bot-for-moderators bot-for-moderators Public

    [Russian localization] Bot for moderating staff. Previously private

    TypeScript

  6. clibs clibs Public

    This is a practical and lightweight monorepo that collects the most needed libraries for C projects.

    C