My First Post

Published: . Updated: .

This is a paragraph where I will be introducing the fact that I’m writing my first blog post. It’s getting quite meta, so I think I’ll stop now. Read on for more oddities!

Reading Other Blogs

I’ve read a few blogs in my lifetime, and I’ve listed a couple of my favourites below. This is to just test links and lists, but they are genuinely blogs I enjoy reading and that have helped shape me as a developer.

These blogs gave me so much information in becoming a developer, it’s not even funny! I’ve had a blast reading their content and really wanted to implement their stuff. Heck, Josh’s blog inspired me to want to learn more about CSS, which lead to me asking my company to purchase his course CSS for JS Devs.

A nested heading

I had nowhere else to put this, so here’s a nested heading. It should be smaller than the <h1>s and <h2>s, but a smidge larger than the text!

Oh, and who could for about codeblocks. Again, just in case!

let x = 10
let y = 20

function add(n1, n2) {
  return n1 + n2
}

console.log(add(x, y)) // 30

Components

These blog posts can also feature components. For now I’m just sticking to Astro components as it’s simpler (and lets me practice my regular JS!), but I may seek to include Vue components if things get a bit too complex!

This button starts at 169!

Dedications

I’d like to dedicate this incredible blog post to the Astro team. Without you, it literally wouldn’t be possible to be writing this, as it’s leaning pretty heavily on the Astro framework!

Oh, and to you who is reading this page… somehow…