ifeoma.hashnode.devHow I Fixed the "No Provider Configured" Error in Goose CLI on macOS: A Complete Troubleshooting GuideA step-by-step breakdown of the installation issues I encountered while setting up Goose CLI with Tetrate Agent Router, and how I resolved them. Introduction I had been hearing about Goose CLI, Block's open-source AI coding assistant and decided to ...Jan 30·6 min read
ifeoma.hashnode.devHow to Apply Image Transformations in JavaScript with the Cloudinary SDKWith Cloudinary, images can be optimised, transformed, uploaded, and delivered dynamically. In this article, we will cover how to transform a static image into an interactive and dynamic asset using Cloudinary’s Transformation URL API and the JavaScr...Sep 23, 2025·5 min read
ifeoma.hashnode.devFreeCodeCamp: Find the longest word in a string. Basic Algorithm 4In the words of Prof. Jelani Nelson of Harvard University, "An algorithm is a well-defined procedure for carrying out some computational task. Typically the task is given, and the job of the algorithmist is to find such an efficient procedure, for ex...May 22, 2023·4 min read
ifeoma.hashnode.devUnderstanding How Array.sort() Works in Javascript.Functions known as methods are designed to execute actions on objects. As objects themselves, Javascript arrays are equipped with many methods that can be applied to them. Our focus will be on the inner workings of the array.sort() method. In this ar...Mar 8, 2023·3 min read
ifeoma.hashnode.devHow to resolve the 'Treating warnings as errors because process.env.CI=true' error message when deploying an application to Netlify.Netlify is a cloud platform in which software developers can easily host their websites and web applications and it gets deployed instantly. In this article, I will share how to fix Treating warnings as errors because process.env.CI=true is the error...Feb 1, 2023·3 min read