Skip to content
View vispar-tech's full-sized avatar

Block or report vispar-tech

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

Hi there!

habr  Telegram  Channel

About Me:

  • 🏦 I'm a Fullstack Developer working for a Marketplace/Crypto Tech startup in Moscow
  • 📝 I regulary write technical articles for habr and telegram
  • 💻 I use daily: .ts, .py, .rs
  • 🧑‍💻 Tech I work on :
rust logo docker logo vscode logo typescript logo swift logo react logo python logo qt logo nextjs logo kotlin logo django logo bash logo

My Github Stats:

Top Langs

Pinned Loading

  1. Сhecks that the folder name matches ...
    1
    for dir in $(find . -type d -name ".git"); do
    2
        repo_dir=$(dirname "$dir")
    3
        repo_name=$(basename "$repo_dir")
    4
        remote_url=$(cd "$repo_dir" && git remote get-url origin)
    5
        remote_repo_name=$(basename "$remote_url" .git)
  2. auto_jetbra Public

    This script automates the activation of JetBrains IDEs using specified mirrors.

    Python 1

  3. bingx-py Public

    A modern, fully typed Python client for the BingX API, designed to simplify interactions with BingX's trading platform. This client supports both synchronous and asynchronous requests, making it su…

    Python