Skip to content
View hikionori's full-sized avatar
🤔
Works on my machine™
🤔
Works on my machine™

Block or report hikionori

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: 21,
    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, Rust::Axum],
        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: "AI Enginearing",
    fanOf: "Rust",
    funFact: "I'm a fan of Harry Potter and I'm a Slytherin",
}

✍️ Random Dev Quote

Pinned Loading

  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 2

  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