You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a software developer and an open-source maintainer based in India.
I am currently helping in the development and maintenance of ESLint and the webpack ecosystem.
Maintaining such a big project does not only mean coding, I spend a considerable amount of my online time helping the webpack and the ESLint community and ensuring that everyone finds a welcoming environment.
My aim is to make it easy for everyone to start contributing to webpack and ESLint, and for the existing contributors to feel like valuable members of the community.
As part of my daily open-source work, I usually work on the development of:
If you are looking for profiles to sponsor, I would love your appreciation. My goal with sponsorship is to be able to work full-time on OSS that is essential to the web continuing to thrive.
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs,…