layout | title | description | image | permalink |
---|---|---|---|---|
page |
Work with Bhupesh |
Interested to work with me professionally? I can assist you as a Software Developer, Technical Writer, or Dev Community Builder. Find out more about my work domains and how I can help you. |
hire.png |
/hire/ |
![hire-bhupesh]({{ site.baseurl }}/images/hire.png)
If you want to work with me on any paid contract/freelance gigs, I usually work in 3 different but connected domains.
I work with following tools and technologies in this domain:
- Go (Microservices, GraphQL, gRPC, JSON Web APIs).
- Python (Django, Flask, APIs).
- Bash/Shell Scripting, CLIs, the Unix ecosystem.
If you have a developer-facing product I can help you figure out your documentation, blogs, marketing tactics etc.
- Developer Productivity
- DevOps/DevTooling
- CLIs
- Open-Source
- Side-projects
I also maintain a mega list of my own favorite pieces of writing.
I have been managing India's largest dev network, r/developersIndia since its inception in 2020 (4 years & counting). Through this experience, I have gained valuable insights into the developer ecosystem. I can help you with:
- Building & managing dev communities.
- Understanding the developer ecosystem.
- Developer marketing strategies.
You might also be interested in viewing my /interview page.
I agree to the Terms of Service
Schedule a Consultation <script> function toggleButton() { var checkbox = document.getElementById('tosCheckbox'); var button = document.getElementById('consultationButton'); if (checkbox.checked) { button.style.pointerEvents = 'auto'; button.style.opacity = '1'; } else { button.style.pointerEvents = 'none'; button.style.opacity = '0.5'; } } </script>