Nothing here yet.
No blogs yet.
Do you scratch the surface or are you a deep diver? What gives you the most satisfaction or value in your daily life? Topics like algorithms, coding best practices, garbage collection, OAuth, proper logging, DI, CI/CD, docker, linux, mentoring or any...
Join discussionHere is a dependency tree: my-module dep-a dep-b How is it possible to override dep-b to some dep-x without forking dep-a? npm-shrinkwrap only allows overriding versions not package names: npm install ... npm ERR! Invalid Package: expected dep-...
Join discussion