Skip to content
View MOIS3Y's full-sized avatar
❄️
Winter Is Coming. We always have it
❄️
Winter Is Coming. We always have it

Block or report MOIS3Y

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

Hi there 👋

I'm a Fullstack Developer specializing in Python and Rust. I am a Nix power user, running NixOS on all my devices since 2022. I'm an advocate for strict typing and declarative, reproducible systems. I dedicate my free time to Open Source, leather crafting, and playing the piano. Married, raising a daughter.


Declarative Identity

{
  name = "Stepan Zhukovsky";
  age = 36;
  os = "NixOS";

  stack = {
    python = {
      frameworks = [ "Django" "Wagtail" "FastAPI" ];
      libraries = [ "Pydantic" "Typer" "Httpx" "SQLAlchemy" "Celery" "Pytest" ];
    };
    rust = {
      frameworks = [ "Rocket" "Axum" "Slint" "Iced" ];
      libraries = [ "Clap" "Tokio" "Serde" "Anyhow" ];
    };
    infrastructure = [ "NixOS" "Home Manager" "Flakes" "Docker" "SQL" "Bash" ];
    editor = [ "Neovim" "NvChad" "Lua" ];
    philosophy = ''
      Strict typing everywhere & declarative reproducible systems
    '';
  };

  hobbies = [ "OpenSource" "Linux Ricing" "Leather Crafting" "Piano" ];
}

Featured Projects

Project Description Stack
nixos-configurations My fleet of devices, all managed declaratively. Nix
mdgreet Material Design 3 greeter for greetd. Rust Slint
matugen-nix MD3 themes as Nix attributes. Nix Rust
nix4nvchad Declarative NvChad delivery for NixOS users. Nix
moodlehack Web app for saving Moodle answers with search and API. Python Django

What I'm doing now

  • 🦀 Actively migrating performance-critical services from Python to Rust.
  • ❄️ Maintaining Nix-community projects and improving the Nix ecosystem.
  • 🏗 Building modern, type-safe commercial applications.

Get in touch

Telegram Email

Pinned Loading

  1. nixos-configurations nixos-configurations Public

    My NixOS configurations

    Nix 4

  2. mdgreet mdgreet Public

    A clean Material Design 3 greetd greeter in Rust/Slint with dynamic colors

    Slint

  3. matugen-nix matugen-nix Public

    A NixOS and Home Manager module for matugen color generation

    Nix 1 1

  4. rust-cheat-sheet rust-cheat-sheet Public

    Hands-on Rust reference covering syntax, types, methods, and idioms.

    Rust 1

  5. nvchad4nix nvchad4nix Public

    HM module that will bring declarative NvChad configuration management to NixOS

    Nix 3 1

  6. base16-colorlib base16-colorlib Public

    Package contains several ready-made color schemes in base16 format and class Color for use them

    Python 1