blog.blakeyeboah.comOptimizing Website Performance for Speed and User ExperienceIntroduction Website performance is an important aspect of web development. It consists of mainly two things: The speed of your website How usable is your website for visitors? Importance of website performance Website performance is very importa...May 6, 2024路7 min read
blog.blakeyeboah.comUseful Web APIs For Your Next ProjectThere are plenty of native web APIs that have a variety of uses. Here are 5 useful APIs that I use quite often in my web development projects. Clipboard API The clipboard API is a simple method to copy text to a user's clipboard. This can be used in ...May 5, 2024路3 min read
blog.blakeyeboah.comHow to use the Fetch API in JavaScriptHey All 馃憢 In this article, we'll be covering the Fetch API in JavaScript how you can use it to make HTTP requests. What is the Fetch API? The fetch() method provides a simple way to make HTTP requests in JavaScript. It is natively in the browser, me...May 4, 2024路2 min read
blog.blakeyeboah.comDon't Make These Common Mistakes While Learning To CodeHey All 馃憢 In this article, we'll be covering 4 mistakes commonly made by people while learning to code that will seriously impact their coding journey. #1 - Copying and Pasting The first mistake I'll talk about is copying and pasting. We've all don...Aug 11, 2022路6 min read
blog.blakeyeboah.comUnderstanding Units In CSSIntroduction There are plenty of units in CSS. From px to vh, there is an abundance of units all with their distinctive use cases. Considering the amount of options, its perfectly reasonably to be confused as to which unit you should use and where. T...Apr 7, 2022路5 min read