Skip to content
View Eyakub's full-sized avatar
🐍
Python || JavaScript || Django || FastAPI
🐍
Python || JavaScript || Django || FastAPI

Block or report Eyakub

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.

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
Eyakub/README.md
class SoftwareEngineer:
    def __init__(self):
        self.name     = "MD Eyakub Sorkar"
        self.role     = "Software Engineer"
        self.stack    = ["Python", "FastAPI", "Django", "NextJS", "React", "Redis", "Celery"]
        self.building = ["AI Agents", "LLM Orchestration", "MCP Servers"]

    def say_hi(self):
        print("Thanks for dropping by β€” hope you find my work interesting.")

me = SoftwareEngineer()
me.say_hi()

πŸ› οΈ Skills

Languages

Python JavaScript SQL C++

Frameworks & Libraries

Next.js FastAPI Django DRF React Celery Redis Scrapy Bootstrap

Tools & Infrastructure

Docker Kubernetes AWS Git Linux Jira Postman


πŸ€– Currently Building With

LangChain LangGraph Claude Gemini OpenAI MCP


πŸ“Š GitHub Stats

eyakub's Streakeyakub's Top Languages by Repo


πŸ“« Contact

Email LinkedIn

Pinned Loading

  1. Problem-solving Problem-solving Public

    Here is some solution from different judge that i solved. I've attend some online contest too, I've provided them here too, besides some of algorithm implementation, using different languages like …

    Python 3

  2. recipe-rest-api recipe-rest-api Public

    A Rest API application of Django framework besides it's running on Docker so no virtualenv required. This one is for learning Docker, Travis-ci, Unit testing and many more.

    Python 1

  3. Automation-Scripts Automation-Scripts Public

    I'll be trying to create some automation scripts using python & bash to do my task easy and time consume.

    Python