Lewis Cowles on Nostr: npub1jpp36…yu59l I've got roles as an "expert" in various scripting languages, and ...
npub1jpp36eeycvlkkdy4d4l4lgswvf8jtdare5vly0w0sk7rc39pzgrqlyu59l (npub1jpp…u59l) I've got roles as an "expert" in various scripting languages, and a few compiled ones.
You have to have the seed of knowing how to:
- use vendor package
- compile code
- use debugger
- switch interpreter / compiler (docker is a good answer here, just volume-mount a pre-built and go; if you can't find a pre-built, try a "buildpack {language}" search)
- write tests (with core libraries)
- write tests (with vendor libraries)
- find 10 common vendor libs & use
- pkg & ship a vendor lib
You have to have the seed of knowing how to:
- use vendor package
- compile code
- use debugger
- switch interpreter / compiler (docker is a good answer here, just volume-mount a pre-built and go; if you can't find a pre-built, try a "buildpack {language}" search)
- write tests (with core libraries)
- write tests (with vendor libraries)
- find 10 common vendor libs & use
- pkg & ship a vendor lib