COCaleb Olojoinseven.hashnode.dev·Feb 25, 2023 · 11 min readImproving the performance of images on the webI’ve been benchmarking the performance of my blog for a while now, and there's no doubt that the cover images I'm using are going to keep having a negative impact on the overall interactivity of the blog. I want to change that. Although, I've already...00
COCaleb Olojoinseven.hashnode.dev·Sep 7, 2022 · 20 min readBuild a blog with Next.js and Webiny Headless CMSThe idea of having a place where you can share tips, perhaps the mistakes you made in the past while learning a particular language, or a framework, so that people who will embark on that same path that you took in the past, do not have to go through...02EN
COCaleb Olojoinseven.hashnode.dev·Apr 18, 2022 · 3 min readSocial sharing meta tags error in Next.jsThere's no doubt that great importance is placed on the Search Engine Optimization (SEO) of a website or blog (could be a dev blog also), because of the many benefits that it brings to the table. Next.js has a lot of perks attached to it as a framewo...00
COCaleb Olojoinseven.hashnode.dev·Apr 10, 2022 · 6 min readHow to add SEO Meta tags in your Next.js appsSEO is kind of like a buzzword when it comes to building websites or web applications these days. Early-stage startups are most of the time, advised to invest so much in the marketing (SEO) of their products so that they can get to as many people at ...07NEMCE
COCaleb Olojoinseven.hashnode.dev·Oct 11, 2021 · 10 min readBuilding a client database of people in ReactOriginally published on my DEV.to blog Ever wondered how to get access to a whole lot of information about people on the internet? Like, any information about anyone? In this article, we’ll be building a client-side application with ReactJS on the we...00