我的第一行代码

2作者: anastaccio8 个月前
大家好, 作为一名技术产品经理,我经常需要快速、私密的在线工具来完成诸如 JWT 解码和 JSON 格式化之类的任务。虽然像 Jam Dev Utilities 和 JWT.io 这样的现有解决方案很棒,但我希望找到完全在客户端处理数据的工具,以确保绝对的隐私(不会将任何数据发送到外部服务器)。 这促使我创建了 rundev.dev 作为个人项目。它是一个此类实用程序的集合,专为速度和隐私而设计。目前可用的工具包括: * JWT 解码器:用于即时 JWT 令牌检查。 * JSON 格式化程序:用于快速格式化和验证 JSON。 * 字数统计:用于文本分析,对内容和 SEO 很有用。 我的目标是创建一个严格遵守数据隐私原则,同时提供实用开发者工具的资源。 你可以在这里查看:https://rundev.dev
查看原文
Hey guys,<p>As a Technical PM, I often found myself needing quick, private online tools for tasks like JWT decoding, and JSON formatting. While existing solutions like Jam Dev Utilities and JWT.io are great, I wanted something that processed data entirely client-side, ensuring absolute privacy (nothing is sent to external servers).<p>This led me to build rundev.dev as a personal project. It&#x27;s a collection of such utilities, designed for speed and privacy.Currently available tools include: JWT Decoder: For on-the-fly JWT token inspection. JSON Formatter: To quickly format and validate JSON. Word Count: For text analysis, useful for content and SEO. My goal was to create a resource that adheres strictly to data privacy principles while offering practical developer utilities. You can check it out here: https:&#x2F;&#x2F;rundev.dev