Understanding Asynchronous & Callback Functions in JavaScript🛳A guide to synchronous vs asynchronous & callback JavaScript functions in p5.js 🌟Feb 8, 2025·5 min read·55
React on Firebase!🔥: Part 2Incremental Web App Development... The 'Setup & addTask' 🛠️📝Sep 2, 2024·6 min read·24
Twitter Typeahead autocomplete searchTwitter input fields with Typeahead is a method for progressively searching for and filtering through text. The main purpose of using Typeahead is to improve the user experience by providing hints and lists of choices based on the text entered when f...Aug 26, 2024·5 min read·53
How to plan & design a custom functionWhen planning and designing a custom function, some important factors must be considered. This applies to any programming language, but here I will use PHP to demonstrate what I mean. Factors to consider: Does this function perform calculations and ...Aug 26, 2024·4 min read·22
A Journey of a Shopping Cart 🛒: Test-Driven Development 🛠️ (Part 2)When developing reliable software, it's crucial to ensure your code performs as expected. A Test-Driven Development (TDD) approach helps by encouraging you to write tests before implementing the actual functionality. In this post, we will explore how...Aug 9, 2024·10 min read·71
A Journey of a Shopping Cart: From Corner Shop to E-Shop 🛒🛍️ (Part 1)In the ever-changing world of software development, moving from simple procedural code to advanced, modular, and reusable code is crucial. In this post, we will go through the transformation of a basic shopping cart calculation script through differe...Aug 4, 2024·8 min read·73