class LimneticGG:
def __init__(self):
self.name = "Fedor"
self.age = 17
self.location = "Moscow, Russia"
self.experience = "5 years"
self.first_language = "Python"
def commercial_experience(self):
return [
"C# ASP.NET Core Backend Developer",
"Python FastAPI Backend Developer",
]
def skills(self):
return [
"CI/CD",
"Linux",
"Git",
"Docker+Docker-compose",
"Kafka",
"Redis",
"PostgreSQL",
"SQLite3",
"Nginx"
]
def hobbies(self):
return [
"GameDev",
"OpenSource",
"LeetCode"
}
me = LimneticGG()| Main | I use too | Backend | Frontend | Tools & DB | OS & IDEs |
|---|---|---|---|---|---|
|
|
|
|
|
|
|
Fan of:
current_projects = {
"Mojelly🍇": "Fast Async backend framework for Mojo!🔥",
"Concord": "A multifunctional corporate web messenger supporting group chats, file transfers, voice and video messages, and calls with simultaneous screen sharing",
"Simple-Neirolib": "An educational project: the minimal core of a multilayer neural network capable of learning virtually any task",
"Mini-blockchain": "A minimalist PoW blockchain featuring token transfer and mining capabilities, transaction history recording, and a chain validator",
"BurgerShooter": "A fast-paced and funny boomer shooter with roguelike elements. The demo is already on Steam!"
}

