We all know what webpack is. And for those who don't yet know, it is bundler that bundles up complex web assets into a module so that you can use them in your web projects.
I found an issue with webpack-cli. Which was a quick fix. So, I made my first PR into webpack. And a few days later, it was merged! I was soo excited to see my contribution on an organization's project. That too one that I use the most for myself and the work I do.
APIDash is an alternative to postman or insomnia written in flutter/dart.
During the development of the OpenAPI spec import feature, I found out some extra areas of APIDash that were missing support. Specifically HTTP OPTIONS and TRACE methods. I made a PR adding support for OPTIONS, which was merged into APIDash.
Open Healthcare Network is an organization that focuses on building the tools for improving the healthcare systems.
The PR I made, was not a prioritized issue at the moment of my submission, so it was closed for the time being without merging. Here too the UX of the CARE users was in question. But, I was now able to work on the entire CARE application. I was familiar with the codebase better than before I got started. So, the fact my single PR didn't demotivate me that much, as I had the opportunity to make a better and yet impactful PR. And after writing up this article, I can say I am able to make and choose how I tackle an issue. I hope to align with the community better. Let's see.