Back to Posts

Welcome to My Blog

1 min read130 words
PersonalOfficial

Welcome to My Blog

Hello and welcome! This is the first post on my blog where I'll be sharing thoughts on AI, technology, and life.

What to Expect

I'll be writing about:

  • AI Research: Insights from my work as an AI Scientist at Amazon
  • Technology Trends: Analysis of emerging technologies and their impact
  • Personal Experiences: Life in the UK and beyond

Mathematical Formulas

This blog supports mathematical notation using KaTeX. For example, here's the famous equation:

E=mc2E = mc^2

And here's an inline formula: f(x)=x2+2x+1f(x) = x^2 + 2x + 1

Code Examples

The blog also supports syntax highlighting for code:

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

console.log(greet("World"));

Stay Tuned

More posts coming soon. Thanks for visiting!