Skip to content
View cploutarchou's full-sized avatar

Block or report cploutarchou

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
cploutarchou/Readme.md

πŸ‘Ύ Welcome to My Digital Lair

$ whoami
Christos Ploutarchou | Senior Backend Developer | Blockchain & ML/AI Engineer | Fintech Enthusiast | Go, Python, Zig | Building decentralized systems and intelligent trading solutions πŸš€

πŸ”­ Currently crafting microGo and blockchain solutions
🌱 Diving into Zig for high-performance systems
🀝 Seeking collaborators for blockchain infrastructure and DeFi projects
πŸ‘¨β€πŸ’» All my creations live at https://github.com/cploutarchou
πŸ“ Sharing my thoughts at https://christosploutarchou.com/posts/
πŸ’¬ Ask me about Golang, Python, Zig, Blockchain, ML/AI, or Dockerized Systems
πŸ“« Reach me at cploutarchou@gmail.com
πŸ“„ Peek at my journey: My Resume
⚑ Fun fact: I debug with coffee and lemon ice cream.

🌐 Connect with Me:

LinkedIn X GitHub Medium

πŸ’» Tech Arsenal:

> cat tech_stack.txt

Go Python Zig Solidity Docker AWS MySQL PostgreSQL Redis gRPC SQLx FastAPI Flask MongoDB Nginx Grafana Prometheus Amazon Lambda Amazon DynamoDB GitHub Actions Terraform Kubernetes Bitcoin Ethereum Binance Web3.js IPFS Chainlink Polygon PyTorch Pandas Hugging Face PySpark scikit-learn Transformers

πŸ› οΈ Tools of the Trade:

  • Backend Frameworks: Gin Fiber FastAPI Flask Zig
  • Data Protocols: gRPC REST GraphQL Protobuf WebSockets
  • Database Tech: PostgreSQL MySQL Redis MongoDB
  • AI Tools: PyTorch Hugging Face scikit-learn Transformers
  • Data Processing: Pandas PySpark
  • Cloud Infrastructure: AWS Docker NGINX
  • Workflow Engines: Temporal Airflow
  • Development Tools: GitLab CI GitHub Actions Terraform k6

πŸ”— Blockchain & Crypto Projects

Smart Contract Auditor DeFi Protocol Trading Signal Bot Market Insight Dashboard Arbitrage Hunter NFT Marketplace Decentralized Identity

πŸ’° Support My Work:

BuyMeACoffee PayPal Ko-Fi

> why_zig
"Choosing Zig over Rust and C because:
- No hidden control flow = predictable performance
- No hidden memory allocations = better control
- Simpler than Rust, safer than C
- Incredible C/C++ interop without FFI
- Comptime > Templates/Macros
- Cross-compilation made easy
The sweet spot between C's simplicity and Rust's safety πŸš€"

πŸ† GitHub Trophies

πŸ“Š GitHub Stats:

Pinned Loading

  1. microgo microgo Public

    MicroGO is a web application framework written in Go (Golang). In MicroGO, I take some of the most valuable features in Django and implement similar functionality in Go.

    Go 21 1

  2. go-requests go-requests Public

    An HTTP client that is ready for production in Go for a lot of useful features while only using the standard library of the language.

    Go 3

  3. web-scraping-with-python web-scraping-with-python Public

    A StackOverflow Web Scaper in python and MongoDB

    CSS 2 3

  4. tiny_kafka tiny_kafka Public

    This repository contains Rust-based implementations of a Kafka producer and a Kafka consumer. It leverages the `rdkafka` library to communicate with Kafka and manage the production and consumption …

    Rust 2

  5. scheduler scheduler Public

    A non-blocking, flexible task scheduler for Rust with asynchronous execution.

    Rust 2

  6. loggix loggix Public

    πŸ¦€ Loggix: A powerful, thread-safe structured logging library for Rust. Features colored terminal output, JSON formatting, and field support. Inspired by Logrus, it combines beautiful output with pr…

    Rust