Skip to content
View Limnetic-Git's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Moscow
  • 19:24 (UTC +03:00)

Block or report Limnetic-Git

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Limnetic-Git/README.md

🚀 Welcome to my GitHub Profile!

👨‍💻 About Me

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()

🛠️ Tech Stack

Main I use too Backend Frontend Tools & DB OS & IDEs


Fan of:

Raylib


📈 Contribution Graph

Contribution Graph


🎯 Currently Working On

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!"
}

📫 Connect With Me

Telegram GitHub

Profile views

Quote

Thanks for visiting!

Footer

Pinned Loading

  1. mojelly mojelly Public

    Fast Async backend framework for Mojo 🍇

    Mojo 25 1

  2. simple-neirolib-python simple-neirolib-python Public

    you can modify it and use it in your projects as you like, I did it for testing

    Python 2

  3. C-procedural-island-world-generator C-procedural-island-world-generator Public

    Мой генератор тайловой карты для игр переписанный на C. Это третий по счёту язык на котором написан этот генератор (PYTHON -> C# -> C)

    C 1

  4. gpl-recolorer gpl-recolorer Public

    Utility to recolor big folders with .png to .gpl (GIMP's) palette

    Python 1

  5. procedural-world-generator-CS procedural-world-generator-CS Public

    C#

  6. mini-blockchain mini-blockchain Public

    PoW blockchain with minting and trasfer of tokens, using sha256(sha256()) and Ed25519 for signatures

    Python