Technical Debt: The Silent Killer of Teams & Products
Technical debt is the hidden cost of rushing software development. Explore how it silently undermines team productivity…
Software Engineer
Specializing in backend systems, cloud infrastructure, and scalable web applications.
I focus on building applications that support real users, real transactions, and real operational workflows.
Backend-heavy systems are my primary domain: reliability, data consistency, and operational workflows that handle real business logic, not just CRUD.
I own the full lifecycle: architecture, implementation, integrations, deployment, and production operations.
Primary focus areas
AI-assisted workflows speed up development and research. Every system is still designed, reviewed, and validated through engineering judgment.
Data flow, consistency, and scalability under real-world business constraints.
AI as a force multiplier for speed, not a replacement for engineering judgment.
Strict types, automated tests, and static analysis built in from the start.
Technologies I use to build production-grade systems with focus on reliability and performance.
75Way Technologies
Mohali, Punjab, India
75Way Technologies is a software development company delivering custom web applications, e-commerce solutions, and business software for clients across multiple industries.
A Digital Blogger
Mohali, Punjab, India
A Digital Blogger is an ed-tech company behind StockPathshala, a stock market learning platform offering courses, live classes, mentorship programs, and mobile applications for Android and iOS users.
PinnacleWorks
Gurugram, Haryana, India
PinnacleWorks is a technology company building AI-powered communication and automation platforms. Contributed across enterprise admission systems and SuperBot, a conversational AI platform supporting voice calls, WhatsApp, SMS, websites, Instagram, and Facebook channels.
Real-world applications built for scale, covering commerce, automation, communication, and workflow systems.
An educational platform focused on stock market learning, providing tools and resources for investors and traders to enhance their financial literacy.
HLS video streaming with FFmpeg transcoding, supporting live and on-demand courses at scale.
A digital platform for a DTF (Direct to Film) printing business, managing orders, designs, and customer interactions end-to-end.
Shopify webhook pipeline processing real-time order sync across Node.js and Laravel.
A large-scale fraud case management system that ingests reports from multiple channels, automates lead assignment, and tracks end-to-end case resoluti…
GPT-4 Turbo integration for intelligent case routing and automated lead assignment.
I write about web development, performance, and things I discover along the way.
Technical debt is the hidden cost of rushing software development. Explore how it silently undermines team productivity…
Learn how Laravel Service Providers work, from the register() and boot() methods to deferred providers and conditional r…
I always wondered when DSA would actually help in a real project. Here's the story of how level-order tree traversal sol…
Have a project in mind? I'd love to hear about it.
Available for freelance projects and full-time opportunities. Inbox always open.
Usually reply within 24 hours. For urgent things, reach out on LinkedIn.
via WakaTime
Merged pull requests to production open-source projects: bug fixes, security improvements, and performance work.
Fixed : Comment notification settings are visible even if comments ar…
Fixed comment notification settings being visible when comments are disabled. Added conditional rendering and 31 lines of test coverage.
Fix issue #10080 - Installation fails if password contains special ch…
Fixed installer failing when database passwords contain special characters by properly escaping them during the installation sequence.
Fix add-to-cart API to return JSON errors without redirecting client
Created InsufficientProductInventoryException, refactored 6 product type classes, and updated CartController to return proper JSON errors instead of HTML redirects on API calls.
Replace unsafe eval() with Blade::render() in Helper::compileBlade
Replaced unsafe eval() with Blade::render() in Helper::compileBlade, eliminating a potential code injection vector.
Add __isset() method to Request class for attribute existence check
Added __isset() magic method to the Request class enabling attribute existence checks with isset() and empty() alongside the existing __get().
refactor: improve unserialize safety in ForkFuture with exception handling
Improved unserialize safety in ForkFuture with explicit exception handling for the boolean-false edge case. Added 37 lines of test coverage.
[Fix] Automatically defer promise in resolve()
Fixed Promise::resolve() to automatically defer if not already deferred, preventing runtime errors from undefined $this->future.
perf: add short sleep in ForkRuntime to reduce CPU busy-waiting
Added a 1ms usleep inside the ForkRuntime loop to eliminate CPU busy-waiting when max concurrency is reached.