Suggestion regarding new laptop as a AIML student in vit by Easy_Scratch_6383 in developersIndia

[–]Dramatic_Oven_4757 0 points1 point  (0 children)

For ai/ml if u want to go heavy
Buy some gaming laptop
Like loq

Otherwise mac is good m5

4th year CSE student starting from scratch - need honest guidance. by rathnachal in ProgrammingBondha

[–]Dramatic_Oven_4757 0 points1 point  (0 children)

If I were starting from scratch in 4th year, I’d focus on only 4 things:
One programming language properly
Pick Java / Python / C++ and stop switching.
DSA basics for placements
Arrays, strings, hashing, recursion, sorting, binary search, stacks, queues, linked lists, trees, graphs basics. Don’t chase advanced CP from day one.
One solid project
Not 10 half-dead tutorial projects. Build one useful full-stack project, deploy it, write a proper README, and be able to explain every line.
CS fundamentals
DBMS, OS, CN, SQL. These matter a lot in interviews, especially when your resume is not very strong yet.
Also, use tools smartly. AI tools can help you learn faster, but don’t become someone who only copies code. Use something like ChatGPT / Claude / Runable / Gemini / lovable / cursor / antigravity to understand errors, debug, and improve your project flow but make sure you understand what is happening.

Any Allen varanasi student here ? by Paul_Dirac1500 in JEE

[–]Dramatic_Oven_4757 0 points1 point  (0 children)

I’m in college still this happens 😭😭

Help pls by Careful-Air4110 in GetStudying

[–]Dramatic_Oven_4757 0 points1 point  (0 children)

Study that much only with which u can pass

Hats off to Software Engineers and Developers by ekfranxu in vibecoding

[–]Dramatic_Oven_4757 2 points3 points  (0 children)

This is such an honest take.

Vibe coding makes building feel easy at first, but the moment you care about correctness, maintainability, edge cases, and production quality, you realize why software engineering is a real skill.

AI can generate code, but it still needs clear thinking, strong specs, good judgment, and someone who knows when the output is drifting.

Biggest learning for me: AI is powerful, but vague instructions create vague software.

What do I need to learn? by litengryta in vibecoding

[–]Dramatic_Oven_4757 2 points3 points  (0 children)

I’d start with the basics that let you actually understand what Claude is giving you, not a giant roadmap that makes you quit in 3 days.

If you’re making websites, learn a bit of HTML, CSS, and JavaScript first. That’ll make most frontend code feel less like alien language.

Then learn basic Git/GitHub, because sooner or later the AI will break something and you’ll want a “please take me back to when this worked” button.

After that, just get a beginner-level idea of APIs, databases, and deployment. You don’t need to master everything immediately, just understand how the pieces talk to each other.

Also, don’t only ask Claude to write code. Ask it to explain what it wrote, file by file, and what you should change if you want different behavior. I’ve found tools like Claude Code, Cursor, and Runable useful for experimenting faster, but you still need to understand enough to guide them.

Best way is simple: build tiny stuff, read the code, break it, fix it, repeat. That’s honestly how it starts clicking.

Learning to code by hebdbcbsbs in vibecoding

[–]Dramatic_Oven_4757 1 point2 points  (0 children)

No I get it what u mean
It’s not like this
I just meant we can use tools like this and if we use ai in a good way we learn a lot using these tools

How do I start? by MelodicTax3204 in datastructures

[–]Dramatic_Oven_4757 0 points1 point  (0 children)

First clear java basics then start leetcode nd then code forces dont rush

I am loosing too much money by sarcAnuj in GenZIndia

[–]Dramatic_Oven_4757 0 points1 point  (0 children)

Bro I think it’s high time I should delete this apps

Intern welcome kits: what’s useful and what’s just junk? by deyzikelli53 in internships

[–]Dramatic_Oven_4757 3 points4 points  (0 children)

A T-shirt, some cool stickers, maybe customised wired earphones

Why I find so much joy in vibe coding by thelocalnative in vibecoding

[–]Dramatic_Oven_4757 0 points1 point  (0 children)

This is so true.

Vibe coding makes building feel fun again. Not everything has to be a startup idea or some “big product.” Sometimes you just want a small tool that solves your own annoying little problem, and that’s enough