Skip to content
View Nayemjaman's full-sized avatar

Block or report Nayemjaman

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
Nayemjaman/README.md

👋 Hey there, I'm MD. Nayem Jaman Tusher

💻 Python Developer | 🧠 Backend Engineer | ⚙️ Automation & AI Integration Enthusiast
🌍 Based in Bangladesh | 🌐 Open to Global & Remote Opportunities



Hi, I'm Nayem 👋

Backend Developer focused on building scalable backend systems, APIs, automation tools, and cloud-based applications.

I work mainly with Django, Django REST Framework, FastAPI, PostgreSQL, Redis, Docker, AWS, and CI/CD pipelines. I also enjoy working with WebSockets, microservices, web scraping, automation, and AI/LLM API integrations.

Currently, I'm building production-style backend systems with clean architecture, deployment automation, and real-world business workflows.

What I work with

  • Backend Development: Django, DRF, FastAPI, Django Ninja
  • Databases & Cache: PostgreSQL, PgVector, Redis, PgBouncer
  • Cloud & DevOps: AWS, Docker, GitHub Actions, Nginx, Caddy
  • Async & Realtime: Celery, RabbitMQ, WebSockets, Django Channels
  • Automation & AI: Scrapy, Selenium, OpenAI Whisper, LLM APIs

Current Focus

  • Scalable backend systems
  • Microservices architecture
  • DevOps-focused backend development
  • AI-powered backend applications
  • RAG and LLM API integration

Always learning, building, and improving.

⚙️ My Tech Stack

---

🧪 Research

📚 Published 2 IEEE papers analyzing aerosol optical depth & meteorological data in Bangladesh during COVID-19:


🌟 Fun Facts

  • 🧠 I love merging AI with Backend Engineering to create intelligent systems.
  • ⚙️ Always optimizing — from queries to pipelines to deployments.
  • 🌱 Exploring microservices + event-driven architectures with AWS & Kafka.
  • 🐍 Python is my language — Automation is my art.

✨ Let's Build Something Amazing Together!


Thanks for visiting my profile! Keep coding, keep learning, keep innovating 🚀

Pinned Loading

  1. polyglot-devops-microservices polyglot-devops-microservices Public

    Django rest framework + FastAPI + Go | Docker | CI/CD | AWS

    Python

  2. Google_map_scraping_using_python_selenium Google_map_scraping_using_python_selenium Public

    Python 3 1

  3. bdnews-scraper bdnews-scraper Public

    Scrapy-Django PostgreSQL integration. Scrapes English news data from Bangladesh (4k+ pages)

    Python 6 2

  4. comprehension_exercise.py comprehension_exercise.py
    1
     """
    2
    a = []
    3
    for i in range(13):
    4
        a.append(i)
    5
    print(a)