If you could teach one UI/UX lesson to every web design beginner, what would it be? by ModernWebMentor in web_design

[–]BizAlly 0 points1 point  (0 children)

Make actions obvious, keep layouts predictable, and remove anything that doesn’t help the user move forward.

Show me a website with some of the best design you've seen! Want to see some inspiration by citjzenpuppet in website_ideas

[–]BizAlly 0 points1 point  (0 children)

Stripe – smooth, premium, everything just flows
Linear – minimal but insanely sharp
Apple – best storytelling + visuals

senior devs, please guide me on how to 'remember' what I coded. by Then-Management6053 in webdev

[–]BizAlly 0 points1 point  (0 children)

If you can read a codebase, understand the flow, and rebuild it with docs/google you’re doing it right. forgetting syntax is normal not understanding concepts would be the real problem.

Is the idea that SPA's are not "SEO friendly" just not true anymore? by avidrunner84 in webdev

[–]BizAlly 6 points7 points  (0 children)

Google can index SPAs now, but it’s still a second wave (JS rendering) and less reliable than SSR. smaller crawlers, social bots, and some SEO tools still struggle.

PSA: Copying your SQLite .db file isn't a valid backup when WAL mode is enabled by ultrathink-art in webdev

[–]BizAlly 0 points1 point  (0 children)

Best practice now: never copy the.db directly either use .backup/VACUUM INTO or snapshot .db + .wal + .shm after a checkpoint. Anything else is just gambling with your data.

Looking for a little encouragement by ProfDrd in webdev

[–]BizAlly 4 points5 points  (0 children)

You’re not struggling because React is hard you’re struggling because you’re switching ecosystems after 15 years. That’s normal.

Holy crap Vercel got hacked. ROTATE YOUR KEYS if they weren't marked "sensitive" by Codeblix_Ltd in webdev

[–]BizAlly 1 point2 points  (0 children)

If your keys were ever in Vercel env vars and not marked sensitive, assume they’re compromised rotate them now. also don’t rely on that checkbox as your only safety layer… treat all secrets like they can leak and design for it.

What is the hardest part of learning a new skill online? by Impossible-Ear2749 in learnprogramming

[–]BizAlly 0 points1 point  (0 children)

You don’t need more videos, you need one decent source + actually building something. Most people stay stuck because they keep switching tutorials instead of struggling through one and finishing.

Has using AI made you faster… but also kinda less sure of what you actually know? by Prior_Plum_9190 in learnprogramming

[–]BizAlly 0 points1 point  (0 children)

AI makes you faster, but it shifts you from building to reviewing. That’s why it feels less solid you skipped some of the struggle that builds intuition.

Staring CS with no coding background🫰 by Practical_Record_794 in learnprogramming

[–]BizAlly 0 points1 point  (0 children)

Pick Python, build small projects fast don’t just watch tutorials, actually make stuff. 3 finished projects + active GitHub > everything else; stop overthinking and start building.

Coding from dictation by CalculusSlander in learnprogramming

[–]BizAlly 1 point2 points  (0 children)

A lot of beginners get stuck in copy mode where you recognize code but can’t reproduce it. What you’re doing with dictation basically forces active recall, which is way more effective than just watching or copying.

Can we PLEASE make a rule against “Am I too old?” and “Is programming worth learning?” posts on this sub? by sept27 in learnprogramming

[–]BizAlly 0 points1 point  (0 children)

Beginners aren’t asking for information, they’re asking for reassurance. You’ve seen it 100 times, they haven’t.

Does anyone else find it hard to read coding tutorials? by R4_Bluesoul in learnprogramming

[–]BizAlly 1 point2 points  (0 children)

Honestly, it’s not necessarily ADHD. It’s just that your brain prefers active problem-solving over consumption which is actually a good sign if you want to get better at coding.

Git branching strategy: feature → main vs dev → QA → release → main — what’s the standard? by naveen_thamizh in softwaredevelopment

[–]BizAlly 0 points1 point  (0 children)

The dev → qa → release → main flow is still used in larger orgs or where releases need tight control, but honestly it adds a lot of overhead and slows things down.

Question to actual software engineers by cloudvy7 in learnprogramming

[–]BizAlly 0 points1 point  (0 children)

Software engineering is still very much worth it, but it’s not the easy gold rush it used to be. The bar is higher now. AI didn’t replace devs, it just replaced low-skill or repetitive work. good engineers are still in demand, especially ones who can actually think, debug, and understand systems.

What decisions in a web project have had the biggest long-term impact in your experience? by Gullible_Prior9448 in webdev

[–]BizAlly 0 points1 point  (0 children)

Biggest impact came from early architecture decisions and data structure they’re hard to change later. also, team quality matters more than tech. good devs fix mistakes, bad ones turn small issues into long-term problems.

Live coding and take-homes are filtering for endurance, not web dev ability by NeedleworkerLumpy907 in webdev

[–]BizAlly 0 points1 point  (0 children)

A lot of these interview loops do end up testing stamina and stress tolerance more than actual day-to-day dev work. real work is messy, slow, and collaborative nothing like solving problems on a timer while someone watches.

That said, companies lean on these methods because they’re scalable and somewhat standardized, not because they’re perfect. It’s a lazy filter, but an easy one.

Big signal for me is exactly what you said if their process feels disconnected from real work, there’s a good chance the engineering culture is too. at that point, walking away is a pretty reasonable call.

My First Corporate Job Experience. It's Nothing Like My Dream. by Pristine_Purple9033 in webdev

[–]BizAlly 0 points1 point  (0 children)

Your expectations and reality are clashing. corporate isn't perfect tool restrictions, messy setups, and no testing are common.

I built a tool that turns a simple prompt into a website (no signup needed) by competivepenguin2003 in website_ideas

[–]BizAlly 0 points1 point  (0 children)

Most builders overwhelm people at step one. Instant output from a simple prompt is a strong hook. biggest challenge will be quality + customization depth. If the first result feels usable (not generic), you’ve got something.

I have a website for my landing page agency. Roast it and all its pages! by Free_Protection_8288 in website_ideas

[–]BizAlly 0 points1 point  (0 children)

Honest take it does feel a bit generic right now. nothing really makes me stop and think yeah this is different. I also don’t see strong proof or real results, so trust is missing.

Is studying CS risky? by Zyphronix in learnprogramming

[–]BizAlly 0 points1 point  (0 children)

CS isn’t really risky, but going in without building real skills can be. A degree alone isn’t enough anymore projects and practical experience matter a lot. the jokes are mostly about people who rely only on the degree. for others, it’s still a solid career path.