At the beginning of this lockdown, I wrote some goals and objectives I wanted to achieve during the period and here I am clearing another one of the lists. I decided to finish my portfolio website and also start writing content on my blog as it actually uses GitHub as a CMS (Content Management System).
❓ Why
I had previously been writing some blog posts on medium and other sites, but I didn't get that satisfaction of writing on my domain and blog. Felt like I was writing for someone else, which didn't sit well with me.
☁️ Headless CMS
I knew I needed some kind of headless CMS in some form to let me curate the content I wanted displayed, so I did some thinking & some research.
I found most people were happy to recommend other headless CMS services like Strapi, Sanity, GraphCMS, etc which did seem to do the job I wanted of providing a platform for me to curate & manage my content without having to redeploy. But most of them had the same issues that I didn't like.
🔨 How
This site is built on NextJs, Typescript and Markdown, which is a very fascinating and powerful tool. The Stack is quick to set up, awesome performance, and blazing fast. You should probably try it out!
Generally, I'll be writing about Dev stuffs like Frontend, Backend, Machine Learning, and other interesting topics. I would also write about projects I'm currently working on, career & experience, open-source, and anything I find interesting in general.
✅ Conclusion
export async function finalNote () {
console.log("On a final note, I'll be posting a lot of content, sharing insight, and reviews.")
// ...
};