Skip to content
View loki5512344's full-sized avatar

Block or report loki5512344

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 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
loki5512344/README.md


๐Ÿ‘‹ About Me

pub struct Developer {
    name: &'static str,
    nickname: &'static str,
    location: &'static str,
    os: &'static str,
    focus: Vec<&'static str>,
}

let loki = Developer {
    name: "Yarik",
    nickname: "Loki",
    location: "Poland ๐Ÿ‡ต๐Ÿ‡ฑ",
    os: "Arch Linux",
    focus: vec![
        "Backend",
        "Rust",
        "Distributed Systems",
        "Open Source",
    ],
};

๐Ÿ’ป I use Arch btw.

I'm a developer who enjoys creating software, experimenting with new technologies and turning ideas into real projects.

I like working on:

  • Backend systems
  • Developer tools
  • Open Source projects
  • Minecraft-related software
  • Self-hosted solutions

๐Ÿ›  Tech Stack


๐Ÿš€ Featured Projects

๐Ÿ’ฌ LoChat

Modern chat plugin for Minecraft servers.

Features:

  • Custom chat system
  • Anti-spam tools
  • Server integration
  • Performance focused design

๐Ÿ”— https://github.com/loki5512344/LoChat

โš™๏ธ OnyxKernel

Core libraries and utilities written in Rust.

Focused on:

  • Clean architecture
  • Performance
  • Reusable components

๐Ÿ”— https://github.com/loki5512344/OnyxKernel


๐Ÿ“ˆ Activity


๐Ÿ’ผ Open For Work

I enjoy building software and helping people bring their ideas to life.

If you have:

  • an idea for a project
  • a backend task
  • a custom tool
  • software that needs development

feel free to contact me.

I'm available for:

  • ๐Ÿ’ฐ Paid projects
  • ๐Ÿค Collaborations
  • ๐Ÿš€ Interesting ideas

๐ŸŒ Languages

Language Level
๐Ÿ‡บ๐Ÿ‡ฆ Ukrainian Native
๐Ÿ‡ท๐Ÿ‡บ Russian Native
๐Ÿ‡ต๐Ÿ‡ฑ Polish Fluent
๐Ÿ‡ฌ๐Ÿ‡ง English Learning

๐ŸŽฏ Interests

  • ๐Ÿฆ€ Rust development
  • โš™๏ธ Backend architecture
  • ๐Ÿ” Privacy & security
  • ๐Ÿง Linux
  • ๐Ÿ  Self-hosting
  • ๐ŸŽฎ Game development
  • โ› Minecraft development

๐Ÿ“ซ Contact


Popular repositories Loading

  1. Wherry Wherry Public

    Dual-pane FTP/SFTP/FTPS client built with Tauri 2 & Rust

    JavaScript 1

  2. LoReport LoReport Public

    LoReport - Modern player report system with Discord integration, GUI and SQLite/PostgreSQL support for Paper 1.19.2+

    Java

  3. LoParkour LoParkour Public

    LoParkour - Infinitely generating parkour plugin with ghost system, leaderboards and multiple game modes

    Java

  4. LoApi LoApi Public archive

    Java

  5. LoVault LoVault Public

    Java

  6. Streakmeet Streakmeet Public

    Forked from Dev14dbq/Streakmeet

    TypeScript