Okoye Ndidiamakaamikdigital.hashnode.dev·Aug 19, 2024Define Your Digital Persona: Creating a Personal Brand Style Guide for Web DevelopersThe personal brand style guide is what web developers turn to for visual cohesiveness and professionalism. This is a reference document on how your brand should look on different platforms and materials. It makes sure that your brand is consistent, r...brand guideline
Michał Romanmichalroman.hashnode.dev·Jul 11, 2024Build your own styleguide with StorybookWhy build a styleguide? A styleguide is a comprehensive document that outlines the visual and functional elements of a web project. It serves as a single source of truth for the design and development teams, detailing everything from typography and c...styleguide
Marek Skopowskiblog.skopow.ski·Apr 14, 2024The Go Style GuidesThe best Golang Style Guides you should be familiar with. Google: Go Style Google has a set of styleguides for the languages used in their projects. The Go is one of them. This is the place where you should start your styleguide journey. The Go Style...283 readsProgramming Blogs
<Usman />usmandotdev.hashnode.dev·Feb 3, 2024How to Add Custom Fonts in React Native CLIFonts are the building blocks of a great user experience. Using custom fonts can provide your apps with a unique identity to your project, helping your project stand out in a competitive marketplace. In this guide, we will explore ways to add custom ...customFont
Hemanth Vishwakarmahemanthvk.hashnode.dev·Sep 28, 2023🚀 Top 10 Common CSS Mistakes: A Developer's guide 🎨Certainly! Let's go through some common CSS mistakes with examples: Incorrect Selectors: When you use multiple selectors for your element you must choose the right one to style your element accordingly. For example, say you have multiple buttons o...7 likesCSS
Zainab Daoduzaycodes.hashnode.dev·Sep 15, 2023Style Guides in Technical WritingIntroduction Technical writing requires precision, clarity, and adherence to specific guidelines. Technical writers play an essential role as the bridge between complex information and its audience in various industries. One essential tool that aids ...2 likes·49 readsTechnical writing
Erich Buelowerichbuelow.hashnode.dev·Sep 13, 2023Imperative vs Functional ProgrammingImperative and functional programming are two different programming paradigms or styles of writing code. They represent different ways of thinking about and solving problems in programming. Here's a brief overview of each: Imperative Programming Imp...26 readsJavaScript
Ragavi S Pdocument360.hashnode.dev·Jul 11, 2023What is a Technical Writer Style Guide? With ExamplesTechnical writing style guides are designed to provide the necessary formatting styles to help technical writers create engaging and consistent content for readers. However, technical writing is quite different from regular freelance writing. The pur...154 readsTechnical writing
Alexis Abakasangaalexisabakasanga.hashnode.dev·Jun 6, 2023Day 19: Design Systems, Pattern Libraries, and Style GuidesVisual design, here we go! Today I learned about these three terms that share the common goal of making design efficient and productive. What is a system? This is a set of connected things or parts forming a complex whole. Design system? A comprehens...60daysUXchallenge
Dhanush Gowdadhanushks.hashnode.dev·Jun 6, 2023CSS CountersCSS Counters are an incredibly useful feature that allows web developers to create custom numbering systems and enhance the styling of lists and headings. In this blog post, we will dive into CSS counters, explore their capabilities, and provide prac...CSS