Skip to content
View DiKiyBimer's full-sized avatar
🥂
🥂
Block or Report

Block or report DiKiyBimer

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

Hello everyone, who has found this deep corner of GitHub 👋

My name is Vitaliy, sometimes ViGo. In network - DiKiyBimer

Patreon | GitHub | E-Mail For Business (java / vba / videomaking)

Begun as a Quality Controller of composites products in Polish company - Then found myself as Software Developer :D
Just once discovered VBA and showed everyone that Excel is not only about cells...

An Ordinary Day

🔭 To many, it might have seemed like just another ordinary day
There I was, seated on my b♣tt, kicking off one of my VBA projects.

Lazy

Unexpected Adventures

🚽 Nature called, but alas, the restroom near my workstation was occupied.
I found myself obliged to trek to another, located
far across the production hall from my current spot.
Nevertheless, it turned out to be the best decision I made all day.
wc

Embracing Challenges

👯 Many individuals clamored for newer projects,
while I, functioning as "Quality Assurance" without QA responsibilities,
cause worked as VBA dev, how not weird - found myself entrenched in VBA tasks.
It was a paradoxical situation, being stationed at the QA Department but deeply
engrossed in automating analysis generation.

Mysterious Encounters

You may find this hard to believe,
but following that seemingly mundane day came another,
equally eventful enough to earn the title of 'that only once' day.
vg
Amidst my trek to the alternate restroom, a
fleeting moment transpired as I passed by the smoking room.
From within, a voice called out,"Hey,you!"
"Hey, I've heard you're coding something. My programmer recently resigned...
would you care to join us?" I stand silent and couldn't understand what is happening.
Those were the first words I ever heard from this person, but I understand one thing at 100%.

It was impossible - to get more opportune moment to go to WC.

Evolving Expertise

👨‍💻 Without a shadow of doubt, I eagerly embraced the opportunity, not lured by the promise of hefty paychecks
(though it certainly exceeded my earnings in QA).

Immersed in the labyrinth of IT routines, I navigated adeptly
through the realms of Java, VBA, and Android, even daring to
dip my toes into the tumultuous waters of Ruby

About decision with ruby - I rue. Ruby proved to be a formidable opponent,  
leaving me waving the white flag in defeat. As painful as that experience was,  
it taught me a valuable lesson. consistently, I no longer engage with Ruby.

Despite the relentless repetition inherent in these tasks, I unearthed a profound sense of fulfillment in my endeavors.

Current Skills

Java

My undisputed queen and the tool that never fails to captivate me. Primarily, I immerse myself in the realm of modern Java, particularly focusing on web applications—whether it's backend development, crafting scheduled console applications with web access to dynamically changing configurations, or delving into microservices and cloud architecture. In 90% of my projects, I wield the power of the Spring framework, although occasionally, I venture into less conventional territories such as AI or data analysis. (Yes, my heart belongs to Java, but I hold a deep respect for Python's prowess in data manipulation, even though it's not my cup of tea.)
java

VBA

I won't shy away from boasting about my mastery in this realm. I'm like a deity when it comes to VBA. However, my current endeavors primarily revolve around tweaking and enhancing previously developed projects, rather than embarking on new creations. There's little sense in concocting fresh VBA projects when Java offers a more robust solution, or when a simple script in shell can swiftly deliver the desired outcome.

vba

Rust

Although relatively new to me, Rust has already proven its worth with its productivity-enhancing capabilities and level easier than other of low-level langs to learns. I'm eager to embrace the challenges it presents and anticipate that it will evoke the same level of excitement as I navigate through each new endeavor.
rust

Creative Pursuits

⚡ As a teenager, I dedicated countless hours to perfecting my craft in the realm of moviemaking, pouring my heart and soul into each project, striving relentlessly for excellence. Even today, I continue to embrace such tasks with unwavering passion, channeling every ounce of my energy into transforming them into true works of art. Each endeavor entrusted to me is met with a solemn vow to deliver nothing short of brilliance.
Oh, and let's not overlook the radiant beacon of my existence—music crafting. While it may currently reside in the shadows cast by the dazzling allure of digital innovations, its significance in my life remains steadfast and resolute.

If you've journeyed this far alongside me, I extend my heartfelt gratitude for your patience.
But 😄 I think you just bored.

Farewell, adieu, or perhaps even 😮 FireWall—until our paths cross once more!

Pinned

  1. DiKiyBimer DiKiyBimer Public

    Config files for my GitHub profile.

  2. ForUbuntu20: skipping boring process... ForUbuntu20: skipping boring process of find commands with static moves in docker install
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # remove non-official previous installs
    4
    for pkg in docker.io docker-doc docker-compose podman-docker containerd runc; do sudo apt-get remove $pkg; done
    5
    
                  
  3. Fast install dependencies for Spring... Fast install dependencies for Spring / Ubuntu / Microservices
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    wget -q -O - https://download.bell-sw.com/pki/GPG-KEY-bellsoft | sudo apt-key add -
    4
    echo "deb [arch=amd64] https://apt.bell-sw.com/ stable main" | sudo tee /etc/apt/sources.list.d/bellsoft.list
    5
    sudo apt-get update
  4. vigo-maven-archs vigo-maven-archs Public

    Maven Archetypes by Me.

  5. TheRustProgrammingLanguage-PL- TheRustProgrammingLanguage-PL- Public

    Forked from beling/book-pl

    Język Programowania Rust - dokumentacja po polsku

    Rust