Today I Learned - Rocky Kev

TIL Vendoring

POSTED ON:

TAGS:

Vendoring, in the programming sense, means “copying the source code of another project into your project.” It’s in contrast to the practice of using dependencies, which would be adding another project’s name to your package.json file and having npm or yarn download and link it up for you.

REF:
https://macwright.com/2021/03/11/vendor-by-default.html


Related TILs

Tagged:

TIL Microservice vs Monolith

Final Verdict: You can do way more damage setting up a microservice architecture incorrectly in the long run than a really bad monolith.

TIL of a guide for naming things

Naming is hard. Naming is important because '.imgFloatLeft' no longer is accurate when we switch to 'ltr' format.

TIL this glorious website - No Hello

Nothing worst than the dreaded 'Hello', followed by silence. Just start talking.