|
|
|
|
|
by supakeen
2557 days ago
|
|
I feel that over the years of doing things related to web development I actually have to Google less. Frameworks change, idioms change, but the web itself has largely remained stable (it's still HTTP, even if we now sometimes use HTTP/2). The same security concepts apply. I feel like I can authoratively answer on more subjects than I could 10 years ago. Maybe this is mostly related to front-end frameworks? We've only really had one big shakeup in the backend and that's that for the past decade or so we've all moved towards preferring async code (yay Python3k). |
|