Skip to content
View JamshidS's full-sized avatar
:octocat:
Focusing
:octocat:
Focusing

Block or report JamshidS

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.

Content in all repositories owned by your account will be closed.
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
JamshidS/README.md

Jamshid Sadık

Typing SVG

LinkedIn Email Profile Views


💼 About Me

public class BackendEngineer {
    private String name = "Jamshid Sadık";
    private String role = "Software Engineer";
    private String[] specializations = {"Backend Development", "API Design", "System Architecture"};
    private String currentFocus = "Building scalable microservices with Spring Boot";
    
    public String[] getTechStack() {
        return new String[]{
            "Java", "Python", "Spring Boot", 
            "PostgreSQL", "Docker", "RESTful APIs"
        };
    }
    
    public boolean isAvailableForCollaboration() {
        return true; // Always open to interesting projects!
    }
}

🛠️ Tech Stack

Backend & Frameworks

Java Spring Boot Python FastAPI Flask

Databases

PostgreSQL MySQL MongoDB DynamoDB Redis SQLite

ML & Data Engineering

Pandas NumPy scikit-learn TensorFlow


📊 GitHub Analytics

GitHub Stats GitHub Streak
Top Languages

🎯 Current Focus

  • 🔨 Building scalable microservices with Spring Boot & FastAPI
  • ☁️ Deploying and scaling applications on AWS & GCP
  • 🧠 Working with ML pipelines and data engineering workflows
  • 🏗️ Mastering system design and distributed architecture patterns
  • 🤝 Open to collaborating on backend and data engineering projects

💡 Core Expertise

expertise = {
    "backend_development": ["Spring Boot", "FastAPI", "Flask", "RESTful APIs", "Microservices"],
    "cloud_infrastructure": ["AWS Services", "GCP Services", "Application Deployment", "Auto-scaling"],
    "databases": ["SQL Optimization", "Database Design", "PostgreSQL", "MySQL"],
    "ml_data_engineering": ["Pandas", "NumPy", "scikit-learn", "Data Pipelines"],
    "system_design": ["Distributed Systems", "Architecture Patterns", "Scalability", "Performance"]
}

📫 Let's Connect

I'm always interested in discussing:

  • 🎯 System design and scalable architecture
  • ☁️ Cloud infrastructure and deployment strategies
  • 🤖 ML/Data engineering integration with backend services
  • 💼 Collaboration opportunities

Reach out: jamshidsadiqi25@gmail.com


⚡ "Clean code, robust APIs, scalable systems"

Building the backbone of applications, one endpoint at a time.

Pinned Loading

  1. fastapi-cacheable fastapi-cacheable Public

    Spring-style cache decorators for FastAPI with Redis and async support

    Python 3

  2. postgres-s3-backup postgres-s3-backup Public

    Lightweight PostgreSQL backup to Amazon S3 for Docker Compose deployments, with multi-database support, validation, retention, and systemd scheduling.

    Shell 1

  3. url-shortener url-shortener Public

    FastAPI URL shortener with PostgreSQL, Redis distributed ID allocation, Base62 encoding, and Bloom filter comparisons.

    Python 1

  4. Verza Verza Public

    A lightweight version control system inspired by Git

    Python 3