> 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.
> cat tech_stack.txt
- 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
> 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 π"