blog.toluadegboyega.devImproving SEO with Vue-MetaWelcome to the second part of the two-part series, Improving SEO: A Tale of Two Libraries. Search Engine Optimization (SEO) is paramount in getting your website noticed in the competitive landscape of the internet. Optimizing your website for search ...Oct 10, 2023·3 min read
blog.toluadegboyega.devImproving SEO with React Helmet AsyncSearch Engine Optimization (SEO) is paramount in getting your website noticed in the competitive landscape of the internet. Optimizing your website for search engines not only increases visibility but also drives organic traffic. However, improving S...Oct 3, 2023·4 min read
blog.toluadegboyega.devGreenSock Animation Platform (GSAP) x VueAnimation is one of the most important aspects of modern web design. It is a functional and effective way to improve user experience. While CSS (I wrote about getting started with CSS animation in a previous post) is very useful in creating cool anim...Jul 20, 2022·6 min read
blog.toluadegboyega.devDecision Making in JavaScriptWhen writing code, we often need to handle different decisions and execute specific actions based on certain conditions. For example, if the time is between 6am and 12noon, display 'Good Morning!'. Conditional statements help to achieve this. In this...Nov 16, 2021·4 min read
blog.toluadegboyega.devA Beginner's Guide to Open SourceContributing to open source can be daunting for a lot of people, at least I know it was for me. Although I wanted to contribute to open source, I was not sure how to go about it. I finally took the plunge during Hacktoberfest 2021 and made my first o...Oct 19, 2021·6 min read