Hello World

> Welcome to the show
Cover Image for Hello World

Welcome to the blog. Lately I've taken a keen interest in headless Sitecore; specifically Sitecore JSS and NextJS.

Because I'm a madman, I decided to eat my own dog food and build this blog with NextJS.

The Stack

  • NextJS
  • TypeScript because I like the idea of a strongly typed web (even for blogs)
  • ts-standard because standardized code formatting is beautiful
  • MDX for composing rich blog posts in markdown and JS
  • TailwindCSS for styling
  • Code Hike for syntax highlighting and advanced code sample functionality
  • Vercel for hosting

Some Sample... Code Samples

I'm massively impressed with Code Hike so far. It's a great tool for syntax highlighting and code samples. The CEO of Vercel said it best: it looks like the future of documentation.

public class HelloWorld {
public static void Main() {
Console.WriteLine("Hello World!")
}
}
function() {
console.log('Hello World!')
}
<div>Hello World!</div>
body {
color: yellow;
}

Enjoy!


More Posts

Cover Image for New Reconnaissance Signature: Sitecore.Services.GraphQL.NetFxHost/site

New Reconnaissance Signature: Sitecore.Services.GraphQL.NetFxHost/site

> A public action method 'site' was not found on controller 'Sitecore.Services.GraphQL.Hosting.Mvc.GraphQLController'

Cover Image for Handy PowerShell Script When Working With Text Fields

Handy PowerShell Script When Working With Text Fields

> Quickly analyze freeform text field inputs

Cover Image for On Mentorship and Community Contributions

On Mentorship and Community Contributions

> Reflections and what I learned as an MVP mentor

Cover Image for How to Run Old Versions of Solr in a Docker Container

How to Run Old Versions of Solr in a Docker Container

> Please don't make me install another version of Solr on my local...