I think people overblow how big a burden it is that things keep evolving. Especially once you know the language/platform pretty well (that part doesn't change so much) and you've been around the block a few times ("oh, this is like X but different in a couple ways"), it just really isn't a huge thing to learn the next trend. Sometimes it's a genuine innovation, sometimes it's a familiar pattern coming back around in a new set of clothes. Neither case is a catastrophe.
I completely ignored the front end development scene for 6 months. It was fine
41–50 of 162 posts
Re: I completely ignored the front end development scene for 6 months. It was fine
#42I switched to Flutter 2.5 years ago for frontend. The blessing of having incredibly well designed UI framework that gives you NATIVE iOS/Android/WEB/MacOS/Linux/Windows app from the single code (in a decent language and without a gram of html/css/js crap) is hard to describe. I'm stunned by how many devs yet to discover flutter. Web frontend ecosystem is just a pile of hacks on top of hacks compared to what Flutter t…
Re: I completely ignored the front end development scene for 6 months. It was fine
#43Obsession with the latest frameworks and the proclivity to refer to someone as an "X developer" for some X ∈ {popular frameworks} is a sign of ignorance/immaturity, both for developers and hiring managers. Those with a solid understanding of the underlying principles (both computer science theory and, in the case of front-end development, the core web standards) are the best positioned to make the most impactful cont…
> Focus on mastering stuff that doesn't change, or changes slowly. AKA Fundamentals :)
Sorry I said it, but it's true.
Re: I completely ignored the front end development scene for 6 months. It was fine
#44Re: I completely ignored the front end development scene for 6 months. It was fine
#45I switched to Flutter 2.5 years ago for frontend. The blessing of having incredibly well designed UI framework that gives you NATIVE iOS/Android/WEB/MacOS/Linux/Windows app from the single code (in a decent language and without a gram of html/css/js crap) is hard to describe. I'm stunned by how many devs yet to discover flutter. Web frontend ecosystem is just a pile of hacks on top of hacks compared to what Flutter t…
Doing a quick "Find usages" on java.lang.Deprecated in my current project returns over 4,000 instances from Google/Android libraries and it's a significant frustration within the Android developer community
Re: I completely ignored the front end development scene for 6 months. It was fine
#46Obsession with the latest frameworks and the proclivity to refer to someone as an "X developer" for some X ∈ {popular frameworks} is a sign of ignorance/immaturity, both for developers and hiring managers. Those with a solid understanding of the underlying principles (both computer science theory and, in the case of front-end development, the core web standards) are the best positioned to make the most impactful cont…
It's also a big part of the hype cycle that is an actual industry with Patreon etc now. The first rule you should remember when reading HN is the real world is not HN.
This sums it up quite nicely.
Re: I completely ignored the front end development scene for 6 months. It was fine
#47Earlier quoted context omitted.
It's also a big part of the hype cycle that is an actual industry with Patreon etc now. The first rule you should remember when reading HN is the real world is not HN.
> The first rule you should remember when reading HN is the real world is not HN. Can you explain what you mean by that?
Re: I completely ignored the front end development scene for 6 months. It was fine
#48Obsession with the latest frameworks and the proclivity to refer to someone as an "X developer" for some X ∈ {popular frameworks} is a sign of ignorance/immaturity, both for developers and hiring managers. Those with a solid understanding of the underlying principles (both computer science theory and, in the case of front-end development, the core web standards) are the best positioned to make the most impactful cont…
The latest frameworks aren’t just “trends”, like fashion.
They’re improved ways of doing things. Better, simpler, more reliable.
Advocating to use tech that changes slowly, or avoid latest frameworks is advocating being slower and less productive.
Re: I completely ignored the front end development scene for 6 months. It was fine
#49Earlier quoted context omitted.
Hello! Thank you for pointing that out! I was a bit silly and somehow came to the (wrong) conclusion that "Lucas" (the first commenter) was the name of the author... I don't even know what to say lol. I just went a bit derp there.
Stop assuming that names are indicative of gender, dude.
Re: I completely ignored the front end development scene for 6 months. It was fine
#50Earlier quoted context omitted.
Rust has a huge exposure in the programming community. I may not know how to write it, but I sure know what it is. It's not just limited to HN in awareness.
You say that but my exposure to Rust was through HN. That same team I'd sit down and chat with the CS PhD majors that were doing machine learning. It genuinely surprised me when a brilliant student said he'd never heard of Rust. TIOBE is a garbage metric, but Rust's numbers are paltry there. It's key to some really important projects, but it still isn't a widely-used language.
IMO it’s better (explicit) to see a call to `.clone()`, but maybe this is because I’m not up to my elbows in C++ everyday. Either way, I think Rust will continue to grow in popularity (C as well).