Fixing ‘enabled’ is not recognized as an internal or external command in AWS CLI (Git Bash on Windows)Feb 16, 2026·2 min read
PinnedHow to implement a search bar functionality using the useState hookSimplify Your Search Bar with React useState Hook.Jul 2, 2023·9 min read
Day One Learning Cloud DevelopmentLearning cloud development has been on my list for three whole years. I actually started back in 2021 with Udacity’s Cloud Development Nanodegree and then life happened. I got busy building things as a frontend developer and never really got back to ...Jan 28, 2026·2 min read
Resolving the PowerShell Execution Policy ErrorIf you’re using PowerShell and encounter this error: ng : File C:\Users\USER\AppData\Roaming\npm\ng.ps1 cannot be loaded because running scripts is disabled on this system. It means that PowerShell’s execution policy is preventing scripts from runni...Jan 14, 2025·1 min read
How to resolve the "ng: command not found" ErrorWhen setting up a new laptop and running an Angular project, you might encounter the ng: command not found error. This happens because the Angular CLI is not installed on your machine. Here’s how to resolve it: Steps to Fix the Error Install Angular...Jan 14, 2025·1 min read
How to Fix the ActionQueueContext Error in a Next.js v14 ProjectWhen working on my Next.js v14 project, I encountered a frustrating ActionQueueContext error. After trying several approaches, I finally resolved it by running the project in WSL (Windows Subsystem for Linux) instead of CMD Bash. Here’s a quick break...Jan 14, 2025·2 min read
Setting up a React + Motoko projectIntroduction Are you new to Web3 development, learning Motoko, and struggling to set up your first project with Motoko? This guide will help you seamlessly integrate React with Motoko. Just like Solidity is particular to Ethereum and Rust for Solana,...Oct 24, 2024·9 min read
Angular or Next.js: My honest reviewAs a developer, I've had the opportunity to work with various frameworks, but two that have stood out to me in different capacities are Angular and Next.js. If you’re anything like me, you’ve probably heard endless debates about which framework is be...Aug 13, 2024·3 min read