It’s not just JSON and HTML. There’s also graphic rendering and even machine learning models
a little ray of sunshine.
It’s not just JSON and HTML. There’s also graphic rendering and even machine learning models
Programming is actually hard af to do for any extended period of time (more than half an hour)
It requires such a specific mind that’s drawn to all the detail oriented specific robotic parts of coding but almost all coders say coding is easy because the people whose mind don’t fit coding already quit long ago
Yes I find coding hard and no I’m not coping
Actually programming being difficult might not be correct but more like programming is largely unbearable
Everybody trashing on code reviews has never worked with a shit coder before
I’m a shit coder and almost every single review I’ve made big mistakes like forgetting to delete debug/dead code and there’s always meaningful improvements being suggested
Preferring server side rendering is an interesting topic
Client side renderering is currently the preference because the company gets to offload the compute costs of their servers onto the clients’ devices
As long as every website has a profit motive, even if it’s just a single person trying to save some money on their AWS bills, server side rendering will never become the norm
Hate to be a pedantic nerd but seeing as the subject is coding
I think you mean static typing, not strong typing
It’s not just the physical typing
It’s the fact that you can be extremely flexible with data structures and variables
E.g. you can have a list of strings and ints in Python but not java