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 - Backend Wizard | Fintech Enthusiast | Code Alchemist

πŸ”­ Currently crafting microGo
🌱 Diving into Zig (The future of systems programming)
🀝 Seeking collaborators for microGo
πŸ‘¨β€πŸ’» All my creations live at https://github.com/cploutarchou
πŸ“ Sharing my thoughts at https://christosploutarchou.com/posts/
πŸ’¬ Ask me about Golang, Python, Crypto, or Dockerized Systems
πŸ“« Reach me at [email protected]
πŸ“„ Peek at my journey: My Resume
⚑ Fun fact: I debug with coffee and lemon ice cream.

🌐 Connect with Me:

LinkedIn X

πŸ’» Tech Arsenal:

> cat tech_stack.txt

Go Python Zig Docker AWS MySQL PostgreSQL Redis gRPC SQLx FastAPI Flask MongoDB Nginx Grafana Prometheus Amazon Lambda Amazon DynamoDB

πŸ› οΈ Tools of the Trade:

  • Golang Libraries: Go-SQL-Driver, SQLx, Reflectx, Telebot, gRPC
  • Python Libraries: Telethon, FastAPI, Flask, SQLAlchemy, Pandas, NumPy
  • Databases: MySQL, PostgreSQL, MongoDB, Redis, DynamoDB
  • Cloud & DevOps Tools: AWS, Docker, Nginx, AWS Lambda, Prometheus, Grafana

πŸ“Š GitHub Stats:

πŸ† GitHub Trophies

> 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
- Built-in build system and package manager
- Cross-compilation made easy
The sweet spot between C's simplicity and Rust's safety πŸš€"

πŸ’° Support My Work:

BuyMeACoffee PayPal Ko-Fi

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

  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