Change cursor color in VS Code to use a linear gradient
A guide on customizing the VS Code cursor with a linear gradient color using an extension and CSS.
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.
224 articles from this blog
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.
A quick guide on clearing the global npx cache to resolve version warnings and avoid installing CLI tools globally.
A CLI command to bypass CORS restrictions when fetching local files during localhost development in Chrome.
A detailed guide to setting up a MacBook with Apple Silicon (M1) for web and React Native development, covering tools, terminal configuration, and essential software.
Guide on organizing Obsidian notes by setting a custom default folder for images and attachments, improving vault structure.
A guide to automating Homebrew package updates and cleanup on macOS using a custom shell alias.
A guide on using the FFmpeg command-line tool to convert PNG images to the smaller, web-friendly JPG format.
A guide on customizing the color of git-ignored files and folders in VS Code using the workbench.colorCustomizations setting.
A tutorial on creating a custom wrapper component for React Native's Pressable to add opacity feedback, similar to TouchableOpacity's activeOpacity prop.