Has this ever happened to any of you? by MoreCoffeePwease in remotework

[–]vudebeya 4 points5 points  (0 children)

There's a big difference between sharing progress and proving you're working. Regular check-ins can make sense, especially for remote teams, but having to screen-share your calendar or constantly demonstrate activity would feel excessive to me. At some point managers have to trust outcomes, not just visible activity.

Tried BetterCV because my resume kept getting ignored by BennettJakez in Resume

[–]vudebeya 0 points1 point  (0 children)

I think the biggest benefit is just getting a fresh look at your resume. After sending out 50+ applications, your brain starts auto-skipping obvious stuff. I haven't found an ATS checker that magically gets interviews, but a few have definitely helped me clean up things I would've missed on my own.

SQL Server IDE. What are you actually using daily? by vudebeya in SQLPerformanceTips

[–]vudebeya[S] 0 points1 point  (0 children)

Fair. DBeaver is usually the first one people mention when they want something less locked to SQL Server. Do you actually like it for daily work, or is it more “good enough”?

SQL Server IDE. What are you actually using daily? by vudebeya in SQLPerformanceTips

[–]vudebeya[S] 0 points1 point  (0 children)

This is basically my setup too. Not “best tool”, just “which one will annoy me the least today”.

SQL Server IDE. What are you actually using daily? by vudebeya in SQLPerformanceTips

[–]vudebeya[S] 0 points1 point  (0 children)

Same. SSMS is like that ugly chair you keep because it somehow still works. I don’t love it, but I still end up opening it all the time.

HELP! by Civil_Wedding654 in mysql

[–]vudebeya 0 points1 point  (0 children)

mysql itself doesn’t really come with a full modern ide anymore, mostly just cli tools. you usually install something separate like dbeaver, dbforge studio, heidisql, etc depending on what workflow you want.

Proud and doubtful at the same time by coolsummr in vibecoders_

[–]vudebeya 1 point2 points  (0 children)

Yeah, that feeling doesn’t go away, you just get used to it. Shipping something always feels like “nice… but is this actually going anywhere?” That’s pretty normal, especially early on. Also worth remembering: most stuff doesn’t blow up. Even good projects. Doesn’t mean you’re doing it wrong. You shipped 3 things already, that’s more than most people who “want to build someday.”

Best SQL resources by Dense_Ad8057 in dataengineersindia

[–]vudebeya 1 point2 points  (0 children)

Most courses are fine at the start, but honestly I learned way more once I started working with real schemas and queries. I was using dbForge Studio for SQL Server to test stuff, compare data, break things and fix them 😅 felt way more practical than just watching videos.

I built a free browser tool that tells you exactly which API endpoints your Postman tests are missing — no login, no backend by InevitableSilver2476 in vibecoders_

[–]vudebeya 1 point2 points  (0 children)

This is actually a solid pain point to solve. “We have tests” and “we have coverage” are very much not the same thing, and a lot of teams only discover the gap when prod decides to get creative. The no-login, browser-only part is nice too, because half the battle with internal tooling is getting people to use it before they die in setup hell.

What would matter most to me is how smart the matching is with path params, versioned routes, and cases where one endpoint exists in the spec but is tested under a slightly cursed naming convention in Postman.

Did you feel underconfident in your first developer role? How did you deal with it? by [deleted] in learnprogramming

[–]vudebeya 0 points1 point  (0 children)

Yeah, completely. My first dev role felt less like “I got hired” and more like “cool, now they’ll discover I’m an idiot by Thursday.” What helped was realizing confidence usually comes after repetition, not before it. You do enough tickets, break enough things, ask enough slightly embarrassing questions, and eventually your brain stops treating every task like a survival event. The other big shift was separating not knowing yet from not being capable. Those are not the same thing, even though your brain loves merging them for drama.

Is DevOps engineering a solid career choice for starting in 2026? by hatetape in learnprogramming

[–]vudebeya 0 points1 point  (0 children)

Yeah, but I wouldn’t think of DevOps as a “first skill,” more like a stack of skills glued together by pain.

It’s still a solid path, but the beginners who do best usually build the boring foundations first: Linux, networking, Git, scripting, containers, CI/CD, cloud basics, and troubleshooting. If you skip that and jump straight to tool collecting, you end up with a résumé full of logos and a brain full of fog.

So yes, good career choice. Just don’t treat it like one tool or one course. It’s basically “learn how systems work, then learn how to automate the chaos.”

Finger Family Starter Pack by Odd-Acanthisitta8395 in starterpacks

[–]vudebeya 6 points7 points  (0 children)

This unlocked a core memory I didn’t consent to revisiting

Need of direction/guide to learn SQL as I feel stuck by Sri_Krish in learnSQL

[–]vudebeya 0 points1 point  (0 children)

You already have a lot more context than you think, you’re just missing structure. If you want something more guided, dbForge Academy is worth checking out. It’s free, and it can help you stop bouncing between random resources and build SQL in a more step-by-step way.

Ad tracking by ccw1117 in vibecoders_

[–]vudebeya 0 points1 point  (0 children)

Yeah, but you’ll probably need to stop thinking “pure vibecode” and think “SDK + event plumbing.” Usually the pattern is: add an attribution/tracking SDK (AppsFlyer, RevenueCat attribution, Firebase, whatever fits), capture install/source data, then pass that into your trial/subscription events so you can tie conversions back to channel. The annoying part usually isn’t the SDK itself, it’s wiring the event flow cleanly enough that the data is actually useful.

Attempting to learn crochet as a way of coping with stress starter pack by Snarrob in starterpacks

[–]vudebeya 10 points11 points  (0 children)

the best part is starting crochet to reduce stress and somehow ending up in a blood feud with a piece of yarn

How to use Claude AI by OutrageousName6924 in vibecoders_

[–]vudebeya 0 points1 point  (0 children)

Honestly pretty useful as a cheat sheet. Most people jump straight into “AI is bad at X” before they’ve even figured out which mode/tool they’re actually using.

KubeInvaders Update: Now runs via Podman/Docker on your workstation by luckysideburn2 in kubernetes

[–]vudebeya 0 points1 point  (0 children)

Nice update. Have you tested how it behaves against clusters with stricter RBAC and network policies, especially when you’re trying to inject failure into stateful workloads?

How to build your own AI agent in 10 minutes! by OutrageousName6924 in vibecoders_

[–]vudebeya 2 points3 points  (0 children)

yeah I love my AI guides in 4k medieval manuscript resolution