Skip to content
View mukesh1352's full-sized avatar

Organizations

@SupaNovaTech @fincheck-labs

Block or report mukesh1352

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

Mukesh Narravula

Backend Engineer · Developer Tooling · Applied ML





About

I build software that is reliable, maintainable, and designed to evolve.

My work centers on backend engineering, developer tooling, and full‑stack systems — with a growing focus on distributed systems, systems programming, and applied machine learning. I care more about thoughtful architecture than clever complexity. Software should be easy to reason about, simple to maintain, and ready to scale when it needs to.


Backend Systems API Design Distributed Systems Performance Engineering

Developer Tools Applied ML System Design Platform Engineering




Engineering Environment

The workspace, tools, and technologies behind my daily engineering workflow.


💻 Workspace

⚙️ Toolchain

🎯 Focus



Core Technologies



Building scalable backend systems, developer tooling, and modern full-stack applications.




Featured Projects

Explore My Featured Projects

FinCheck

Confidence-Aware Cheque Validation

An uncertainty-aware deep learning system for automated cheque verification, designed to improve prediction confidence and reduce false decisions through reliable model inference.

Next.js · FastAPI · PyTorch · MongoDB

View Repository  ·  Launch Demo

Smart Canteen Management System

Data-Driven Campus Operations

A full-stack canteen management platform that streamlines daily operations while integrating predictive analytics through scalable backend services.

Next.js · FastAPI · Python · MongoDB

View Repository  ·  Launch Demo

Go Jupyter Notebook Runner

Developer Tooling

A lightweight command-line utility for executing Python scripts and Jupyter notebooks through a Go-based runtime.

Go · Python

View Repository

PlagCheck

High-Performance Text Comparison

A plagiarism detection engine built in Rust using the Myers Difference Algorithm for efficient and accurate textual comparison.

Rust · Myers Diff

View Repository

Auction Socket

Real-Time Auction Platform

An asynchronous auction platform supporting concurrent bidding through persistent WebSocket connections and event-driven communication.

Python · AsyncIO · WebSockets

View Repository

Fuel-Efficient Pathfinding Engine

Graph-Based Route Optimization

A Java-based routing engine that computes fuel-efficient travel paths using classic graph algorithms with a focus on performance and maintainability.

Python · Graph Algorithms . Traversals

View Repository  ·  Launch Demo



Experience

AP TRANSCO — Data Science Engineer Intern May 2025 – June 2025

Contributed to data science and engineering initiatives for power distribution operations — building ML workflows, automating analytical pipelines, and supporting data‑driven decision making.




Research

IEEE Conference

An Empirical Comparative Study on Pruning and Quantization Algorithms for Model Compression

A comparative study of neural network compression techniques, evaluating pruning and quantization approaches to improve inference efficiency while preserving predictive performance.

Deep Learning Model Compression Neural Network Optimization Performance Evaluation




GitHub Activity





Principles

Build for clarity before cleverness.

Measure before optimizing.

Keep systems modular.

Automate repetitive work.

Never stop learning.



Let's connect

Open to conversations about backend development, developer tools, and collaboration.




Designed with simplicity. Built with curiosity.

Pinned Loading

  1. canteensmart canteensmart Public

    This is a project regarding the canteen food

    TypeScript 1 1

  2. go_jupyter_converter go_jupyter_converter Public

    Go 2

  3. PlagCheck PlagCheck Public

    A fast and parallel file comparison tool in Rust using the Myers diff algorithm for accurate line-based similarity analysis.

    Rust 2

  4. auction_socket auction_socket Public

    Python

  5. fincheck-labs/fincheck-next fincheck-labs/fincheck-next Public

    TypeScript 1 3

  6. pathfinding-with-fuel pathfinding-with-fuel Public

    This is mainly used for the finding the shortest path between two places with the help of the A* algorithm and finding the nearest driver possible

    Python