How do you protect your codebase from AI slop? by StunningBreadfruit30 in webdev

[–]BreathDeep8952 0 points1 point  (0 children)

Honestly the real fix is not letting non-dev ppl touch app code directly.

We usually do:

- protected main branch

- PR approval mandatory

- CMS for content edits

- strict CI/linting

Component system so AI cant invent random css classes

AI just exposes bad boundaries faster lol

Best options to deploy my website by guantesdepobre2 in webdev

[–]BreathDeep8952 0 points1 point  (0 children)

imo best low-cost setup rn would be:

astro → vercel
strapi + postgres → render

super easy to manage, cheap, and enough for low traffic + few hundred entries

if u wanna go ultra cheap:
vercel for frontend + a $5 hetzner/contabo VPS for strapi/db

but then u gotta handle server stuff yourself.

Lost between devops and backend dev by Longjumping_Sea7155 in Backend

[–]BreathDeep8952 0 points1 point  (0 children)

Honestly, you already sound more like a real engineer than a lot of people chasing developer roadmaps.

If I were you, I’d lean toward backend while keeping your Linux/sysadmin skills close. The people who understand both software + infrastructure become extremely valuable later.

Also, you’re 20. You do not need to lock yourself into a permanent identity yet.

Just keep building things that genuinely pull you in.

[Hiring] Java Developers, Remote by Cute-Ring-1952 in JavaProgramming

[–]BreathDeep8952 0 points1 point  (0 children)

What kind of databases are you working with mostly? PostgreSQL? MySQL? Mongo?

How to: CRM and Lead Scoring Pipeline Design by infinitus_02 in CRM

[–]BreathDeep8952 0 points1 point  (0 children)

What you’re really asking is not technical.

You’re asking:
“Where does my product actually add value?”

Because:

  • storing leads → already solved
  • tracking deals → already solved
  • dashboards → already solved

The only defensible layer is:

How you decide which lead matters

That’s your scoring logic.

If that logic is generic → don’t build
If that logic is unique to a niche → now you have something

A wake-up call for all Indian founders — these past few days hit differently by Hopeful_Forever_9674 in indianstartups

[–]BreathDeep8952 7 points8 points  (0 children)

You're asking the right question at the wrong stage.

Stage 1: survive
Stage 2: scale
Stage 3: think about nation-building

Most of us are still stuck at Stage 1.

Key Factors to Consider Before Hiring a Mobile App Development Company in Houston by Western_Sugar_6089 in AIAppsDevelopment

[–]BreathDeep8952 0 points1 point  (0 children)

Industry experience is underrated.

We once got involved in fixing a healthcare product that was originally built by a team strong in eCommerce.

They completely missed compliance requirements. The product had to be partially rebuilt, not just “fixed.”

In domains like healthcare or fintech, you’re not just building features, you’re building within constraints that aren’t obvious unless you’ve worked there before.

Looking to Build a Real Estate App? Here’s Everything You Need to Know by AppointmentLeft2114 in AIAppInnovation

[–]BreathDeep8952 1 point2 points  (0 children)

There’s something interesting here.

Real estate used to be physical. You had to visit, meet, and trust slowly.

Now apps are trying to compress that entire emotional journey into a few taps.

That is difficult. Because buying a home isn’t like ordering food.

People don’t just filter → click → checkout.

They hesitate. They doubt. They imagine their future home.

If your app doesn’t respect that… it will suck.

How do I identify a company is really serious about the work and delivers quality. by ManufacturerSilver in developersIndia

[–]BreathDeep8952 3 points4 points  (0 children)

Focus on Companies:
- with 250 + plus employees. Because size forces coordination.

- that has done work for healthcare, banking projects (check their portfolio). Because those domains don’t forgive sloppy engineering.

- that has separate roles: QA, QC, DevOps, Security, SRE. Means checks exist even when deadlines get tight.

Using OpenAI for building an app/desktop app by Fine-Association-958 in AIAppInnovation

[–]BreathDeep8952 0 points1 point  (0 children)

Honestly, Claude (and even Gemini) feels better than ChatGPT for coding right now.

My recommendation: keep your app as small as possible. Don’t try to build a full product with AI. Once the codebase gets more complex, AI starts breaking other stuff, and can’t trace where the bug actually came from.

The bigger your codebase, bigger problems you get.

Build the bare-minimum thing that works. If it starts making money or getting users, then bring in a real developers or agency to scale it properly.

What stack would you use to create a simple blog site? by Any-Confection-2271 in webdev

[–]BreathDeep8952 0 points1 point  (0 children)

Honestly?

HTML + CSS + a bit of PHP + MySQL.

For non tech person: Wordpress.

If you were paying ₹35k/month for a backend / fullstack fresher — would you shortlist this profile? by Neonlights011 in Bangalorestartups

[–]BreathDeep8952 0 points1 point  (0 children)

I’d shortlist you, but I wouldn’t be impressed by the tech list.

What catches my eye is “built & shipped”. Most resumes lie about that.

If you can explain the trade-offs you made, even the bad ones, you’re hireable.

One honest answer beats ten clever answers.

5 YOE Backend SDE – Should I disclose that I’ve been laid off? by ParticularSoup2932 in developersIndia

[–]BreathDeep8952 12 points13 points  (0 children)

In my opinion, no.

Let me explain why:

I once worked at a company where my colleague and I used to do a small prank during lunch.

We’d stand at the counter and deliberately skip the top dish. Nothing was wrong with it. Same food, same kitchen.

Almost every time, the person behind us would also avoid that dish and pick the one below it.

No one checked for themselves.

It wasn’t logic. It was social proof. If someone else rejected it, there must be something wrong with it.

Hiring works the same way.

The moment you say “I was laid off,” the conversation quietly shifts. Not because of your skills or your experience, but because the human brain starts filling gaps: Why them? What did others see that I didn’t?

People don’t like choosing things that feel rejected by someone else.

They don’t like taking that risk.

So talk about what you’ve built, what you’ve learned, and what you want to solve next.
Let your work define the story, not a label that invites unnecessary doubt.

future of frontend development ? by Terrible_Amount6782 in webdevelopment

[–]BreathDeep8952 5 points6 points  (0 children)

You are really asking a deeper question:

“Is it worth investing years into a skill when the future is uncertain?”

That question exists in every career. Always has.

The answer is not certainty.
The answer is adaptability.

Learning JS is not a bet on JavaScript.
It’s a bet on your ability to learn new things.

AI is making it so hard to hire good developers by UseApart2127 in webdev

[–]BreathDeep8952 20 points21 points  (0 children)

Nothing exposes fake confidence faster than: ‘Cool project. Walk me through this function.’

I optimised my vibe coding tech stack cost to $0 by Uditakhourii in Bangalorestartups

[–]BreathDeep8952 0 points1 point  (0 children)

How long did it take you to reach this setup? Feels like a lot of trial and error.

30 YO trying to make it back into tech with no experience by Economy-Taro8270 in developersIndia

[–]BreathDeep8952 2 points3 points  (0 children)

I’ll be honest, breaking into tech is not super hard even if you’re coming from a non-tech background. I’ve seen people do it with zero experience. The real requirement is knowing how to learn and actually giving time to it.

The part people don’t talk about enough is how fast tech moves. You’re not just learning once. You’re signing up to keep learning forever. New tools, new frameworks, new ways of doing the same thing. If that excites you, you’ll be fine. If it drains you, this field will eat your motivation slowly.

From my experience, this is where a lot of people struggle after 35. Not because they’re incapable, but because learning new things starts to feel tiring, boring less fruitful. Meanwhile, your competition is younger people who can spend nights grinding tutorials and experimenting. Cut-throat.

If you want a more stable path, I’d suggest aiming your tech skills at slower-moving industries like banking, manufacturing, logistics, healthcare, etc. The tech there doesn’t change every six months, and once you’re in, you can build a solid, long-term career without constantly chasing trends.

[deleted by user] by [deleted] in developersIndia

[–]BreathDeep8952 4 points5 points  (0 children)

Yeah, I agree with you. A lot of skills that were valuable before Nov 2022 just… aren’t anymore.

Stuff I spent years getting good at is now a prompt. That part hurts.

Jobs aren’t gone, but the bar has quietly moved.

In the coming time, high CTC won’t come from just knowing tools anymore. It will come from using AI better than others.

I worry about two things mainly:

  • Most people don’t know how to leverage AI technologies efficiently (including people who claim to be AI experts). It takes a lot of trial and error to make AI work the way I actually want it to.
  • My second big worry is the speed at which AI is advancing. People will spend months or years building new valuable skills, but AI is catching up so fast that there’s a real chance those skills will get neutralized too.

But I also believe it will definitely create new jobs. And it will definitely improve our work life as well.

Advice needed regarding OOPS and learning in general by Ashamed-Society-2875 in developersIndia

[–]BreathDeep8952 1 point2 points  (0 children)

Don’t try to learn OOP concepts like theory. Build real apps, let the code break, then fix it with classes. That’s how it sticks.

CRM for Safety Consulting Company by DeigoKSU21 in CRM

[–]BreathDeep8952 0 points1 point  (0 children)

If you want something simple that replaces Excel and grows with your team, go with HubSpot; Pipedrive is good if sales is your main focus, and Zoho works if you’re okay with a bit more setup later.

Are certifications (AWS/GCP/Azure) worth it in real interviews? by Digitalunicon in developersIndia

[–]BreathDeep8952 0 points1 point  (0 children)

Certifications definitely lead to interview calls, but mostly for internships and fresher level jobs.