BCBrandon C Robertsinbrandoncroberts.hashnode.dev·Sep 19, 2024 · 2 min readUsing `.zshrc` file and Homebrew as a Node.js Version Manager and alternative to nvmOverview Instead of using nvm (Node Version Manager), you can manage multiple Node.js versions using Homebrew and your .zshrc file. This approach involves installing different Node.js versions via Homebrew and updating your PATH environment variable ...00
BCBrandon C Robertsinbrandoncroberts.hashnode.dev·Feb 6, 2024 · 1 min readHow to Deploy Next.js to AWS ECS | Self-Hosted Next.jsDeploying Next.js apps to AWS ECS can be done quickly and easily.Follow these steps and watch my accompanying Youtube Video to learn how. Prerequisites: An AWS Account, that you have configured on your machine using the AWS-CLI's aws configure comma...00
BCBrandon C Robertsinbrandoncroberts.hashnode.dev·Nov 1, 2023 · 1 min readHow to move a directory to a new repository along with all git historyVideo Tutorial: https://youtu.be/awN4be75HG4?si=l8KGOSoi4XMK6tvqSteps: Install git-filter-repo clone both repos using --single-branch command. https://github.com/redux-toolkit/tree/master https://github.com/redux/tree/master In the repo that con...00