Uninstall a Node.js version using Volta on macOS
A guide to manually uninstalling specific Node.js versions or the entire Volta tool from macOS, as Volta lacks a direct uninstall command.
Aman Mittal is a documentation consultant at Expo and experienced technical writer, specializing in cross-platform mobile and web development, with over 150 programming articles published since 2017.
232 articles from this blog
A guide to manually uninstalling specific Node.js versions or the entire Volta tool from macOS, as Volta lacks a direct uninstall command.
A developer explains why Obsidian, while great for notes, failed as a daily task manager for them, leading to a switch to Things 3 and paper.
A developer shares his 2024 default app stack, including VS Code, iTerm, Obsidian, Things 3, and other tools for productivity and coding.
A technical guide on adding a Bluesky social media icon to an Astro blog using the AstroPaper theme, including SVG code and configuration.
A guide to using Homebrew Bundle to automate installing command-line tools, apps, and App Store applications on a fresh macOS setup.
A blog post discussing the concept of 'tag gardening' for cleaning up and organizing tags on a technical blog, inspired by another developer's process.
A guide on using the Dataview plugin in Obsidian to automatically track and list notes created each day, excluding specific folders.
A guide on how to hide specific folders from the Graph view in the Obsidian note-taking app to reduce visual clutter.
A guide on customizing the VS Code cursor with a linear gradient color using an extension and CSS.
A detailed guide to setting up a MacBook for development, covering initial macOS configuration, security, and essential tool installation.
A developer reflects on 2023, highlighting speaking at App.js conf, blogging about React Native/Expo, and popular technical posts.
Learn how to use the zsh_stats command in Oh My Zsh to analyze your most frequently used terminal commands.
A guide to using the macOS chflags command to hide and unhide files and directories, like the Library folder, via terminal.
A guide on customizing comment colors in VS Code themes using token color customizations in settings.json.
A guide to using a command-line timer tool on macOS to implement the Pomodoro Technique for focused work sessions.
A developer shares the list of default apps and tools they use daily for work and personal tasks in 2023, including VS Code and 1Password.
A guide on using VS Code's built-in Source Control to stash and apply Git changes without using the command line.
Guide to removing the bottom border or shadow from headers in React Navigation and Expo Router for React Native apps.
A guide to setting up ESLint and Prettier for code linting and formatting in an Expo React Native project.
A guide to resolving Git merge conflicts using the rebase command and VS Code's merge conflict editor.