Skip to content
View serbekun's full-sized avatar

Block or report serbekun

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

Mishchenko Sergey (serbekun)

14, school. Live in Japan, write code. Started with Batch scripts in a school computer lab, now I run a homelab of Arch Linux servers and build stuff in Rust, C, and Java.

Stack

  • Rust - CLI tools, TUI, systems-level
  • C / C++ - algorithms, memory, low-level
  • Java (Javalin) - backend services, REST APIs
  • Python - scripting, glue code, prototyping
  • Arch Linux - my daily driver and server OS
  • nginx, ssh, tmux, git - the daily toolkit

Infrastructure

I manage a network of Linux machines from a school dynabook. Five SSH hosts, a Minecraft server for friend, a Java backends like serbekun_services, and a personal domain at serbekun.com. Everything runs on Arch except the reverse proxy server DMZ.

Projects

Contact

Pinned Loading

  1. serbekun_services serbekun_services Public

    Serbekun Services server provided many different types of tools.

    Java

  2. KeyForge KeyForge Public

    Command-line tool for generating random data, managing variables, and automating tasks through a scripting language with advanced control flow, arithmetic operations, and collection types.

    Rust

  3. kanji_html_parser kanji_html_parser Public

    このサーバーは、kanji.me のサイトから日本語の漢字(かんじ)に関する情報を解析し、構造化されたデータを JSON 形式で提供する API です。 サーバーはプロキシ・パーサーとして機能し、kanji.me から取得したデータを整理して返します。

    Python

  4. school-chat-server school-chat-server Public

    A small simple HTTP chat server. made for use in school where all messengers are blocked.

    Java