Skip to content
View volkankaban's full-sized avatar
:octocat:
I may be slow to respond.
:octocat:
I may be slow to respond.

Block or report volkankaban

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

I'm Volkan Kaban, MBA MIS, Realtor®, Investor, Entrepreneur

Welcome to my GitHub profile! I'm Volkan Kaban, a dedicated individual with a passion for supporting my loved ones, relatives, friends, and business partners through strategic approaches. As the go-to person working closely with investors, I specialize in buying, selling, and renting houses, lands, commercial properties, and bulk inventories. Additionally, I create and manage local communities and marketplaces. Beyond real estate, I am deeply involved in researching Autism, ADHD, and related disorders, aiming to identify causes, develop potential cures, and implement effective interventions. I appreciate everyone who shares valuable resources. Explore my repositories, and feel free to reach out for collaboration, contribution, or a meaningful discussion.

Areas of Interest

  • Real Estate, Investment, Trades
  • Marketplaces, Marketing, Management
  • Entertainment, Social Networks & CyberSecurity
  • Research Autism, ADHD & Related Disorders

Dictionary: "Volkan", "Volcan", "Vulcan" or "Volcano"

  • "Vulcan" is the god of fire in Roman religion, particularly associated with its destructive aspects such as volcanoes or conflagrations. Poetically, he shares attributes with the Greek god Hephaestus. The worship of Vulcan was ancient, and in Rome, he had his own priest (flamen). Additionally, Vulcan is often used to refer to a hypothetical planet in the solar system between Mercury and the Sun.

  • "Volkan" or "Volcan" a misspelling of "Volcano" and commonly used in Turkish and Spanish cultures.

Connect with Me

Twitter Facebook LinkedIn Instagram YouTube



Support & Contribute

PayPal Venmo CashApp GitHub Sponsor Buy Me a Coffee



If you find value in my works and would like to support, you can contribute in the following ways:
Financial Contributions: Your donations help fund ongoing development, maintenance, and research efforts.
Code Contributions: Feel free to contribute to the development of projects by submitting pull requests.
Your support is greatly appreciated! Thank you for being a part of this journey.


Pinned Loading

  1. volkankaban volkankaban Public

  2. JavaScript for unregistering service... JavaScript for unregistering service workers in Chrome, Edge, and Firefox
    1
    // Function to unregister all installed service workers in Chrome, Edge, and Firefox
    2
    function unregisterServiceWorkers() {
    3
      // Select all elements with the class 'unregister'
    4
      const unregisterButtons = document.querySelectorAll('.unregister');
    5