DEV Community

Divyakush Punjabi profile picture

Divyakush Punjabi

404 bio not found

Joined Joined on  Personal website https://www.divyakush.com
A completed foundation is a starting point, not a finish line

A completed foundation is a starting point, not a finish line

Comments
2 min read

Want to connect with Divyakush Punjabi?

Create an account to connect with Divyakush Punjabi. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
The underrated professional trait: seeing a long thing through

The underrated professional trait: seeing a long thing through

Comments
2 min read
End-to-end ownership is a different discipline from building a part

End-to-end ownership is a different discipline from building a part

Comments
2 min read
Finishing is a skill, and it is rarer than starting

Finishing is a skill, and it is rarer than starting

Comments
2 min read
Hardware refuses to let you be sloppy — and that is a gift

Hardware refuses to let you be sloppy — and that is a gift

Comments
2 min read
The first internship is where student becomes professional

The first internship is where student becomes professional

Comments
2 min read
The room is the resource: what senior conversations teach you

The room is the resource: what senior conversations teach you

Comments
2 min read
Why engineers need commercial awareness, not just technical depth

Why engineers need commercial awareness, not just technical depth

Comments
2 min read
The most valuable professional skill is a system for continuous learning

The most valuable professional skill is a system for continuous learning

Comments
2 min read
A hackathon is a compression test for how you actually work

A hackathon is a compression test for how you actually work

Comments
2 min read
Twelve people, four functions: what running a cross-functional team taught me

Twelve people, four functions: what running a cross-functional team taught me

Comments
2 min read
Leading a team to a national ranking taught me more than any codebase

Leading a team to a national ranking taught me more than any codebase

Comments
2 min read
When logic belongs in hardware: determinism and parallelism on an FPGA

When logic belongs in hardware: determinism and parallelism on an FPGA

Comments
2 min read
Fixed-timer traffic lights are open-loop control — and that's the bug

Fixed-timer traffic lights are open-loop control — and that's the bug

Comments
2 min read
The overlooked use of LLMs: a translator between humans and hardware

The overlooked use of LLMs: a translator between humans and hardware

Comments
2 min read
The best interface is no interface: natural language as the command layer

The best interface is no interface: natural language as the command layer

Comments
2 min read
Self-attention isn't just for language — SASRec for recommendations

Self-attention isn't just for language — SASRec for recommendations

Comments
2 min read
Sequential recommendation: order is the signal everyone throws away

Sequential recommendation: order is the signal everyone throws away

Comments
2 min read
The prompt is an API contract: structured outputs from LLMs

The prompt is an API contract: structured outputs from LLMs

Comments
2 min read
Semantic search didn't kill keyword search — it needs it

Semantic search didn't kill keyword search — it needs it

Comments
2 min read
Optimistic UI: making an app feel instant without touching the backend

Optimistic UI: making an app feel instant without touching the backend

Comments
2 min read
Your slow app is probably an N+1 query

Your slow app is probably an N+1 query

Comments
2 min read
An alarm nobody trusts is worse than no alarm

An alarm nobody trusts is worse than no alarm

Comments
2 min read
99% accuracy, completely worthless: ML on rare events

99% accuracy, completely worthless: ML on rare events

Comments
2 min read
Recursion clicks the moment you can see the call stack

Recursion clicks the moment you can see the call stack

Comments
2 min read
Real-time isn't fast — it's on time

Real-time isn't fast — it's on time

Comments
2 min read
Authentication is who you are. Authorization is what you can touch.

Authentication is who you are. Authorization is what you can touch.

Comments
2 min read
You can't ship a hallucinating model into a regulated domain

You can't ship a hallucinating model into a regulated domain

Comments
2 min read
Your RAG is only as good as how you chunked the documents

Your RAG is only as good as how you chunked the documents

1
Comments 2
2 min read
An order isn't a row — it's a state machine

An order isn't a row — it's a state machine

Comments
2 min read
Educational tools deserve production-grade polish

Educational tools deserve production-grade polish

1
Comments
2 min read
Embeddings are the foundation semantic search stands on

Embeddings are the foundation semantic search stands on

1
Comments
2 min read
The overlooked use of LLMs: playing roles, not answering

The overlooked use of LLMs: playing roles, not answering

Comments
2 min read
Detection is easy. Deciding what deserves attention is hard.

Detection is easy. Deciding what deserves attention is hard.

Comments
2 min read
Domain modeling: nine businesses hiding in one restaurant app

Domain modeling: nine businesses hiding in one restaurant app

Comments
2 min read
Building a hackathon project like it will actually ship

Building a hackathon project like it will actually ship

Comments
2 min read
Keeping an LLM app responsive with async and Celery

Keeping an LLM app responsive with async and Celery

Comments
2 min read
Vector search in production: from notebook to real product

Vector search in production: from notebook to real product

Comments
2 min read
The modular monolith: microservices' clarity without the tax

The modular monolith: microservices' clarity without the tax

Comments
2 min read
The best engineering is invisible: absorbing complexity for users

The best engineering is invisible: absorbing complexity for users

Comments
2 min read
Decoupling everything with a message bus: MQTT in practice

Decoupling everything with a message bus: MQTT in practice

Comments
2 min read
Keeping a graphics-heavy React app at a smooth 60fps

Keeping a graphics-heavy React app at a smooth 60fps

Comments
2 min read
Similarity isn't relevance: the hard part of semantic search

Similarity isn't relevance: the hard part of semantic search

1
Comments 2
2 min read
Edge ML: why inference belongs next to the sensor

Edge ML: why inference belongs next to the sensor

Comments
2 min read
Training judgment with AI: governance simulations via RAG

Training judgment with AI: governance simulations via RAG

Comments
2 min read
Keyword search is dead: semantic discovery with vectors

Keyword search is dead: semantic discovery with vectors

Comments
2 min read
Multi-tenancy is a guarantee you enforce in the database

Multi-tenancy is a guarantee you enforce in the database

Comments
2 min read
The double-charge bug, and killing it in production payments

The double-charge bug, and killing it in production payments

Comments
2 min read
Shipping a food-delivery marketplace that moves real money

Shipping a food-delivery marketplace that moves real money

Comments
2 min read
Predicting a rockfall before it happens with sensor fusion

Predicting a rockfall before it happens with sensor fusion

Comments
2 min read
I built a camera that decides where to look

I built a camera that decides where to look

Comments
2 min read
Real-time computer vision on a $6 chip

Real-time computer vision on a $6 chip

Comments
2 min read
Big-O you can actually see: making complexity visual

Big-O you can actually see: making complexity visual

Comments
2 min read
People can't visualize data structures — so I built one you can watch

People can't visualize data structures — so I built one you can watch

Comments
2 min read
You were trained to write code. You'll spend your career reading it

You were trained to write code. You'll spend your career reading it

1
Comments
3 min read
'We'll fix it later' is a loan. Here's the interest rate

'We'll fix it later' is a loan. Here's the interest rate

1
Comments
3 min read
Giant context windows were supposed to kill RAG. They did not

Giant context windows were supposed to kill RAG. They did not

Comments
2 min read
Every AI model is 'state of the art.' The benchmarks are lying

Every AI model is 'state of the art.' The benchmarks are lying

Comments
3 min read
Your 'free' AI answer isn't free. Here's the bill

Your 'free' AI answer isn't free. Here's the bill

1
Comments
3 min read
AI passes the bar exam but fails at counting. Why?

AI passes the bar exam but fails at counting. Why?

1
Comments
3 min read
loading...