Skip to content
View khawajaJunaid's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report khawajaJunaid

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
khawajaJunaid/README.md

Hi 👋, I'm Junaid

Fueling Innovation from the Code's Core: Dedicated Software Engineer

  • 🔭 I’m currently working on my portfolio website based on NextJS

  • 🌱 I’m currently learning NextJS,Golang

  • 📝 I regularly write articles on https://medium.com/@khjunaid.7

  • 💬 Ask me about Python,MLOps,Backend engineering

  • 📫 How to reach me [email protected]

  • 📄 Know about my experiences visit my Resume

Connect with me:

khawajajunaid khawaja-junaid-742a7a1b2 @khjunaid.7 khawajajunaid

My Skill Set

Frontend

React Bootstrap CSS3 HTML5 JavaScript TypeScript Redux NextJS Material UI

Backend

Node.js Python Django MongoDB Flask PostgreSQL Redis Elastic Search Firebase MySQL

DevOps

AWS GCP Linux Git Bash Azure Docker Nginx

khawajajunaid

khawajajunaid

Pinned Loading

  1. django-next-application django-next-application Public

    Forked from jeffroche/nextjs-django-auth-example

    Example of integrating Next.js with a Django API, for uploading a w2 file and extracting test via an OCR i.e pytesseract

    JavaScript

  2. FastAPI-microservices-ecommerce-backend FastAPI-microservices-ecommerce-backend Public template

    The back-end API that powers a web admin dashboard for e-commerce managers. This API provides detailed insights into sales, revenue, and inventory status, as well as allows new product registration…

    Python

  3. Steps for an early level RAG impleme... Steps for an early level RAG implementation i.e chatbot with contextual knowledge using OpenAI APIs
    1
    from flask import Flask, request, g
    2
    from flask_cors import CORS
    3
    from os import environ
    4
    
                  
    5
    # from .endpoints import chatbot_bp