u/Electrical_Grass_955

▲ 2 r/vitap

Can seniors/alumini do a thread on placements ie their experience?

It would help the 2027 batch given the scenario. Them explaining about the experiences, their preparation, what to expect for specific companies, Top coder test experience, and any other niche things that we might see miss out. Things that would help us get a better package.

The entire process would let us be prepared what to expect and all.

reddit.com
u/Electrical_Grass_955 — 3 days ago

Iqoo Z10x at 13k

Flipkart sale and I can see z10x at 13.5k. Good option to buy?
Maybe suggest some around that price like 12k-13.5k. No samsung please.
Requirements arent that high, just a good mobile.
Thank you

reddit.com
u/Electrical_Grass_955 — 4 days ago
▲ 2 r/guntur

I'm looking for mobile around 11k to 13k range for my mom, any suggestions?

Also where could I get great deals online or offline?

Also please do suggest which stores are best in guntur.

Thank you

reddit.com
u/Electrical_Grass_955 — 7 days ago
▲ 2 r/sideprojects+1 crossposts

Tired of writing JSON fixtures by hand or configuring OpenAPI specs just to test a frontend component.

So I built API deck. You describe the data you want in plain text, it generates a JSON fixture using an LLM, and gives you a live URL you can hit immediately from your frontend.

How it works:

- Type something like "10 products with id, name, price, category and stock"

- It generates realistic fake data (actual brand names, valid dates, correlated values — not lorem ipsum garbage)

- You get a stable endpoint: `yourdomain.com/mock/{slug}`

- Supports `?limit=`, `?page=`, and `/{id}` path params out of the box

- CORS headers included so you can call it directly from localhost

Stack: Next.js , Supabase (Postgres + jsonb), Vercel AI SDK, OpenRouter

The catch-all route architecture means a single `[...slug]` handler serves every endpoint — no new routes per user, no infra overhead.

Still early but the core loop works.

Let me know what you think.

https://github.com/Chidanandareddyj/apideck

apideckk.vercel.app
u/Electrical_Grass_955 — 13 days ago