PinnedHow to Build a Modern Image Slider with SwiperLet's build a parallax image slider in VueJSMar 28, 2022·6 min read
Easiest Way To Check And Update Your WordPress PHP VersionLearn how to check your WordPress PHP version, and why you should always do soDec 1, 2022·4 min read
Getting Started With Freelance WritingGuidance from someone who has written over 100 paid articlesAug 23, 2022·5 min read
JavaScript fetch() For API CallsLearn how to use fetch() to make GET and POST requestsApr 2, 2022·5 min read
JavaScript "this" KeywordTo understand what this truly means in JavaScript, let's take a look at a very similar concept in the English Language: Polysemy. Let's consider the word "run". Run is a single word that could mean many different things depending on the context. “I ...Apr 2, 2022·6 min read
JavaScript Array.some() TutorialTo check if at least one element inside that array passes a condition, use some()Apr 2, 2022·5 min read
JavaScript Array.find() TutorialFind a single item from your Array collection using the Array find() methodApr 2, 2022·6 min read