Setting Up Dotfile Management with Yadm: The Best Guide AvailableIntroduction When you live in the command line, your configurations become deeply personal. They evolve over years of experience, lessons learned, and ingenuity rewarded. But what happens when you’re away from your familiar setup? You feel like an or...Feb 16, 2024·2 min read
Exploring Component Libraries in Tailwind CSSIf you're using Tailwind CSS in your projects, you may have come across various component libraries that can help you speed up development by providing pre-designed UI components. In this blog post, we'll take a closer look at a few popular component...May 15, 2023·2 min read
Mastering PropTypes: A Comprehensive GuideReactJS PropTypes ReactJS allows us to pass data between components using props. However, it is important to ensure that the data being passed is of the correct type. This is where PropTypes come in. PropTypes provide a way to validate that the props...Mar 31, 2023·5 min read
Level Up Your Programming Skills with Hashnode Blogging: A Step-by-Step GuideIntroduction to Blogging on Hashnode Blogging is a great way to share knowledge, experiences, and insights with others in the programming community. If you're a programmer looking to connect with others and share your expertise, Hashnode is a platfor...Feb 21, 2023·3 min read
Connecting your phone wirelessly with ADB and Scrcpy in LinuxWireless connections can be a convenient way to control and develop mobile applications. If you're working with an Android device, you can use ADB and Scrcpy to connect your phone wirelessly to your Linux machine. In this blog post, we'll show you ho...Feb 15, 2023·6 min read
Install NVM for Fish ShellInstall the nvm.fish plugin For this you need to first have the fisher plugin manager installed: install fisher fisher install jorgebucaran/nvm.fish Using NVM Install the latest Node release and activate it. nvm install latest Install the lates...Feb 5, 2023·1 min read
Fisher: Setup a package manager for fish shellFisher is a package manager for the Fish shell, a popular alternative to the traditional Bash shell. Fisher is designed to make it easy to manage and install Fish shell plugins and themes, and it provides a convenient way to keep these tools up to da...Feb 4, 2023·1 min read