PinnedHow to build documentation with MKDocsIntroduction We live in a Digital Age, an era where there is accelerated technological progress. Many businesses are now using technology to advance their businesses. Developers as well as business owners are constantly building products with the lat...Jul 18, 2023·8 min read
Day 5: Apply Transform Over Each Element in Array — 30 days of LeetCode challenge.Oct 16, 2024·2 min read
Day 3 LeetCode challenge: To Be Or Not To Be- 30 days of JavaScript.Welcome to our day three LeetCode challenge. Remember that our goal is to improve our JavaScript skills. Without further ado, let's get straight to it. The day three challenge is: Write a function expect that helps developers test their code. It shou...Aug 26, 2024·3 min read
Counter - LeetCode: 30 Days of JavaScriptWelcome to day two LeetCode challenge in the "30 Days of JavaScript" series. We will be solving this problem: Given an integer n, return a counter function. This counter function initially returns n and then returns 1 more than the previous value eve...Aug 25, 2024·2 min read
Create Hello World Function - LeetCode: 30 Days of JavaScriptI've been eager to improve my skills in Javascript by solving code challenges. So, I came across "30 Days of JavaScript" on LeetCode, and decided to try it. I have also decided to use this platform to document my journey and also share my solutions. ...Aug 23, 2024·2 min read
How to Create a Simple Form with Wave Animation using HTML, CSS, and JavaScriptLearn how to create a form with wave animation using HTML, CSS, and JavaScript in a simple and straightforward manner.Aug 30, 2023·7 min read
Understanding Values and Variables in JavaScriptIntroduction JavaScript is a high-level programming language widely used in web development, mobile development, and various other domains of software development. In JavaScript, gaining a strong grasp of the fundamental concepts of values and variab...May 27, 2023·4 min read
How to Highlight and Take Notes on the Internet using GLASPIntroduction When reading an article or publication on the internet, sometimes, you come across important information or key points that you would want to keep or remember for later use. However, writing these key points on paper or note apps in an o...May 4, 2023·8 min read