Nayan Radadiyaweb3fronted.hashnode.dev·Nov 6, 2024Boost Your Next.js Workflow with Prettier: A Quick Setup GuideWhat is Prettier? Prettier is an automatic code formatting tool. It takes your code and applies a consistent style, such as indentation, spacing, and line breaks, based on rules you set or its defaults. This helps make your code look clean and unifor...Next.js
Siddharthazm0.hashnode.dev·Sep 14, 2024Format, and Mount a Disk on Ubuntu 20.04To format and mount a disk on Ubuntu 20.04, follow these steps: Identify the Disk: List all disks to find the one you want to format: sudo fdisk -l Remove Old Partitions (Optional): If the disk has old partitions, remove them using gdisk: sudo g...format hdd tutorial
Aanchalaanchalfatwani.hashnode.dev·Aug 31, 2024Understanding Prettier, and how is it different from LintersPrettier is an opinionated code formatter that enforces a consistent style by parsing your code and re-printing it with its own rules. It ensures consistent style in your JavaScript, TypeScript, CSS, and HTML code. It's like a personal stylist for yo...Prettier
Derek Armstrongderekarmstrong.dev·Aug 14, 2024Easy-to-Understand Python Naming Conventions and Coding Best PracticesLet's dive into the world of Python naming conventions, but this time with a sprinkle of fun and metaphors. We'll cover everything from naming your variables to creating class names, and we'll do it with practical, easy-to-remember examples. So, grab...13 likes·59 reads👨🏻💻 Code Craftcoding
Travis Horntravishorn.com·Aug 1, 2024Setting up a Project with ESLint and PrettierESLint is a tool for “linting” your code. It can analyze your code and warn you of potential errors. In order for it to work, you need to configure it with specific rules. Fortunately, the ESLint team provides a recommended configuration that anyone ...279 readsJavaScript
Shaique Hossainshaique7.hashnode.dev·Jun 4, 2024Strings in PythonStrings in Python are sequences of characters, enclosed in either single (' ') or double (" ") quotes. They support various operations such as concatenation, slicing, and formatting. Creation: Strings can be created using single or double quotes: na...string
Shital Mainaliwww.blogs.shitalmainali.com.np·May 13, 2024A Comprehensive Markdown Tutorial: Mastering Markdown SyntaxWelcome to my comprehensive Markdown tutorial! In this guide, I will take you through the essentials of Markdown syntax, covering everything from basic formatting to advanced techniques. Whether you're new to Markdown or looking to enhance your skill...1 like·88 readsmarkdown
Kilian Klugepragmaticnotes.hashnode.dev·May 5, 2024Running pre-commit in a reusable GitHub Actions workflow with cachingThe pre-commit framework is an awesome utility to enforce coding standards and run sanity checks, such as preventing large files from being committed. It's not just convenient to run locally on the developers' machines. By using pre-commit to run che...246 readsBest PracticesGitHub Actions
GAJULA VAISHNAVIvaishnavidevdiary.hashnode.dev·Apr 28, 2024Boost Your Content's Visibility by Using Proper Formatting Tags for SEOFormatting tags are generally used to format the text. <b> these tag is used for the making the text bold. Example: java <strong> these tag also makes the text bold. These both two are same in user perspective but they are different in terms of SEO( ...formattd tags
Karlygash Yakiyayevakarlygash-yakiyayeva.dev·Apr 8, 2024Formatting & Mounting Storage Volumes in LinuxPhysical storage devices (hard disk, SSD, floppy disk, etc.) are the actual hardware components that store data. A single physical storage device can be divided into multiple smaller usable sections, each acting as a separate volume. Hard Disk 1 an...28 readsLinuxdisks