Hello internet, please be gentle
This is my first blog post, and yes, I am launching with maximum confidence and minimum caffeine.
Tiny markdown playground
Here is some inline code: const mood = "ship it";
And here is a code block:
function greet(name) {
return `Hello, ${name}. I write bugs professionally.`;
}
console.log(greet("world"));
Here is a second example:
npm run dev
# if it works first try, do not touch anything
Totally scientific table
| Task | Time Spent | Emotional Status |
|---|---|---|
| Write post title | 8 minutes | heroic |
| Fix one typo | 23 minutes | humbled |
| Add table for “professionalism” | 2 minutes | unstoppable |
If you made it this far, thank you for reading my first post.
Next up: pretending this was all part of a content strategy.