Writing
RSS feed
A Developer Guide to CSS Scroll TimelinesApril 12, 2025 Optimizing Next.js LCP with Fetch PriorityFebruary 18, 2025 My First Blog PostJanuary 15, 2025
Loading...
My First Blog Post
Writing
Home/Journey/Stack/Workspace/Bookmarks
January 15, 2025/Priyanshu Singh

My First Blog Post

Welcome to my blog! This is my first post about web development and my journey.

Hello World!

This is my first blog post written in markdown. I'm excited to share my thoughts and experiences here.

Why I Started This Blog#

I wanted a place to document my learning journey and share what I discover along the way.

Topics I'll Cover#

  • Web Development with React and Next.js
  • My coding projects
  • Tips and tricks I learn
  • Book recommendations

Code Example#

Here's a simple JavaScript function:

Javascript
function greet(name) {
  return `Hello, ${name}!`
}

console.log(greet('Priyanshu'))

What's Next?#

Stay tuned for more posts about my development journey!


Thanks for reading!

Back to writing
Metadata
1 min read
102 words
On this page
Why I Started This BlogCode ExampleWhat's Next?