[
  {
    "date": "2026-03-31T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2026/why-i-joined-sycamore",
    "source": "https://anandchowdhary.github.io/blog/blog/2026/why-i-joined-sycamore",
    "title": "Why I joined Sycamore",
    "data": {
      "excerpt": "On Halloween last year, my cofounder Carlo and I had a handshake deal with a pretty known AI company to sell FirstQuadrant, and for the first time in nearly a decade, I had nothing to build. I wrote about this in my Year of Discovery post: the plan was to sit with the discomfort. Not rush into the next thing, and figure out who I am when I'm not \"cofounder of X\". As you'd expect, that lasted about six weeks. By December, I was restless."
    }
  },
  {
    "date": "2026-02-09T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2026/agentscript",
    "source": "https://anandchowdhary.github.io/blog/blog/2026/agentscript",
    "title": "AgentScript",
    "data": {
      "excerpt": "A few weeks ago, I was staring at a system prompt that was 127,000 tokens long. One hundred and twenty-seven thousand tokens - just the system prompt. Most of it was, you guessed it, tool schemas: JSON definitions for every possible thing the agent could do, most of which it would never touch in any given run. My solution? I propose AgentScript: a code-first execution language where the LLM can only interact with the outside world by writing programs."
    }
  },
  {
    "date": "2026-02-09",
    "type": "podcast-interview",
    "url": "https://anandchowdhary.com/press/2026/off-the-cuff-ima-sscbs",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "Anand Chowdhary's Insights: From Entrepreneurship to Innovation",
    "data": {
      "href": "https://www.youtube.com/watch?v=0Z3Nmc3lACM",
      "publisher": "Off the Cuff, IMA SSCBS",
      "embed": "https://www.youtube.com/embed/0Z3Nmc3lACM?si=JNPxaM91A6iT0QFD"
    }
  },
  {
    "date": "2026-01-01T00:00:00.000Z",
    "type": "theme",
    "url": "https://anandchowdhary.com/themes/2026",
    "source": "https://anandchowdhary.github.io/themes/themes/2026/year-of-discovery",
    "title": "Year of Discovery",
    "data": {
      "year": 2026,
      "description": "After exiting FirstQuadrant, I find myself at a crossroads that's both scary and liberating. For the first time in a decade, I have a clean slate: I'm not pivoting, no longer racing against a runway, not trying to make something work; I can actually choose what's next based on what resonates most. I want to explore ideas. Carlo and I are spending a few hours every other day thinking about new concepts, talking to users, and validating problems. But this time, I'm not rushing to build."
    }
  },
  {
    "date": "2025-12-29T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2025/year-of-discovery",
    "source": "https://anandchowdhary.github.io/blog/blog/2025/year-of-discovery",
    "title": "2026 will be the Year of Discovery",
    "data": {
      "excerpt": "I turned 28 yesterday and like years past, I wanted to reflect on this past year and plan my theme for 2026. But 2025 was different; this isn't a typical growth year to celebrate, this is a year with a clean ending, introspection, and searching for what comes next. Past themes\n\nThe theme system was popularized by CGP Grey in the Cortex podcast. I've been using it for years as an alternative to New Year's"
    }
  },
  {
    "date": "2025-11-25T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2025/the-life-of-pabio",
    "source": "https://anandchowdhary.github.io/blog/blog/2025/the-life-of-pabio",
    "title": "The Life of Pabio",
    "data": {
      "excerpt": "This is the second chapter in my five-year retrospective. After accidentally founding Koj, we somehow convinced Y Combinator to let a furniture company into their batch (I still don't know how) and embarked on what I can only describe as the wildest operational rollercoaster of my life. Convincing Silicon Valley that sofas are SaaS\n\nWe weren't building the next frontier AI model or developer tool, we were arguing about ottoman colors and d"
    }
  },
  {
    "date": "2025-11-23T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2025/accidentally-founding-koj",
    "source": "https://anandchowdhary.github.io/blog/blog/2025/accidentally-founding-koj",
    "title": "Accidentally founding Koj",
    "data": {
      "excerpt": "This is the first chapter in a five-year retrospective about how two founders who'd never met in person built a furniture subscription company, got into Y Combinator, discovered we were losing money on every sofa, pivoted to AI in 48 hours, built the first AI SDR, and eventually sold everything. I'm writing this for myself as much as for anyone else - it's the kind of post-mortem I wish I'd read before starting. A real meet-cute\n\nMy cofounder Carlo Badini created a new Slack workspace"
    }
  },
  {
    "date": "2025-11-15T15:22:04.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2025/running-claude-code-in-a-loop",
    "source": "https://anandchowdhary.github.io/blog/blog/2025/running-claude-code-in-a-loop",
    "title": "Running Claude Code in a loop",
    "data": {
      "excerpt": "This all started because I was contractually obligated to write unit tests for a codebase with hundreds of thousands of lines of code and go from 0% to 80%+ coverage in the next few weeks - seems like something Claude should do. So I built Continuous Claude, a CLI tool to run Claude Code in a loop that maintains a persistent context across multiple iterations."
    }
  },
  {
    "date": "2025-11-15T08:59:04Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/continuous-claude",
    "url": "https://anandchowdhary.com/open-source/2025/continuous-claude",
    "source": "https://github.com/AnandChowdhary/continuous-claude",
    "data": {
      "description": "🔂 Ralph loop with PRs: Run Claude Code in a continuous loop, autonomously creating PRs, waiting for checks, and merging",
      "stars": 1320,
      "issues": 15,
      "forks": 91,
      "watchers": 1320,
      "topics": [
        "ai",
        "ai-agents",
        "claude",
        "claude-code",
        "continuous-ai"
      ],
      "language": "Shell",
      "languageColor": "#89e051",
      "openGraphImageUrl": "https://opengraph.githubassets.com/1881702758bc89c8ada2b9095e33720daafdfa1de12519e3389a6dfff508c051/AnandChowdhary/continuous-claude"
    }
  },
  {
    "date": "2025-08-28T00:00:00.000Z",
    "type": "version",
    "url": "https://anandchowdhary.com/versions/2025/anchor",
    "source": "https://anandchowdhary.github.io/versions/versions/2025/anchor",
    "title": "Anchor"
  },
  {
    "date": "2025-07-14T10:13:02Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/claude-code-slack-bot",
    "url": "https://anandchowdhary.com/open-source/2025/claude-code-slack-bot",
    "source": "https://github.com/AnandChowdhary/claude-code-slack-bot",
    "data": {
      "description": "🤖 Use Claude Code from a Slack bot, built on top of Claude Code Action",
      "stars": 11,
      "issues": 1,
      "forks": 3,
      "watchers": 11,
      "topics": [
        "claude",
        "claude-ai",
        "claude-code",
        "cloudflare-workers",
        "github-actions",
        "hono",
        "slack",
        "slack-bot"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/a37874b696acd57a32606980aff3f8c825b9a971cc378eb2eb2fe658c8b648df/AnandChowdhary/claude-code-slack-bot"
    }
  },
  {
    "date": "2025-07-13T20:53:58Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/mintlify-slack-assistant",
    "url": "https://anandchowdhary.com/open-source/2025/mintlify-slack-assistant",
    "source": "https://github.com/AnandChowdhary/mintlify-slack-assistant",
    "data": {
      "description": "⁉️ Slack bot that answers questions using your Mintlify docs' built-in AI assistant",
      "stars": 4,
      "issues": 1,
      "forks": 0,
      "watchers": 4,
      "topics": [
        "assistant",
        "bot",
        "docs",
        "mintlify",
        "openai",
        "slack",
        "slack-bot"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/7f871dabe98e51bbe7ef86351bba86868e011381ec80e81c84b6922da898fe70/AnandChowdhary/mintlify-slack-assistant"
    }
  },
  {
    "date": "2025-06-24T10:11:52Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/priced-in",
    "url": "https://anandchowdhary.com/open-source/2025/priced-in",
    "source": "https://github.com/AnandChowdhary/priced-in",
    "data": {
      "description": "💰 Autonomous AI stock trading agent running on GitHub Actions",
      "stars": 46,
      "issues": 5,
      "forks": 16,
      "watchers": 46,
      "topics": [],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/fabe7570c1e05e6242bcbcce698e6df19d2cd89372ccd080e9aadde6d8643461/AnandChowdhary/priced-in"
    }
  },
  {
    "date": "2025-06-12T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2025/render-atl",
    "source": "https://anandchowdhary.github.io/events/events/2025/render-atl",
    "title": "Build your own Cursor at RenderATL",
    "data": {
      "remote": false,
      "country": "US",
      "city": "Atlanta",
      "venue": "AmericasMart",
      "coordinates": [
        33.7603155,
        -84.3927116
      ],
      "event": "RenderATL 2025",
      "talk": "Build your own AI engineer like Copilot & Devin"
    }
  },
  {
    "date": "2025-05-22T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2025/4tu-alumni",
    "source": "https://anandchowdhary.github.io/events/events/2025/4tu-alumni",
    "title": "Panel interview at 4TU.Alumni",
    "data": {
      "remote": false,
      "country": "NL",
      "city": "Utrecht",
      "venue": "Witteveen+Bos",
      "coordinates": [
        52.0939846,
        5.027699
      ],
      "event": "4TU.Alumni NL Kickoff Event"
    }
  },
  {
    "date": "2025-04-25T17:28:04Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/chat",
    "url": "https://anandchowdhary.com/open-source/2025/chat",
    "source": "https://github.com/AnandChowdhary/chat",
    "data": {
      "description": "💬 Use your GitHub repo's Issues as your own ChatGPT (yes, really!)",
      "stars": 13,
      "issues": 6,
      "forks": 0,
      "watchers": 13,
      "topics": [],
      "language": null,
      "languageColor": null,
      "openGraphImageUrl": "https://opengraph.githubassets.com/304fae033f206c0b12adc5953953b8069391c669c6f277b1b87028fbca993d6d/AnandChowdhary/chat"
    }
  },
  {
    "date": "2025-04-11T08:46:28.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2025/everything-is-tuberculosis-signed-edition",
    "source": "https://github.com/AnandChowdhary/books/issues/78",
    "title": "Everything Is Tuberculosis (Signed Edition)",
    "data": {
      "image": "http://books.google.com/books/content?id=VJIrEQAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api",
      "authors": [
        "John Green"
      ]
    }
  },
  {
    "date": "2025-01-27T10:41:54.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2025/the-anthropocene-reviewed",
    "source": "https://github.com/AnandChowdhary/books/issues/76",
    "title": "The Anthropocene Reviewed",
    "data": {
      "image": "http://books.google.com/books/content?id=ZPD4DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "John Green"
      ]
    }
  },
  {
    "date": "2025-01-03T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2025/coding-ninjas",
    "source": "https://anandchowdhary.github.io/events/events/2025/coding-ninjas",
    "title": "Developer to Founder at 10x Club",
    "data": {
      "remote": true,
      "event": "Coding Ninjas 10x Club",
      "talk": "Developer to Founder"
    }
  },
  {
    "date": "2025-01-01T00:00:00.000Z",
    "type": "theme",
    "url": "https://anandchowdhary.com/themes/2025",
    "source": "https://anandchowdhary.github.io/themes/themes/2025/year-of-sukriti",
    "title": "Year of Sukriti",
    "data": {
      "year": 2025,
      "description": "In 2025, I want to focus on my wife Sukriti. This time I did not write a blog post explaining this theme in detail - so see you next year!"
    }
  },
  {
    "date": "2024-12-10T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2024/ai-community-day",
    "source": "https://anandchowdhary.github.io/events/events/2024/ai-community-day",
    "title": "How we test and deploy prompts at FirstQuadrant for AI Community Day",
    "data": {
      "remote": false,
      "country": "NL",
      "city": "Utrecht",
      "venue": "The Fabrique",
      "coordinates": [
        52.1276767,
        5.0470815
      ],
      "event": "AI Community Day",
      "talk": "How we test and deploy prompts at FirstQuadrant"
    }
  },
  {
    "date": "2024-12-03T12:48:25.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2024/nexus",
    "source": "https://github.com/AnandChowdhary/books/issues/75",
    "title": "Nexus",
    "data": {
      "image": "http://books.google.com/books/content?id=PYvsEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Yuval Noah Harari"
      ]
    }
  },
  {
    "date": "2024-08-30T16:11:53.661Z",
    "type": "travel",
    "url": "https://anandchowdhary.com/location/2024/portugal",
    "source": "https://github.com/AnandChowdhary/location/commit/3e8a78ca587759049e8fb8a80968c5d049ab54b0",
    "title": "Portugal",
    "data": {
      "hash": "3e8a78ca587759049e8fb8a80968c5d049ab54b0",
      "approximateCoordinates": [
        38.76,
        -9.14
      ],
      "label": "Portugal",
      "countryCode": "pt"
    }
  },
  {
    "date": "2024-08-03T11:03:15.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2024/the-other-pandemic",
    "source": "https://github.com/AnandChowdhary/books/issues/69",
    "title": "The Other Pandemic",
    "data": {
      "image": "http://books.google.com/books/content?id=iFY60AEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api",
      "authors": [
        "James Ball"
      ]
    }
  },
  {
    "date": "2024-05-20T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2024/firstquadrant-actions",
    "source": "https://anandchowdhary.github.io/projects/projects/2024/firstquadrant-actions",
    "title": "Actions on FirstQuadrant",
    "data": {
      "description": "Human-in-the-loop AI inbox where sales teams review, approve, and refine AI-generated outreach actions",
      "tags": [
        "Web",
        "FirstQuadrant",
        "TypeScript",
        "React",
        "Next.js",
        "OpenAI GPT-4o",
        "BullMQ"
      ],
      "collaborators": [],
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/firstquadrant-actions/inbox-dark.jpg",
        "attachment": "cover",
        "color": "#1a1a2e"
      }
    }
  },
  {
    "date": "2024-03-24T15:28:15.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2024/never-split-the-difference",
    "source": "https://github.com/AnandChowdhary/books/issues/67",
    "title": "Never Split the Difference",
    "data": {
      "image": "http://books.google.com/books/content?id=RmdqCgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Chris Voss",
        "Tahl Raz"
      ]
    }
  },
  {
    "date": "2024-03-20T13:54:03.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2024/rework",
    "source": "https://github.com/AnandChowdhary/books/issues/66",
    "title": "Rework",
    "data": {
      "image": "http://books.google.com/books/content?id=U77um_h_dgcC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Jason Fried",
        "David Heinemeier Hansson"
      ]
    }
  },
  {
    "date": "2024-02-21T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2024/firstquadrant-website",
    "source": "https://anandchowdhary.github.io/projects/projects/2024/firstquadrant-website",
    "title": "FirstQuadrant.ai",
    "data": {
      "description": "Marketing website, documentation, and changelog for FirstQuadrant's AI sales platform",
      "tags": [
        "Web",
        "FirstQuadrant",
        "TypeScript",
        "React",
        "Next.js",
        "Tailwind CSS",
        "MDX"
      ],
      "collaborators": [],
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/firstquadrant-website/homepage-screenshot.jpg",
        "attachment": "cover",
        "color": "#1a1a2e"
      }
    }
  },
  {
    "date": "2024-01-18",
    "type": "life-event",
    "url": "https://anandchowdhary.com/life/2024/bought-a-house",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/life-events.json",
    "title": "Bought a house",
    "data": {
      "description": "Sukriti and I bought our first house in Utrecht, the Netherlands."
    }
  },
  {
    "date": "2024-01-05T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2024/year-of-gratitude",
    "source": "https://anandchowdhary.github.io/blog/blog/2024/year-of-gratitude",
    "title": "2024 will be the Year of Gratitude",
    "data": {
      "excerpt": "I turned 26 last week and like years past, I wanted to reflect on this past year and plan my theme for 2024. 2023 was a big year for my personal growth and I'm looking forward to actively practicing gratitude in 2024. Year of Gratitude is a little different from my previous themes, as it's not a goal I'm trying to achieve, but rather a mindset I want to cultivate. I want to be more grateful for the things I have, the people in my life, and the opportunities I've been given."
    }
  },
  {
    "type": "okr",
    "url": "https://anandchowdhary.com/okrs/2024/1",
    "source": "https://anandchowdhary.github.io/okrs/okrs/2024/1.json",
    "title": "Published OKRs for Q1 2024",
    "date": "2024-01-01",
    "data": {
      "name": 1,
      "progress": 0.84,
      "success": 0.99,
      "objectives": [
        {
          "name": "Move in to new house",
          "progress": 1,
          "success": 1.19,
          "key_results": [
            {
              "name": "Fully move from rental to owned house",
              "current_result": 1,
              "target_result": 1,
              "progress": 1,
              "success": 1.19
            },
            {
              "name": "Furnish and set up workspace",
              "current_result": 1,
              "target_result": 1,
              "progress": 1,
              "success": 1.19
            },
            {
              "name": "Update registrations and legal work",
              "current_result": 1,
              "target_result": 1,
              "progress": 1,
              "success": 1.19
            }
          ]
        },
        {
          "name": "Strong start to 2024",
          "progress": 0.67,
          "success": 0.79,
          "key_results": [
            {
              "name": "Track finances every week",
              "current_result": 8,
              "target_result": 12,
              "progress": 0.67,
              "success": 0.79
            },
            {
              "name": "Write 1 blog post every month",
              "current_result": 1,
              "target_result": 3,
              "progress": 0.33,
              "success": 0.4
            },
            {
              "name": "Publicly launch new company",
              "current_result": 1,
              "target_result": 1,
              "progress": 1,
              "success": 1.19
            }
          ]
        }
      ],
      "description": "Move in to new house, Strong start to 2024"
    }
  },
  {
    "date": "2024-01-01T00:00:00.000Z",
    "type": "theme",
    "url": "https://anandchowdhary.com/themes/2024",
    "source": "https://anandchowdhary.github.io/themes/themes/2024/year-of-gratitude",
    "title": "Year of Gratitude",
    "data": {
      "year": 2024,
      "description": "In 2024, I want to focus on the wellbeing of myself and those around me:\n\nI want to focus on my mental health and give myself time to exercise, introspect, and learn. I want to properly take Sundays off and spend more time with myself and my loved ones, and I want to see my personal trainer and my therapist with more regularity and review my goals frequently. Secondly, I want to actively practice gratitude to be more thankful for everything I have. I want to be more appreciative of the people in"
    }
  },
  {
    "date": "2023-10-13T20:37:46.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2023/why-we-sleep",
    "source": "https://github.com/AnandChowdhary/books/issues/63",
    "title": "Why We Sleep",
    "data": {
      "image": "http://books.google.com/books/content?id=ZlU3DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Matthew Walker"
      ]
    }
  },
  {
    "type": "okr",
    "url": "https://anandchowdhary.com/okrs/2023/4",
    "source": "https://anandchowdhary.github.io/okrs/okrs/2023/4.json",
    "title": "Published OKRs for Q4 2023",
    "date": "2023-10-01",
    "data": {
      "name": 4,
      "progress": 0.57,
      "success": 0.57,
      "objectives": [
        {
          "name": "Successful Year of Relashionships",
          "progress": 0.33,
          "success": 0.33,
          "key_results": [
            {
              "name": "Make 20 outbound calls",
              "current_result": 2,
              "target_result": 20,
              "progress": 0.1,
              "success": 0.1
            },
            {
              "name": "Finish activity rings every other day",
              "current_result": 21,
              "target_result": 37,
              "progress": 0.57,
              "success": 0.57
            },
            {
              "name": "Complete one book every month",
              "current_result": 1,
              "target_result": 3,
              "progress": 0.33,
              "success": 0.33
            }
          ]
        },
        {
          "name": "Become personally default-alive",
          "progress": 0.81,
          "success": 0.81,
          "key_results": [
            {
              "name": "Track finances every week",
              "current_result": 10,
              "target_result": 12,
              "progress": 0.83,
              "success": 0.83
            },
            {
              "name": "Save for new house",
              "current_result": 1,
              "target_result": 1,
              "progress": 1,
              "success": 1
            },
            {
              "name": "[redacted]",
              "current_result": 0.6,
              "target_result": 1,
              "progress": 0.6,
              "success": 0.6
            }
          ]
        }
      ],
      "description": "Successful Year of Relashionships, Become personally default-alive"
    }
  },
  {
    "date": "2023-09-01T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2023/firstquadrant-campaigns",
    "source": "https://anandchowdhary.github.io/projects/projects/2023/firstquadrant-campaigns",
    "title": "Campaigns on FirstQuadrant",
    "data": {
      "description": "AI-generated personalized email sequences with deliverability infrastructure for fully autonomous B2B outbound",
      "tags": [
        "Web",
        "FirstQuadrant",
        "TypeScript",
        "React",
        "Next.js",
        "OpenAI",
        "SendGrid"
      ],
      "collaborators": [],
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/firstquadrant-campaigns/sequence-timeline.jpg",
        "attachment": "cover",
        "color": "#1a1a2e"
      }
    }
  },
  {
    "date": "2023-08-24T13:15:59Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/deliverabilityguide.com",
    "url": "https://anandchowdhary.com/open-source/2023/deliverabilityguide.com",
    "source": "https://github.com/AnandChowdhary/deliverabilityguide.com",
    "data": {
      "description": "📧 Never end in spam with the world's most comprehensive email deliverability checklist",
      "stars": 25,
      "issues": 2,
      "forks": 2,
      "watchers": 25,
      "topics": [
        "deliverability",
        "dns",
        "email",
        "email-deliverability",
        "email-deliverability-checklist",
        "mx",
        "smtp",
        "tutorial"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://repository-images.githubusercontent.com/682574392/3130d028-0a0d-49c0-9158-89ea366d38ff"
    }
  },
  {
    "date": "2023-08-16",
    "type": "podcast-interview",
    "url": "https://anandchowdhary.com/press/2023/from-pre-seed-to-seed-101",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "Anand Chowdhary, co-founder of Pabio - On how to win at YC",
    "data": {
      "href": "https://open.spotify.com/episode/1DCz9ZeH0FRXmzoHXVzGfD",
      "publisher": "From Pre-seed to Seed: 101",
      "embed": "https://open.spotify.com/embed/episode/1DCz9ZeH0FRXmzoHXVzGfD"
    }
  },
  {
    "type": "okr",
    "url": "https://anandchowdhary.com/okrs/2023/3",
    "source": "https://anandchowdhary.github.io/okrs/okrs/2023/3.json",
    "title": "Published OKRs for Q3 2023",
    "date": "2023-07-01",
    "data": {
      "name": 3,
      "progress": 0.57,
      "success": 0.57,
      "objectives": [
        {
          "name": "Settle in to Utrecht",
          "progress": 0.65,
          "success": 0.65,
          "key_results": [
            {
              "name": "Move in to new apartment",
              "current_result": 1,
              "target_result": 1,
              "progress": 1,
              "success": 1
            },
            {
              "name": "Finish activity rings every other day",
              "current_result": 35,
              "target_result": 37,
              "progress": 0.95,
              "success": 0.95
            },
            {
              "name": "Complete one book every month",
              "current_result": 0,
              "target_result": 3,
              "progress": 0,
              "success": 0
            }
          ]
        },
        {
          "name": "Draw the big picture",
          "progress": 0.5,
          "success": 0.5,
          "key_results": [
            {
              "name": "Buy a new home",
              "current_result": 1,
              "target_result": 1,
              "progress": 1,
              "success": 1
            },
            {
              "name": "Write something every other week",
              "current_result": 0,
              "target_result": 5,
              "progress": 0,
              "success": 0
            },
            {
              "name": "Publicly launch [redacted]",
              "current_result": 0.5,
              "target_result": 1,
              "progress": 0.5,
              "success": 0.5
            }
          ]
        }
      ],
      "description": "Settle in to Utrecht, Draw the big picture"
    }
  },
  {
    "date": "2023-06-28T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2023/startup-visa-application",
    "source": "https://anandchowdhary.github.io/blog/blog/2023/startup-visa-application",
    "title": "Pabio's startup visa application",
    "data": {
      "excerpt": "After you graduate from a Dutch university, you get a one-year orientation year visa to find a job or set up a business. Sukriti and I moved to the Netherlands in 2021 after spending a year in India during the pandemic, so the clock started ticking for my visa. Since Pabio was already fully operational at this point as a Swiss company (owned by an American company), I decided to set up a Dutch subsidiary and apply for a startup visa to keep my residency here."
    }
  },
  {
    "date": "2023-06-12T12:53:26Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/gpt-search",
    "url": "https://anandchowdhary.com/open-source/2023/gpt-search",
    "source": "https://github.com/AnandChowdhary/gpt-search",
    "data": {
      "description": "Get any question answered. A knowledge search engine powered by Google Search and GPT-4, similar to Bing Chat or You.",
      "stars": 4,
      "issues": 3,
      "forks": 2,
      "watchers": 4,
      "topics": [
        "google",
        "gpt-4",
        "openai",
        "search"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/b62b601bf4019c8c64a15d41847cd756829c77fa5587da7a32aac653f29120e0/AnandChowdhary/gpt-search"
    }
  },
  {
    "date": "2023-06-01T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2023/firstquadrant-prospecting",
    "source": "https://anandchowdhary.github.io/projects/projects/2023/firstquadrant-prospecting",
    "title": "Prospecting & Qualification on FirstQuadrant",
    "data": {
      "description": "AI-powered lead finding, enrichment, and qualification engine for hyper-targeted B2B outbound sales",
      "tags": [
        "Web",
        "FirstQuadrant",
        "TypeScript",
        "React",
        "Next.js",
        "Prisma",
        "Apollo.io"
      ],
      "collaborators": [],
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/firstquadrant-prospecting/qualification-criteria.jpg",
        "attachment": "cover",
        "color": "#1a1a2e"
      }
    }
  },
  {
    "date": "2023-04-24T06:16:32.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2023/doglapan",
    "source": "https://github.com/AnandChowdhary/books/issues/62",
    "title": "Doglapan",
    "data": {
      "image": "http://books.google.com/books/content?id=LimgEAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Ashneer Grover"
      ]
    }
  },
  {
    "date": "2023-04-17T15:35:21.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2023/sum",
    "source": "https://github.com/AnandChowdhary/books/issues/59",
    "title": "Sum",
    "data": {
      "image": "http://books.google.com/books/content?id=-cjWiI8DEywC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "David Eagleman"
      ]
    }
  },
  {
    "type": "okr",
    "url": "https://anandchowdhary.com/okrs/2023/2",
    "source": "https://anandchowdhary.github.io/okrs/okrs/2023/2.json",
    "title": "Published OKRs for Q2 2023",
    "date": "2023-04-01",
    "data": {
      "name": 2,
      "progress": 0.39,
      "success": 0.39,
      "objectives": [
        {
          "name": "Make big changes",
          "progress": 0.5,
          "success": 0.5,
          "key_results": [
            {
              "name": "Successful trip to India",
              "current_result": 1,
              "target_result": 1,
              "progress": 1,
              "success": 1
            },
            {
              "name": "Launch [redacted]",
              "current_result": 0.5,
              "target_result": 1,
              "progress": 0.5,
              "success": 0.5
            },
            {
              "name": "Weigh 70 kg by Q3",
              "current_result": 0,
              "target_result": 5,
              "progress": 0,
              "success": 0
            }
          ]
        },
        {
          "name": "Stronger health after recharging",
          "progress": 0.27,
          "success": 0.27,
          "key_results": [
            {
              "name": "Complete one book every month",
              "current_result": 0,
              "target_result": 3,
              "progress": 0,
              "success": 0
            },
            {
              "name": "Go to the gym 20 times after April",
              "current_result": 6,
              "target_result": 20,
              "progress": 0.3,
              "success": 0.3
            },
            {
              "name": "Continue therapy after April",
              "current_result": 3,
              "target_result": 6,
              "progress": 0.5,
              "success": 0.5
            }
          ]
        }
      ],
      "description": "Make big changes, Stronger health after recharging"
    }
  },
  {
    "date": "2023-01-21",
    "type": "life-event",
    "url": "https://anandchowdhary.com/life/2023/got-married",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/life-events.json",
    "title": "Got married",
    "data": {
      "description": "From January 19 to 21, Sukriti and I got married in Delhi-NCR, India."
    }
  },
  {
    "date": "2023-01-03T18:58:34.000Z",
    "type": "travel",
    "url": "https://anandchowdhary.com/location/2023/united-arab-emirates",
    "source": "https://github.com/AnandChowdhary/location/commit/98a741638fe5f56b93452fd8f27460def87cc49e",
    "title": "United Arab Emirates",
    "data": {
      "hash": "98a741638fe5f56b93452fd8f27460def87cc49e",
      "approximateCoordinates": [
        24.43,
        54.65
      ],
      "label": "United Arab Emirates",
      "countryCode": "ae"
    }
  },
  {
    "type": "okr",
    "url": "https://anandchowdhary.com/okrs/2023/1",
    "source": "https://anandchowdhary.github.io/okrs/okrs/2023/1.json",
    "title": "Published OKRs for Q1 2023",
    "date": "2023-01-01",
    "data": {
      "name": 1,
      "progress": 0.44,
      "success": 0.44,
      "objectives": [
        {
          "name": "Kickstart 2023",
          "progress": 0.67,
          "success": 0.67,
          "key_results": [
            {
              "name": "Get married",
              "current_result": 1,
              "target_result": 1,
              "progress": 1,
              "success": 1
            },
            {
              "name": "Research real estate and view 10 apartments",
              "current_result": 0,
              "target_result": 10,
              "progress": 0,
              "success": 0
            },
            {
              "name": "[redacted]",
              "current_result": 1,
              "target_result": 1,
              "progress": 1,
              "success": 1
            }
          ]
        },
        {
          "name": "Work towards a strong mind",
          "progress": 0.17,
          "success": 0.17,
          "key_results": [
            {
              "name": "Complete one book every month",
              "current_result": 1,
              "target_result": 3,
              "progress": 0.33,
              "success": 0.33
            },
            {
              "name": "Do therapy 2 or more times monthly",
              "current_result": 4,
              "target_result": 24,
              "progress": 0.17,
              "success": 0.17
            },
            {
              "name": "Properly review every week",
              "current_result": 0,
              "target_result": 12,
              "progress": 0,
              "success": 0
            }
          ]
        },
        {
          "name": "Work towards a strong body",
          "progress": 0.49,
          "success": 0.49,
          "key_results": [
            {
              "name": "Work out 2 or more times weekly",
              "current_result": 27,
              "target_result": 24,
              "progress": 1.13,
              "success": 1.13
            },
            {
              "name": "Track calories every day",
              "current_result": 3,
              "target_result": 92,
              "progress": 0.03,
              "success": 0.03
            },
            {
              "name": "Lose 5 kg more",
              "current_result": 1.5,
              "target_result": 5,
              "progress": 0.3,
              "success": 0.3
            }
          ]
        }
      ],
      "description": "Kickstart 2023, Work towards a strong mind, Work towards a strong body"
    }
  },
  {
    "date": "2023-01-01T00:00:00.000Z",
    "type": "theme",
    "url": "https://anandchowdhary.com/themes/2023",
    "source": "https://anandchowdhary.github.io/themes/themes/2023/year-of-relationships",
    "title": "Year of Relationships",
    "data": {
      "year": 2023,
      "description": "I want to improve my relationships with my work, myself, and my surroundings in my Year of Relationships:\n\nI want a healthy relationship with my work. I want to continue to work hard on my company. 2022 was my highest productivity year yet, and I don’t want that to change in 2023, while taking enough time off and maintaining a healthy balance. I also want to plan better and spend time in structured thinking. Secondly, I want a strong relationship with my body & min"
    }
  },
  {
    "date": "2022-12-30T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2022/year-of-relationships",
    "source": "https://anandchowdhary.github.io/blog/blog/2022/year-of-relationships",
    "title": "2023 will be the Year of Relationships",
    "data": {
      "excerpt": "I turned 25 today and like years past, I wanted to reflect on this past year and plan my theme for 2023. 2022 was a great year for me, and I'm excited to see what 2023 has in store. The Theme System\n\nIn the previous year's post, 2022 will be the Year of Teamwork, I described the Theme System and how my yearly theme guides me in makin"
    }
  },
  {
    "date": "2022-12-02T08:04:37Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/NewsHaikusBot",
    "url": "https://anandchowdhary.com/open-source/2022/NewsHaikusBot",
    "source": "https://github.com/AnandChowdhary/NewsHaikusBot",
    "data": {
      "description": "🤖 Twitter bot which tweets news in haikus using GPT-3",
      "stars": 5,
      "issues": 2,
      "forks": 1,
      "watchers": 5,
      "topics": [
        "gpt-3",
        "openai",
        "twitter",
        "twitter-api",
        "twitter-bot",
        "typescript"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://repository-images.githubusercontent.com/573333314/73be3851-2097-430e-bb2b-d4b85243b53e"
    }
  },
  {
    "date": "2022-11-09T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2022/github-universe",
    "source": "https://anandchowdhary.github.io/events/events/2022/github-universe",
    "title": "How to open source as a startup at GitHub Universe",
    "data": {
      "remote": false,
      "country": "US",
      "city": "San Francisco",
      "venue": "Yerba Buena Center for the Arts",
      "coordinates": [
        37.7852,
        -122.4039
      ],
      "video": "https://www.youtube.com/watch?v=F3dtaDJi_bo",
      "event": "GitHub Universe 2022",
      "talk": "How to open source as a startup"
    }
  },
  {
    "date": "2022-11-01T10:01:10Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/birthday-reminders-action",
    "url": "https://anandchowdhary.com/open-source/2022/birthday-reminders-action",
    "source": "https://github.com/AnandChowdhary/birthday-reminders-action",
    "data": {
      "description": "🎁 Daily messages for birthday reminders using GitHub Actions",
      "stars": 7,
      "issues": 2,
      "forks": 3,
      "watchers": 7,
      "topics": [
        "birthday",
        "birthday-reminder",
        "github-actions",
        "telegram-bot",
        "typescript"
      ],
      "language": "JavaScript",
      "languageColor": "#f1e05a",
      "openGraphImageUrl": "https://opengraph.githubassets.com/8e3256f0b9129ea465af76db5ae759268c2bbe16de1337af09fb264294eb9985/AnandChowdhary/birthday-reminders-action"
    }
  },
  {
    "date": "2022-10-08T00:00:00.000Z",
    "type": "version",
    "url": "https://anandchowdhary.com/versions/2022/alameda",
    "source": "https://anandchowdhary.github.io/versions/versions/2022/alameda",
    "title": "Alameda"
  },
  {
    "date": "2022-10-03T14:15:35.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2022/cant-hurt-me",
    "source": "https://github.com/AnandChowdhary/books/issues/53",
    "title": "Can't Hurt Me",
    "data": {
      "image": "http://books.google.com/books/content?id=i-VtzQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api",
      "authors": [
        "David Goggins"
      ]
    }
  },
  {
    "type": "okr",
    "url": "https://anandchowdhary.com/okrs/2022/4",
    "source": "https://anandchowdhary.github.io/okrs/okrs/2022/4.json",
    "title": "Published OKRs for Q4 2022",
    "date": "2022-10-01",
    "data": {
      "name": 4,
      "progress": 0.4,
      "success": 0.41,
      "objectives": [
        {
          "name": "Continue working on health goals",
          "progress": 0.37,
          "success": 0.38,
          "key_results": [
            {
              "name": "Work out 3 or more times weekly",
              "current_result": 10,
              "target_result": 39,
              "progress": 0.26,
              "success": 0.26
            },
            {
              "name": "Complete one book every month",
              "current_result": 1.1,
              "target_result": 3,
              "progress": 0.37,
              "success": 0.37
            },
            {
              "name": "Do therapy 3 or more times monthly",
              "current_result": 6,
              "target_result": 12,
              "progress": 0.5,
              "success": 0.5
            }
          ]
        },
        {
          "name": "Stop procrastinating on growth",
          "progress": 0.41,
          "success": 0.41,
          "key_results": [
            {
              "name": "Finalize city and apartment for 2023",
              "current_result": 0.3,
              "target_result": 1,
              "progress": 0.3,
              "success": 0.3
            },
            {
              "name": "Properly prepare for all 1:1s",
              "current_result": 5,
              "target_result": 12,
              "progress": 0.42,
              "success": 0.42
            },
            {
              "name": "Set up and use personal CRM",
              "current_result": 0.5,
              "target_result": 1,
              "progress": 0.5,
              "success": 0.5
            }
          ]
        },
        {
          "name": "Get ready for 2023",
          "progress": 0.43,
          "success": 0.43,
          "key_results": [
            {
              "name": "Prepare for the wedding in Q1",
              "current_result": 0.6,
              "target_result": 1,
              "progress": 0.6,
              "success": 0.6
            },
            {
              "name": "Document & reflect on 2022, set up theme",
              "current_result": 0.3,
              "target_result": 1,
              "progress": 0.3,
              "success": 0.3
            },
            {
              "name": "[redacted]",
              "current_result": 0.4,
              "target_result": 1,
              "progress": 0.4,
              "success": 0.4
            }
          ]
        }
      ],
      "description": "Continue working on health goals, Stop procrastinating on growth, Get ready for 2023"
    }
  },
  {
    "date": "2022-09-22T18:47:24.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2022/bad-feminist",
    "source": "https://github.com/AnandChowdhary/books/issues/51",
    "title": "Bad Feminist",
    "data": {
      "image": "http://books.google.com/books/content?id=Gd6CvgEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api",
      "authors": [
        "Roxane Gay"
      ]
    }
  },
  {
    "date": "2022-09-12T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2022/ut-opportunity-recognition",
    "source": "https://anandchowdhary.github.io/events/events/2022/ut-opportunity-recognition",
    "title": "Guest lecture on opportunity recognition",
    "data": {
      "remote": false,
      "country": "NL",
      "city": "Enschede",
      "venue": "University of Twente",
      "coordinates": [
        52.241198,
        6.851607
      ],
      "talk": "Opportunity recognition"
    }
  },
  {
    "date": "2022-08-25T11:37:27.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2022/the-psychology-of-money",
    "source": "https://github.com/AnandChowdhary/books/issues/50",
    "title": "The Psychology of Money",
    "data": {
      "image": "http://books.google.com/books/content?id=TnrrDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Morgan Housel"
      ]
    }
  },
  {
    "date": "2022-07-22T04:32:58.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2022/indistractable",
    "source": "https://github.com/AnandChowdhary/books/issues/44",
    "title": "Indistractable",
    "data": {
      "image": "http://books.google.com/books/content?id=GmmZDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Nir Eyal"
      ]
    }
  },
  {
    "date": "2022-07-19T05:54:09.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2022/blitzscaling",
    "source": "https://github.com/AnandChowdhary/books/issues/43",
    "title": "Blitzscaling",
    "data": {
      "image": "http://books.google.com/books/content?id=OyxyDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Reid Hoffman",
        "Chris Yeh"
      ]
    }
  },
  {
    "type": "okr",
    "url": "https://anandchowdhary.com/okrs/2022/3",
    "source": "https://anandchowdhary.github.io/okrs/okrs/2022/3.json",
    "title": "Published OKRs for Q3 2022",
    "date": "2022-07-01",
    "data": {
      "name": 3,
      "progress": 0.5,
      "success": 0.5,
      "objectives": [
        {
          "name": "Improve physical and mental health",
          "progress": 0.5,
          "success": 0.5,
          "key_results": [
            {
              "name": "Work out 3 or more times weekly",
              "current_result": 12,
              "target_result": 39,
              "progress": 0.31,
              "success": 0.31
            },
            {
              "name": "Complete one book every month",
              "current_result": 3.15,
              "target_result": 3,
              "progress": 1.05,
              "success": 1.05
            },
            {
              "name": "Meditate or breathwork once a week",
              "current_result": 2,
              "target_result": 13,
              "progress": 0.15,
              "success": 0.15
            }
          ]
        },
        {
          "name": "Get engaged to be married",
          "progress": 0.6,
          "success": 0.6,
          "key_results": [
            {
              "name": "Hold engagement celebration in India",
              "current_result": 1,
              "target_result": 1,
              "progress": 1,
              "success": 1
            },
            {
              "name": "Plan wedding (venue, date, guests)",
              "current_result": 0.7,
              "target_result": 1,
              "progress": 0.7,
              "success": 0.7
            },
            {
              "name": "Set up and use personal CRM",
              "current_result": 0.1,
              "target_result": 1,
              "progress": 0.1,
              "success": 0.1
            }
          ]
        },
        {
          "name": "Start planning for the long term",
          "progress": 0.4,
          "success": 0.4,
          "key_results": [
            {
              "name": "[redacted]",
              "current_result": 0.2,
              "target_result": 1,
              "progress": 0.2,
              "success": 0.2
            },
            {
              "name": "Get residence permit with HSM",
              "current_result": 0.9,
              "target_result": 1,
              "progress": 0.9,
              "success": 0.9
            },
            {
              "name": "Finalize mortgage or rent for Q4",
              "current_result": 0.1,
              "target_result": 1,
              "progress": 0.1,
              "success": 0.1
            }
          ]
        }
      ],
      "description": "Improve physical and mental health, Get engaged to be married, Start planning for the long term"
    }
  },
  {
    "date": "2022-06-24T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2022/iima-inclusive-entrepreneurship",
    "source": "https://anandchowdhary.github.io/events/events/2022/iima-inclusive-entrepreneurship",
    "title": "Guest lecture on inclusive entrepreneurship",
    "data": {
      "remote": true,
      "venue": "Indian Institute of Management, Ahmedabad"
    }
  },
  {
    "date": "2022-06-01",
    "type": "life-event",
    "url": "https://anandchowdhary.com/life/2022/got-engaged",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/life-events.json",
    "title": "Got engaged",
    "data": {
      "description": "I surprised Sukriti with a trip to Paris and asked her to marry me in front of the Eiffel Tower."
    }
  },
  {
    "date": "2022-05-14T16:21:44Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/nord.js",
    "url": "https://anandchowdhary.com/open-source/2022/nord.js",
    "source": "https://github.com/AnandChowdhary/nord.js",
    "data": {
      "description": "⚡️ Fast and familiar TypeScript backend framework for Bun, Node.js, and Deno",
      "stars": 11,
      "issues": 1,
      "forks": 1,
      "watchers": 11,
      "topics": [
        "api",
        "backend",
        "bun",
        "deno",
        "framework",
        "nodejs",
        "rest-api",
        "swc",
        "typescript"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://repository-images.githubusercontent.com/492267193/82b137e2-78a6-4ea5-94cf-772bfc9ee1c4"
    }
  },
  {
    "date": "2022-05-12T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2022/twitter-space-open-source",
    "source": "https://anandchowdhary.github.io/events/events/2022/twitter-space-open-source",
    "title": "Twitter Space on \"Why make your product open source?\"",
    "data": {
      "remote": true,
      "venue": "Twitter Space"
    }
  },
  {
    "date": "2022-04-25T05:58:39.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2022/talking-to-strangers",
    "source": "https://github.com/AnandChowdhary/books/issues/41",
    "title": "Talking to Strangers",
    "data": {
      "image": "http://books.google.com/books/content?id=VnuGDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Malcolm Gladwell"
      ]
    }
  },
  {
    "type": "okr",
    "url": "https://anandchowdhary.com/okrs/2022/2",
    "source": "https://anandchowdhary.github.io/okrs/okrs/2022/2.json",
    "title": "Published OKRs for Q2 2022",
    "date": "2022-04-01",
    "data": {
      "name": 2,
      "progress": 0.38,
      "success": 0.38,
      "objectives": [
        {
          "name": "Accelerate body and mind progress",
          "progress": 0.47,
          "success": 0.47,
          "key_results": [
            {
              "name": "Work out twice every week",
              "current_result": 15,
              "target_result": 26,
              "progress": 0.58,
              "success": 0.58
            },
            {
              "name": "Complete one book every month",
              "current_result": 1,
              "target_result": 3,
              "progress": 0.33,
              "success": 0.33
            },
            {
              "name": "Take structured days off",
              "current_result": 10,
              "target_result": 20,
              "progress": 0.5,
              "success": 0.5
            }
          ]
        },
        {
          "name": "Invest in support system",
          "progress": 0.4,
          "success": 0.4,
          "key_results": [
            {
              "name": "Weekly date nights",
              "current_result": 7,
              "target_result": 13,
              "progress": 0.54,
              "success": 0.54
            },
            {
              "name": "Biweekly round-robin calls home",
              "current_result": 12,
              "target_result": 26,
              "progress": 0.46,
              "success": 0.46
            },
            {
              "name": "Set up and use personal CRM",
              "current_result": 0.2,
              "target_result": 1,
              "progress": 0.2,
              "success": 0.2
            }
          ]
        },
        {
          "name": "Work harder and smarter",
          "progress": 0.27,
          "success": 0.27,
          "key_results": [
            {
              "name": "[redacted]",
              "current_result": 0.5,
              "target_result": 1,
              "progress": 0.5,
              "success": 0.5
            },
            {
              "name": "Well-prepared 1:1s with direct reports",
              "current_result": 4,
              "target_result": 13,
              "progress": 0.31,
              "success": 0.31
            },
            {
              "name": "Invest €1000 × [redacted]",
              "current_result": 0,
              "target_result": 1000,
              "progress": 0,
              "success": 0
            }
          ]
        }
      ],
      "description": "Accelerate body and mind progress, Invest in support system, Work harder and smarter"
    }
  },
  {
    "date": "2022-03-21T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2022/startup-school",
    "source": "https://anandchowdhary.github.io/events/events/2022/startup-school",
    "title": "Startup School Kickoff Call Q&A",
    "data": {
      "remote": true,
      "venue": "Y Combinator Startup School"
    }
  },
  {
    "date": "2022-03-06T16:24:08.641Z",
    "type": "travel",
    "url": "https://anandchowdhary.com/location/2022/czechia",
    "source": "https://github.com/AnandChowdhary/location/commit/9b1fe42714ad522f138b17eb2260e6d174df3ff3",
    "title": "Czechia",
    "data": {
      "hash": "9b1fe42714ad522f138b17eb2260e6d174df3ff3",
      "approximateCoordinates": [
        50.09,
        14.44
      ],
      "label": "Czechia",
      "countryCode": "cz"
    }
  },
  {
    "date": "2022-03-02T15:42:29Z",
    "type": "open-source-project",
    "title": "pabio/redirect-russia",
    "url": "https://anandchowdhary.com/open-source/2022/redirect-russia",
    "source": "https://github.com/pabio/redirect-russia",
    "data": {
      "description": "🇺🇦 Redirect Russian traffic from your site to support Ukraine",
      "stars": 101,
      "issues": 6,
      "forks": 17,
      "watchers": 101,
      "topics": [
        "help-ukraine",
        "javascript",
        "typescript",
        "ukraine",
        "ukraine-invasion"
      ],
      "language": "HTML",
      "languageColor": "#e34c26",
      "openGraphImageUrl": "https://repository-images.githubusercontent.com/465367050/848de093-5b6a-4c77-be9b-fe3ce0ab2827"
    }
  },
  {
    "date": "2022-02-20T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2022/the-one-minute-manager",
    "source": "https://github.com/AnandChowdhary/books/issues/40",
    "title": "The One Minute Manager",
    "data": {
      "image": "http://books.google.com/books/content?id=hbQco6gUKm4C&printsec=frontcover&img=1&zoom=1&source=gbs_api",
      "authors": [
        "Kenneth Blanchard",
        "Kenneth H. Blanchard",
        "Spencer Johnson"
      ]
    }
  },
  {
    "date": "2022-01-24T10:22:46Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/remix-starter",
    "url": "https://anandchowdhary.com/open-source/2022/remix-starter",
    "source": "https://github.com/AnandChowdhary/remix-starter",
    "data": {
      "description": "💿 Starter for @remix-run with localized routing and i18n",
      "stars": 56,
      "issues": 3,
      "forks": 3,
      "watchers": 56,
      "topics": [
        "i18n",
        "javascript",
        "nextjs",
        "remix",
        "remix-run",
        "typescript"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/518b7b707831f5196cbf0d7f17796d94daca41c6d8f66b967fc7557e447a935b/AnandChowdhary/remix-starter"
    }
  },
  {
    "date": "2022-01-13T05:54:04.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2022/the-cold-start-problem",
    "source": "https://github.com/AnandChowdhary/books/issues/38",
    "title": "The Cold Start Problem",
    "data": {
      "image": "http://books.google.com/books/content?id=4ezYzQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api",
      "authors": [
        "Andrew Chen"
      ]
    }
  },
  {
    "date": "2022-01-03T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2022/pabio-lounge",
    "source": "https://anandchowdhary.github.io/projects/projects/2022/pabio-lounge",
    "title": "Pabio Lounge",
    "data": {
      "description": "Internal ERP and inventory management system for Pabio",
      "tags": [
        "Web",
        "Pabio",
        "TypeScript",
        "React",
        "Next.js",
        "Tailwind CSS"
      ],
      "collaborators": [],
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/pabio-lounge/cover.jpg",
        "attachment": "cover",
        "color": "#ed7470"
      }
    }
  },
  {
    "type": "okr",
    "url": "https://anandchowdhary.com/okrs/2022/1",
    "source": "https://anandchowdhary.github.io/okrs/okrs/2022/1.json",
    "title": "Published OKRs for Q1 2022",
    "date": "2022-01-01",
    "data": {
      "name": 1,
      "progress": 0.62,
      "success": 0.61,
      "objectives": [
        {
          "name": "Keep body and mind on track",
          "progress": 0.5,
          "success": 0.49,
          "key_results": [
            {
              "name": "Maintain weight of less than 75 kg",
              "current_result": 13,
              "target_result": 13,
              "progress": 1,
              "success": 1
            },
            {
              "name": "Work out twice every week",
              "current_result": 4,
              "target_result": 26,
              "progress": 0.15,
              "success": 0.15
            },
            {
              "name": "Read one book every month",
              "current_result": 1,
              "target_result": 3,
              "progress": 0.33,
              "success": 0.33
            }
          ]
        },
        {
          "name": "Set up for a great 2022",
          "progress": 0.35,
          "success": 0.35,
          "key_results": [
            {
              "name": "[redacted]",
              "current_result": 0.5,
              "target_result": 1,
              "progress": 0.5,
              "success": 0.5
            },
            {
              "name": "Buy a ring and plan proposal",
              "current_result": 0.35,
              "target_result": 1,
              "progress": 0.35,
              "success": 0.35
            },
            {
              "name": "Convert engineering to autopilot",
              "current_result": 0.6,
              "target_result": 3,
              "progress": 0.2,
              "success": 0.2
            }
          ]
        },
        {
          "name": "Manage money better",
          "progress": 1,
          "success": 1,
          "key_results": [
            {
              "name": "Breakeven every month",
              "current_result": 3,
              "target_result": 3,
              "progress": 1,
              "success": 1
            },
            {
              "name": "Set up 2021 personal and corporate taxes",
              "current_result": 1,
              "target_result": 1,
              "progress": 1,
              "success": 1
            },
            {
              "name": "Renew residence permit until Q2 2023",
              "current_result": 1,
              "target_result": 1,
              "progress": 1,
              "success": 1
            }
          ]
        }
      ],
      "description": "Keep body and mind on track, Set up for a great 2022, Manage money better"
    }
  },
  {
    "date": "2022-01-01T00:00:00.000Z",
    "type": "theme",
    "url": "https://anandchowdhary.com/themes/2022",
    "source": "https://anandchowdhary.github.io/themes/themes/2022/year-of-teamwork",
    "title": "Year of Teamwork",
    "data": {
      "year": 2022,
      "description": "Year of Teamwork stems from some of the issues I've been facing lately with delegation. Reflecting on my calendar in the past few months, I see that I've already started spending significantly more time on code review and planning than actually writing code than I used to this time last year, but it's not nearly enough. I still spend the majority of my time as an individual contributor, which is scaling very poorly."
    }
  },
  {
    "date": "2021-12-29T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2021/year-of-teamwork",
    "source": "https://anandchowdhary.github.io/blog/blog/2021/year-of-teamwork",
    "title": "2022 will be the Year of Teamwork",
    "data": {
      "excerpt": "I turn 24 today and I wanted to take this opportunity to reflect on my themes from the past two years, and plan my theme for 2022. Themes are malleable\n\nThe theme system was popularized by CGP Gray in the Cortex podcast with Myke Hurley of Relay FM. I've been using it for the past few years as alternate to Ne"
    }
  },
  {
    "date": "2021-12-22T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2021/pabio-onboarding",
    "source": "https://anandchowdhary.github.io/projects/projects/2021/pabio-onboarding",
    "title": "Onboarding on Pabio.com",
    "data": {
      "description": "Style quiz and onboarding flow for Pabio's personalized interior design and furniture rental service",
      "tags": [
        "Web",
        "Pabio",
        "TypeScript",
        "React",
        "Next.js",
        "Tailwind CSS"
      ],
      "collaborators": [],
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/pabio-onboarding/cover.jpg",
        "attachment": "cover",
        "color": "#ed7470"
      }
    }
  },
  {
    "date": "2021-12-22T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2021/pabio-proposal",
    "source": "https://anandchowdhary.github.io/projects/projects/2021/pabio-proposal",
    "title": "Proposals on Pabio.com",
    "data": {
      "description": "Interactive proposals with photorealistic renders for Pabio",
      "tags": [
        "Web",
        "Pabio",
        "TypeScript",
        "React",
        "Next.js",
        "Tailwind CSS"
      ],
      "collaborators": [],
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/pabio-proposal/proposal.jpg",
        "attachment": "cover",
        "color": "#ed7470"
      }
    }
  },
  {
    "date": "2021-12-15",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2021/tech-crunch",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "Furniture rental company Pabio expands to Germany",
    "data": {
      "publisher": "TechCrunch",
      "href": "https://techcrunch.com/2021/12/15/pabio-seed-plus-german-expansion/",
      "author": "Haje Jan Kamps"
    }
  },
  {
    "date": "2021-12-12T18:04:50.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2021/yc-batch-size",
    "source": "https://anandchowdhary.github.io/blog/blog/2021/yc-batch-size",
    "title": "1,000 companies per batch? OMG Y Combinator",
    "data": {
      "excerpt": "This is a response to 1,000 companies per Y Combinator batch? RIP Y Combinator by Haje Jan Kamps, published on TechCrunch on December 10, 2021. Ever since I found out about Y Combinator, I wanted to be a part of it.[^when-yc] I always thought of myself as a hacker/builder/entrepreneur/(insert word here) because I've always been good at going from idea to product really quickly."
    }
  },
  {
    "date": "2021-11-09T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2021/ddog-8",
    "source": "https://anandchowdhary.github.io/events/events/2021/ddog-8",
    "title": "COVID-19 and GitHub Actions at Dutch DevOps & GitHub Community",
    "data": {
      "remote": true,
      "venue": "Dutch DevOps & GitHub Community",
      "video": "https://www.youtube.com/watch?v=qWvFfPI-epA",
      "event": "8th DDOG",
      "talk": "Helping fight COVID-19 using GitHub"
    }
  },
  {
    "date": "2021-10-11T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2021/open-source-vit",
    "source": "https://anandchowdhary.github.io/events/events/2021/open-source-vit",
    "title": "Open source from scratch for CodeChef-VIT",
    "data": {
      "remote": true,
      "venue": "Vellore Institute of Technology",
      "coordinates": [
        12.97028,
        79.15803
      ]
    }
  },
  {
    "date": "2021-10-05T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2021/github-nova",
    "source": "https://anandchowdhary.github.io/events/events/2021/github-nova",
    "title": "Open source as a startup at GitHub Nova 2021",
    "data": {
      "remote": true,
      "video": "https://www.youtube.com/watch?v=RCaGjMjiwpU",
      "event": "GitHub Nova 2021",
      "talk": "How to open source as a startup"
    }
  },
  {
    "type": "okr",
    "url": "https://anandchowdhary.com/okrs/2021/4",
    "source": "https://anandchowdhary.github.io/okrs/okrs/2021/4.json",
    "title": "Published OKRs for Q4 2021",
    "date": "2021-10-01",
    "data": {
      "name": 4,
      "progress": 0.64,
      "success": 0.64,
      "objectives": [
        {
          "name": "Start getting healthy",
          "progress": 0.83,
          "success": 0.83,
          "key_results": [
            {
              "name": "Work out twice a week",
              "current_result": 12,
              "target_result": 24,
              "progress": 0.5,
              "success": 0.5
            },
            {
              "name": "Stay under 1,700 kcal/day",
              "current_result": 90,
              "target_result": 91,
              "progress": 0.99,
              "success": 0.99
            },
            {
              "name": "Lose 10 kg by birthday",
              "current_result": 10,
              "target_result": 10,
              "progress": 1,
              "success": 1
            }
          ]
        },
        {
          "name": "Get back to work",
          "progress": 0.43,
          "success": 0.43,
          "key_results": [
            {
              "name": "[redacted]",
              "current_result": 0.4485,
              "target_result": 1,
              "progress": 0.45,
              "success": 0.45
            },
            {
              "name": "Do proper 1:1s with reports",
              "current_result": 10,
              "target_result": 12,
              "progress": 0.83,
              "success": 0.83
            },
            {
              "name": "Read 1 book per month",
              "current_result": 0,
              "target_result": 3,
              "progress": 0,
              "success": 0
            }
          ]
        },
        {
          "name": "Get ready for 2022",
          "progress": 0.67,
          "success": 0.67,
          "key_results": [
            {
              "name": "Register Dutch subsidiary",
              "current_result": 1,
              "target_result": 1,
              "progress": 1,
              "success": 1
            },
            {
              "name": "Apply for residence permit",
              "current_result": 1,
              "target_result": 1,
              "progress": 1,
              "success": 1
            },
            {
              "name": "Have [redacted] in savings",
              "current_result": 0,
              "target_result": 1000,
              "progress": 0,
              "success": 0
            }
          ]
        }
      ],
      "description": "Start getting healthy, Get back to work, Get ready for 2022"
    }
  },
  {
    "date": "2021-09-29T13:30:39.747Z",
    "type": "travel",
    "url": "https://anandchowdhary.com/location/2021/switzerland",
    "source": "https://github.com/AnandChowdhary/location/commit/b1ba6f1eecd0019e8ffd4aa2d562d41fb67e9617",
    "title": "Switzerland",
    "data": {
      "hash": "b1ba6f1eecd0019e8ffd4aa2d562d41fb67e9617",
      "approximateCoordinates": [
        47.45,
        8.56
      ],
      "label": "Switzerland",
      "countryCode": "ch"
    }
  },
  {
    "date": "2021-09-13T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2021/ut-opportunity-recognition",
    "source": "https://anandchowdhary.github.io/events/events/2021/ut-opportunity-recognition",
    "title": "Guest lecture at University of Twente",
    "data": {
      "remote": false,
      "country": "NL",
      "city": "Enschede",
      "venue": "University of Twente",
      "coordinates": [
        52.241198,
        6.851607
      ],
      "talk": "Opportunity recognition"
    }
  },
  {
    "date": "2021-08-13T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2021/minet-x",
    "source": "https://anandchowdhary.github.io/events/events/2021/minet-x",
    "title": "MINET X 2021 keynote",
    "data": {
      "remote": true,
      "venue": "The Mother's International School",
      "coordinates": [
        51.5533263,
        -0.0554439
      ],
      "event": "MINET X 2021",
      "talk": "Class Rebels to Oswald Labs"
    }
  },
  {
    "date": "2021-06-30",
    "type": "life-event",
    "url": "https://anandchowdhary.com/life/2021/became-a-y-combinator-alum",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/life-events.json",
    "title": "Became a Y Combinator alum",
    "data": {
      "description": "Pabio was part of Y Combinator's S21 batch, being one of the first Swiss companies to be funded by YC. I was the third ever from my university to be part of YC and we raised a $2.2 million seed round after the batch."
    }
  },
  {
    "date": "2021-05-21T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2021/pabio-website",
    "source": "https://anandchowdhary.github.io/projects/projects/2021/pabio-website",
    "title": "Pabio.com",
    "data": {
      "description": "Interactive marketing website and landing pages for Pabio",
      "tags": [
        "Web",
        "Pabio",
        "TypeScript",
        "React",
        "Next.js",
        "Tailwind CSS"
      ],
      "collaborators": [],
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/pabio-website/homepage-above-fold.jpg",
        "attachment": "cover",
        "color": "#ed7470"
      }
    }
  },
  {
    "date": "2021-04-05",
    "type": "life-event",
    "url": "https://anandchowdhary.com/life/2021/moved-to-groningen-the-netherlands",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/life-events.json",
    "title": "Moved to Groningen, the Netherlands",
    "data": {}
  },
  {
    "date": "2021-03-27",
    "type": "video",
    "url": "https://anandchowdhary.com/videos/2021/anand-chowdhary-on-his-new-startup-typescript-and-other-things",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/videos.json",
    "title": "Anand Chowdhary on his new startup, Typescript and other things",
    "data": {
      "href": "https://www.youtube.com/watch?v=O-bVJoWULBE",
      "city": "New Delhi",
      "country": "IN",
      "img": "https://img.youtube.com/vi/O-bVJoWULBE/maxresdefault.jpg",
      "publisher": "Minimum Viable Podcast",
      "duration": "1:49:42"
    }
  },
  {
    "date": "2021-03-27",
    "type": "podcast-interview",
    "url": "https://anandchowdhary.com/press/2021/minimum-viable-podcast",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "Anand Chowdhary on his new startup, Typescript and other things",
    "data": {
      "href": "https://www.youtube.com/watch?v=O-bVJoWULBE",
      "publisher": "Minimum Viable Podcast"
    }
  },
  {
    "date": "2021-03-26T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2021/github-satellite",
    "source": "https://anandchowdhary.github.io/events/events/2021/github-satellite",
    "title": "Helping fight COVID-19 using GitHub at GitHub Satellite 2021",
    "data": {
      "remote": true,
      "video": "https://www.youtube.com/watch?v=7QF8tpEiYx8",
      "event": "GitHub Satellite 2021",
      "talk": "Helping fight COVID-19 using GitHub"
    }
  },
  {
    "date": "2021-02-20T15:30:48Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/status-sync",
    "url": "https://anandchowdhary.com/open-source/2021/status-sync",
    "source": "https://github.com/AnandChowdhary/status-sync",
    "data": {
      "description": "🔴 Set and sync your real-time status on Slack & GitHub",
      "stars": 7,
      "issues": 14,
      "forks": 0,
      "watchers": 7,
      "topics": [
        "github-actions",
        "github-api",
        "slack-api",
        "status",
        "sync"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/4d0f0c85027efccbb18c7bc524adbd3212e6805400af477e8dee5663c921133f/AnandChowdhary/status-sync"
    }
  },
  {
    "date": "2021-02-10T16:52:45Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/bookshelf-action",
    "url": "https://anandchowdhary.com/open-source/2021/bookshelf-action",
    "source": "https://github.com/AnandChowdhary/bookshelf-action",
    "data": {
      "description": "📚 Track your reading using GitHub Actions",
      "stars": 72,
      "issues": 3,
      "forks": 19,
      "watchers": 72,
      "topics": [
        "api",
        "books",
        "data",
        "generator",
        "github-actions",
        "reading",
        "tracker"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/e15c21ff78e75b191e3d5e5d211b5e2bc6f34ca248c1fec8c92f775593fe2bef/AnandChowdhary/bookshelf-action"
    }
  },
  {
    "date": "2021-02-09",
    "type": "award",
    "url": "https://anandchowdhary.com/press/2021/git-hub",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "GitHub Stars",
    "data": {
      "href": "https://stars.github.com/profiles/anandchowdhary/",
      "publisher": "GitHub"
    }
  },
  {
    "date": "2021-01-28",
    "type": "award",
    "url": "https://anandchowdhary.com/press/2021/i-congo",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "Karmaveer Chakra Award",
    "data": {
      "href": "https://rexideas.com/index.php/karmaveer-global-fellowship/",
      "publisher": "iCONGO"
    }
  },
  {
    "date": "2021-01-24T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2021/dotslash-svnit",
    "source": "https://anandchowdhary.github.io/events/events/2021/dotslash-svnit",
    "title": "Innovation & Entrepreneurship at DotSlash, SVNIT",
    "data": {
      "remote": true,
      "venue": "Sardar Vallabhbhai National Institute of Technology",
      "coordinates": [
        21.16068,
        72.789558
      ],
      "event": "DotSlash Hackathon",
      "talk": "Opportunity recognition"
    }
  },
  {
    "date": "2021-01-22T15:43:52Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/errol",
    "url": "https://anandchowdhary.com/open-source/2021/errol",
    "source": "https://github.com/AnandChowdhary/errol",
    "data": {
      "description": "🦉 Errol delivers your notifications wherever you want them",
      "stars": 6,
      "issues": 15,
      "forks": 3,
      "watchers": 6,
      "topics": [
        "email",
        "javascript",
        "nodejs",
        "notification-service",
        "notifications",
        "slack",
        "typescript"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/79f1b8d8aa828b9ef6c770e38a6dd0106cb16199f150ac911941195a69b4f0fc/AnandChowdhary/errol"
    }
  },
  {
    "date": "2021-01-01T00:00:00.000Z",
    "type": "theme",
    "url": "https://anandchowdhary.com/themes/2021",
    "source": "https://anandchowdhary.github.io/themes/themes/2021/year-of-commitment",
    "title": "Year of Commitment",
    "data": {
      "year": 2021,
      "description": "I didn't write a blog post about my theme in 2021, but here's an excerpt from my blog post 2022 will be the Year of Teamwork which summarizes my thinking behind this theme:\n\nMy theme for 2021 was Year of Commitment. In a post-pandemic world, I decided to double down on long-term goals (work, health, and personal life), and after living in India for most of the year, I wanted to move back to the Netherlands -- but not alone this time. In the last quarter of"
    }
  },
  {
    "date": "2020-11-18T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2020/ut-global-entrepreneurship-week",
    "source": "https://anandchowdhary.github.io/events/events/2020/ut-global-entrepreneurship-week",
    "title": "Guest lecture for Global Entrepreneurship Week",
    "data": {
      "remote": false,
      "country": "NL",
      "city": "Enschede",
      "venue": "University of Twente",
      "coordinates": [
        52.241198,
        6.851607
      ],
      "event": "Global Entrepreneurship Week",
      "talk": "Opportunity recognition"
    }
  },
  {
    "date": "2020-10-21T08:45:35Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/unqueue",
    "url": "https://anandchowdhary.com/open-source/2020/unqueue",
    "source": "https://github.com/AnandChowdhary/unqueue",
    "data": {
      "description": "📏 Simple, zero-config, in-memory queue for async JS tasks",
      "stars": 3,
      "issues": 20,
      "forks": 1,
      "watchers": 3,
      "topics": [
        "nodejs",
        "queue",
        "queued-jobs",
        "task-manager",
        "task-runner",
        "task-scheduler",
        "typescript"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/707ad3e591ac9c251d2edf2ffa48b9ba2cc43772b6bb980fa5b2ba51fb24b463/AnandChowdhary/unqueue"
    }
  },
  {
    "date": "2020-09-19T08:51:09Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/algolia-crawl",
    "url": "https://anandchowdhary.com/open-source/2020/algolia-crawl",
    "source": "https://github.com/AnandChowdhary/algolia-crawl",
    "data": {
      "description": "🕷️🔍 Crawl your site and sync your Algolia search index",
      "stars": 1,
      "issues": 16,
      "forks": 2,
      "watchers": 1,
      "topics": [
        "algolia",
        "algolia-api",
        "algolia-search",
        "algoliasearch",
        "crawler",
        "typescript"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/28902210ce46b661b8253db1215567dcf1595804bdc338d7bc2fff5c37816a31/AnandChowdhary/algolia-crawl"
    }
  },
  {
    "date": "2020-09-10T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2020/lying",
    "source": "https://github.com/AnandChowdhary/books/issues/9",
    "title": "Lying",
    "data": {
      "image": "http://books.google.com/books/content?id=aVz_BgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Sam Harris"
      ]
    }
  },
  {
    "date": "2020-09-07T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2020/ut-opportunity-recognition",
    "source": "https://anandchowdhary.github.io/events/events/2020/ut-opportunity-recognition",
    "title": "Guest lecture on Opportunity Recognition",
    "data": {
      "remote": false,
      "country": "NL",
      "city": "Enschede",
      "venue": "University of Twente",
      "coordinates": [
        52.241198,
        6.851607
      ],
      "talk": "Opportunity recognition"
    }
  },
  {
    "date": "2020-08-31T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2020/supreme-incubator",
    "source": "https://anandchowdhary.github.io/events/events/2020/supreme-incubator",
    "title": "Mentoring for Supreme Incubator",
    "data": {
      "remote": false,
      "country": "IN",
      "city": "New Delhi",
      "coordinates": [
        28.613895,
        77.209006
      ]
    }
  },
  {
    "date": "2020-08-17T08:28:28Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/deploy-pr-action",
    "url": "https://anandchowdhary.com/open-source/2020/deploy-pr-action",
    "source": "https://github.com/AnandChowdhary/deploy-pr-action",
    "data": {
      "description": "🚀🎬 GitHub Action to deploy every pull request to a static URL on Surge.sh",
      "stars": 10,
      "issues": 21,
      "forks": 1,
      "watchers": 10,
      "topics": [
        "deployment",
        "github-action",
        "nodejs",
        "surge",
        "surge-sh",
        "typescript"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/5853769b5b3640968c2e1c7cf922e6b70bbe4119710d6955014bc4c52d41aee1/AnandChowdhary/deploy-pr-action"
    }
  },
  {
    "date": "2020-08-12T08:16:16Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/update-template",
    "url": "https://anandchowdhary.com/open-source/2020/update-template",
    "source": "https://github.com/AnandChowdhary/update-template",
    "data": {
      "description": "📠 Easily update repos created with GitHub templates",
      "stars": 33,
      "issues": 1,
      "forks": 5,
      "watchers": 33,
      "topics": [
        "github-actions",
        "nodejs",
        "template",
        "template-repository",
        "typescript"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/3aa772a807b8b93b52a5f493bb4393a70777a92ed89615c4601c1b72eaaff66d/AnandChowdhary/update-template"
    }
  },
  {
    "date": "2020-08-08T16:34:41Z",
    "type": "open-source-project",
    "title": "upptime/upptime",
    "url": "https://anandchowdhary.com/open-source/2020/upptime",
    "source": "https://github.com/upptime/upptime",
    "data": {
      "description": "⬆️ GitHub Actions uptime monitor & status page by @AnandChowdhary",
      "stars": 17005,
      "issues": 115,
      "forks": 1029,
      "watchers": 17005,
      "topics": [
        "incidents-reports",
        "status",
        "statuspage",
        "upptime",
        "uptime",
        "uptime-monitor"
      ],
      "language": "JSON",
      "languageColor": "#292929",
      "openGraphImageUrl": "https://repository-images.githubusercontent.com/286080143/14b2b180-19f1-11eb-991c-ced0b1719fe9"
    }
  },
  {
    "date": "2020-07-31T08:33:28Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/cosmic",
    "url": "https://anandchowdhary.com/open-source/2020/cosmic",
    "source": "https://github.com/AnandChowdhary/cosmic",
    "data": {
      "description": "🌌 Find and load configuration for your app, based on cosmiconfig",
      "stars": 2,
      "issues": 9,
      "forks": 0,
      "watchers": 2,
      "topics": [
        "config",
        "cosmiconfig",
        "loader",
        "nodejs",
        "typescript"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/4cdd650a3b6675b5cd29df6d51b0b8bb6c6fbb45a34b2dc4312e0b510dcfc6ae/AnandChowdhary/cosmic"
    }
  },
  {
    "date": "2020-07-30T10:54:45Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/firebase-github-backup",
    "url": "https://anandchowdhary.com/open-source/2020/firebase-github-backup",
    "source": "https://github.com/AnandChowdhary/firebase-github-backup",
    "data": {
      "description": "🔥🗄️ Encrypted backups of your Firebase database in a GitHub repo",
      "stars": 5,
      "issues": 16,
      "forks": 0,
      "watchers": 5,
      "topics": [
        "backup",
        "backups",
        "firebase",
        "firebase-database",
        "github"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/8ac6ed3588cbbc6b31767a9b3641a0b58f3a3a16858f03d2a2054f21dc558b71/AnandChowdhary/firebase-github-backup"
    }
  },
  {
    "date": "2020-07-17T07:25:45Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/twt",
    "url": "https://anandchowdhary.com/open-source/2020/twt",
    "source": "https://github.com/AnandChowdhary/twt",
    "data": {
      "description": "🤏 Tiny Web Tokens (TWT) are like like JWTs but tiny",
      "stars": 7,
      "issues": 7,
      "forks": 2,
      "watchers": 7,
      "topics": [
        "hmac",
        "jsonwebtoken",
        "jwt",
        "sha1",
        "token",
        "tokens"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/ec65e9ce229e7498c7db14ae2c6121be83ce887c8f16b7279e97dbaaf02ae090/AnandChowdhary/twt"
    }
  },
  {
    "date": "2020-07-15T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2020/enactus-iitd-panel",
    "source": "https://anandchowdhary.github.io/events/events/2020/enactus-iitd-panel",
    "title": "Changemaker Workshop at Enactus, IIT Delhi",
    "data": {
      "remote": false,
      "country": "IN",
      "city": "New Delhi",
      "venue": "Indian Institute of Technology Delhi",
      "coordinates": [
        28.544831,
        77.191623
      ]
    }
  },
  {
    "date": "2020-07-04",
    "type": "life-event",
    "url": "https://anandchowdhary.com/life/2020/graduated-from-university-of-twente",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/life-events.json",
    "title": "Graduated from University of Twente",
    "data": {
      "description": "Earned a BSc degree in Creative Technology, an interdisciplinary engineering and design program from the Faculty of Electrical Engineering, Mathematics and Computer Science, with specialization in smart technology and extra credits (Honors program in Science). My bachelor thesis on Email-based Intelligent Virtual Assistants under Dr. J. Zwiers was graded 9/10 and nominated for the Bachelor Award."
    }
  },
  {
    "date": "2020-07-01",
    "type": "life-event",
    "url": "https://anandchowdhary.com/life/2020/co-founded-pabio",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/life-events.json",
    "title": "Co-founded Pabio",
    "data": {
      "description": "Pabio offers rent-to-own furniture with personalized interior design. Carlo Badini and I co-founded Pabio after getting to know each other over a period of a few months remotely during the COVID-19 pandemic."
    }
  },
  {
    "date": "2020-06-30",
    "type": "video",
    "url": "https://anandchowdhary.com/videos/2020/building-technology-for-the-next-billion",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/videos.json",
    "title": "Building Technology for the Next Billion",
    "data": {
      "href": "https://www.youtube.com/watch?v=22PbFJ0sRlU",
      "city": "New Delhi",
      "country": "IN",
      "img": "https://raw.githubusercontent.com/AnandChowdhary/anandchowdhary.com/82c8a7a9cd1fd2ff9f0a4bed9e08bc3574c18686/static/images/videos/going-to-school.png",
      "publisher": "Going to School",
      "duration": "4:28"
    }
  },
  {
    "date": "2020-06-28T10:18:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2020/automated-journalism-authorship",
    "source": "https://anandchowdhary.github.io/blog/blog/2020/automated-journalism-authorship",
    "title": "Who is the author of an AI-generated news article?",
    "data": {
      "excerpt": "If you read major American newspapers such as Forbes or the Los Angeles Times, chances are you've already read a story entirely written by an AI-powered software system. This process is known as automated journalism, and highlights an important question about authorship: Who is the author of an article written by a virtual agent?. A 2005 study found that research participants attribute story credit to the programmers who developed the AI or the news organization publishing the story."
    }
  },
  {
    "date": "2020-06-28T08:17:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2020/microsoft-open-source",
    "source": "https://anandchowdhary.github.io/blog/blog/2020/microsoft-open-source",
    "title": "Microsoft is the most important company in the open-source ecosystem",
    "data": {
      "excerpt": "This was a sidenote for another note I've been thinking about, but I think it deserves its own post. Today (mid 2020), Microsoft is the world's most important, influential, and exciting company in the open-source ecosystem. Once considered evil[^1], Microsoft under Nadella has not only embraced open-source, but pushed it more forward than any other Big Tech company[^2]. If I had to choose between working at any of the FAANG/Big Four/etc., it has to be Microsoft."
    }
  },
  {
    "date": "2020-06-26T08:15:07Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/rescuetime-slack",
    "url": "https://anandchowdhary.com/open-source/2020/rescuetime-slack",
    "source": "https://github.com/AnandChowdhary/rescuetime-slack",
    "data": {
      "description": "⏰ Share your daily productivity score from RescueTime on Slack",
      "stars": 3,
      "issues": 3,
      "forks": 0,
      "watchers": 3,
      "topics": [
        "github-actions",
        "rescue-time",
        "rescuetime",
        "slack",
        "slack-bot"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/cf0fff0f6f6b0695e6875683c7c908c39b27c30fa15dd18da09b96ab70edcb05/AnandChowdhary/rescuetime-slack"
    }
  },
  {
    "date": "2020-06-13T16:08:43Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/carpent",
    "url": "https://anandchowdhary.com/open-source/2020/carpent",
    "source": "https://github.com/AnandChowdhary/carpent",
    "data": {
      "description": "🔨 Bootstrap and configure any project using its template",
      "stars": 3,
      "issues": 9,
      "forks": 1,
      "watchers": 3,
      "topics": [
        "bootstrapping",
        "cli",
        "node-ts",
        "nodejs",
        "typescript"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/3e823fd20e71cdd85f6005cdc38e3ba74a6e924d00cb70d31c22bb4a90c42d03/AnandChowdhary/carpent"
    }
  },
  {
    "date": "2020-05-25T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2020/tuesdays-with-morrie",
    "source": "https://github.com/AnandChowdhary/books/issues/25",
    "title": "Tuesdays with Morrie",
    "data": {
      "image": "http://books.google.com/books/content?id=z2z_6hLoPmgC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Mitch Albom"
      ]
    }
  },
  {
    "date": "2020-05-02T22:23:19Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/calendar-slots",
    "url": "https://anandchowdhary.com/open-source/2020/calendar-slots",
    "source": "https://github.com/AnandChowdhary/calendar-slots",
    "data": {
      "description": "🗓️ Find empty appointment slots in a user's calendar",
      "stars": 20,
      "issues": 9,
      "forks": 5,
      "watchers": 20,
      "topics": [
        "calendar",
        "calendar-api",
        "google-calendar",
        "nodejs",
        "typescript"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/42ec2cf4b260cc768e0dc96db443de17e0039cc17f1c1771f5bfb56f0d6d0bbc/AnandChowdhary/calendar-slots"
    }
  },
  {
    "date": "2020-04-16T19:08:22Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/docs-markdown",
    "url": "https://anandchowdhary.com/open-source/2020/docs-markdown",
    "source": "https://github.com/AnandChowdhary/docs-markdown",
    "data": {
      "description": "📝 Convert a Google Docs file (API response) to Markdown",
      "stars": 67,
      "issues": 10,
      "forks": 12,
      "watchers": 67,
      "topics": [
        "google",
        "google-docs",
        "google-drive",
        "markdown",
        "nodejs",
        "typescript"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/ce8456895ee5d43d9ab6915352b5de29bf9d6c9da6ccfebe85ee0c4b2a4e1044/AnandChowdhary/docs-markdown"
    }
  },
  {
    "date": "2020-04-15T15:39:39Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/puppet",
    "url": "https://anandchowdhary.com/open-source/2020/puppet",
    "source": "https://github.com/AnandChowdhary/puppet",
    "data": {
      "description": "🎭 Natural language web automation with Puppeteer",
      "stars": 14,
      "issues": 12,
      "forks": 2,
      "watchers": 14,
      "topics": [
        "automation",
        "chrome",
        "chromium",
        "puppeteer",
        "scraper",
        "typescript",
        "web"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/b6f9c8c1061e90a8fe5615ccff48e60665d7d76cc6ab904014adc5a32739163e/AnandChowdhary/puppet"
    }
  },
  {
    "date": "2020-03-25T16:09:24Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/eject-dependencies",
    "url": "https://anandchowdhary.com/open-source/2020/eject-dependencies",
    "source": "https://github.com/AnandChowdhary/eject-dependencies",
    "data": {
      "description": "🪂 CLI to eject your npm dependencies to your source code",
      "stars": 2,
      "issues": 9,
      "forks": 1,
      "watchers": 2,
      "topics": [
        "cli",
        "dependencies",
        "eject",
        "nodejs",
        "npm",
        "typescript"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/f939ad04b5884ece8f368bf015cd492e37875273785de0b7f021606781a9d3eb/AnandChowdhary/eject-dependencies"
    }
  },
  {
    "date": "2020-03-19T11:13:25Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/browser-extension",
    "url": "https://anandchowdhary.com/open-source/2020/browser-extension",
    "source": "https://github.com/AnandChowdhary/browser-extension",
    "data": {
      "description": "🌐 Opinionated starter for a web browser extension with TypeScript",
      "stars": 5,
      "issues": 12,
      "forks": 1,
      "watchers": 5,
      "topics": [
        "browser-extention",
        "chrome-extension",
        "firefox-addon",
        "starter",
        "typescript",
        "web-browser"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/6d4add190b4ce2f801a914a951e0ea87d3a4ca22c6132e7e5dc46415ce697087/AnandChowdhary/browser-extension"
    }
  },
  {
    "date": "2020-03-19T06:50:16Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/node.ts",
    "url": "https://anandchowdhary.com/open-source/2020/node.ts",
    "source": "https://github.com/AnandChowdhary/node.ts",
    "data": {
      "description": "🏷️ Opinionated TypeScript starter for server-side Node.js libraries",
      "stars": 2,
      "issues": 10,
      "forks": 3,
      "watchers": 2,
      "topics": [
        "javascript",
        "library",
        "nodejs",
        "starter",
        "typescript"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/f89e3aa8b3ba405e75cb39fa0551e1d5bb09ea43d123421aaf77daba9e8645b8/AnandChowdhary/node.ts"
    }
  },
  {
    "date": "2020-03-18T17:06:38Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/run-url",
    "url": "https://anandchowdhary.com/open-source/2020/run-url",
    "source": "https://github.com/AnandChowdhary/run-url",
    "data": {
      "description": "🏃 Run a Node.js file from a URL, easily \"npx run-url\"",
      "stars": 9,
      "issues": 3,
      "forks": 2,
      "watchers": 9,
      "topics": [
        "bash",
        "cli",
        "nodejs",
        "runner",
        "script",
        "typescript",
        "util"
      ],
      "language": "JavaScript",
      "languageColor": "#f1e05a",
      "openGraphImageUrl": "https://opengraph.githubassets.com/109e74037e0152056e50aa4ffe670793eb630369c7661cf7f4422fd3c9c40181/AnandChowdhary/run-url"
    }
  },
  {
    "date": "2020-03-01T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2020/sapiens",
    "source": "https://github.com/AnandChowdhary/books/issues/10",
    "title": "Sapiens",
    "data": {
      "image": "http://books.google.com/books/content?id=FmyBAwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Yuval Noah Harari"
      ]
    }
  },
  {
    "date": "2020-02-26T09:29:43Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/citepls",
    "url": "https://anandchowdhary.com/open-source/2020/citepls",
    "source": "https://github.com/AnandChowdhary/citepls",
    "data": {
      "description": "🧠 Unlimited free citation generator with APA, MLA, Chicago, and custom formats",
      "stars": 5,
      "issues": 3,
      "forks": 0,
      "watchers": 5,
      "topics": [],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/2ed2537ef81604cf7d1e715e27e7ab66057f2e906127ebf1051a639c4ff5519e/AnandChowdhary/citepls"
    }
  },
  {
    "date": "2020-02-25T21:02:51Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/hackerbadge",
    "url": "https://anandchowdhary.com/open-source/2020/hackerbadge",
    "source": "https://github.com/AnandChowdhary/hackerbadge",
    "data": {
      "description": "📛 Embeddable badges for Hacker News posts/launches",
      "stars": 18,
      "issues": 1,
      "forks": 2,
      "watchers": 18,
      "topics": [
        "badge",
        "hacker-news",
        "nodejs",
        "serverless",
        "shield",
        "svg",
        "typescript"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/2bdf4ae01e3fb6d3f25125f8e43ad55ef28e595fb20799dcfd5a0e58fafde4d4/AnandChowdhary/hackerbadge"
    }
  },
  {
    "date": "2020-02-21T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2020/outliers",
    "source": "https://github.com/AnandChowdhary/books/issues/11",
    "title": "Outliers",
    "data": {
      "image": "http://books.google.com/books/content?id=3NSImqqnxnkC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Malcolm Gladwell"
      ]
    }
  },
  {
    "date": "2020-02-20T16:11:05Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/mockingbird",
    "url": "https://anandchowdhary.com/open-source/2020/mockingbird",
    "source": "https://github.com/AnandChowdhary/mockingbird",
    "data": {
      "description": "Smartphone app to help people with multiple sclerosis read more easily",
      "stars": 4,
      "issues": 3,
      "forks": 1,
      "watchers": 4,
      "topics": [
        "a11y",
        "android",
        "app",
        "ios",
        "react-native",
        "utwente"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/7e8ae414f976895dc7d276950d412e1e409c4924691c580b040fb1abce5c8e36/AnandChowdhary/mockingbird"
    }
  },
  {
    "date": "2020-02-16T19:34:08Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/gitwords",
    "url": "https://anandchowdhary.com/open-source/2020/gitwords",
    "source": "https://github.com/AnandChowdhary/gitwords",
    "data": {
      "description": "🔐 GitHub-powered secure writing platform, deployed on ZEIT",
      "stars": 4,
      "issues": 9,
      "forks": 0,
      "watchers": 4,
      "topics": [
        "github",
        "nodejs",
        "react",
        "serverless",
        "typescript",
        "writing",
        "zeit"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/2b6a8251efbd64499225d504f710a223e420ed09d71ee16aa9b82e2251c2e2b7/AnandChowdhary/gitwords"
    }
  },
  {
    "date": "2020-02-15T00:00:00.000Z",
    "type": "version",
    "url": "https://anandchowdhary.com/versions/2020/amsterdam",
    "source": "https://anandchowdhary.github.io/versions/versions/2020/amsterdam",
    "title": "Amsterdam"
  },
  {
    "date": "2020-02-12T08:24:31Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/unfs",
    "url": "https://anandchowdhary.com/open-source/2020/unfs",
    "source": "https://github.com/AnandChowdhary/unfs",
    "data": {
      "description": "📁 Unified Node.js fs-like API for cloud storage services",
      "stars": 9,
      "issues": 10,
      "forks": 0,
      "watchers": 9,
      "topics": [
        "file-upload",
        "fs",
        "nodejs",
        "s3",
        "storage",
        "typescript"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/49cc326f529c80fa59225eb10cf85f1e4b2ffc90a6076bcc077f2bf285baedcb/AnandChowdhary/unfs"
    }
  },
  {
    "date": "2020-02-09T19:08:44Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/archiver",
    "url": "https://anandchowdhary.com/open-source/2020/archiver",
    "source": "https://github.com/AnandChowdhary/archiver",
    "data": {
      "description": "🗄️ Auto-archive your webpages on the Internet Archive",
      "stars": 12,
      "issues": 10,
      "forks": 2,
      "watchers": 12,
      "topics": [
        "archive-dot-org",
        "automation",
        "internet-archive",
        "nodejs",
        "typescript",
        "wayback-machine"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/d867fc8ed55b64f375fc0833bab4ceeff44ced80a9ab62af980ca5b6f803004f/AnandChowdhary/archiver"
    }
  },
  {
    "date": "2020-01-31T20:58:20.906Z",
    "type": "travel",
    "url": "https://anandchowdhary.com/location/2020/tuerkiye",
    "source": "https://github.com/AnandChowdhary/location/commit/45f6753ba0c82a634e8e83d46f8c7d4fe613e952",
    "title": "Türkiye",
    "data": {
      "hash": "45f6753ba0c82a634e8e83d46f8c7d4fe613e952",
      "approximateCoordinates": [
        41.26,
        28.74
      ],
      "label": "Türkiye",
      "countryCode": "tr"
    }
  },
  {
    "date": "2020-01-05T11:41:56Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/anand.link",
    "url": "https://anandchowdhary.com/open-source/2020/anand.link",
    "source": "https://github.com/AnandChowdhary/anand.link",
    "data": {
      "description": "🔗  Multi-domain URL shortener and redirector",
      "stars": 3,
      "issues": 0,
      "forks": 0,
      "watchers": 3,
      "topics": [
        "github-actions",
        "netlify",
        "python",
        "url-shortener",
        "utilities"
      ],
      "language": "Python",
      "languageColor": "#3572A5",
      "openGraphImageUrl": "https://opengraph.githubassets.com/4cd20c8671f172681cb0468ad0edbaa4c886894f7aa5f75b750ff1ba78c631b1/AnandChowdhary/anand.link"
    }
  },
  {
    "date": "2020-01-03T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2020/introducing-uppload-v2",
    "source": "https://anandchowdhary.github.io/blog/blog/2020/introducing-uppload-v2",
    "title": "Introducing Uppload v2",
    "data": {
      "excerpt": "In April 2018, I made the first commit to Uppload (56bd930) and pitched it as an idea to Michael, the founder of El Niño, to fund the development of an open-source JavaScript file uploader, something that the web desperately needed. Later that summer, we launched Uppload and started using it in our projects."
    }
  },
  {
    "date": "2020-01-01T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2020/uppload",
    "source": "https://anandchowdhary.github.io/projects/projects/2020/uppload",
    "title": "Uppload",
    "data": {
      "description": "Open source JavaScript file uploading widget with 30+ plugins to select and edit photos",
      "tags": [
        "Web",
        "Open source",
        "TypeScript"
      ],
      "collaborators": [],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/open-source/uppload/icon.png",
        "requiresBackground": true
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/open-source/uppload/cover.png",
        "attachment": "cover",
        "color": "#f05d5e"
      }
    }
  },
  {
    "date": "2020-01-01T00:00:00.000Z",
    "type": "theme",
    "url": "https://anandchowdhary.com/themes/2020",
    "source": "https://anandchowdhary.github.io/themes/themes/2020/year-of-long-term",
    "title": "Year of Long Term",
    "data": {
      "year": 2020,
      "description": "I didn't write a blog post about my theme in 2020, but here's an excerpt from my blog post 2022 will be the Year of Teamwork which summarizes my thinking behind this theme:\n\n2020 was my Year of Long Term. I had just come back after living for a short while in the San Francisco Bay Area (after an exchange semester at Santa Clara University) and I knew that I'd be graduating from the University of Twente in 2020, so I had to decide where to fo"
    }
  },
  {
    "date": "2020-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2020/git-hub",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "Karuna 2020: Using GitHub Actions in the COVID-19 response efforts",
    "data": {
      "publisher": "GitHub",
      "href": "https://github.blog/2020-08-13-github-actions-karuna/",
      "author": "Michelle Mannering"
    }
  },
  {
    "date": "2019-12-09T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2019/type-with-tobias",
    "source": "https://anandchowdhary.github.io/projects/projects/2019/type-with-tobias",
    "title": "Type with Tobias",
    "data": {
      "description": "Booklet, tickets, and branding for typography and design event at Santa Clara University",
      "tags": [
        "Branding",
        "Print",
        "Sketch",
        "InDesign"
      ],
      "collaborators": [],
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/type-with-tobias/3.png",
        "attachment": "padded",
        "color": "#e4a100"
      }
    }
  },
  {
    "date": "2019-12-04",
    "type": "life-event",
    "url": "https://anandchowdhary.com/life/2019/studied-at-santa-clara-university",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/life-events.json",
    "title": "Studied at Santa Clara University",
    "data": {
      "description": "I was the first student in my program to study for a semester at Santa Clara University in Silicon Valley as part of the Global Engineering Education Exchange (Global E3). I was a recipient of the Twente Mobility Fund Scholarship and my coursework consisted of computer graphics, venture capital, marketing, and typography."
    }
  },
  {
    "date": "2019-11-25T18:27:53Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/yoga",
    "url": "https://anandchowdhary.com/open-source/2019/yoga",
    "source": "https://github.com/AnandChowdhary/yoga",
    "data": {
      "description": "🧘 iOS app to send data from HealthKit to webhook",
      "stars": 10,
      "issues": 6,
      "forks": 1,
      "watchers": 10,
      "topics": [
        "app",
        "healthkit",
        "ios",
        "react-native",
        "webhook"
      ],
      "language": "Objective-C",
      "languageColor": "#438eff",
      "openGraphImageUrl": "https://opengraph.githubassets.com/5d2781c0aaec6874fbe7ac92a9bbbb534580b4e8c0f660c9d8b0098a6896f266/AnandChowdhary/yoga"
    }
  },
  {
    "date": "2019-11-13T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2019/the-innovators",
    "source": "https://github.com/AnandChowdhary/books/issues/12",
    "title": "The Innovators",
    "data": {
      "image": "http://books.google.com/books/content?id=aFapBAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Walter Isaacson"
      ]
    }
  },
  {
    "date": "2019-10-21T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2019/oneup-scu",
    "source": "https://anandchowdhary.github.io/events/events/2019/oneup-scu",
    "title": "Keynote for OneUp at Santa Clara",
    "data": {
      "remote": false,
      "country": "US",
      "city": "San Francisco Bay Area",
      "venue": "Santa Clara University",
      "coordinates": [
        37.779026,
        -122.419906
      ],
      "video": "https://www.youtube.com/watch?v=zSX-yDAjUXk",
      "event": "OneUp SCU",
      "talk": "Class Rebels to Oswald Labs"
    }
  },
  {
    "date": "2019-09-29T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2019/wwcode-cloud",
    "source": "https://anandchowdhary.github.io/events/events/2019/wwcode-cloud",
    "title": "Talk on product accessibility at Women Who Code Cloud 2019",
    "data": {
      "remote": false,
      "country": "US",
      "city": "San Francisco Bay Area",
      "venue": "Accenture, Salesforce Tower",
      "coordinates": [
        37.779026,
        -122.419906
      ],
      "video": "https://www.facebook.com/AnandChowdhary/videos/2896608857033963/",
      "event": "Women Who Code Cloud 2019",
      "slides": "https://speakerdeck.com/anandchowdhary/making-your-products-accessible-to-everyone",
      "embed": "https://speakerdeck.com/player/d5a5c8d6a4b644498331bb53d7b0a8ca"
    }
  },
  {
    "date": "2019-09-15T14:48:56.459Z",
    "type": "travel",
    "url": "https://anandchowdhary.com/location/2019/united-states-of-america",
    "source": "https://github.com/AnandChowdhary/location/commit/f4a6045fdaac4b973d503b343bc9073c535b7512",
    "title": "United States of America",
    "data": {
      "hash": "f4a6045fdaac4b973d503b343bc9073c535b7512",
      "approximateCoordinates": [
        37.72,
        -121.85
      ],
      "label": "United States of America",
      "countryCode": "us"
    }
  },
  {
    "date": "2019-09-01T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2019/staart",
    "source": "https://anandchowdhary.github.io/projects/projects/2019/staart",
    "title": "Staart",
    "data": {
      "description": "Full-stack SaaS startup starters with recurring payments, authentication, API gateway, and more",
      "tags": [
        "Web",
        "Open source",
        "Node.js",
        "Vue.js",
        "TypeScript"
      ],
      "collaborators": [],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/staart/icon.png",
        "requiresBackground": true
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/open-source/staart/cover.png",
        "attachment": "padded",
        "color": "#0e632c"
      }
    }
  },
  {
    "date": "2019-08-31T12:05:38.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2019/google-play-badges",
    "source": "https://anandchowdhary.github.io/blog/blog/2019/google-play-badges",
    "title": "New Google Play Badges",
    "data": {
      "excerpt": "When you're advertising your smartphone app, perhaps the first thing you show off are platform badges. They're the easiest and most familiar way to tell users where they can find your app. All major platforms, Apple's App Store, Google Play, and Microsoft Store have official badges which are somewhat consistent with each other. However, these badges aren't that consistent."
    }
  },
  {
    "date": "2019-08-21T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2019/minet-x-2019",
    "source": "https://anandchowdhary.github.io/events/events/2019/minet-x-2019",
    "title": "Judging and mentorship at MINET X 2019",
    "data": {
      "remote": false,
      "country": "IN",
      "city": "New Delhi",
      "venue": "The Mother's International School",
      "coordinates": [
        28.613895,
        77.209006
      ],
      "event": "MINET X 2019"
    }
  },
  {
    "date": "2019-07-24T06:21:53Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/feeedback",
    "url": "https://anandchowdhary.com/open-source/2019/feeedback",
    "source": "https://github.com/AnandChowdhary/feeedback",
    "data": {
      "description": "🙋 Collect feedback from your users on the web",
      "stars": 9,
      "issues": 2,
      "forks": 5,
      "watchers": 9,
      "topics": [
        "dom",
        "feedback",
        "javascript",
        "plugin",
        "screenshot",
        "typescript",
        "widget"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/7d08701ac51703a906a86829ec80260551d02832ec55a3564c38a38a31c8250f/AnandChowdhary/feeedback"
    }
  },
  {
    "date": "2019-07-08T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2019/el-nino-design",
    "source": "https://anandchowdhary.github.io/events/events/2019/el-nino-design",
    "title": "Design workshop for El Niño",
    "data": {
      "remote": false,
      "country": "NL",
      "city": "Enschede",
      "venue": "El Niño",
      "coordinates": [
        52.363883,
        4.884801
      ]
    }
  },
  {
    "date": "2019-06-20",
    "type": "video",
    "url": "https://anandchowdhary.com/videos/2019/the-best-entrepreneurs-in-the-ut-de-beste-ondernemers-van-de-ut",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/videos.json",
    "title": "The best entrepreneurs in the UT (De beste ondernemers van de UT)",
    "data": {
      "href": "https://www.rtvoost.nl/media/137176/De-beste-ondernemers-van-de-UT",
      "city": "Enschede",
      "country": "NL",
      "img": "https://raw.githubusercontent.com/AnandChowdhary/anandchowdhary.com/82c8a7a9cd1fd2ff9f0a4bed9e08bc3574c18686/static/images/videos/rtvoost.png",
      "publisher": "RTV Oost",
      "duration": "1:47"
    }
  },
  {
    "date": "2019-06-12T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2019/hive-01-season-5",
    "source": "https://anandchowdhary.github.io/events/events/2019/hive-01-season-5",
    "title": "Dragon's Den at Hive 01 Season 5",
    "data": {
      "remote": false,
      "country": "NL",
      "city": "Enschede",
      "venue": "U Parkhotel",
      "coordinates": [
        52.220986,
        6.894054
      ],
      "event": "Hive 01 Season 5",
      "slides": "https://speakerdeck.com/anandchowdhary/nesst-keynote-2019",
      "embed": "https://speakerdeck.com/player/f190016ed322472f8f64ac45724f7446"
    }
  },
  {
    "date": "2019-06-12T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2019/state-of-the-podcasts-2019",
    "source": "https://anandchowdhary.github.io/blog/blog/2019/state-of-the-podcasts-2019",
    "title": "State of the Podcasts 2019",
    "data": {
      "excerpt": "This is the second year of my annual State of the Podcasts list, where I highlight my daily drivers of audio content. This time last year, I published State of the Podcasts 2018, and not too much has changed. Let's see what has. New and noteworthy\n\nThese are the podcasts I've started listening to in the past year. Made by Ratik Sharma (who is my good friend, full disclosure), Unbox is the 🏆 Best New Podcast of 2019."
    }
  },
  {
    "date": "2019-06-01T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2019/zero-to-one",
    "source": "https://github.com/AnandChowdhary/books/issues/23",
    "title": "Zero to One",
    "data": {
      "image": "http://books.google.com/books/content?id=ZH4oAwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Peter Thiel",
        "Blake Masters"
      ]
    }
  },
  {
    "date": "2019-05-18T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2019/scrub",
    "source": "https://anandchowdhary.github.io/projects/projects/2019/scrub",
    "title": "Scrub",
    "data": {
      "description": "Scrum/Agile error mitigation platform with StackOverflow integration powered by open-source bug tracker",
      "tags": [
        "Web",
        "TypeScript"
      ],
      "collaborators": [
        "alex-imbrea",
        "mohit-ahuja"
      ],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/scrub/icon.png",
        "requiresBackground": false
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/scrub/image.png",
        "attachment": "padded",
        "color": "#145efb"
      }
    }
  },
  {
    "date": "2019-05-17T14:36:43Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/analytics-icons",
    "url": "https://anandchowdhary.com/open-source/2019/analytics-icons",
    "source": "https://github.com/AnandChowdhary/analytics-icons",
    "data": {
      "description": "📈 Icons for browsers, OSes, devices, flags, and more",
      "stars": 3,
      "issues": 0,
      "forks": 3,
      "watchers": 3,
      "topics": [
        "browser",
        "icons",
        "image",
        "logo",
        "os",
        "typescript"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/9566d402b11282bdf5553a8bffad2932a1ad0016b31eea3cf8052246abaae144/AnandChowdhary/analytics-icons"
    }
  },
  {
    "date": "2019-05-17T12:30:24Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/scrub",
    "url": "https://anandchowdhary.com/open-source/2019/scrub",
    "source": "https://github.com/AnandChowdhary/scrub",
    "data": {
      "description": "🧹 Track JS errors and send them to your backend",
      "stars": 11,
      "issues": 1,
      "forks": 6,
      "watchers": 11,
      "topics": [
        "error-handling",
        "error-monitoring",
        "scrum",
        "typescript"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/95af08ca248ea6000f0847f7068a3ee9990b4584dca7a789430f6f0198b99b78/AnandChowdhary/scrub"
    }
  },
  {
    "date": "2019-05-08",
    "type": "award",
    "url": "https://anandchowdhary.com/press/2019/the-next-web",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "The Next Web T500",
    "data": {
      "href": "https://thenextweb.com/conference/t500",
      "publisher": "The Next Web"
    }
  },
  {
    "date": "2019-05-06T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2019/agastya-4-augmentally",
    "source": "https://anandchowdhary.github.io/blog/blog/2019/agastya-4-augmentally",
    "title": "Introducing Agastya 4 + Augmenta11y",
    "data": {
      "excerpt": "11 months ago, we launched Agastya 3, with the promise of a privacy-first accessibility widget. Today, we bring the next major version of Agastya with a focus on user customization, along with an entirely new app. Like the last update, Agastya 4 is currently available to our Pro 1M customers, and will be available to everyone this summer. The Road to Agastya 4\n\nThe first version of Agastya was launched in 2016 when Nishant, Mahendra, and I founded Oswald Labs (we called it Oswald"
    }
  },
  {
    "date": "2019-04-04T10:01:23.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2019/quarter-of-open-source",
    "source": "https://anandchowdhary.github.io/blog/blog/2019/quarter-of-open-source",
    "title": "Quarter of Open Source",
    "data": {
      "excerpt": "The first quarter of 2019 was very interesting for me. It was the first time I did a lot of open-source work as a way to scratch my own itch. Every time I thought I needed a specific tool which I couldn't find, I built and open-sourced it. Background\n\nThe number of contributions I've made on GitHub has increased by over 20x in the past few years.\n\n2015\n\nIn 2015, I made slightly more than 100 contributions. These were mostly on my own projects, like my personal website, Made with Love in Indi"
    }
  },
  {
    "date": "2019-03-25T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2019/rich-dad-poor-dad",
    "source": "https://github.com/AnandChowdhary/books/issues/13",
    "title": "Rich Dad, Poor Dad",
    "data": {
      "image": "http://books.google.com/books/content?id=Cx6aDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Robert T. Kiyosaki"
      ]
    }
  },
  {
    "date": "2019-03-22T15:43:15Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/sharer.link",
    "url": "https://anandchowdhary.com/open-source/2019/sharer.link",
    "source": "https://github.com/AnandChowdhary/sharer.link",
    "data": {
      "description": "🔗 Share links for songs, places, podcasts, and more",
      "stars": 26,
      "issues": 16,
      "forks": 3,
      "watchers": 26,
      "topics": [
        "links",
        "share",
        "typescript",
        "url-shortener",
        "vue"
      ],
      "language": "Vue",
      "languageColor": "#41b883",
      "openGraphImageUrl": "https://opengraph.githubassets.com/e4e05b9f6a3278ade199ba832d228e8288c42c8d657f18a713cfd71d86797664/AnandChowdhary/sharer.link"
    }
  },
  {
    "date": "2019-03-18T10:41:08Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/auto-i18n",
    "url": "https://anandchowdhary.com/open-source/2019/auto-i18n",
    "source": "https://github.com/AnandChowdhary/auto-i18n",
    "data": {
      "description": "🌐 Automatically translate your JSON I18N files",
      "stars": 31,
      "issues": 4,
      "forks": 3,
      "watchers": 31,
      "topics": [
        "automation",
        "google-translate",
        "i18n",
        "l18n",
        "nodejs",
        "translation",
        "typescript"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/1c6c5cd7ffdde6ef5aa016b010679c51d11d214ad3defb7a9691462c6a40c879/AnandChowdhary/auto-i18n"
    }
  },
  {
    "date": "2019-03-15T18:54:59.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2019/package-managers",
    "source": "https://anandchowdhary.github.io/blog/blog/2019/package-managers",
    "title": "Package Manager Standardization",
    "data": {
      "excerpt": "Matt Turnbull has a great article titled Why Are You Still Using Yarn in 2018? which makes the argument that newer versions of NPM are just as fast as Yarn and switching to NPM might actually have some benefits (I'm still a Yarn user). Furthermore, it's getting complicated to maintain documentations and say: To install this package, use npm install package or yarn add package, etc."
    }
  },
  {
    "date": "2019-03-12T18:02:42.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2019/twitter-subaccounts",
    "source": "https://anandchowdhary.github.io/blog/blog/2019/twitter-subaccounts",
    "title": "Twitter Subaccounts",
    "data": {
      "excerpt": "I think Twitter should have a concept of sub-accounts. It's not smart to create a Twitter account for every small project, but it's often a necessity for support or a social media presence. In my case, I have a Twitter account, and so does Oswald Labs (which makes complete sense since it's a company and I'm just a small part of it). However, I also have several other projects, like Made with Love in India, a platform to showcase Indian-made startups, which has its own Twitter account."
    }
  },
  {
    "date": "2019-03-11T17:44:38.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2019/google-docs-github",
    "source": "https://anandchowdhary.github.io/blog/blog/2019/google-docs-github",
    "title": "Google Docs + GitHub",
    "data": {
      "excerpt": "When I first started using Google Docs, my favorite feature was \"smart\" autosaving. \"Smart\" because it's not just an interval, but also based on content changes. Today, almost all popular web-based text editors have both autosaving (WordPress, Medium, etc.) and rich text formatting (think [f]CKEditor and TinyMCE a decade ago). The question is — how can I combine the rich text and autosaving aspects with git's version control, so I can smartly save only the changes to a file and easily go back."
    }
  },
  {
    "date": "2019-03-05T13:55:42Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/gitwriter",
    "url": "https://anandchowdhary.com/open-source/2019/gitwriter",
    "source": "https://github.com/AnandChowdhary/gitwriter",
    "data": {
      "description": "📝 Version control your thoughts",
      "stars": 16,
      "issues": 3,
      "forks": 1,
      "watchers": 16,
      "topics": [
        "app",
        "git",
        "typescript",
        "vue",
        "writing"
      ],
      "language": "Vue",
      "languageColor": "#41b883",
      "openGraphImageUrl": "https://opengraph.githubassets.com/91af4d8e1454006fd9548eb8bf7528c46b7fde5209d79e3be4937a4d994ee1cf/AnandChowdhary/gitwriter"
    }
  },
  {
    "date": "2019-03-02T13:13:08Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/language-icons",
    "url": "https://anandchowdhary.com/open-source/2019/language-icons",
    "source": "https://github.com/AnandChowdhary/language-icons",
    "data": {
      "description": "🈹 Better icons for languages, because flags just don't cut it",
      "stars": 69,
      "issues": 10,
      "forks": 21,
      "watchers": 69,
      "topics": [
        "generator",
        "icons",
        "languages"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/24ef7a5cb2a41ba704757d38bf5ca5de20bfd23e4a5542047646a43767573162/AnandChowdhary/language-icons"
    }
  },
  {
    "date": "2019-02-21T12:49:05Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/fraud",
    "url": "https://anandchowdhary.com/open-source/2019/fraud",
    "source": "https://github.com/AnandChowdhary/fraud",
    "data": {
      "description": "🗄 File-based key-JSON database with nodecache",
      "stars": 16,
      "issues": 1,
      "forks": 0,
      "watchers": 16,
      "topics": [
        "filesystem",
        "fs",
        "library",
        "nodejs",
        "typescript"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/47228dc0682a6c79e58cd29bdb9d16cb265322d7b99ac4eb06b361333ed81141/AnandChowdhary/fraud"
    }
  },
  {
    "date": "2019-02-19T14:41:35Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/changebar",
    "url": "https://anandchowdhary.com/open-source/2019/changebar",
    "source": "https://github.com/AnandChowdhary/changebar",
    "data": {
      "description": "🔔 Changelog notifications widget for the web, powered by GitHub",
      "stars": 7,
      "issues": 5,
      "forks": 1,
      "watchers": 7,
      "topics": [
        "changelog",
        "notifications",
        "plugin",
        "semantic-versioning",
        "typescript",
        "widget"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/aa008604ddfb6b1711f179ddbc1f5ef9320dc0a59ed2ed249294622950adc099/AnandChowdhary/changebar"
    }
  },
  {
    "date": "2019-02-13T12:48:05Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/typestart",
    "url": "https://anandchowdhary.com/open-source/2019/typestart",
    "source": "https://github.com/AnandChowdhary/typestart",
    "data": {
      "description": "📦 Typescript DOM library starter template",
      "stars": 3,
      "issues": 1,
      "forks": 1,
      "watchers": 3,
      "topics": [
        "javascript",
        "library",
        "starter",
        "typescript"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/0d7cbedf5324dccfd853bd18ba575ecbb281f001d2dc64e32af4f729315b7e60/AnandChowdhary/typestart"
    }
  },
  {
    "date": "2019-02-06T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2019/inglorious-empire",
    "source": "https://github.com/AnandChowdhary/books/issues/14",
    "title": "Inglorious Empire",
    "data": {
      "image": "http://books.google.com/books/content?id=ZWwwDwAAQBAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api",
      "authors": [
        "Shashi Tharoor"
      ]
    }
  },
  {
    "date": "2019-01-16T15:51:01Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/calendar-link",
    "url": "https://anandchowdhary.com/open-source/2019/calendar-link",
    "source": "https://github.com/AnandChowdhary/calendar-link",
    "data": {
      "description": "📅 Calendar link generator for popular services",
      "stars": 622,
      "issues": 7,
      "forks": 75,
      "watchers": 622,
      "topics": [
        "calendar",
        "calendar-link",
        "google-calendar",
        "javascript",
        "library",
        "outlook",
        "yahoo"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/13a4b0bc5cb87b7f3081ab74126570676ebee58b197fe373c5eae69ee1422cfd/AnandChowdhary/calendar-link"
    }
  },
  {
    "date": "2019-01-01T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2019/21-lessons-for-the-21st-century",
    "source": "https://github.com/AnandChowdhary/books/issues/15",
    "title": "21 Lessons for the 21st Century",
    "data": {
      "image": "http://books.google.com/books/content?id=MSKEDwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Yuval Noah Harari"
      ]
    }
  },
  {
    "date": "2019-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2019/startup-city-india",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "Assistive Tech Startups for Disabled People",
    "data": {
      "publisher": "Startup City India",
      "href": "https://startupcityindia.com/assistive-tech-startups-for-disabled-people/"
    }
  },
  {
    "date": "2019-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2019/browser-stack",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "Open Source Spotlight: Oswald Labs with Anand Chowdhary",
    "data": {
      "publisher": "BrowserStack",
      "href": "https://www.browserstack.com/blog/open-source-spotlight-oswald-labs-with-anand-chowdhary/"
    }
  },
  {
    "date": "2019-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2019/rtv-oost",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "The best entrepreneurs of the UT",
    "data": {
      "publisher": "RTV Oost",
      "href": "https://www.rtvoost.nl/media/137176/De-beste-ondernemers-van-de-UT"
    }
  },
  {
    "date": "2018-12-30T16:44:23Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/hello-bar",
    "url": "https://anandchowdhary.com/open-source/2018/hello-bar",
    "source": "https://github.com/AnandChowdhary/hello-bar",
    "data": {
      "description": "👋 Greet your visitors with a hello bar",
      "stars": 76,
      "issues": 6,
      "forks": 10,
      "watchers": 76,
      "topics": [
        "engagement",
        "hellobar",
        "js",
        "library",
        "marketing"
      ],
      "language": "JavaScript",
      "languageColor": "#f1e05a",
      "openGraphImageUrl": "https://opengraph.githubassets.com/dac3e0c3a55d3403dd8c12857ec47a35fb80390ec67ba100c06efb1659bf3c4d/AnandChowdhary/hello-bar"
    }
  },
  {
    "date": "2018-12-01T10:21:05Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/hovercard",
    "url": "https://anandchowdhary.com/open-source/2018/hovercard",
    "source": "https://github.com/AnandChowdhary/hovercard",
    "data": {
      "description": "🖱️ Wikipedia summary cards for the web",
      "stars": 92,
      "issues": 6,
      "forks": 10,
      "watchers": 92,
      "topics": [
        "a11y",
        "hovercard",
        "javascript",
        "plugin",
        "wikipedia"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://opengraph.githubassets.com/c0a87c61f4e0f7935e7215a62328416c51ccd496630d960987bd127d5909590f/AnandChowdhary/hovercard"
    }
  },
  {
    "date": "2018-12-01",
    "type": "video",
    "url": "https://anandchowdhary.com/videos/2018/aristotle-by-oswald-labs",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/videos.json",
    "title": "Aristotle by Oswald Labs",
    "data": {
      "href": "https://www.youtube.com/watch?v=223RTMXXtxc",
      "city": "Heerlen",
      "country": "NL",
      "img": "https://raw.githubusercontent.com/AnandChowdhary/anandchowdhary.com/82c8a7a9cd1fd2ff9f0a4bed9e08bc3574c18686/static/images/videos/aristotle.png",
      "publisher": "Oswald Labs",
      "duration": "5:24"
    }
  },
  {
    "date": "2018-11-30T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2018/aristotle",
    "source": "https://anandchowdhary.github.io/projects/projects/2018/aristotle",
    "title": "Aristotle",
    "data": {
      "description": "E-learning platform for Limburg's schools with personalized content recommendations and actionable analytics",
      "tags": [
        "Web",
        "AI",
        "Vue.js",
        "Firebase",
        "JavaScript",
        "Python"
      ],
      "collaborators": [
        "alex-imbrea",
        "maurits-van-der-vijgh"
      ],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/aristotle/icon.png",
        "requiresBackground": false
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/aristotle/2.png",
        "attachment": "padded",
        "color": "#aaa"
      }
    }
  },
  {
    "date": "2018-11-17T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2018/clshare",
    "source": "https://anandchowdhary.github.io/projects/projects/2018/clshare",
    "title": "CLShare",
    "data": {
      "description": "AI-powered employee engagement and chat platform with HR automation and analytics for CLS Group",
      "tags": [
        "App",
        "AI",
        "Vue.js",
        "JavaScript"
      ],
      "collaborators": [
        "alex-imbrea"
      ],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/clshare/icon.png",
        "requiresBackground": false
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/clshare/cover.png",
        "attachment": "cover"
      }
    }
  },
  {
    "date": "2018-11-15T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2018/cls",
    "source": "https://anandchowdhary.github.io/events/events/2018/cls",
    "title": "CLS Engagement Pitch",
    "data": {
      "remote": false,
      "country": "GB",
      "city": "London",
      "venue": "LABS Holborn",
      "coordinates": [
        51.514738,
        -0.147356
      ]
    }
  },
  {
    "date": "2018-11-14T12:30:07.370Z",
    "type": "travel",
    "url": "https://anandchowdhary.com/location/2018/united-kingdom",
    "source": "https://github.com/AnandChowdhary/location/commit/a12f0366c67e076682f704f30c255272e3bbf7d9",
    "title": "United Kingdom",
    "data": {
      "hash": "a12f0366c67e076682f704f30c255272e3bbf7d9",
      "approximateCoordinates": [
        51.89,
        0.25
      ],
      "label": "United Kingdom",
      "countryCode": "gb"
    }
  },
  {
    "date": "2018-10-22T15:02:53.309Z",
    "type": "travel",
    "url": "https://anandchowdhary.com/location/2018/malaysia",
    "source": "https://github.com/AnandChowdhary/location/commit/a77db8caaa5fe57a0e6bcc8a8cfb4bde59331a2d",
    "title": "Malaysia",
    "data": {
      "hash": "a77db8caaa5fe57a0e6bcc8a8cfb4bde59331a2d",
      "approximateCoordinates": [
        3.17,
        101.69
      ],
      "label": "Malaysia",
      "countryCode": "my"
    }
  },
  {
    "date": "2018-10-22T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2018/wief-2018",
    "source": "https://anandchowdhary.github.io/events/events/2018/wief-2018",
    "title": "Plenary session on social enterprises in universities",
    "data": {
      "remote": false,
      "country": "MY",
      "city": "Kuala Lumpur",
      "venue": "International Islamic University Malaysia",
      "coordinates": [
        3.255572,
        101.738651
      ],
      "event": "AKEPT-WIEF Social Enterprise Forum",
      "talk": "Class Rebels to Oswald Labs"
    }
  },
  {
    "date": "2018-10-20T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2018/dutch-design-week",
    "source": "https://anandchowdhary.github.io/events/events/2018/dutch-design-week",
    "title": "Shravan Apps at Dutch Design Week",
    "data": {
      "remote": false,
      "country": "NL",
      "city": "Eindhoven",
      "venue": "Klokgebouw Cultuurhallen",
      "coordinates": [
        51.44845,
        5.4579645
      ],
      "event": "Dutch Design Week"
    }
  },
  {
    "date": "2018-10-18T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2018/shravan-apps",
    "source": "https://anandchowdhary.github.io/projects/projects/2018/shravan-apps",
    "title": "Shravan Apps",
    "data": {
      "description": "Suite of free smartphone apps for people with disabilities like dyslexia, blindness, and deafness",
      "tags": [
        "Web",
        "Oswald Labs",
        "JavaScript"
      ],
      "collaborators": [
        "mahendra-singh-raghuwanshi"
      ],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/oswald-labs/shravan/icon.png",
        "requiresBackground": false
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/oswald-labs/shravan/cover.png",
        "attachment": "cover",
        "color": "#c82333"
      }
    }
  },
  {
    "date": "2018-09-28",
    "type": "podcast-interview",
    "url": "https://anandchowdhary.com/press/2018/the-indian-startup-show",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "E94: Anand Chowdhary",
    "data": {
      "href": "http://www.indianstartupshow.com/anand",
      "publisher": "The Indian Startup Show",
      "embed": "https://open.spotify.com/embed/episode/22paCnKhK69elGTr35NVzX"
    }
  },
  {
    "date": "2018-09-20T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2018/speakup",
    "source": "https://anandchowdhary.github.io/events/events/2018/speakup",
    "title": "Ara demo at SpeakUp",
    "data": {
      "remote": false,
      "country": "NL",
      "city": "Enschede",
      "venue": "De Museumfabriek",
      "coordinates": [
        52.2324775,
        6.8950055
      ],
      "event": "SpeakUp Partner & Jubileum Event"
    }
  },
  {
    "date": "2018-09-11T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2018/nesst-season-3",
    "source": "https://anandchowdhary.github.io/events/events/2018/nesst-season-3",
    "title": "Season 3 opening keynote for Nesst",
    "data": {
      "remote": false,
      "country": "NL",
      "city": "Enschede",
      "venue": "Saxion Center for Entrepreneurship",
      "coordinates": [
        51.912303,
        4.430355
      ],
      "event": "Nesst Season 3",
      "slides": "https://speakerdeck.com/anandchowdhary/nesst-keynote-2018",
      "embed": "https://speakerdeck.com/player/b50aec8b5edc4948a6bf18286a5930d7"
    }
  },
  {
    "date": "2018-09-06T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2018/gogbot",
    "source": "https://anandchowdhary.github.io/events/events/2018/gogbot",
    "title": "Frankenstein at GOGBOT",
    "data": {
      "remote": false,
      "country": "NL",
      "city": "Enschede",
      "venue": "City Center",
      "coordinates": [
        52.22,
        6.9
      ],
      "event": "GOGBOT"
    }
  },
  {
    "date": "2018-08-25T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2018/esummit",
    "source": "https://anandchowdhary.github.io/events/events/2018/esummit",
    "title": "Panel discussion at IITK eSummit",
    "data": {
      "remote": false,
      "country": "IN",
      "city": "Kanpur",
      "venue": "Indian Institute of Technology",
      "coordinates": [
        26.51,
        80.23
      ],
      "event": "IIT Kanpur eSummit"
    }
  },
  {
    "date": "2018-08-21",
    "type": "award",
    "url": "https://anandchowdhary.com/press/2018/your-story",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "21 Under 21",
    "data": {
      "href": "https://yourstory.com/2018/08/21-under-21-meet-the-young-entrepreneurs-who-are-changing-the-world-one-startup-at-a-time",
      "publisher": "YourStory"
    }
  },
  {
    "date": "2018-08-18T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2018/hackiiitd",
    "source": "https://anandchowdhary.github.io/events/events/2018/hackiiitd",
    "title": "Mentoring and judging at HackIIITD",
    "data": {
      "remote": false,
      "country": "IN",
      "city": "New Delhi",
      "venue": "Indraprastha Institute of Information Technology",
      "coordinates": [
        18.53115,
        73.867663
      ],
      "event": "HackIIITD"
    }
  },
  {
    "date": "2018-08-08T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2018/minet-x-2018",
    "source": "https://anandchowdhary.github.io/events/events/2018/minet-x-2018",
    "title": "Keynote at MINET X 2018",
    "data": {
      "remote": false,
      "country": "IN",
      "city": "New Delhi",
      "venue": "The Mother's International School",
      "coordinates": [
        28.613895,
        77.209006
      ],
      "event": "MINET X 2018",
      "talk": "Class Rebels to Oswald Labs"
    }
  },
  {
    "date": "2018-07-28T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2018/state-of-the-dock-2018",
    "source": "https://anandchowdhary.github.io/blog/blog/2018/state-of-the-dock-2018",
    "title": "State of the Dock 2018",
    "data": {
      "excerpt": "Two months after writing State of the Podcasts, where I talked about my go-to podcasts in 2018, this post is about the apps that find their home on my laptop's dock. These apps are those I use most often and make me much more productive. I switched from a Firefox/Opera combination to Chrome as my primary web browser when it was released in late 2008 because it was fast and secure. Today, I use Chrome because it's still standards-compliant and I'm very deep into the Google ecosystem."
    }
  },
  {
    "date": "2018-07-15T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2018/agastya-screen-reader",
    "source": "https://anandchowdhary.github.io/blog/blog/2018/agastya-screen-reader",
    "title": "Introducing Universal Screen Reader on Agastya",
    "data": {
      "excerpt": "Read aloud was one of Agastya’s signature features when it first launched, and our beta partners like Nayee Disha — a collaboration between the UNDP and large corporates to skill and employ women in rural India — extensively made use of it. It was the easiest way to have a blind- and illiterate-friendly mode which automatically reads aloud the content of a webpage."
    }
  },
  {
    "date": "2018-07-08T00:00:00.000Z",
    "type": "version",
    "url": "https://anandchowdhary.com/versions/2018/abacus",
    "source": "https://anandchowdhary.github.io/versions/versions/2018/abacus",
    "title": "Abacus"
  },
  {
    "date": "2018-06-22T16:26:30.604Z",
    "type": "travel",
    "url": "https://anandchowdhary.com/location/2018/belgium",
    "source": "https://github.com/AnandChowdhary/location/commit/6a9a79c0e696addbce9fc0eacbd01f5dbf8652f0",
    "title": "Belgium",
    "data": {
      "hash": "6a9a79c0e696addbce9fc0eacbd01f5dbf8652f0",
      "approximateCoordinates": [
        51.2,
        3.23
      ],
      "label": "Belgium",
      "countryCode": "be"
    }
  },
  {
    "date": "2018-06-13T22:27:00.501Z",
    "type": "travel",
    "url": "https://anandchowdhary.com/location/2018/france",
    "source": "https://github.com/AnandChowdhary/location/commit/c27ad8f02211bb9b385783a63d91eab647bd2e8a",
    "title": "France",
    "data": {
      "hash": "c27ad8f02211bb9b385783a63d91eab647bd2e8a",
      "approximateCoordinates": [
        50.64,
        3.08
      ],
      "label": "France",
      "countryCode": "fr"
    }
  },
  {
    "date": "2018-06-09T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2018/new-agastya",
    "source": "https://anandchowdhary.github.io/blog/blog/2018/new-agastya",
    "title": "Introducing the new Agastya",
    "data": {
      "excerpt": "Since we launched Agastya in late 2016, we’ve come a long way. Today, we’re announcing the biggest update to our end-to-end web accessibility platform. This update is currently available only to our Pro 1M customers, and will be available to everyone this summer. Privacy-first\n\nWith the EU’s General Data Protection Regulation last month, people are familiar with getting tens of emails with updated pri"
    }
  },
  {
    "date": "2018-05-28T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2018/state-of-the-podcasts-2018",
    "source": "https://anandchowdhary.github.io/blog/blog/2018/state-of-the-podcasts-2018",
    "title": "State of the Podcasts 2018",
    "data": {
      "excerpt": "I started really consuming audio content in the form of podcasts and audiobooks about two years ago, and I'm very often asked what podcasts I listen to. This is the first list in a series of reviews about my daily drivers of content, services, and products. I first started heavily listening to podcasts when I joined the gym (that didn't last) for about half a year."
    }
  },
  {
    "date": "2018-05-27T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2018/wendy",
    "source": "https://anandchowdhary.github.io/projects/projects/2018/wendy",
    "title": "Wendy",
    "data": {
      "description": "Smartphone-based home security system with face detection, AI chatbot, and real-time notifications",
      "tags": [
        "App",
        "AI",
        "IoT",
        "Vue.js",
        "Firebase",
        "JavaScript",
        "Python"
      ],
      "collaborators": [
        "mohit-ahuja"
      ],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/wendy/icon.png",
        "requiresBackground": false
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/wendy/wendy_2x.png",
        "attachment": "cover"
      }
    }
  },
  {
    "date": "2018-05-16T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2018/online-open-day",
    "source": "https://anandchowdhary.github.io/events/events/2018/online-open-day",
    "title": "Beyond Your Studies at Twente's Online Open Day",
    "data": {
      "remote": false,
      "country": "NL",
      "city": "Enschede",
      "venue": "University of Twente",
      "coordinates": [
        52.241198,
        6.851607
      ],
      "event": "Online Open Day"
    }
  },
  {
    "date": "2018-04-19T14:23:20Z",
    "type": "open-source-project",
    "title": "elninotech/uppload",
    "url": "https://anandchowdhary.com/open-source/2018/uppload",
    "source": "https://github.com/elninotech/uppload",
    "data": {
      "description": "📁 JavaScript image uploader and editor, no backend required",
      "stars": 1879,
      "issues": 51,
      "forks": 128,
      "watchers": 1879,
      "topics": [
        "file-upload",
        "hacktoberfest",
        "image",
        "javascript",
        "plugin",
        "uploader",
        "widget"
      ],
      "language": "TypeScript",
      "languageColor": "#3178c6",
      "openGraphImageUrl": "https://repository-images.githubusercontent.com/130227442/34995600-2f43-11ea-9dcd-8ffac16b392a"
    }
  },
  {
    "date": "2018-04-12T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2018/ibm-iot-escape-room",
    "source": "https://anandchowdhary.github.io/projects/projects/2018/ibm-iot-escape-room",
    "title": "IBM IoT Escape Room",
    "data": {
      "description": "Educational escape room built using IoT technology and a real-time database with IBM for a module project in April 2018.",
      "tags": [
        "IoT",
        "Hardware",
        "Firebase",
        "Node.js",
        "Vue.js",
        "JavaScript"
      ],
      "collaborators": [],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/ibm-iot-escape-room/icon.png",
        "requiresBackground": true
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/ibm-iot-escape-room/ibm-iot-escape-room_2x.png",
        "attachment": "cover"
      }
    }
  },
  {
    "date": "2018-03-27",
    "type": "award",
    "url": "https://anandchowdhary.com/press/2018/forbes-asia",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "Forbes 30 Under 30",
    "data": {
      "href": "https://www.forbes.com/profile/oswald-labs/",
      "publisher": "Forbes Asia"
    }
  },
  {
    "date": "2018-03-11T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2018/csunite",
    "source": "https://anandchowdhary.github.io/projects/projects/2018/csunite",
    "title": "CSUnite",
    "data": {
      "description": "Hyperlocal on-demand cleaning and employee training app for the Netherlands' second-largest cleaning service provider.",
      "tags": [
        "App",
        "Vue.js",
        "JavaScript"
      ],
      "collaborators": [
        "mohit-ahuja"
      ],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/csunite/icon.png",
        "requiresBackground": false
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/csunite/csunite_2x.png",
        "attachment": "padded",
        "color": "#00998e"
      }
    }
  },
  {
    "date": "2018-03-11T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2018/drillmaps",
    "source": "https://anandchowdhary.github.io/projects/projects/2018/drillmaps",
    "title": "DrillMaps",
    "data": {
      "description": "Platform for Seattle-based horizontal directional drilling company built using Vue.js and integrated with Stripe and Firebase.",
      "tags": [
        "Web",
        "Branding",
        "Vue.js",
        "Node.js",
        "Firebase",
        "JavaScript"
      ],
      "collaborators": [],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/drillmaps/icon.png",
        "requiresBackground": true
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/drillmaps/drillmaps_2x.png",
        "attachment": "padded",
        "color": "#009cff"
      }
    }
  },
  {
    "date": "2018-03-07T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2018/nesst-season-2",
    "source": "https://anandchowdhary.github.io/events/events/2018/nesst-season-2",
    "title": "Season 2 opening keynote for Nesst",
    "data": {
      "remote": false,
      "country": "NL",
      "city": "Enschede",
      "venue": "The Cee Spot",
      "coordinates": [
        52.220986,
        6.894054
      ],
      "event": "Nesst Season 2",
      "talk": "Class Rebels to Oswald Labs",
      "slides": "https://speakerdeck.com/anandchowdhary/nesst-keynote-2018",
      "embed": "https://speakerdeck.com/player/b50aec8b5edc4948a6bf18286a5930d7"
    }
  },
  {
    "date": "2018-03-05T09:00:12Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/words",
    "url": "https://anandchowdhary.com/open-source/2018/words",
    "source": "https://github.com/AnandChowdhary/words",
    "data": {
      "description": "Words doesn't come in the way of you and your thoughts",
      "stars": 3,
      "issues": 1,
      "forks": 1,
      "watchers": 3,
      "topics": [
        "cms",
        "json",
        "php",
        "writing"
      ],
      "language": "PHP",
      "languageColor": "#4F5D95",
      "openGraphImageUrl": "https://opengraph.githubassets.com/1c61330041b9245331a4f19c9e5c251b963f0a529e6ea3af7706224839908b10/AnandChowdhary/words"
    }
  },
  {
    "date": "2018-02-10",
    "type": "video",
    "url": "https://anandchowdhary.com/videos/2018/in-conversation-with-anand-chowdhury",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/videos.json",
    "title": "In conversation with Anand Chowdhury",
    "data": {
      "href": "https://www.facebook.com/UT.india/videos/vb.131267240259912/1537384432981512/?type=2&theater",
      "city": "Enschede",
      "country": "NL",
      "img": "https://raw.githubusercontent.com/AnandChowdhary/anandchowdhary.com/82c8a7a9cd1fd2ff9f0a4bed9e08bc3574c18686/static/images/videos/ut-india.png",
      "publisher": "University of Twente",
      "duration": "29:58"
    }
  },
  {
    "date": "2018-02-05",
    "type": "podcast-interview",
    "url": "https://anandchowdhary.com/press/2018/ready-or-not",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "The Next Billion: Anand Chowdhary",
    "data": {
      "href": "https://overcast.fm/+Oa3ivwUlI",
      "publisher": "Ready or Not"
    }
  },
  {
    "date": "2018-01-26T13:09:41Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/drumpad",
    "url": "https://anandchowdhary.com/open-source/2018/drumpad",
    "source": "https://github.com/AnandChowdhary/drumpad",
    "data": {
      "description": "Ardunio-based music generator",
      "stars": 3,
      "issues": 0,
      "forks": 0,
      "watchers": 3,
      "topics": [
        "arduino",
        "music",
        "processing"
      ],
      "language": "Processing",
      "languageColor": "#0096D8",
      "openGraphImageUrl": "https://opengraph.githubassets.com/99bda286df8027d9f0aa7f74ccf90f96f0f57e1b4e9eb875cbb15789b2bec6b7/AnandChowdhary/drumpad"
    }
  },
  {
    "date": "2018-01-23T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2018/blueboard",
    "source": "https://anandchowdhary.github.io/projects/projects/2018/blueboard",
    "title": "Blueboard",
    "data": {
      "description": "Bluetooth-powered smart billboard that shows relevant advertisements and information based on who's passing by it.",
      "tags": [
        "IoT",
        "Hardware",
        "Processing",
        "Arduino",
        "Android",
        "C++",
        "Java"
      ],
      "collaborators": [],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/blueboard/icon.png",
        "requiresBackground": true
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/blueboard/blueboard_2x.png",
        "attachment": "cover"
      }
    }
  },
  {
    "date": "2018-01-18",
    "type": "award",
    "url": "https://anandchowdhary.com/press/2018/het-financieele-dagblad",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "50 Talents Under the Age of 35",
    "data": {
      "href": "https://fd.nl/fd-persoonlijk/1231259/talentenspecial-de-lijst",
      "publisher": "Het Financieele Dagblad"
    }
  },
  {
    "date": "2018-01-12T22:34:33.892Z",
    "type": "travel",
    "url": "https://anandchowdhary.com/location/2018/italy",
    "source": "https://github.com/AnandChowdhary/location/commit/8079abbfd22d0341718ae1fef4e275d885994b0c",
    "title": "Italy",
    "data": {
      "hash": "8079abbfd22d0341718ae1fef4e275d885994b0c",
      "approximateCoordinates": [
        41.8,
        12.25
      ],
      "label": "Italy",
      "countryCode": "it"
    }
  },
  {
    "date": "2018-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2018/university-of-twente",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "In conversation with Anand Chowdhary",
    "data": {
      "publisher": "University of Twente",
      "href": "https://www.facebook.com/utwente/posts/1838358482862203"
    }
  },
  {
    "date": "2018-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2018/u-today",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "UT student among the top 50 young entrepreneurs",
    "data": {
      "publisher": "UToday",
      "href": "https://www.utoday.nl/news/64984/ut-student-in-the-top-50-young-entrepreneurs",
      "author": "Jelle Posthuma"
    }
  },
  {
    "date": "2018-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2018/tubantia",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "UT student on prestigious list of business magazine Forbes",
    "data": {
      "publisher": "Tubantia",
      "href": "https://www.tubantia.nl/enschede/ut-student-op-prestigieuze-lijst-van-zakenblad-forbes~ac3dfe7d/",
      "author": "Gerben Kuitert"
    }
  },
  {
    "date": "2017-11-19T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2017/refuserve",
    "source": "https://anandchowdhary.github.io/projects/projects/2017/refuserve",
    "title": "RefuServe",
    "data": {
      "description": "Elearning platform, job recommendation engine, and resume generator chatbot for Trivago in 24 hours.",
      "tags": [
        "App",
        "AI",
        "Vue.js",
        "JavaScript"
      ],
      "collaborators": [
        "mohit-ahuja"
      ],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/refuserve/icon.png",
        "requiresBackground": false
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/refuserve/refuserve_2x.png",
        "attachment": "padded",
        "color": "#0097a8"
      }
    }
  },
  {
    "date": "2017-11-18T06:19:01.100Z",
    "type": "travel",
    "url": "https://anandchowdhary.com/location/2017/germany",
    "source": "https://github.com/AnandChowdhary/location/commit/c0f2fe829abddb01e5bebfedab9db2b4744d5921",
    "title": "Germany",
    "data": {
      "hash": "c0f2fe829abddb01e5bebfedab9db2b4744d5921",
      "approximateCoordinates": [
        51.22,
        6.79
      ],
      "label": "Germany",
      "countryCode": "de"
    }
  },
  {
    "date": "2017-11-11T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2017/startup24",
    "source": "https://anandchowdhary.github.io/events/events/2017/startup24",
    "title": "Pitching workshop at Startup24",
    "data": {
      "remote": false,
      "country": "NL",
      "city": "Enschede",
      "venue": "Novel-T",
      "coordinates": [
        52.220986,
        6.894054
      ],
      "event": "Startup24"
    }
  },
  {
    "date": "2017-10-31T09:41:48Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/abendgebet",
    "url": "https://anandchowdhary.com/open-source/2017/abendgebet",
    "source": "https://github.com/AnandChowdhary/abendgebet",
    "data": {
      "description": "A game based on the painting Abendgebet by Milan Kunc",
      "stars": 3,
      "issues": 0,
      "forks": 0,
      "watchers": 3,
      "topics": [
        "creative-technology",
        "game",
        "homework",
        "java",
        "processing"
      ],
      "language": "Processing",
      "languageColor": "#0096D8",
      "openGraphImageUrl": "https://opengraph.githubassets.com/f9500841812d9636f0fbbcecdefba7906103f1ce42e1973a1b1075943b61a30c/AnandChowdhary/abendgebet"
    }
  },
  {
    "date": "2017-10-31T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2017/hardstart-pitch-training",
    "source": "https://anandchowdhary.github.io/events/events/2017/hardstart-pitch-training",
    "title": "Pitch Training for Hardstart",
    "data": {
      "remote": false,
      "country": "NL",
      "city": "Enschede",
      "venue": "Hardstart",
      "coordinates": [
        52.220986,
        6.894054
      ],
      "slides": "https://speakerdeck.com/anandchowdhary/hardstart-entrepreneurs-pitching-workshop",
      "embed": "https://speakerdeck.com/player/b310362afd6d4b00be7ca6165c6e9fde"
    }
  },
  {
    "date": "2017-10-21T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2017/capella",
    "source": "https://anandchowdhary.github.io/projects/projects/2017/capella",
    "title": "Capella",
    "data": {
      "description": "Location-based offline friend discovery and music matching app built for Amsterdam Dance Event in 24 hours.",
      "tags": [
        "App",
        "JavaScript",
        "PHP"
      ],
      "collaborators": [
        "mateo-sadowski"
      ],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/capella/icon.png",
        "requiresBackground": false
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/capella/capella_2x.png",
        "attachment": "padded",
        "color": "#de2a49"
      }
    }
  },
  {
    "date": "2017-10-10T00:00:00.000Z",
    "type": "version",
    "url": "https://anandchowdhary.com/versions/2017/access",
    "source": "https://anandchowdhary.github.io/versions/versions/2017/access",
    "title": "Access"
  },
  {
    "date": "2017-09-23T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2017/facematch",
    "source": "https://anandchowdhary.github.io/projects/projects/2017/facematch",
    "title": "FaceMatch",
    "data": {
      "description": "Face recognition Augmented Reality app for business events, built at the AWS Hackathon for StartupFest Europe.",
      "tags": [
        "App",
        "AI",
        "JavaScript",
        "Python"
      ],
      "collaborators": [
        "mohit-ahuja"
      ],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/facematch/icon.png",
        "requiresBackground": true
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/facematch/facematch_2x.png",
        "attachment": "cover"
      }
    }
  },
  {
    "date": "2017-09-18T15:10:55Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/wikibility",
    "url": "https://anandchowdhary.com/open-source/2017/wikibility",
    "source": "https://github.com/AnandChowdhary/wikibility",
    "data": {
      "description": "A beautiful, more legible, and accessible Wikipedia",
      "stars": 3,
      "issues": 0,
      "forks": 1,
      "watchers": 3,
      "topics": [
        "angularjs",
        "css",
        "encyclopedia",
        "html",
        "redesign",
        "wikipedia"
      ],
      "language": "JavaScript",
      "languageColor": "#f1e05a",
      "openGraphImageUrl": "https://opengraph.githubassets.com/9e73c597a411327ebfd1481a13ed4f520c3c29dc6581e0d5150103e289218d26/AnandChowdhary/wikibility"
    }
  },
  {
    "date": "2017-08-25T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2017/agastya",
    "source": "https://anandchowdhary.github.io/projects/projects/2017/agastya",
    "title": "Agastya",
    "data": {
      "description": "End-to-end web accessibility plugin with disabled-friendly features and legibility customizations",
      "tags": [
        "Web",
        "Oswald Labs",
        "Node.js",
        "Vue.js",
        "TypeScript"
      ],
      "collaborators": [
        "mahendra-singh-raghuwanshi"
      ],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/oswald-labs/agastya/icon.png",
        "requiresBackground": false
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/oswald-labs/agastya/cover.png",
        "attachment": "cover",
        "color": "skyblue"
      }
    }
  },
  {
    "date": "2017-08-22T10:34:19.660Z",
    "type": "travel",
    "url": "https://anandchowdhary.com/location/2017/netherlands",
    "source": "https://github.com/AnandChowdhary/location/commit/f54f433776c2eef8d64d00d1826065fdef4fa30e",
    "title": "Netherlands",
    "data": {
      "hash": "f54f433776c2eef8d64d00d1826065fdef4fa30e",
      "approximateCoordinates": [
        52.31,
        4.77
      ],
      "label": "Netherlands",
      "countryCode": "nl"
    }
  },
  {
    "date": "2017-08-22",
    "type": "life-event",
    "url": "https://anandchowdhary.com/life/2017/moved-to-enschede-the-netherlands",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/life-events.json",
    "title": "Moved to Enschede, the Netherlands",
    "data": {}
  },
  {
    "date": "2017-08-12T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2017/utwente-peoplepages",
    "source": "https://anandchowdhary.github.io/blog/blog/2017/utwente-peoplepages",
    "title": "UTwente PeoplePages Contact Book",
    "data": {
      "excerpt": "As a future creative technology student at the University of Twente, I wanted to get in touch with a particular professor. Their website, PeoplePages, uses a RESTful API for AJAX requests to search for university staff, so I decided to add everyone to my contacts using API scraping to save time in the future. I did a query to find all results starting with the letter \"a\" and got a minified JSON response with all data. Fortunately, they have unrestricted access to their endpoints. This is wha"
    }
  },
  {
    "date": "2017-07-18T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2017/bharathacks",
    "source": "https://anandchowdhary.github.io/projects/projects/2017/bharathacks",
    "title": "BharatHacks",
    "data": {
      "description": "Hackathon to solve India-specific problems in New Delhi with 200 participants and tens of thousands of dollars in prizes.",
      "tags": [
        "Event",
        "Branding",
        "Web"
      ],
      "collaborators": [],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/bharathacks/icon.png",
        "requiresBackground": false
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/bharathacks/bharathacks_2x.png",
        "attachment": "padded",
        "color": "#27577a"
      }
    }
  },
  {
    "date": "2017-06-17T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2017/tedx-hailey-road",
    "source": "https://anandchowdhary.github.io/events/events/2017/tedx-hailey-road",
    "title": "TEDx Talk at TEDxYouth@HaileyRoad",
    "data": {
      "remote": false,
      "country": "IN",
      "city": "Gurugram",
      "venue": "91springboard",
      "coordinates": [
        28.46169,
        77.081458
      ],
      "event": "TEDxYouth@HaileyRoad"
    }
  },
  {
    "date": "2017-06-17",
    "type": "video",
    "url": "https://anandchowdhary.com/videos/2017/bharat-hacks-live",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/videos.json",
    "title": "BharatHacks Live",
    "data": {
      "href": "https://www.facebook.com/saranshkataria6/videos/10213396434210989/",
      "city": "New Delhi",
      "country": "IN",
      "img": "https://raw.githubusercontent.com/AnandChowdhary/anandchowdhary.com/82c8a7a9cd1fd2ff9f0a4bed9e08bc3574c18686/static/images/videos/bharathacks.png",
      "publisher": "Facebook Developer Circle: Delhi, NCR",
      "duration": "34:37"
    }
  },
  {
    "date": "2017-05-21T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2017/1984",
    "source": "https://github.com/AnandChowdhary/books/issues/16",
    "title": "1984",
    "data": {
      "image": "http://books.google.com/books/content?id=yxv1LK5gyV4C&printsec=frontcover&img=1&zoom=1&source=gbs_api",
      "authors": [
        "George Orwell"
      ]
    }
  },
  {
    "date": "2017-05-07T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2017/tech-charcha",
    "source": "https://anandchowdhary.github.io/events/events/2017/tech-charcha",
    "title": "Panel discussion at Facebook DevC",
    "data": {
      "remote": false,
      "country": "IN",
      "city": "New Delhi",
      "venue": "91springboard Okhla",
      "coordinates": [
        28.5667,
        77.2833
      ],
      "event": "Tech Charcha by Facebook Developer Circles Delhi-NCR"
    }
  },
  {
    "date": "2017-04-11T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2017/zomato",
    "source": "https://anandchowdhary.github.io/blog/blog/2017/zomato",
    "title": "Zomato for Android Redesign",
    "data": {
      "excerpt": "I took fifteen minutes to make some strategic design changes to Zomato's Android app. I wrote extensively about the iconography, typography, and role of actions in the app’s user experience. I wrote this article originally in March 2016 for the Zomato Android team and publicly published it on Medium in April 2017 since Zomato decided to implement most of my design changes."
    }
  },
  {
    "date": "2017-04-02T13:29:53Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/access",
    "url": "https://anandchowdhary.com/open-source/2017/access",
    "source": "https://github.com/AnandChowdhary/access",
    "data": {
      "description": "An elegant, simple WordPress theme for writers",
      "stars": 1,
      "issues": 0,
      "forks": 0,
      "watchers": 1,
      "topics": [
        "php",
        "sass",
        "theme",
        "wordpress",
        "wordpress-theme"
      ],
      "language": "PHP",
      "languageColor": "#4F5D95",
      "openGraphImageUrl": "https://opengraph.githubassets.com/97bfcd3449cedb45c05fbf59b4a55c0eeb7644aa2ad9f86884110f43d699eeeb/AnandChowdhary/access"
    }
  },
  {
    "date": "2017-03-01T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2017/college",
    "source": "https://anandchowdhary.github.io/blog/blog/2017/college",
    "title": "Life Update: College",
    "data": {
      "excerpt": "Just a little bit of background about my college \"situation\". How I went from design school in India to back to New Delhi to the University of Twente in the Netherlands. I wrote this post in March 2017 and updated it in December 2017. I graduated from highschool in April 2016 and joined the Unitedworld Institute of Design (UID) in Ahmedabad, Gujarat, after working at the Government of Delhi for a month."
    }
  },
  {
    "date": "2017-02-26T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2017/md5",
    "source": "https://anandchowdhary.github.io/blog/blog/2017/md5",
    "title": "The Defence for MD5",
    "data": {
      "excerpt": "A few days ago, I tried to reset my password on PR.com, the press releases website. I entered my email, and they sent me the username and password in plain text. That's right, in plain text. The problem with this method of password storage is that if anyone gets access to your database, they can literally just see the passwords. This is why hashing is used, which converts the plain text password to an encrypted \"hashed\" version that is, in an ideal world, undecryptable."
    }
  },
  {
    "date": "2017-02-02",
    "type": "video",
    "url": "https://anandchowdhary.com/videos/2017/interview-with-anand-chowdhary-ceo-oswald-foundation",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/videos.json",
    "title": "Interview with Anand Chowdhary, CEO, Oswald Foundation",
    "data": {
      "href": "https://www.youtube.com/watch?v=wxbEd0lo4vY",
      "city": "Bangalore",
      "country": "IN",
      "img": "https://raw.githubusercontent.com/AnandChowdhary/anandchowdhary.com/82c8a7a9cd1fd2ff9f0a4bed9e08bc3574c18686/static/images/videos/startup-india-rocks.png",
      "publisher": "Startup India Rocks!",
      "duration": "1:03"
    }
  },
  {
    "date": "2017-01-01T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2017/melangebox",
    "source": "https://anandchowdhary.github.io/projects/projects/2017/melangebox",
    "title": "Melangebox",
    "data": {
      "description": "Fashion ecommerce startup delivering high-quality, affordable clothing and accessories internationally.",
      "tags": [
        "Web",
        "Branding",
        "Startup",
        "Shopify",
        "Illustrator"
      ],
      "collaborators": [
        "mahendra-singh-raghuwanshi"
      ],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/melangebox/icon.png",
        "requiresBackground": true
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/melangebox/melangebox_2x.png",
        "attachment": "padded",
        "color": "#0095de"
      }
    }
  },
  {
    "date": "2017-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2017/hindustan-times",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "App to help dyslexics browse the web",
    "data": {
      "publisher": "Hindustan Times",
      "href": "http://paper.hindustantimes.com/epaper/iphone/showpage.aspx?issue=89332016071000000000001001&page=6&returnUrl=http%253a%252f%252fpaper.hindustantimes.com%252fepaper%252fiphone%252fhomepage.aspx%2523_title89332016071000000000001001%252fwatitle8933201607100",
      "author": "Rajeev Mullick"
    }
  },
  {
    "date": "2017-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2017/paisa-wapas",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "Are You Tech Savvy? Meet This Super Teen Who Has Created MAGIC For People On How To Use The Web.",
    "data": {
      "publisher": "PaisaWapas",
      "href": "https://www.paisawapas.com/student-stories/oswald-foundation-founders-interview-story/"
    }
  },
  {
    "date": "2017-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2017/your-story",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "At just 16 and 18, these Delhi teens are using tech to make the web accessible to dyslexics and the visually impaired",
    "data": {
      "publisher": "YourStory",
      "href": "https://yourstory.com/2017/03/just-16-and-18-delhi-teens-web-accessible-dyslexics-visually-impaired/"
    }
  },
  {
    "date": "2017-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2017/business-world-disrupt",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "BharatHacks, a Hackathon to Solve Problems for India",
    "data": {
      "publisher": "BusinessWorld Disrupt",
      "href": "http://bwdisrupt.businessworld.in/article/BharatHacks-a-Hackathon-to-Solve-Problems-for-India/27-07-2017-123013/",
      "author": "Sujata Sangwan"
    }
  },
  {
    "date": "2017-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2017/bizztor",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "BharatHacks: Programmers, Designers, Engineers, and Entrepreneurs Joining Hands To Make Lives Of Billion Indians Better",
    "data": {
      "publisher": "Bizztor",
      "href": "https://bizztor.com/in/bharathacks/"
    }
  },
  {
    "date": "2017-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2017/business-world-disrupt",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "Oswald Foundation, 10 Month Old Startup Goes Multinational",
    "data": {
      "publisher": "BusinessWorld Disrupt",
      "href": "http://bwdisrupt.businessworld.in/article/Oswald-Foundation-10-Month-Old-Startup-Goes-Multinational/14-07-2017-122124/"
    }
  },
  {
    "date": "2017-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2017/scoop-whoop",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "These Delhi Teens Created A Reading App For People With Dyslexia. Bravo!",
    "data": {
      "publisher": "ScoopWhoop",
      "href": "https://www.scoopwhoop.com/Delhi-Teens-Created-Reading-App-For-People-With-Dyslexia/",
      "author": "Geetanjali Taragi"
    }
  },
  {
    "date": "2017-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2017/huff-post",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "These Delhi Teens Want To Change The Web With Their Reading App For Dyslexics",
    "data": {
      "publisher": "HuffPost",
      "href": "https://www.huffingtonpost.in/2016/08/01/two-teenagers-from-delhi-want-to-change-the-web-with-this-readin_a_21442472/",
      "author": "Aashmita Nayar"
    }
  },
  {
    "date": "2016-12-07T00:00:00.000Z",
    "type": "version",
    "url": "https://anandchowdhary.com/versions/2016/assembly",
    "source": "https://anandchowdhary.github.io/versions/versions/2016/assembly",
    "title": "Assembly"
  },
  {
    "date": "2016-12-02T12:58:28Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/precis",
    "url": "https://anandchowdhary.com/open-source/2016/precis",
    "source": "https://github.com/AnandChowdhary/precis",
    "data": {
      "description": "🔗 A simple and beautiful self-hostable URL Shortener",
      "stars": 1,
      "issues": 0,
      "forks": 0,
      "watchers": 1,
      "topics": [
        "jquery",
        "php",
        "url-shortener"
      ],
      "language": "HTML",
      "languageColor": "#e34c26",
      "openGraphImageUrl": "https://opengraph.githubassets.com/2094b6df0931985bb317f3bdf994784b3248a77f6bf61d18b399af19b5ab0d2b/AnandChowdhary/precis"
    }
  },
  {
    "date": "2016-11-15T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2016/surely-you-re-joking-mr-feynman-adventures-of-a-curious-character",
    "source": "https://github.com/AnandChowdhary/books/issues/17",
    "title": "\"Surely You're Joking, Mr. Feynman!\": Adventures of a Curious Character",
    "data": {
      "image": "http://books.google.com/books/content?id=_gA_DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Richard P. Feynman"
      ]
    }
  },
  {
    "date": "2016-10-16T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2016/naari",
    "source": "https://anandchowdhary.github.io/projects/projects/2016/naari",
    "title": "Naari",
    "data": {
      "description": "Period and sexual health companion for women that gives personalized tampon recommendations and access to self-help resources.",
      "tags": [
        "App",
        "AI",
        "JavaScript"
      ],
      "collaborators": [
        "nishant-gadihoke"
      ],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/naari/icon.png",
        "requiresBackground": false
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/naari/naari_2x.png",
        "attachment": "padded",
        "color": "#217ed0"
      }
    }
  },
  {
    "date": "2016-10-12T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2016/the-7-habits-of-highly-effective-people-personal-workbook",
    "source": "https://github.com/AnandChowdhary/books/issues/45",
    "title": "The 7 Habits of Highly Effective People Personal Workbook",
    "data": {
      "image": "http://books.google.com/books/content?id=-Evbj5_0DcQC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Stephen R. Covey"
      ]
    }
  },
  {
    "date": "2016-10-03T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2016/the-design-of-everyday-things",
    "source": "https://github.com/AnandChowdhary/books/issues/20",
    "title": "The Design of Everyday Things",
    "data": {
      "image": "http://books.google.com/books/content?id=heCtnQEACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api",
      "authors": [
        "Donald A. Norman"
      ]
    }
  },
  {
    "date": "2016-10-03T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2016/how-to-win-friends-and-influence-people",
    "source": "https://github.com/AnandChowdhary/books/issues/19",
    "title": "How To Win Friends and Influence People",
    "data": {
      "image": "http://books.google.com/books/content?id=1rW-QpIAs8UC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Dale Carnegie"
      ]
    }
  },
  {
    "date": "2016-10-01T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2016/think-and-grow-rich",
    "source": "https://github.com/AnandChowdhary/books/issues/21",
    "title": "Think and Grow Rich",
    "data": {
      "image": "http://books.google.com/books/content?id=rYJaPwAACAAJ&printsec=frontcover&img=1&zoom=1&source=gbs_api",
      "authors": [
        "Arthur R. Pell",
        "Napoleon Hill"
      ]
    }
  },
  {
    "date": "2016-09-16T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2016/sip-launch-dtu",
    "source": "https://anandchowdhary.github.io/events/events/2016/sip-launch-dtu",
    "title": "Keynote to launch DTU's Startup Internship Portal",
    "data": {
      "remote": false,
      "country": "IN",
      "city": "New Delhi",
      "venue": "Delhi Technological University",
      "coordinates": [
        28.7505,
        77.116801
      ],
      "event": "Startup Internship Portal Launch"
    }
  },
  {
    "date": "2016-09-09T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2016/machine-learning-in-6-lines",
    "source": "https://anandchowdhary.github.io/blog/blog/2016/machine-learning-in-6-lines",
    "title": "Machine Learning in 6 Lines",
    "data": {
      "excerpt": "At Oswald Foundation, we’re currently building a user interface for the blind, a smartphone UI that works entirely on vibrational and speech feedback. While reengineering the Phone app, the app you use to make calls, we decided to incorporate some machine learning. If you call your Doctor in the morning every day and your parents in the evening on weekends, the app should be able to analyse that pattern and pre-populate the list of contacts relevant to the current time and location."
    }
  },
  {
    "date": "2016-08-05",
    "type": "life-event",
    "url": "https://anandchowdhary.com/life/2016/co-founded-oswald-labs",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/life-events.json",
    "title": "Co-founded Oswald Labs",
    "data": {
      "description": "Oswald Labs is an accessibility technology company that builds products for people with disabilities, like blind-friendly smartphone and dyslexia-friendly reading apps."
    }
  },
  {
    "date": "2016-07-14T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2016/sam-walton",
    "source": "https://github.com/AnandChowdhary/books/issues/22",
    "title": "Sam Walton",
    "data": {
      "image": "http://books.google.com/books/content?id=ggN9Kp8UVfwC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Sam Walton"
      ]
    }
  },
  {
    "date": "2016-06-11T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2016/valmiki",
    "source": "https://anandchowdhary.github.io/projects/projects/2016/valmiki",
    "title": "Valmiki",
    "data": {
      "description": "Browser extension for easy reading and web customization for people with dyslexia",
      "tags": [
        "Web",
        "Oswald Labs",
        "JavaScript"
      ],
      "collaborators": [
        "nishant-gadihoke"
      ],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/oswald-labs/valmiki/icon.png",
        "requiresBackground": false
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/oswald-labs/valmiki/cover.png",
        "attachment": "padded",
        "color": "#28a745"
      }
    }
  },
  {
    "date": "2016-04-26T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2016/delhi-government",
    "source": "https://anandchowdhary.github.io/projects/projects/2016/delhi-government",
    "title": "Delhi Government",
    "data": {
      "description": "Material design UI/UX for the Government of Delhi's program for state schools, School Management Committee (SMC).",
      "tags": [
        "App",
        "Illustrator",
        "Photoshop"
      ],
      "collaborators": [],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/delhi-government/icon.png",
        "requiresBackground": true
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/delhi-government/delhi-government_2x.png",
        "attachment": "padded",
        "color": "#00a48d"
      }
    }
  },
  {
    "date": "2016-03-26",
    "type": "life-event",
    "url": "https://anandchowdhary.com/life/2016/finished-high-school",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/life-events.json",
    "title": "Finished high school",
    "data": {
      "description": "Graduated from The Mother's International School while receiving the Dharamveer Gajra Memorial Award for Positive Work in the Field of Information Technology and the Ratan Lal Lahoti Memorial Award for Topper in English (98%, CBSE SSCE). I was also President of MINET (technology Club), and a member of Impulse (physics club), Navchetna (yearbook editorial board), and MISMUN (Model United Nations)."
    }
  },
  {
    "date": "2016-03-15T00:00:00.000Z",
    "type": "version",
    "url": "https://anandchowdhary.com/versions/2016/altitude",
    "source": "https://anandchowdhary.github.io/versions/versions/2016/altitude",
    "title": "Altitude"
  },
  {
    "date": "2016-03-12T07:06:33Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/555-lazy-load",
    "url": "https://anandchowdhary.com/open-source/2016/555-lazy-load",
    "source": "https://github.com/AnandChowdhary/555-lazy-load",
    "data": {
      "description": "A super tiny JavaScript library for lazy loading (555 byes)",
      "stars": 2,
      "issues": 0,
      "forks": 0,
      "watchers": 2,
      "topics": [],
      "language": "HTML",
      "languageColor": "#e34c26",
      "openGraphImageUrl": "https://opengraph.githubassets.com/5599e897b237929c9d933dae55b891427f583960b82017a8c6c4a95bbb377071/AnandChowdhary/555-lazy-load"
    }
  },
  {
    "date": "2016-03-01T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2016/firangana",
    "source": "https://anandchowdhary.github.io/projects/projects/2016/firangana",
    "title": "Firangana",
    "data": {
      "description": "Branding and web design for fashion brand that combines western clothing with ethnic Indian designs.",
      "tags": [
        "Branding",
        "Web",
        "Startup",
        "Photoshop",
        "WordPress",
        "Woocommerce",
        "PHP"
      ],
      "collaborators": [],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/firangana/icon.png",
        "requiresBackground": false
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/firangana/firangana_2x.png",
        "attachment": "cover"
      }
    }
  },
  {
    "date": "2016-02-25T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2016/30-billion-opportunity",
    "source": "https://anandchowdhary.github.io/blog/blog/2016/30-billion-opportunity",
    "title": "The Missed $30 Billion Opportunity",
    "data": {
      "excerpt": "When I posted Study, but with a Difference two years back, my friends and I had an incredible idea that was going to change the way students think of education in India. We wanted to create a platform where students and teachers can find each other. We soon moved to a platform where students can access good-quality study material for free. I am about to take my 12th grade board examinations next week, so over the past few weeks, I have been re-thinking the Class Rebels business model."
    }
  },
  {
    "date": "2016-02-12T00:00:00.000Z",
    "type": "version",
    "url": "https://anandchowdhary.com/versions/2016/airbrush",
    "source": "https://anandchowdhary.github.io/versions/versions/2016/airbrush",
    "title": "Airbrush"
  },
  {
    "date": "2016-01-24T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2016/keeep",
    "source": "https://anandchowdhary.github.io/projects/projects/2016/keeep",
    "title": "Keeep",
    "data": {
      "description": "Encryption engine and password manager in C/C++ built for my highschool Computer Science class.",
      "tags": [
        "App",
        "C++"
      ],
      "collaborators": [],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/keeep/icon.png",
        "requiresBackground": false
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/keeep/keeep_2x.png",
        "attachment": "padded",
        "color": "#8d9ba6"
      }
    }
  },
  {
    "date": "2016-01-20T17:14:14Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/keeep",
    "url": "https://anandchowdhary.com/open-source/2016/keeep",
    "source": "https://github.com/AnandChowdhary/keeep",
    "data": {
      "description": "Password manager and text encoder",
      "stars": 3,
      "issues": 0,
      "forks": 1,
      "watchers": 3,
      "topics": [
        "c-plus-plus",
        "encoder",
        "password",
        "password-manager"
      ],
      "language": "C++",
      "languageColor": "#f34b7d",
      "openGraphImageUrl": "https://opengraph.githubassets.com/9483c8a485bb4d033e84be372b4bd87640b50022dfbcdae00e029000e6b62312/AnandChowdhary/keeep"
    }
  },
  {
    "date": "2016-01-13T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2016/saga-music",
    "source": "https://anandchowdhary.github.io/blog/blog/2016/saga-music",
    "title": "Introducing Saga Music",
    "data": {
      "excerpt": "Music has always been an integral part of our lives. Ever since people started using the internet, they’ve been downloading music and movies. The process became relatively simple with the introduction of Napster in 1999, which led to the development of many such tools. I remember growing up with Limewire and Bearshare. After the discontinuation of these services after ten long years, downloading music became really complicated again."
    }
  },
  {
    "date": "2016-01-09T00:00:00.000Z",
    "type": "version",
    "url": "https://anandchowdhary.com/versions/2016/asterisk",
    "source": "https://anandchowdhary.github.io/versions/versions/2016/asterisk",
    "title": "Asterisk"
  },
  {
    "date": "2016-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2016/humans-of-entrepreneurship",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "Anand Chowdhary: Necessity leading to Innovation",
    "data": {
      "publisher": "Humans of Entrepreneurship",
      "href": "https://web.archive.org/web/20170728120913/http://humansofentrepreneurship.com/anand-chaudhary-necessity-leading-innovation/",
      "author": "Shashank Saurabh"
    }
  },
  {
    "date": "2016-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2016/the-better-india",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "How Two Teenagers Are Helping People with Dyslexia & Visual Impairments Access the Web",
    "data": {
      "publisher": "The Better India",
      "href": "https://www.thebetterindia.com/63239/oswald-web-access-dyslexia-visually-impaired/",
      "author": "Tanaya Singh"
    }
  },
  {
    "date": "2016-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2016/indian-ceo",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "Meet Startup India Rocks Finale 2016 Winners",
    "data": {
      "publisher": "Indian CEO",
      "href": "https://indianceo.in/news/meet-startup-india-rocks-finale-2016-winners/",
      "author": "Shishir Kumar"
    }
  },
  {
    "date": "2016-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2016/et-now",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "Startup India Rocks",
    "data": {
      "publisher": "ET Now",
      "href": "https://www.facebook.com/photo.php?fbid=1494967210531475&set=t.100000546315577&type=3&theater"
    }
  },
  {
    "date": "2016-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2016/inshorts",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "Teens create tool to help dyslexics access web",
    "data": {
      "publisher": "Inshorts",
      "href": "https://www.inshorts.com/news/teens-create-tool-to-help-dyslexics-access-web-1470052316018",
      "author": "Sanira Mediratta"
    }
  },
  {
    "date": "2016-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2016/homegrown",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "Thanks To Two Indian Teenagers, Dyslexic Internet Users Can Now Surf The Web With Ease",
    "data": {
      "publisher": "Homegrown",
      "href": "https://homegrown.co.in/article/60219/thanks-to-two-indian-teenagers-dyslexic-internet-users-can-now-surf-the-web-with-ease/",
      "author": "Karan Kaul"
    }
  },
  {
    "date": "2015-12-29",
    "type": "life-event",
    "url": "https://anandchowdhary.com/life/2015/became-an-adult",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/life-events.json",
    "title": "Became an adult",
    "data": {}
  },
  {
    "date": "2015-12-25T16:13:36Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/one-grid",
    "url": "https://anandchowdhary.com/open-source/2015/one-grid",
    "source": "https://github.com/AnandChowdhary/one-grid",
    "data": {
      "description": "One Grid is the simplest grid system in 1 KB",
      "stars": 2,
      "issues": 0,
      "forks": 0,
      "watchers": 2,
      "topics": [
        "css",
        "grid",
        "grid-system",
        "javascript",
        "library"
      ],
      "language": "HTML",
      "languageColor": "#e34c26",
      "openGraphImageUrl": "https://opengraph.githubassets.com/6d931242f21ae0dfaa12ca41f978044f106397367f51c411a43b08d504b27a00/AnandChowdhary/one-grid"
    }
  },
  {
    "date": "2015-12-11T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2015/baymax",
    "source": "https://anandchowdhary.github.io/projects/projects/2015/baymax",
    "title": "Baymax",
    "data": {
      "description": "End-to-end healthcare companion that diagnoses illnesses and helps you recover, along with scheduling and appointments.",
      "tags": [
        "App",
        "Branding",
        "Photoshop"
      ],
      "collaborators": [
        "nishant-gadihoke"
      ],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/baymax/icon.png",
        "requiresBackground": false
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/baymax/baymax_2x.png",
        "attachment": "padded",
        "color": "#de9945"
      }
    }
  },
  {
    "date": "2015-10-20T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2015/crink-jewel",
    "source": "https://anandchowdhary.github.io/projects/projects/2015/crink-jewel",
    "title": "Crink Jewel",
    "data": {
      "description": "Branding and mobile-first Shopify website for one of the fastest-growing precious jewelry companies.",
      "tags": [
        "Branding",
        "Web",
        "Photoshop",
        "Illustrator"
      ],
      "collaborators": [],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/crink-jewel/icon.png",
        "requiresBackground": true
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/crink-jewel/crink-jewel_2x.png",
        "attachment": "cover"
      }
    }
  },
  {
    "date": "2015-09-12T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2015/sixteeninches",
    "source": "https://anandchowdhary.github.io/projects/projects/2015/sixteeninches",
    "title": "SixteenInches",
    "data": {
      "description": "Branding and Shopify theme customization for one of the fastest-growing online supplement storess in India.",
      "tags": [
        "App",
        "Branding",
        "Web",
        "Shopify",
        "Photoshop",
        "Illustrator"
      ],
      "collaborators": [],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/sixteeninches/icon.png",
        "requiresBackground": false
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/sixteeninches/sixteeninches_2x.png",
        "attachment": "padded",
        "color": "#f30f40"
      }
    }
  },
  {
    "date": "2015-08-30T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2015/gaana-identity",
    "source": "https://anandchowdhary.github.io/blog/blog/2015/gaana-identity",
    "title": "The Problem with Gaana.com’s Identity",
    "data": {
      "excerpt": "What is probably India’s most-used music streaming service, Gaana (“song” in Hindi), launched a new advertising campaign this month. It was very well executed with a great music video, beautiful typography and useful app demos at the end. Campaigns like these add to the brand value of a company — people see themselves dancing to songs on Gaana. But what’s missing here? What is the first thing users see when they download the app?"
    }
  },
  {
    "date": "2015-08-01T00:00:00.000Z",
    "type": "version",
    "url": "https://anandchowdhary.com/versions/2015/arise",
    "source": "https://anandchowdhary.github.io/versions/versions/2015/arise",
    "title": "Arise"
  },
  {
    "date": "2015-06-26T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2015/naming-brands",
    "source": "https://anandchowdhary.github.io/blog/blog/2015/naming-brands",
    "title": "How to Name Brands",
    "data": {
      "excerpt": "Pinkberry, a popular frozen yogurt chain, has spurred countless imitators with “berry”-studded names, so when a yogurt chain approached Alexandra Watkins, the chief innovation officer of Eat My Words, a San Francisco-based company that names brands, she wanted to help them find a really distinctive name. They ended up calling the company Spoon Me, and the name was such a hit that t-shirts and bumper stickers bearing the new brand name were flying out of the floor."
    }
  },
  {
    "date": "2015-06-26T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2015/too-simple-design",
    "source": "https://anandchowdhary.github.io/blog/blog/2015/too-simple-design",
    "title": "Can Design Be Too Simple?",
    "data": {
      "excerpt": "John McWade asks a very interesting question in his article How simple is too simple? He says:\n\n\n\nWhose logo is this? How long would it take to draw? Let’s say 10 seconds in InDesign to make the rectangle and 10 minutes to get the width just right. How much do you bill per hour? To make it easy, let’s say $90. By that reckoning, this is a $15 logo. Not only that, but the yellow border is not the designer’s creation; it’s been the trademark of the client, National Geographic magazine, for"
    }
  },
  {
    "date": "2015-05-31T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2015/saga-music",
    "source": "https://anandchowdhary.github.io/projects/projects/2015/saga-music",
    "title": "Saga Music",
    "data": {
      "description": "Free music downloading and sharing app for Android and the web. Over 100,000 downloads. Shut down in 2016.",
      "tags": [
        "App",
        "Branding",
        "Web",
        "Android",
        "PHP",
        "JavaScript",
        "Java"
      ],
      "collaborators": [],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/saga-music/icon.png",
        "requiresBackground": true
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/saga-music/saga-music_2x.png",
        "attachment": "padded",
        "color": "#00c1d7"
      }
    }
  },
  {
    "date": "2015-03-23T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2015/one-space-after-a-period",
    "source": "https://anandchowdhary.github.io/blog/blog/2015/one-space-after-a-period",
    "title": "One Space After a Period",
    "data": {
      "excerpt": "Early typewriters used monospaced fonts, meaning that the spaces between letters were always the same length, and so, typists started using two spaces to slightly widen the space between sentences. Now that the fonts on your computer are proportionally spaced, this practice is outdated; it creates unnecessary inconvenience for the writer. To help guide the reader, it is best to use two spaces after a period ending a sentence in this situation."
    }
  },
  {
    "date": "2015-03-15T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2015/apple-remote",
    "source": "https://anandchowdhary.github.io/blog/blog/2015/apple-remote",
    "title": "The Apple Remote",
    "data": {
      "excerpt": "I had my hands-on a magnificent device this week — a remote. But this isn’t just any remote, it’s one of the most beautiful devices I’ve ever held in my hand. It’s the Apple Remote. When the Apple TV debuted back in 2007, it really had a new vision for televisions. Even with the original Apple TV, you could rent high-def movies or purchase TV shows, music and videos from the iTunes Store, with the addition of YouTube videos."
    }
  },
  {
    "date": "2015-03-04T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2015/getting-things-done",
    "source": "https://github.com/AnandChowdhary/books/issues/34",
    "title": "Getting Things Done",
    "data": {
      "image": "http://books.google.com/books/content?id=WXcHwzaUd4MC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "David Allen"
      ]
    }
  },
  {
    "date": "2015-02-23T00:00:00.000Z",
    "type": "version",
    "url": "https://anandchowdhary.com/versions/2015/academia",
    "source": "https://anandchowdhary.github.io/versions/versions/2015/academia",
    "title": "Academia"
  },
  {
    "date": "2015-02-12T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2015/homo-deus",
    "source": "https://github.com/AnandChowdhary/books/issues/32",
    "title": "Homo Deus",
    "data": {
      "image": "http://books.google.com/books/content?id=H2t_CwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Yuval Noah Harari"
      ]
    }
  },
  {
    "date": "2015-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2015/the-education-tree",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "Dream Big, Start Now",
    "data": {
      "publisher": "The Education Tree",
      "href": "https://www.facebook.com/theeducationtree/photos/a.997200647003369.1073741866.427682870621819/1011451428911624/?type=3"
    }
  },
  {
    "date": "2014-12-16T00:00:00.000Z",
    "type": "version",
    "url": "https://anandchowdhary.com/versions/2014/artistic",
    "source": "https://anandchowdhary.github.io/versions/versions/2014/artistic",
    "title": "Artistic"
  },
  {
    "date": "2014-11-24T06:29:59.700Z",
    "type": "travel",
    "url": "https://anandchowdhary.com/location/2014/japan",
    "source": "https://github.com/AnandChowdhary/location/commit/da447ddac2236a1f5a24c1359c4282a06e5b9cc5",
    "title": "Japan",
    "data": {
      "hash": "da447ddac2236a1f5a24c1359c4282a06e5b9cc5",
      "approximateCoordinates": [
        35.77,
        140.39
      ],
      "label": "Japan",
      "countryCode": "jp"
    }
  },
  {
    "date": "2014-10-21T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2014/on-operating-systems",
    "source": "https://anandchowdhary.github.io/blog/blog/2014/on-operating-systems",
    "title": "A Designer on Operating Systems",
    "data": {
      "excerpt": "A Silicon Valley startup was founded in 2003 with an aim to develop an advanced operating system for digital cameras. Considering that the camera market wasn’t large-enough, they started work on a mobile OS, and were acquired by Google two years later. Currently, they have over a billion active monthly users, which has doubled from 538 million in mid-2013."
    }
  },
  {
    "date": "2014-10-12T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2014/creativity-inc",
    "source": "https://github.com/AnandChowdhary/books/issues/30",
    "title": "Creativity, Inc.",
    "data": {
      "image": "http://books.google.com/books/content?id=UqccAgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Ed Catmull",
        "Amy Wallace"
      ]
    }
  },
  {
    "date": "2014-08-24T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2014/justice-adda",
    "source": "https://anandchowdhary.github.io/projects/projects/2014/justice-adda",
    "title": "Justice Adda",
    "data": {
      "description": "Branding and web design for Cambridge Social Ventures (University of Cambridge) startup trying to break barriers in justice.",
      "tags": [
        "Branding",
        "Web",
        "WordPress",
        "InDesign"
      ],
      "collaborators": [],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/justice-adda/icon.png",
        "requiresBackground": false
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/justice-adda/justice-adda_2x.png",
        "attachment": "padded",
        "color": "#e4e4e4"
      }
    }
  },
  {
    "date": "2014-08-08T13:15:13Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/aptitude",
    "url": "https://anandchowdhary.com/open-source/2014/aptitude",
    "source": "https://github.com/AnandChowdhary/aptitude",
    "data": {
      "description": "A super-simple theme for one-page articles and projects",
      "stars": 1,
      "issues": 0,
      "forks": 1,
      "watchers": 1,
      "topics": [
        "css",
        "html",
        "single-page",
        "theme",
        "typekit"
      ],
      "language": "CSS",
      "languageColor": "#663399",
      "openGraphImageUrl": "https://opengraph.githubassets.com/363a807e8961564ddd0f99ef48bd8470ba93b1ff4ac489b63aa5ca65b416fbbe/AnandChowdhary/aptitude"
    }
  },
  {
    "date": "2014-07-05T17:10:51Z",
    "type": "open-source-project",
    "title": "AnandChowdhary/essential.css",
    "url": "https://anandchowdhary.com/open-source/2014/essential.css",
    "source": "https://github.com/AnandChowdhary/essential.css",
    "data": {
      "description": "A single CSS file to design beautiful webpages",
      "stars": 3,
      "issues": 0,
      "forks": 0,
      "watchers": 3,
      "topics": [
        "css",
        "library",
        "minimal",
        "sass",
        "scss",
        "single-page"
      ],
      "language": "HTML",
      "languageColor": "#e34c26",
      "openGraphImageUrl": "https://opengraph.githubassets.com/8fd871ebf0e01432fdb413b5b5757ed6e8e4de29ad61bf35ac0f298feec3fa9a/AnandChowdhary/essential.css"
    }
  },
  {
    "date": "2014-07-01T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2014/project-blue",
    "source": "https://anandchowdhary.github.io/projects/projects/2014/project-blue",
    "title": "Project Blue",
    "data": {
      "description": "Plastic bottle industrial redesign project using AutoDesk and SolidWorks for IDII to reduce environmental impact.",
      "tags": [
        "Branding",
        "Industrial Design",
        "Photoshop"
      ],
      "collaborators": [],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/project-blue/icon.png",
        "requiresBackground": false
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/project-blue/project-blue_2x.png",
        "attachment": "cover"
      }
    }
  },
  {
    "date": "2014-06-21T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2014/cyankart",
    "source": "https://anandchowdhary.github.io/projects/projects/2014/cyankart",
    "title": "Cyankart",
    "data": {
      "description": "Branding, UI/UX, and A/B-tested Shopify theme development for one of India's most popular online fashion stores.",
      "tags": [
        "Web",
        "Branding",
        "Shopify",
        "Photoshop"
      ],
      "collaborators": [],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/cyankart/icon.png",
        "requiresBackground": false
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/cyankart/cyankart_2x.png",
        "attachment": "cover"
      }
    }
  },
  {
    "date": "2014-05-27T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2014/unifiers",
    "source": "https://anandchowdhary.github.io/projects/projects/2014/unifiers",
    "title": "Unifiers",
    "data": {
      "description": "India's first online training platform, built in collaboration with government agencies and large corporates.",
      "tags": [
        "Web",
        "PHP",
        "JavaScript"
      ],
      "collaborators": [],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/unifiers/icon.png",
        "requiresBackground": false
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/unifiers/unifiers_2x.png",
        "attachment": "padded",
        "color": "#d7eed0"
      }
    }
  },
  {
    "date": "2014-05-22T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2014/surface-pro-3",
    "source": "https://anandchowdhary.github.io/blog/blog/2014/surface-pro-3",
    "title": "Surface Pro 3",
    "data": {
      "excerpt": "There were only two companies in this world that I truly adored for their great products—Apple and Google. I was also always a fan of the innovations at Microsoft, but they never really rocked my world. Until now. When the iOS 5 came out, I was honestly mesmerized. It was the best, made even better, and I’m still a huge fan of Scott Forstall (I was rather unhappy when Apple let him go, but I believe Tim Cook made an informed decision.)"
    }
  },
  {
    "date": "2014-05-10T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2014/classrebels",
    "source": "https://anandchowdhary.github.io/blog/blog/2014/classrebels",
    "title": "The ClassRebels Dream",
    "data": {
      "excerpt": "“A substandard education will always result in a substandard nation.” — Aubrey Priest\n\n\n\nUnlike all stories, ClassRebels didn’t start with the simple idea of making teachers and students connect in a way they’ve never connected before. It started with an idea to bring about a reform, a change, and a revolution. In India, this change was long needed. The society is evolving, and our education system needs to catch up. We believe that the whole idea of education is taken i"
    }
  },
  {
    "date": "2014-04-21T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2014/made-with-love-in-india",
    "source": "https://anandchowdhary.github.io/projects/projects/2014/made-with-love-in-india",
    "title": "Made with Love in India",
    "data": {
      "description": "Platform to celebrate, promote, and build a brand — India. Over 75 organizations use the Made with Love in India badge.",
      "tags": [
        "Web",
        "Branding",
        "PHP"
      ],
      "collaborators": [],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/mwlii/icon.png",
        "requiresBackground": true
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/mwlii/cover.png",
        "attachment": "cover",
        "color": "#f10032"
      }
    }
  },
  {
    "date": "2014-04-04T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2014/the-hard-thing-about-hard-things",
    "source": "https://github.com/AnandChowdhary/books/issues/31",
    "title": "The Hard Thing About Hard Things",
    "data": {
      "image": "http://books.google.com/books/content?id=620pAgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Ben Horowitz"
      ]
    }
  },
  {
    "date": "2014-03-22T00:00:00.000Z",
    "type": "event",
    "url": "https://anandchowdhary.com/events/2014/codelhi",
    "source": "https://anandchowdhary.github.io/events/events/2014/codelhi",
    "title": "Edtech keynote at coDelhi",
    "data": {
      "remote": false,
      "country": "IN",
      "city": "New Delhi",
      "venue": "Delhi Technological University",
      "coordinates": [
        28.7505,
        77.116801
      ],
      "event": "coDelhi: Android/Web Development Hackathon"
    }
  },
  {
    "date": "2014-02-08",
    "type": "life-event",
    "url": "https://anandchowdhary.com/life/2014/co-founded-class-rebels",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/life-events.json",
    "title": "Co-founded Class Rebels",
    "data": {
      "description": "Class Rebels is an ed-tech startup I co-founded with Kunj Khurana and Sagar Chandna which built a social education platform and collaborative virtual library."
    }
  },
  {
    "date": "2014-02-07T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2014/fleksy-keyboard",
    "source": "https://anandchowdhary.github.io/blog/blog/2014/fleksy-keyboard",
    "title": "Fleksy Keyboard Review",
    "data": {
      "excerpt": "Disclaimer: I wrote this article for the Fleksy Blog and they provided me with the premium version of the app, which, for the record, is worth the $3.99. A couple of days ago, one of my friends asked me to try out a new keyboard called Fleksy. I had never heard its name before, but since he was so excited about it, I decided to give it a try. Soon, I installed it on my phone. And then, my whole typing experience changed. But before I get into that, I’ll let you know that I was using Swype."
    }
  },
  {
    "date": "2014-01-15T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2014/classrebels",
    "source": "https://anandchowdhary.github.io/projects/projects/2014/classrebels",
    "title": "ClassRebels",
    "data": {
      "description": "Education-technology startup trying to break classroom barriers, products include virtual library and collaborative e-classroom.",
      "tags": [
        "Branding",
        "Web",
        "Startup",
        "Photoshop",
        "Illustrator",
        "PHP",
        "Python",
        "JavaScript"
      ],
      "collaborators": [],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/classrebels/icon.png",
        "requiresBackground": true
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/classrebels/cover.png",
        "attachment": "cover"
      }
    }
  },
  {
    "date": "2014-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2014/parent-herald",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "Special Needs Technology Devised By Teens",
    "data": {
      "publisher": "Parent Herald",
      "href": "http://www.parentherald.com/articles/58928/20160804/special-needs-technology-web-reading-app-people-dyslexia-learning-disabilities.htm",
      "author": "Elizabeth Anderson"
    }
  },
  {
    "date": "2013-12-16T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2013/design",
    "source": "https://anandchowdhary.github.io/blog/blog/2013/design",
    "title": "Design",
    "data": {
      "excerpt": "Design is the art of expressing thoughts. It is a freehand manifestation of vision. It is the draftsman’s job to use\nlab instruments to reflect that vision into precision. The purpose of design is to understand how best we can absorb\nnatural elements spread all around us. Lack of knowledge creates too many complexities around us. Outside wisdom is unlikely to remove these intricacies. It\nis from the study of the self, through concentration and practice, emerges design. To"
    }
  },
  {
    "date": "2013-10-27T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2013/internet-org",
    "source": "https://anandchowdhary.github.io/blog/blog/2013/internet-org",
    "title": "Internet.org Redesign",
    "data": {
      "excerpt": "I recently participated in an event where I was required to redesign Internet.org’s homepage and logo. The content had to remain the same, but the design was to be completely new. The website was required to be responsive, and good in code-quality and aesthetics, without the use of any external code. The logo was marked for creativity and execution. Here’s what I co-designed with Akshat Srivastava in five hours. And why. The relationship between form and purpose—How and Why— is symbiotic."
    }
  },
  {
    "date": "2013-10-13T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2013/made-with-love-in-india",
    "source": "https://anandchowdhary.github.io/blog/blog/2013/made-with-love-in-india",
    "title": "Made with ♥ in India",
    "data": {
      "excerpt": "We’re a group of products and organizations which were proudly created in India. You see this meticulously made handicraft item which would be the perfect addition to brighten up any living room. You pick it up, admiring the attention to detail when suddenly you spot the ‘Made in India’ label at the bottom, instantly making the product you were admiring seconds ago feel as cheap as dirt. Why is it that a ‘Made in Italy’ label makes people feel as if the product had been made in heaven itself?"
    }
  },
  {
    "date": "2013-10-12T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2013/lean-in",
    "source": "https://github.com/AnandChowdhary/books/issues/29",
    "title": "Lean In",
    "data": {
      "image": "http://books.google.com/books/content?id=y9_mxZLYiiMC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Sheryl Sandberg"
      ]
    }
  },
  {
    "date": "2013-10-11T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2013/internet.org",
    "source": "https://anandchowdhary.github.io/projects/projects/2013/internet.org",
    "title": "Internet.org",
    "data": {
      "description": "Redesigned brand identity of Internet.org for an event in five hours. Made a trustworthy, user-centric brand.",
      "tags": [
        "Branding",
        "Web",
        "Photoshop",
        "Illustrator"
      ],
      "collaborators": [],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/internetorg/icon.png",
        "requiresBackground": false
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/internetorg/internet.org_2x.png",
        "attachment": "padded",
        "color": "#a03c0c"
      }
    }
  },
  {
    "date": "2013-10-09T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2013/nineteen-eighty-four",
    "source": "https://anandchowdhary.github.io/blog/blog/2013/nineteen-eighty-four",
    "title": "Nineteen Eighty-four",
    "data": {
      "excerpt": "‘Reality control,’ they called it—in Newspeak, ‘doublethink.’\n\n“Doublethink means the power of holding two contradictory beliefs in one’s mind simultaneously, and accepting both of them.” Maybe Orwell was right, just a few decades wrong. One of the beliefs, the internet is free, and one of them, the United States Government controls the internet. It’s happening, and it’s happening now! I’ve figured it all out—it’s all about power—and information is power."
    }
  },
  {
    "date": "2013-08-30T00:00:00.000Z",
    "type": "blog-post",
    "url": "https://anandchowdhary.com/blog/2013/the-death-of-www",
    "source": "https://anandchowdhary.github.io/blog/blog/2013/the-death-of-www",
    "title": "The Death of WWW",
    "data": {
      "excerpt": "The ‘WWW’ subdomain is deprecated. There. I said it. Let me put it this way — When you type google.com in your web browser, you get redirected to http://www.google.com, right? But is that necessary? Do we really need to prove our world-wide web presence by adding a WWW subdomain? I don’t think so. Let us first recall the definition of WWW:\n\nWorld Wide Web — n. Abb"
    }
  },
  {
    "date": "2013-04-04T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2013/blink",
    "source": "https://github.com/AnandChowdhary/books/issues/28",
    "title": "Blink",
    "data": {
      "image": "http://books.google.com/books/content?id=VKGbb1hg8JAC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Malcolm Gladwell"
      ]
    }
  },
  {
    "date": "2012-12-02T00:00:00.000Z",
    "type": "book",
    "url": "https://anandchowdhary.com/books/2012/steve-jobs",
    "source": "https://github.com/AnandChowdhary/books/issues/26",
    "title": "Steve Jobs",
    "data": {
      "image": "http://books.google.com/books/content?id=8U2oAAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api",
      "authors": [
        "Walter Isaacson"
      ]
    }
  },
  {
    "date": "2012-07-05T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2012/pickquick",
    "source": "https://anandchowdhary.github.io/projects/projects/2012/pickquick",
    "title": "PickQuick",
    "data": {
      "description": "Branding, ecommerce platform for university students to buy, sell, and barter old books",
      "tags": [
        "Web",
        "Branding",
        "Photoshop",
        "Illustrator",
        "PHP"
      ],
      "collaborators": [
        "akshat-srivastava"
      ],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/pickquick/icon.png",
        "requiresBackground": false
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/pickquick/cover.png",
        "attachment": "cover",
        "color": "#b0c486"
      }
    }
  },
  {
    "date": "2012-05-25T00:00:00.000Z",
    "type": "project",
    "url": "https://anandchowdhary.com/projects/2012/gsmc",
    "source": "https://anandchowdhary.github.io/projects/projects/2012/gsmc",
    "title": "Global School of Media Crafting",
    "data": {
      "description": "Designed branding and marketing material and learnt video editing during internship at new-age media school",
      "tags": [
        "Branding",
        "Photoshop",
        "Illustrator"
      ],
      "collaborators": [
        "akshat-srivastava"
      ],
      "icon": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/gsmc/icon.png",
        "requiresBackground": true
      },
      "image": {
        "url": "https://raw.githubusercontent.com/AnandChowdhary/projects/main/assets/gsmc/cover.png",
        "attachment": "cover",
        "color": "#9d2e2c"
      }
    }
  },
  {
    "date": "2012-01-14T00:00:00.000Z",
    "type": "version",
    "url": "https://anandchowdhary.com/versions/2012/atom",
    "source": "https://anandchowdhary.github.io/versions/versions/2012/atom",
    "title": "Atom"
  },
  {
    "date": "2012-01-01",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2012/time-out-delhi",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "Article in Time Out magazine",
    "data": {
      "publisher": "Time Out Delhi",
      "href": "https://www.facebook.com/AnandChowdhary/posts/437109226305442",
      "author": "Sunalini Mathew",
      "description": "My friend Akshat Srivastava and I redesigned our school's official website using HTML5 and CSS3, for which we were featured in Time Out Magazine."
    }
  },
  {
    "date": "2011-05-30T00:00:00.000Z",
    "type": "travel",
    "url": "https://anandchowdhary.com/location/2011/thailand",
    "source": "https://github.com/AnandChowdhary/location/commit/a0a73fc409841b3bf089b1d6d8112dc21d7805c0",
    "title": "Thailand",
    "data": {
      "hash": "a0a73fc409841b3bf089b1d6d8112dc21d7805c0",
      "approximateCoordinates": [
        13.75,
        100.5
      ],
      "label": "Thailand",
      "countryCode": "th"
    }
  },
  {
    "date": "2011-05-30T00:00:00.000Z",
    "type": "travel",
    "url": "https://anandchowdhary.com/location/2011/philippines",
    "source": "https://github.com/AnandChowdhary/location/commit/54586ae8d7a05c66a59d9783d53f336f01f19822",
    "title": "Philippines",
    "data": {
      "hash": "54586ae8d7a05c66a59d9783d53f336f01f19822",
      "approximateCoordinates": [
        14.59,
        120.98
      ],
      "label": "Philippines",
      "countryCode": "ph"
    }
  },
  {
    "date": "2010-12-29",
    "type": "life-event",
    "url": "https://anandchowdhary.com/life/2010/became-a-vegetarian",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/life-events.json",
    "title": "Became a vegetarian",
    "data": {
      "description": "On my thirteenth birthday, I became a vegetarian."
    }
  },
  {
    "date": "2009-03-30",
    "type": "press-feature",
    "url": "https://anandchowdhary.com/press/2009/hindustan-times",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/press.json",
    "title": "Delhi kids show the way",
    "data": {
      "publisher": "Hindustan Times",
      "href": "https://www.hindustantimes.com/delhi/delhi-kids-show-the-way/story-mASjzUCDtbQIa9pya13tCK.html",
      "author": "Avishek G. Dastidar",
      "description": "I was featured by one of the largest newspapers in India by circulation, Hindustan Times, for my work promoting Earth Hour 2008 with my sister Mishika."
    }
  },
  {
    "date": "2008-10-19",
    "type": "life-event",
    "url": "https://anandchowdhary.com/life/2008/first-internet-archive-d-website",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/life-events.json",
    "title": "First Internet Archive'd website",
    "data": {
      "description": "The earliest website I made that is still available on the Internet Archive is from October 2008."
    }
  },
  {
    "date": "2008-01-01",
    "type": "life-event",
    "url": "https://anandchowdhary.com/life/2008/created-a-gmail-account",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/life-events.json",
    "title": "Created a Gmail account",
    "data": {
      "description": "I created my first Google account with access to Gmail on the first day of 2008, a few days after I turned 10, which I still use to this day."
    }
  },
  {
    "date": "2007-06-01",
    "type": "life-event",
    "url": "https://anandchowdhary.com/life/2007/learned-how-to-make-websites",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/life-events.json",
    "title": "Learned how to make websites",
    "data": {
      "description": "In the summer of 2007, I learned how to make websites using Macromedia Dreamweaver and Adobe Photoshop from my uncle during my summer break."
    }
  },
  {
    "date": "1997-12-29T12:00:00.000Z",
    "type": "travel",
    "url": "https://anandchowdhary.com/location/1997/india",
    "source": "https://github.com/AnandChowdhary/location/commit/7dfe75d2d19cc5fdf2f76e7322f263a101f42a75",
    "title": "India",
    "data": {
      "hash": "7dfe75d2d19cc5fdf2f76e7322f263a101f42a75",
      "approximateCoordinates": [
        28.61,
        77.21
      ],
      "label": "India",
      "countryCode": "in"
    }
  },
  {
    "date": "1997-12-29",
    "type": "life-event",
    "url": "https://anandchowdhary.com/life/1997/born-in-new-delhi-india",
    "source": "https://github.com/AnandChowdhary/everything/blob/main/data/life-events.json",
    "title": "Born in New Delhi, India",
    "data": {}
  }
]
