Skip to content

Ask HN: Favorite (Web) Developer Tool?

4 pointsjeffreyq1 comment
On HN

Curious to know more about what tools others use for web development.

In particular I've found that I've been spending a good deal of time manually mocking out data in my local environment for work. The process of reverse engineering which database models/tables need to be populated with specific records in order to render the frontend (React) components that I want has been tedious.

Does anybody know of a "full stack" web dev tool that could help with the visualization of this reverse engineering process?

Comments

You can use Postman to mock an endpoint in a minute or two. Tell it what JSON you want it to return and it'll host it for you at a real URL. Abstracts away the database completely.

Other than that, I use IntelliJ every day and love its power.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.