tbeseda on Nostr: A huge advantage of building with #webdev platform built-ins (both in the browser and ...
A huge advantage of building with #webdev platform built-ins (both in the browser and the server) is transferrable knowledge.
Everything will come a lot easier if you've written code directly against the execution environment and not exclusively in some abstraction.
Even if your framework tells you _where_ to put some code, if it's just plain JS with minimal dependencies and simple I/O shapes, you can literally copy-paste that knowledge elsewhere. The next project, job, client, etc.
Everything will come a lot easier if you've written code directly against the execution environment and not exclusively in some abstraction.
Even if your framework tells you _where_ to put some code, if it's just plain JS with minimal dependencies and simple I/O shapes, you can literally copy-paste that knowledge elsewhere. The next project, job, client, etc.