Skip to content
View nithikapidikiti-collab's full-sized avatar
😝
😝

Block or report nithikapidikiti-collab

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

Hi! I’m Nithika, a BIT Co-op Scholar @ UTS who loves building fun projects!! I learn best by shipping, experimenting, and breaking things (then fixing them).

πŸ”§ My Tech Stack

πŸ’» Languages

Python Java JavaScript HTML5 CSS3 SQL R Bash

🧩 Frameworks & Libraries

Tailwind CSS Flask React Next.js Node.js

☁️ Cloud & Infrastructure

AWS Amazon Bedrock Supabase SQLite

πŸ“Š Data & Analytics

Microsoft Excel Tableau

πŸ€– AI & Emerging Tech

Claude LangChain

🎨 Design & UX

Figma Adobe XD Framer

πŸ› οΈ Tools

Git GitHub Canva Microsoft Office

πŸ”— Let's Connect!!

LinkedIn

Black and White Artistic Woman Portrait Instagram Profile Picture (2)

Pinned Loading

  1. port-scanner port-scanner Public

    Fast concurrent port scanner like Nmap

    Python

  2. p2p-fileshare p2p-fileshare Public

    BitTorrent-style peer-to-peer transfers

    Python

  3. dns-resolver dns-resolver Public

    DNS resolver built from scratch in C - parses the wire format manually, handles pointer compression, traces full resolution chain from root servers

    C

  4. http-server http-server Public

    Concurrent HTTP/1.1 server built from scratch in C using POSIX sockets and fork-based concurrency.

    C

  5. tinyvpn tinyvpn Public

    Lightweight VPN tunnel built from scratch, AES-256-GCM encrypted UDP transport in C with macOS utun, Diffie-Hellman key exchange in Python

    C

  6. tcp-ip-stack tcp-ip-stack Public

    Userspace TCP/IP stack built from scratch in C β€” implements Ethernet/ARP, IPv4/ICMPv4, TCP handshake, data flow, and retransmission using a macOS utun virtual network interface. No libc networking …

    C