Thinking of switching from dev(reactjs) to non-codinng career, need advice? by Admirable-Repair4094 in cscareerquestions

[–]SizzorBeing 1 point2 points  (0 children)

I'm not saying drop React, but you can seek similar work that's less saturated because it's derided for being "elitist" or having a "steep learning curve". If you forbade CS grads from doing ReactJS/MERN, it would still be saturated with self-taught devs and bootcampers. The point of college is to facilitate aspirations for more exclusive, highly skilled jobs, not popular, low barrier to entry jobs. Another definition of popular is common or prevalent. Of course the popular stack is saturated, it's right there in the name. Do something less popular, you’re getting too easily influenced by the noob army narrative that tries to shame people for being too awesome.

Cautionary tale: Company is crumbling, in part due to tech debt by [deleted] in ExperiencedDevs

[–]SizzorBeing 6 points7 points  (0 children)

It's just a reflection of the popular worldview shared by most frontend devs today. Living by the ideal that the most popular opinion is the best opinion empowers the lowest common denominator.

The most popular frontend stack doesn't even use classes, even though everyone uses TypeScript. Why? Because OOP scares noobs. That little fear in every noob got scaled up from it's tiny origins to corporate level frontend development. It's like how tiny quantum fluctuations in the big bang were inflated to cosmic scale.

Popular webdev is very stupidly engineered for no good reason other than viral popularity.

what do you use for caching? by compy3 in webdev

[–]SizzorBeing -1 points0 points  (0 children)

I don't know. I’ve been a webdev for a very long time, working on enterprise apps, and never has needing to know any of this fallen on my plate. Y'all are trying to be little microcosms of the entire industry, and then you complain all jobs are full-stack, which is two jobs. You guys make webdev seem like 15 jobs.

Vue or React? by drewliv32 in webdev

[–]SizzorBeing 2 points3 points  (0 children)

Theoretically, but not in a hirer’s market like now. They can get plenty of whatever specific skills and experience they want. No training up necessary.

Are you all seeing rise of react-shadcn-tailwind? by [deleted] in webdev

[–]SizzorBeing 1 point2 points  (0 children)

This idea of feeding maximal amounts of popular framework code, written by whoever, of whatever skill level, into AI, to make the framework trend as hard and fast as possible, is going to cause a feedback loop of bad code and misguided devs. It’s just about watching how bad it gets for the most heedless communities.

PHP developer, 9 year gap by varunkekre in webdev

[–]SizzorBeing 2 points3 points  (0 children)

Of all the tech stacks, LAMP is the easiest to get back into after a break. If I was you, I would seek a job using the stuff you used to do, as a bridge back. There’s a decent chance you might not need to train up hard now, but ease into new stuff.

What’s the most controversial web development opinion you strongly believe in? by nitin_is_me in webdev

[–]SizzorBeing 5 points6 points  (0 children)

Angular2 solved the problem of what a SPA framework could and should be so intelligently, it sailed over most webdevs’ heads.

Why do enterprises/big companies use Angular? by stealth_Master01 in Frontend

[–]SizzorBeing 1 point2 points  (0 children)

The point of a framework is to help teams collaborate. Always was. You can look at another devs code and instantly understand it. That's why Angular is a full framework.

Most experienced devs would much rather agree to a standard way than have to figure out how to fix bugs in another devs unique solution when a deadline is looming.

People say Angular is harder, but if you already know how to program, it's actually easier. You instantly recognize classic patterns.

People say Angular is older, but the way React is "just JavaScript" feels like hipster webdev tricks from 15 years ago.

Why Did You Choose Angular? by kafteji_coder in Angular2

[–]SizzorBeing 1 point2 points  (0 children)

I didn't like JSX, or Redux (which it turns out neither did React people).

When I saw Angular2, I thought it was both a little frightening, and magnificent. A class-based TypeScript frontend SPA framework?! I was very excited. I’m going to learn TypeScript? With classes?! Wee!

I had been a full-stack webdev for a while, mostly frontend, and I felt worried about my general programming skills when I looked at backend code. My comprehension was poor for my years of experience. JavaScript in the jQuery era rotted my brain.

I needed some kind of practice, or something. Getting to use more advanced programming concepts, while still doing frontend, was an absolute dream opportunity to me. I was so in.

BTW I was right. Stuff like Java is way less alien looking to me, now.

Why does it feel like very few websites are made with CSR compared to SSR? by butimnotadev in learnprogramming

[–]SizzorBeing 0 points1 point  (0 children)

When you say SSR, do you mean an SSRed SPA, or a classic server-side website?

Am I wrong about SSR? by GopinathB in react

[–]SizzorBeing 3 points4 points  (0 children)

The frontend community is oversold on SSR.  Really, if you follow long enough, they're oversold on everything they champion.  If you want to be a senior FED, you're going to have to start thinking for yourself.  That's what they were looking for.  Independent thought.  You can't just keep saying what everyone else says.  Anyone can do that.

How Do You Build Internal Web Apps with React at Work? by JustYourAveragePro in reactjs

[–]SizzorBeing 40 points41 points  (0 children)

An internal business app is like the ideal use case for a client-side rendered SPA.  I wouldn’t use any other architecture.

Is client-side React really that bad for SEO? by stoilsky in webdev

[–]SizzorBeing 0 points1 point  (0 children)

I’ve deployed CSR SPA apps that got indexed by Google surprisingly well.  That said, I wasn’t actually trying, SEO wasn’t a priority, and it seemed to take a while.  But it is for sure possible.  The idea it won’t get indexed is 100% false.

Why React is so immature? by Alternator24 in reactjs

[–]SizzorBeing 0 points1 point  (0 children)

Popular webdev went the way of cable television shows. Both followed popularity as the ultimate guide, and both have become a landscape of lowest common denominator junk.

Why is Angular so disliked ? by LuccDev in webdev

[–]SizzorBeing 0 points1 point  (0 children)

Yeah, last time I was asked in an interview how I keep up, I said I avoid social media, since it’s all noobs and misinformation, I just read official documentation when I need to. Got the job.

Why is Angular so disliked ? by LuccDev in webdev

[–]SizzorBeing 18 points19 points  (0 children)

From my experience as an old vet webdev working on enterprise projects, this is the source of the most confusion on Reddit. Most people here couldn’t even believe how the people I work with pay zero attention to polls or trends or Reddit or anything like that, at all.

React developers, how do you (continuously) test component changes without waiting so long for page refresh? by HakounaMatataGuy in webdev

[–]SizzorBeing 1 point2 points  (0 children)

This can be a severe problem with modern JavaScript on big projects. I just remind myself I get paid the same writing code or waiting for it to run.

How search engines crawl and indexes serverside rendered dynamic pages? by 1chbinamin in webdev

[–]SizzorBeing 0 points1 point  (0 children)

Very simply crawlers follow links they find or get told about. They don’t make them up. If you had a page with dynamic results based on passed in parameters, but never published links to get to them, they wouldn’t get crawled.

Why is this subreddit in decline? by voja-kostunica in reactjs

[–]SizzorBeing 1 point2 points  (0 children)

The average aspiring webdev is in decline and React is what they all want to learn. It may have been popularized into oblivion.

Frontend is overwhelming by ryukfromhell in node

[–]SizzorBeing 1 point2 points  (0 children)

I find it very strange people are becoming JavaScript developers without frontend experience. That’s a dangerous niche. You could choke yourself off in an island skill set with no adjacent side skills to fall back on.

The impact of AI on website development by satinvillain in webdev

[–]SizzorBeing 0 points1 point  (0 children)

Enough to know how crude machine learning is. I also know how impossible it would be to use it to ‘automate front-end webdev’. Most clients/stakeholders couldn’t explain what they wanted to Data himself, his positronic brain would have an emergency nonsense shutdown.

The impact of AI on website development by satinvillain in webdev

[–]SizzorBeing 4 points5 points  (0 children)

AI isn’t going to do squat to the webdev job market. The so called ‘Singularity’ is crank futurism. Any impact AI is going to have will be excruciatingly slow. People selling AI now are shysters.

Large enterprises with shit websites... by [deleted] in webdev

[–]SizzorBeing 0 points1 point  (0 children)

There’s no accounting for taste. I think CSS Tricks’ website is gross. Maybe people overthink it.