{
  "name": "Md. Ikbal Hossen - Full Stack & Backend Developer",
  "short_name": "Ikbal.dev",
  "description": "Full Stack & Backend Developer portfolio - Node.js, NestJS, Microservices, MongoDB, Azure, AWS",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0b1120",
  "theme_color": "#6366f1",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    }
  ]
}

      "https://linkedin.com/in/imtiazikbal",
    ],
    knowsAbout: [
      "Node.js",
      "NestJS",
      "TypeScript",
      "MongoDB",
      "Redis",
      "Microsoft Azure",
      "AWS",
      "Docker",
      "Microservices",
      "WebSockets",
      "RESTful APIs",
      "OpenAI",
      "Real-time Systems",
    ],
    alumniOf: [
      {
        "@type": "CollegeOrUniversity",
        name: "Dhaka College",
      },
    ],
    worksFor: {
      "@type": "Organization",
      name: "ManyDial Technologies Ltd",
    },
  };

  return (
    <script
      type="application/ld+json"
      dangerouslySetInnerHTML={{ __html: JSON.stringify(structuredData) }}
    />
  );
}
