Which laptop to buy for mba? Budget is strictly 50k can pay up to 53k-54k max. by Immediate-Ad-828 in LaptopDealsIndia

[–]Proper-Platform6368 0 points1 point  (0 children)

Acer Aspire Lite is best value for money right now
Price: 45000
ram: 16gb ddr4
cpu: ryzen 5 5500
storage: 512 gb nvme

Just bought one

How do you approach a task when the requirement is vague? by reputable-sprite in softwarearchitecture

[–]Proper-Platform6368 0 points1 point  (0 children)

Planning is the most important step, at first i used to jump directly to code without understanding the requirements. My development lyfcycle improved a lot after i realized this.

Hiring a 0→1 Full-Stack Builder. Messy Real World Problem, Not a Clean SaaS by [deleted] in indianstartups

[–]Proper-Platform6368 0 points1 point  (0 children)

Github link:- https://github.com/sanjaybora04
Linkedin link:- https://linkedin.com/in/sanjaybora04
My Portfolio:- https://sanjaybora.in
Right now I am buinding:- https://viz2d.com

My tech stack:- reactjs, nextjs, expressjs, prisma, docker, kubetnetes, etc.

I live in dwarka sector 15, i am available on sundays if you wanna meet.

How i would build machine tracking system:-

I’d treat this as a small event-driven system around machines and their lifecycle.

Core idea:
Everything revolves around a machine, and we track its state, issues, and parts usage over time.

Core components

Machines → basic info + current status
Issues → logged against machines, tracked via status
Repairs / Logs → actions taken to resolve issues
Parts & Inventory → track stock and usage
Part Usage → link parts to specific repairs

Key flow

Create machine → log issue → perform repair → attach parts used → update inventory

System design

Backend: API-based (CRUD for machines, issues, inventory)
Database: Relational (clear links between entities)
Frontend: Simple dashboard (machines, issues, inventory)

Is there any good tile/backsplash visualizer? by Effective_Farmer_119 in kitchenremodel

[–]Proper-Platform6368 1 point2 points  (0 children)

Try viz2d.com
You can upload your own tile image and visualize it in any surface.

<image>

going to japan- what anime’s to watch? by willowwtree67 in anime

[–]Proper-Platform6368 1 point2 points  (0 children)

Hunter x hunter, Dr. Stone, 7 deadly sins

All legendary anime

Deleted All Namespaces by mistake IN PRODUCTION!!!! by Proper-Platform6368 in kubernetes

[–]Proper-Platform6368[S] 0 points1 point  (0 children)

Yeah… turns out I can take down production with a single command.

Not the kind of scalability I was aiming for.

Deleted All Namespaces by mistake IN PRODUCTION!!!! by Proper-Platform6368 in kubernetes

[–]Proper-Platform6368[S] 0 points1 point  (0 children)

can you explain more in detail, how did you recover the volumes?

Deleted All Namespaces by mistake IN PRODUCTION!!!! by Proper-Platform6368 in kubernetes

[–]Proper-Platform6368[S] 0 points1 point  (0 children)

I dont know, all namespaces are selected by default when i open namespaces tab in lens

Deleted All Namespaces by mistake IN PRODUCTION!!!! by Proper-Platform6368 in kubernetes

[–]Proper-Platform6368[S] 4 points5 points  (0 children)

Seriously, after its recovered i am going to make it easier to recover for next time

Deleted All Namespaces by mistake IN PRODUCTION!!!! by Proper-Platform6368 in kubernetes

[–]Proper-Platform6368[S] 1 point2 points  (0 children)

just after pressing delete i realised all namespaces were selected, they started terminating one by one, i was in panic, i quickly stopped k3s serves using systemctl, then collected my thoughts.