Skip to content
View NehaKhann's full-sized avatar
💭
Learning..
💭
Learning..
  • NED University Of Engineering and Technology
  • Saudi Arabia

Block or report NehaKhann

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

Neha Khan Banner


👋 About Me

I'm a Software Engineer with 4+ years of experience building enterprise applications across banking and product-based environments.

Today, I'm focused on expanding into AI Engineering by building practical applications, contributing to open-source projects, and documenting my learning through technical writing.

I enjoy creating software that is reliable, maintainable, and solves real-world problems.


🚀 What I'm Building

  • 🤖 AI-powered applications
  • 🧠 LLM Engineering Learning Journey
  • 🐍 Python Scraping Series (14 Days)
  • 🛠️ Open-source projects
  • ✍️ Technical articles on AI, Python, and Backend Engineering

📝 Latest Articles

  • Day 3: Three Sites. All Blocked. Here's What I Actually Learned About Cloudflare.
  • Day 2: How to Build a Book Price Tracker with Scrapy — And What Breaks Along the Way.
  • Day 1: How to Scrape LinkedIn Job Postings with Python — No Selenium Required.
  • Claude Cowork Has Five Moving Parts. Most People Only Use One.

➡️ More articles on Medium


⭐ Featured Projects

🛡️ SpringGuard

AI-assisted security auditing platform for Spring Boot applications.

Tech

JavaSpring BootReactREST APIs


🧠 LLM Engineering Learning Journey

Projects, notes, and experiments documenting my journey into AI Engineering.

Focus

LLMsPrompt EngineeringRAGPython


🐍 Python Scraping Series

A public 14-day series exploring production-style web scraping through real-world projects.

Tech

PythonScrapyhttpxcurl_cffiStreamlit


🧰 Engineering Toolbox


📚 Currently Exploring

  • Large Language Models (LLMs)
  • Retrieval-Augmented Generation (RAG)
  • AI Agents
  • MCP (Model Context Protocol)
  • Vector Databases
  • AI Application Architecture

📈 GitHub Activity


Building practical software • Learning in public • Always improving

Pinned Loading

  1. springguard-backend springguard-backend Public

    A Spring Boot service that scans Java / Spring Boot code for security issues and grades it A–F. It combines a deterministic rule engine (21 rules) with an optional AI review pass, can scan a pasted…

    Java

  2. springguard-frontend springguard-frontend Public

    React + TypeScript (Vite) UI for SpringGuard, a security auditor for Java / Spring Boot code. Paste a file or point it at a GitHub repo to get an A–F security grade with plain-language findings, an…

    TypeScript

  3. llm-engineering-learning-journey llm-engineering-learning-journey Public

    Structured, hands-on deep-dive into LLM engineering — fine-tuning, LoRA/QLoRA, RLHF, RAG, and more

    Jupyter Notebook

  4. python-scraping-series python-scraping-series Public

    14 scraping projects in Python — one per day. Real code, real mistakes, real fixes. httpx → Scrapy → Playwright → browser agents.

    Python