sudhagar.hashnode.devUnlocking the Power of Ubuntu Linux in Windows: A Guide to Using WSLWhat is WSL? WSL, which stands for Windows Subsystem for Linux, is a compatibility layer provided by Microsoft. It allows users to access and utilize various Linux tools, command-line utilities, and applications on their Windows machines without the ...Jun 30, 2023·2 min read
sudhagar.hashnode.devWriting Effective GitHub Commit Messages: A Comprehensive GuideIn software development, writing clear and meaningful commit messages is highly important. Commit messages serve as a form of documentation that helps developers understand the changes made to a codebase over time. when we do so, our investing time a...Jun 16, 2023·2 min read
sudhagar.hashnode.devZip Multiple Folders Using 7zipWhat is 7zip? 7zip is a popular file compression and archival utility. It is an open-source software developed by Igor Pavlov and released in 1999. 7zip is designed to handle a wide range of compression formats and provides high compression ratios, m...Jun 9, 2023·2 min read
sudhagar.hashnode.devInstall TailwindCSS in Angular 14What is Tailwind CSS? Tailwind CSS is a "utility-first" CSS framework that provides a wide variety of CSS classes and tools that lets you easily get started styling your website or application. Tailwind CSS Documentation Setting up Tailwind in an Ang...May 28, 2022·2 min read