Skip to content
View T-Rumibul's full-sized avatar
💭
Life
💭
Life

Highlights

  • Pro

Block or report T-Rumibul

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

Hi, I’m Andrey 👋

I’m a software developer primarily focused on modern web applications, with a strong interest in understanding how things work under the hood.

I enjoy learning beyond my main stack, experimenting with lower-level tooling, and building practical projects that solve real problems.

I’m comfortable working in remote, async-friendly environments and value clear communication and maintainable code.


🚀 Main stack

Frontend

  • Vue 3 / Nuxt 3
  • TypeScript, JavaScript
  • Component-based UI architecture

Backend

  • Node.js
  • REST / event-driven applications

Other (learning & experimentation)

  • React(learning)
  • Python(basic)
  • C++ (basic / experimental)
  • Windows APIs (exploratory usage)
  • Rust (learning)

🧠 What I focus on

  • Writing clean, maintainable code
  • Understanding trade-offs behind design decisions
  • Improving the developer experience
  • Building systems that are easy to understand and maintain
  • Learning through hands-on projects

📌 Selected projects

🔹 Portfolio (Nuxt 3)

Personal portfolio built with Nuxt 3 & Vue, showcasing my work and experiments.

🔹 node-native-win-utils

An experimental Node.js project for exploring native Windows functionality and system-level integrations. Created mainly for learning and experimentation.

🔹 IOE-discord-music-bot

A Discord music bot built with TypeScript, featuring a modular structure and event-driven design.

🔹 bserializer

A small serialization experiment focused on data handling and structure.


📈 What I’m looking for

  • Remote frontend or full-stack roles
  • Vue / TypeScript–centric projects
  • Teams that value learning, code quality, and clear communication
  • Opportunities to grow as an engineer

📫 Links

Pinned Loading

  1. IOE-discord-music-bot IOE-discord-music-bot Public

    Bot for discord server

    TypeScript

  2. portfolio-nuxt3 portfolio-nuxt3 Public

    Nuxt 3 personal web developer portfolio

    Vue

  3. node-native-win-utils node-native-win-utils Public

    This package is a native addon for Node.js that allows you to perform various utility operations on Windows systems. It includes key event listeners, window data retrieval, window screenshot captur…

    C++ 7 2

  4. bserializer bserializer Public

    A TypeScript-based serialization/deserialization library built for exploration and learning. Slower than Node.js' native JSON methods better use something like BSON

    JavaScript