Skip to content
View hikionori's full-sized avatar
🖥️
WorkOn FunLe
🖥️
WorkOn FunLe
  • Ukraine
Block or Report

Block or report hikionori

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
hikionori/README.md

Hello, I'm Danila Verbinskiy or hikionori 👋

Little bit about me

let hikionori = SoftwareDeveloper {
    name: "Danila Verbinskiy",
    age: 20,
    from: "Ukraine",
    education: "Bachelor of Computer Science",
    university: "Odessa National Technical University",
    degrees: vec![DegreeInProcess::BachelorOfComputerScience, DegreeIn::JuniorSpecialistOfSoftwareDevelopment],
    languages: vec!["Ukrainian", "English"],
    code: vec![Lang::JavaScript, Lang::TypeScript, Lang::Python, Lang::Rust, Lang::Dart],
    technologies: SoftwareDevTech {
        backend: vec![Python::FastAPI, Rust::Rocket, Rust::Actix],
        frontend: vec![JavaScript::React, TypeScript::React, Dart::Flutter],
        mobile: vec![Dart::Flutter, TypeScript::ReactNative],
        devops: vec![DevOps::Docker, DevOps::Kubernetes],
        databases: Vec![DB::PostgreSQL, DB::MongoDB, DB::Redis],
    },
    architecture: vec![Arch::Microservices, Arch::Serverless, Arch::CleanArchitecture, Arch::Monolith],
    currentFocus: "Mobile Development",
    fanOf: "Rust",
    funFact: "I'm a fan of Harry Potter and I'm a Slytherin",
}

📊 GitHub Stats

hikionori stats

hikionori top langs

✍️ Random Dev Quote

Pinned

  1. coderusty-snippets coderusty-snippets Public

    coderusty-snippets

  2. funle_backend funle_backend Public

    Backend for math(Funle) app

    Rust

  3. openai-rs-api openai-rs-api Public

    Rust

  4. funle_fb2 funle_fb2 Public

    Dart 1

  5. chit_chat chit_chat Public

    ChitChat is a simple AI Chat with RAG. This project just a prototype and not for production. For use this project in production you need to rewrite some backend code to make it faster and more effi…

    Dart

  6. currency_exchange currency_exchange Public

    ValutaVerse is a simple desktop application that allows users to convert between different currencies, take notes, and make simple calculations. The application is built using Dart with Flutter fra…

    Dart