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|
ModularORM Lightweight and modular ORM for TypeScript with built-in query builder. TypeScript • MySQL • npm
|
|
Time Library focused on time formatting and convenient manipulation TypeScript • Datetime • npm
|
|
FineHTTP Simple library that will help you type standard fetch and automate some actions. TypeScript • fetch • npm
|
|
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. C • tests • lightweight
|
|
DockerCLI A console utility that allows you to easily create Dockerfile and docker-compose with a single command. C • cli • docker
|
|
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. C • mysql • driver
|


