> ## Documentation Index
> Fetch the complete documentation index at: https://blogs.hammayo.co.uk/llms.txt
> Use this file to discover all available pages before exploring further.

# My Blog

> Welcome to my personal blog

# Welcome to My Blog

## About Me

I'm a passionate developer and writer sharing insights on technology, coding, and personal experiences. This blog serves as a platform to document my journey and connect with like-minded individuals.

## Recent Posts

### [Building with Next.js](/blogs/nextjs-development)

*Published on May 15, 2023*

A deep dive into creating modern web applications with Next.js and the benefits it brings to frontend development.

### [Understanding TypeScript](/blogs/typescript-guide)

*Published on April 23, 2023*

Exploring TypeScript fundamentals and how it improves JavaScript development with static typing.

### [My Developer Setup](/blogs/developer-setup)

*Published on March 10, 2023*

A comprehensive look at my development environment, tools, and productivity hacks.

## Connect With Me

Feel free to reach out through any of the following channels:

* **Email**: [hello@example.com](mailto:hello@example.com)
* **Twitter**: [@yourusername](https://twitter.com/yourusername)
* **GitHub**: [github.com/yourusername](https://github.com/yourusername)
* **LinkedIn**: [linkedin.com/in/yourusername](https://linkedin.com/in/yourusername)

## Subscribe

Don't miss out on new content! Subscribe to my newsletter to receive updates directly in your inbox.

<div className="newsletter-form flex flex-col md:flex-row gap-2 max-w-lg mx-auto p-4 rounded-lg bg-gray-100 dark:bg-gray-800">
  <input type="email" placeholder="Your email address" className="px-4 py-2 rounded-md border border-gray-300 dark:border-gray-700 flex-grow" />

  <button className="px-4 py-2 bg-primary text-white rounded-md hover:bg-primary-dark transition-colors">Subscribe</button>
</div>
