Skip to content
View magicaleks's full-sized avatar
πŸ‘¨β€πŸ’»
Earning money
πŸ‘¨β€πŸ’»
Earning money
Block or Report

Block or report magicaleks

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

Welcome to @magicaleks Profile πŸ‘‹

Python Solidity Go LinkedIn Telegram Ubuntu

class BackendEngineer:

    def __init__(self):
        self.name = "Aleks Zenitsin"
        self.role = "Backend enginer"
        self.language_spoken = ["ru_Ru", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()
contract BlockchainDeveloper {

    string constant myDevTag = "@magicaleks";
    string constant deFiProject = "Ruble stablecoin";
    bool constant isOpenForFunding = true;

    function contactWithMe() external payable returns (string memory) {
        return "Check my profile and contact me with your favourite messenger!"; 
    }
}

πŸ”§ Technologies & Tools

FastAPI MongoDB Docker Swagger

πŸ—‚οΈ Highlight Projects

Readme Card Readme Card

Pinned Loading

  1. RUBM RUBM Public

    Magic Ruble stablecoin

    Solidity 1 1

  2. go-bingx go-bingx Public

    BingX Go SDK

    Go 3