Sahil Kapur

Sahil Kapur

resolving problems
79 points

Badges

Gemologist
Gemologist

2

Top 5 Launch
Top 5 Launch
Tastemaker
Tastemaker
Veteran
Veteran

Maker History

  • Glide CV
    Debug your resume
    Jan 2021
  • Mystery Books
    Support local independent bookstores in need
    Apr 2020
  • ThinkTwice
    ThinkTwice
    Do you really *need* to buy something?
    Jul 2019
  • 🎉
    Joined Product HuntFebruary 1st, 2019

Forums

Abadesi

5yr ago

Share your feedback and ideas for Discussions

Hey Makers! As Discussions is still in a beta phase we want to hear from you. What ideas do you have for Discussions? What feedback can you share? Thanks!

Sahil Kapur

6yr ago

Testing Backend Frameworks

I really want to test backend frameworks against each other. I want to know if I can build a faster back-end service in Go, Python, Java, or Node. I know that the general accepted thought it Go > Node > Java > Python in speed, but I want to dig deeper and see how much faster, where are the limitations, how easy are the services to scale, etc. Unfortunately, doing a test like this is super hard because there are too many variables: how optimized is the server? What compiler is used? Where is running? What are the configurations? The short answer is that I want to test stuff as out-of-the-box as possible, as in what the configuration would be if an average developer was to build and ship it. In short, I want to be able to test the benefits and drawbacks of different stacks. Any advice?

View more