My First Blog Post

June 3, 2025

My First Blog Post

Welcome to my blog! This is just a sample post written in Markdown so I can play around with different features and styles for future posts.

Features

  • Bold text for emphasis
  • Italic text for style
  • Lists for organization
  • Links for references

Table

The site works great on all devices:

DeviceBreakpointLayout
Mobile< 768pxSingle column
Tablet≥ 768pxTwo columns
Desktop≥ 1024pxWide layout

Project Structure Styling

Here's how I organized my project:

app/
├── blog/
│   ├── page.tsx
│   ├── [slug]/
│   │   └── page.tsx
│   └── posts/
│       └── *.mdx
├── components/
│   ├── Navbar.tsx
│   └── PageTitle.tsx
└── layout.tsx

Code Examples

const greeting = "Hello, World!";
console.log(greeting);

What's Next?

I'll be sharing more posts about:

  1. Web Development
  2. Software Engineering
  3. Personal Projects
  4. My Life

Stay tuned for more content!