Angular and deeper rxjs stuff broke my brain for awhile.
Benefits over jquery were clear. However replacing one jquer my developer with 10 modern developers that got only a fraction of the work done.
Well that broke my brain too.
Now I’m in a situation of developing against k8 infrastructure, I’m seriously thinking of going back to compiled python programs that can be emailed. Just some people can actually get work done.
I learned Python programming almost 20 years ago by also writing a small script on my Linux machine (a Mandrake distribution), running it through py2exe and then copying it on a floppy disk, then get to work and use that .exe program to automate some stuff for me there.
That proved to me that programming can be very helpful sometimes, as in that example it provided me with lots of free time during work, on the behalf of the stuff I had just "automated" for myself. Very good times.
Many developers forget, that you don't go fishing locally using an aircraft carrier or battleships. A small raft is enough.
If your team is small, use tools that can perform the best on small team, if your team is big, use one that can support it. K8s is used for going big, angular is used for complex interface.
You don't use that on production ever. Try to use it on dev server, local or test server all you want, but not production, at least until you know the cases and confident that your team can handle it on production.
Benefits over jquery were clear. However replacing one jquer my developer with 10 modern developers that got only a fraction of the work done.
Well that broke my brain too.
Now I’m in a situation of developing against k8 infrastructure, I’m seriously thinking of going back to compiled python programs that can be emailed. Just some people can actually get work done.