phickayor.hashnode.devMy First Week at BootcampThis week marked the start of an exciting new adventure as I kicked off my bootcamp experience with Blueapril Technologies Limited, a company I鈥檓 thrilled to be learning under. As a self-taught developer, I鈥檝e spent countless hours playing with code,...Oct 24, 2025路3 min read
phickayor.hashnode.devReflections from the Break Room: My Comeback to Technical WritingHello Fans (excuse my imagination) 馃憢! I haven鈥檛 come up with a name for you all yet, but welcome to another amazing article from yours truly. I promise it鈥檒l be a great read! And to the new readers, welcome to the family (still no name) 馃珎. I鈥檓 Oluf...Nov 11, 2024路4 min read
phickayor.hashnode.devUsing Loaders in your websiteWhat is a Loader? A loader is a visual element placed in a website to notify users that there is an active task going on in the background, It could be retrieving data, loading images, verifying transactions and much more. The main aim of the loader ...Nov 12, 2023路5 min read
phickayor.hashnode.devNode.js Unleashed: Supercharge Your Web App with Rock-Solid Authentication and Authorization!Introduction Hello there馃憢馃徏, Welcome to my tech blog, today we will be discussing handling authentication and authorization in Node.js using JSON Web Token (JWT). Now we know what we are up to, let's get started馃殌 Prerequisite Nodejs (Express) Wha...Sep 22, 2023路9 min read
phickayor.hashnode.devUnlocking the Secrets: Mastering Bcrypt Encryption and Decryption in NodeJsIntroduction In this article, we will be looking at the importance of encryption of passwords and how to go about it. I'll be working with the Express.js framework and MongoDB database in this article. What is Encryption and Decryption? Encryption is...Aug 19, 2023路3 min read