← Back to Blog

Architecting Azure Cloud, DevSecOps, IoT & AI Systems

1 min read

Welcome to My Blog

This is a sample blog post to demonstrate the portfolio structure. You can write your content here using Markdown and MDX.

Features

  • MDX Support: Write React components in your markdown
  • Tags: Organize your content with tags
  • Reading Time: Automatically calculated
  • SEO: Full metadata support

Code Example

function greet(name: string) {
  return `Hello, ${name}!`;
}

Happy writing!