Skip to content
View dhushyanth-h-m's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report dhushyanth-h-m

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 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
Dhushyanth-h-m/README.md

Hey there, I'm Dhushyanth!

Welcome to my little corner of GitHub! I’m a Software Engineer with a knack for building systems that are fast, secure, and user-friendly. I’ve got a Master’s in Computer Engineering from UT Arlington, and I’m all about diving deep into code—whether it’s crafting mobile apps, tinkering with kernel modules, or optimizing cloud pipelines. Let’s build something awesome together!

  • Currently: Crafting cool stuff at The Soco App Corp
  • Passion: Turning complex problems into elegant solutions
  • Fun Fact: I can debug code faster than I can brew coffee (and I’m pretty quick with a coffee maker!)

What Drives Me

I’m fascinated by how technology can transform lives. From speeding up Bluetooth connections for a social app to designing real-time packet sniffers, I love the thrill of pushing boundaries. My journey has taken me from low-level system programming to high-flying cloud architectures, and I’m always learning something new. Got a challenging idea? I’m game!

My Tech Toolbox 🛠️

Here’s a peek at the tools and tech I wield to bring ideas to life:

  • Languages I Speak: C++, Python, Swift, Java, JavaScript (and a few more!)
  • Cloud & DevOps Magic: AWS, Azure, Docker, Kubernetes, GitHub Actions
  • Data Wrangling: PostgreSQL, Firebase Firestore, MySQL
  • Frameworks & More: TensorFlow, Spark, JIRA, and a love for Agile workflows
  • Superpower: Optimizing systems for speed and scale

Cool Things I’ve Built

Here are a few projects I’m proud of. Check them out and let me know what you think!

  • Packet Processing Beast: A C++ packet sniffer that chews through over a million packets per second. I optimized it with zero-copy buffers to keep CPU usage low even under crazy network loads. Real-time analysis? Nailed it!
  • Elevator System on Steroids: A multi-threaded simulation in C++ that manages thousands of requests without breaking a sweat. Bonus: It’s hooked up with PostgreSQL and GitHub Actions for seamless updates.
  • Kernel-Level Network Wizardry: A Linux kernel module for filtering TCP packets at lightning speed. I fine-tuned it to handle half a million packets per second with minimal latency.

(Want to see the code? Click the repo links in my profile!)

What’s Next?

I’m currently exploring the intersection of AI and system performance—think machine learning models that optimize real-time systems. I’m also open to collaborating on open-source projects or just geeking out over the latest tech trends. If you’ve got an idea or a project, hit me up!

Let’s Connect!

I’d love to chat about software engineering, AI, or even the best debugging horror stories. Drop me a message or follow me for updates on my latest experiments.

  • GitHub: You’re already here! Star a repo if you like what you see.
  • Other Platforms: <--- <-- <- Look to your left for links to my LinkedIn!

A Little Inspiration

"Code is like humor. When you have to explain it, it’s bad." – Cory House

Thanks for stopping by! Let’s make the digital world a better place, one line of code at a time. 😊

Pinned Loading

  1. CodeDoc CodeDoc Public

    A lightweight tool that leverages open-source LLMs to automatically generate documentation and unit tests for Python code, complete with evaluation metrics.

    Python

  2. BookRAG BookRAG Public

    A production-ready Retrieval-Augmented Generation (RAG) system for querying PDF documents using local AI models. Built with FastAPI, PostgreSQL with pgvector, and Ollama for completely private, API…

    Python

  3. E-COM E-COM Public

    A production-ready e-commerce platform built with microservices architecture on Google Cloud Platform, with advanced distributed systems patterns, event-driven communication, and scalable API design.

    Python

  4. packet_processor packet_processor Public

    A high-performance packet processing engine that captures, analyzes, and processes network packets in real-time. It features zero-copy buffer optimization, efficient protocol parsing, and a modular…

    C++

  5. Elevator-Simulator Elevator-Simulator Public

    The Elevator Control Simulator is a comprehensive C++ application that realistically models elevator systems in multi-story buildings. This project features a robust real-time simulation of elevato…

    C++

  6. Multi-threaded-Image-Search-Engine Multi-threaded-Image-Search-Engine Public

    A secure and efficient multi-threaded image search engine implemented using gRPC, Docker, Python, and Protocol Buffers, featuring advanced keyword-based image retrieval algorithms.

    Python