I have a pretty high level question for you and am looking for some different experiences and input. Does anyone publish their own private or public packages for their own personal convenience?
Obviously you encounter many instances of publishing packages in a general sense as a software developer. But I’m wondering if people do so as a way of organising and tracking their own personal self-contained pieces of work. For example, you might publish neat web components that you make in JS, or algorithms you write in C#, for potential future use. What happens if your neat web component was written as part of your job? Can you still package that up under your own name?
I’d appreciate any opinions on this topic! Thanks