Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 2.32 KB

hire.md

File metadata and controls

67 lines (50 loc) · 2.32 KB
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.

Domain A: As a Software Dev

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.

Domain B: As a Technical Writer

If you have a developer-facing product I can help you figure out your documentation, blogs, marketing tactics etc.

Things I usually write about (open-ended)

  • Developer Productivity
  • DevOps/DevTooling
  • CLIs
  • Open-Source
  • Side-projects

I also maintain a mega list of my own favorite pieces of writing.

Domain C: As a Dev Community Builder/Manager

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>