TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Favorite (Web) Developer Tool?

4 点作者 jeffreyq超过 2 年前
Curious to know more about what tools others use for web development.<p>In particular I&#x27;ve found that I&#x27;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&#x2F;tables need to be populated with specific records in order to render the frontend (React) components that I want has been tedious.<p>Does anybody know of a &quot;full stack&quot; web dev tool that could help with the visualization of this reverse engineering process?

1 comment

solardev超过 2 年前
You can use Postman to mock an endpoint in a minute or two. Tell it what JSON you want it to return and it&#x27;ll host it for you at a real URL. Abstracts away the database completely.<p>Other than that, I use IntelliJ every day and love its power.