hashnode.comHow to customize Hashnode Headless CMS using TailwindCSSRecently Hashnode released their headless CMS which is built specifically for running blogs. It comprises their Next.js Starter Kit and GraphQL APIs to construct your blog's homepage, articles, comments, search functionality, and more. In this articl...Apr 3, 2024·8 min read
albertsigsbert.hashnode.devMy Portfolio Website Journey: From 1.0 to 2.0So, I recently gave my portfolio website a much-needed makeover – we're talking about upgrading it from version 1.0 to 2.0. This project has been an absolute blast, and I'm excited to share my experiences, thought process, hurdles, and the tech choic...Nov 7, 2023·9 min read
albertsigsbert.hashnode.devHow to insert decimal numbers in HTML input tag.Recently I was working on a project that required me to add a decimal value through an HTML5 form, Instinctively, I tried using input tag attribute type with a value of decimal only to find out it doesn't exist. Then I did some research and figured o...Jun 16, 2022·2 min read
albertsigsbert.hashnode.devData Fetching and Page Pre-rendering in Next.jsNext.js is widely known for many of its cool features, among them is data fetching and page pre-rendering. Next.js comes with a bunch of data fetching methods, In this article, I will briefly explain each method and when to use it. It's important to ...Mar 4, 2022·8 min read