Backend / distributed systems / web. I`m also interested in low-lavel and I like to create wrappers to improve expierence.
section .data
name db "Artemiy Wanchugov", 0xA
age db 16
msg db "Viva Argentina"
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
|


