Full-Stack Developer | Software Engineer | Cloud & DevOps Enthusiast
I'm a passionate software engineer who loves building scalable applications and exploring new technologies. I enjoy working across the entire stack, from frontend to backend and infrastructure.
- π Iβm currently working on: Microservices and Cloud-native applications
- π± Iβm currently learning: Rust, Advanced Kubernetes, and GraphQL
- π― Iβm looking to collaborate on: Open source projects and innovative solutions
- π¬ Ask me about: Python, Microservices, Cloud Architecture, and DevOps
- β‘ Fun fact: I enjoy exploring space technology and real-time applications
Check out my technical documentation and guides:
- Software Engineering Guide - Best practices and patterns
- Python Development - Python tutorials and examples
- Quick Book Reference - Quick reference materials
- Learn German quickly - Learn German quickly
ποΈ Spring Microservice
A robust microservices architecture built with Spring Boot, demonstrating distributed system patterns and cloud-native development.
Tech Stack: Java, Spring Boot, Microservices, Docker, REST API
π¬ Python Realtime Chat
Real-time chat application using WebSockets for instant messaging with multiple rooms and user management.
Tech Stack: Python, WebSocket, Flask, JavaScript, HTML/CSS
Collection of asynchronous Python examples demonstrating concurrency patterns and performance optimization.
Tech Stack: Python, Asyncio, Async/Await, Aiohttp
π Python Kafka Sample
Event-driven architecture implementation using Apache Kafka for real-time data streaming and processing.
Tech Stack: Python, Apache Kafka, Event Streaming, Data Processing
Real-time SpaceX launch tracker with live updates, launch schedules, and mission details.
Tech Stack: React, REST API, Real-time Data, Space Technology
π¦ Rust GraphQL
High-performance GraphQL server implementation in Rust with async capabilities and type safety.
Tech Stack: Rust, GraphQL, Async, Juniper, Tokio
βοΈ Go GraphQL
GraphQL API built with Go featuring efficient query processing and modern development practices.
Tech Stack: Go, GraphQL, Gin, GORM, PostgreSQL
π Quick Book Reference
Comprehensive quick reference guide for various programming languages and technologies.
Tech Stack: Documentation, Markdown, Technical Writing
- Learn about Mermaid on github
- Learn Agile methodology simple way
- Project Planning Comprehensive Guide
- Learn German alphabets
- Software Architecture
#[derive(Debug)]
struct CurrentFocus {
learning: Vec<&'static str>,
building: &'static str,
exploring: Vec<&'static str>,
}
impl CurrentFocus {
fn new() -> Self {
Self {
learning: vec!["Advanced Kubernetes", "Rust Systems Programming", "GraphQL Federation"],
building: "Cloud-native microservices and real-time applications",
exploring: vec!["Space APIs", "Event-driven architectures", "Performance optimization"],
}
}
}