|
|
|
|
|
by nickthemagicman
2989 days ago
|
|
Of course!
Databases are just more complicated spreadsheets!
And puppet is just scripts that configure servers.
And encryption is just a few math equations that mask data. Man when you put it that way I just realized how trivial all technology is! Really anyone can do it without years of experience and training! Who knows why the salaries are so high! |
|
I'm calling out the fact that the things you mentioned and the concepts behind them are not unique to frontend and certainly not even that complex. All it means is that the frontend landscape is finally catching up to traditional backend languages and dev practices. We've had compilers, multiple language versions, and environment targets for a long time. We've had functional programming, event sourcing, actor systems, immutable data, and materialized views for a long time. We've used DSLs and full programming languages to create config objects and execution paths for a long time. We've had async and multithreaded programming for a long time.
None of this is new or suddenly challenging, which goes to the original point of this thread that backend skills tend to move much easier to current frontend dev than the opposite direction because of what's involved. I'm not sure how much backend experience you have, if any, but naming assorted buzzwords and claiming that configuring webpack is complex only seems to reinforce my comments.