{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "Utsav Singh",
  "home_page_url": "https://utsv.work/",
  "feed_url": "https://utsv.work/feed.json",
  "description": "Utsav Singh is a fullstack engineer building financial systems, agentic AI, and AI/ML products.",
  "language": "en-US",
  "icon": "https://utsv.work/apple-touch-icon.png",
  "favicon": "https://utsv.work/favicon.ico",
  "authors": [
    {
      "name": "Utsav Singh",
      "url": "https://utsv.work/",
      "avatar": "https://github.com/singhutsav5502.png?size=240"
    }
  ],
  "_social": {
    "github": "https://github.com/singhutsav5502",
    "linkedin": "https://www.linkedin.com/in/utsav-work/",
    "twitter": "https://twitter.com/uts5501"
  },
  "items": [
    {
      "id": "https://utsv.work/blog/react-component-tree-visualizer/",
      "url": "https://utsv.work/blog/react-component-tree-visualizer/",
      "title": "React Tree Visualizer: Creating a visualizer for .js/jsx component files.",
      "summary": "TLDR - I built a tree visualizer to parse jsx content and ASTs in react files so that you don't have to figure out which component calls what. Check it out here!(currently beta :D)",
      "date_published": "2023-12-29T00:00:00.000Z",
      "date_modified": "2023-12-29T00:00:00.000Z",
      "tags": [
        "React",
        "Node.js",
        "Express",
        "JavaScript",
        "Babel"
      ],
      "image": "https://cdn.hashnode.com/res/hashnode/image/upload/v1703874887982/19f71c06-5d34-44dc-8093-9d63cf2e68a4.jpeg",
      "authors": [
        {
          "name": "Utsav Singh",
          "url": "https://utsv.work/"
        }
      ]
    }
  ]
}