Finally made my first open source contribution. This week, my first pull request to stdlib-js, one of the largest standard libraries for JavaScript and Node.js, was officially merged 🚀 The contribution: ✅ Refactored the example for someByRight to use @stdlib/random/array/randu for generating arrays. ✅ Fixed a linting issue (no-new-array) and simplified the code by replacing a loop with a single function call. ✅ Updated both the runnable example and the package README to stay consistent with project guidelines. It might look like a small change — but this PR taught me a lot about: Navigating a massive codebase with thousands of packages. Following strict linting, documentation, and test coverage rules. Writing examples that are concise and reproducible. Big thanks to the maintainers at stdlib-js for their guidance and for making open source beginner-friendly. Next goal: contribute to a core math or utils module. 🧠 If you’ve been wanting to start open source but don’t know where to begin — pick a small issue, read the contributing guide carefully, and just start. Every merged PR counts. #opensource #javascript #nodejs #softwaredevelopment #webdev #firstPR
Great
Nice
Good going Udit Agarwal