Skip to content
View officer47p's full-sized avatar
πŸ—Ώ
πŸ—Ώ

Organizations

@agex-org @21inches

Block or report officer47p

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
officer47p/README.md

Hi, I'm Peter Hosseini πŸ‘‹

Senior Software Engineer & Technical Lead β€” Backend β€’ AI β€’ Blockchain

πŸ“§ officer47p@gmail.com β€’ GitHub β€’ LinkedIn β€’ Yerevan, Armenia


About Me

I'm a software and cloud engineer with a bit over 5 years of experience building scalable, distributed systems. I enjoy working across languages like Go, TypeScript, Python, and Perl, and I've had the opportunity to dive into machine learning, blockchain technologies, and cloud infrastructure.

I like taking ownership of complex problems, improving system reliability, and delivering features that actually make a difference. I'm particularly passionate about clean architecture, test-driven development, and high-performance systems.


Professional Experience

AI & Blockchain Software Engineer @ if3.xyz

January 2025 – Present | Remote

  • Helped deploy large-scale generative AI and traditional ML models on H100 GPU clusters using tools like vLLM, Kubernetes, and TensorFlow β€” serving thousands of concurrent users efficiently.
  • Built AI agents with Go, Python, LangChain, and automation workflows.
  • Worked on a trade engine for on-chain perpetual futures and explored algorithmic/AI-driven trading strategies.

Backend & Cloud Technical Lead @ Karafsapp.com

May 2024 – January 2025 | Remote

  • Took over backend development, rebuilt the team, and helped maintain service for 100,000 daily active users with minimal disruptions.
  • Led refactoring efforts, improved code quality, and addressed security issues.
  • Audited infrastructure across AWS, GCP, CloudFlare, and DigitalOcean, contributing to a 15% reduction in monthly tech costs.
  • Standardized processes, documentation, and onboarding for new engineers.

Senior Backend & Cloud Software Engineer @ Nobitex.ir

February 2023 – May 2024 | Remote

  • Led a team of 9 during a major migration of legacy services to TypeScript and Go, with strong focus on testing (90%+ coverage).
  • Migrated infrastructure from on-prem to Kubernetes, handling containerization, storage, monitoring, and more.

Backend Software Engineer @ Deriv.com

December 2020 – February 2023 | Remote (Malaysia)

  • Maintained high-volume trading systems serving 70,000+ daily active users.
  • Worked on legacy Perl codebases and helped migrate critical services to TypeScript/Node.js.
  • Diagnosed production issues and delivered internal training on cryptography and cryptocurrency.

Skills

Languages
Go β€’ TypeScript β€’ Python β€’ Perl β€’ Dart

AI / ML
TensorFlow β€’ PyTorch β€’ Keras β€’ Scikit-Learn β€’ Transformers β€’ LangChain

Blockchain
EVM β€’ SVM β€’ Smart contract integrations β€’ On-chain analytics

Databases & Messaging
PostgreSQL β€’ MongoDB β€’ Redis β€’ NATS

Cloud & Infrastructure
Docker β€’ Kubernetes β€’ AWS β€’ GCP β€’ CI/CD

Practices
Test-Driven Development β€’ Distributed Systems β€’ Clean Architecture


Selected Projects

  • Cross-Chain Swap dApp β€” ETHGlobal Unite DeFi Hackathon (Prize Winner)
    Built a decentralized cross-chain swap application extending the 1inch Limit Order Protocol to support Tron, Monad, and Etherlink. Part of the "21 Inches" team; awarded $12,500 in prizes.

  • Agex β€” Blockchain Expert Agent
    An AI agent focused on on-chain analysis and transaction reasoning.


Languages

  • English β€” C1
  • Deutsch β€” B2

Thanks for visiting my GitHub! I'm always open to interesting conversations about software engineering, AI, blockchain, or collaboration opportunities. Feel free to reach out.

Pinned Loading

  1. open-payment-gateway open-payment-gateway Public

    A crypto payment gateway for Ethereum network with support of HD wallets.

    Go 18

  2. open-password-manager open-password-manager Public

    A deterministic password manager

    Python 3 2

  3. A minimal script for creating bitcoi... A minimal script for creating bitcoin addresses.
    1
    from ecdsa import ellipticcurve
    2
    import hashlib
    3
    import base58
    4
    
                  
    5
    # Compressed Public Key Config
  4. python-mnemonic-generation python-mnemonic-generation Public

    A python script to demonstrate mnemonic code generation

    Python

  5. flutter-game-controller flutter-game-controller Public

    A flutter app that simulates some game pad functionalities in a computer game by connecting to a python web sockets server.

    Python

  6. arduino-crypto arduino-crypto Public

    Forked from intrbiz/arduino-crypto

    A minimal crypto library for ESP8266 Arduino

    C++