ICU Branding agencyicu.hashnode.dev·May 19, 2024Increasing productivity by using fundamental rules in life and designModern scientific techniques are not always sufficient to explain all that occurs in our environment. How can you explain, for example, why a presentation on a flash drive stops functioning a minute before a conference address and why sandwiches alwa...10 likesrules
Diego Barrancodiagram.hashnode.dev·Apr 19, 2024Rust with diagrams: Ownership 5 - Return Values & ScopeUntil now, we discussing about Rust memory approach and how variables & data interacting on Stack & Heap. It's time to learn about Ownership Rust concept. What is Ownership? Ownership is a set of rules that govern a Rust program manages memory. All p...Rust
Akash Gssgssakash.hashnode.dev·Feb 12, 2024Everything about the C2PA SpecificationThe C2PA, also known as the Content Provenance and Authenticity Standard, is gaining popularity. It is a set of guidelines that can be used to track the source of images and other online content. This standard is mainly used in the form of metadata, ...c2pa
Segun Ajibolaajibolasegun.hashnode.dev·Feb 2, 2024Understanding Cookies: How Websites and Web Browsers Handle Your Data Behind the ScenesIntroduction Hey there, want some cookies? I know you already know what cookies are. A cookie is a baked or cooked snack or dessert that is small, flat and sweet.... Nah, not that. Not in a website. You will be learning about different cookies, this...203 readscookies
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Oct 20, 2023Optimizing AWS S3: A Comprehensive Guide to Creating S3 Lifecycle RulesIntroduction :- Amazon #S3 is a highly scalable and reliable object storage service that allows businesses to store, retrieve, and manage their data efficiently. With #S3 lifecycle rules, you can automate the process of transitioning objects between ...Devops
Muhammad Hunbal Siddiquiblogs.hunbalsiddiqui.com·May 9, 2023Why Adhering to Standards is Better Than Following Strict RulesAs a developer, one of the most important things you can do is to adhere to industry standards. This involves using best practices, following established guidelines, and staying up to date with the latest trends and technologies. While rules can help...30 readsstandards
Sood Ruchikaruchikasood.hashnode.dev·Dec 20, 2022Eslint configuration for unused variables in NextJs app, with typescriptYou can use the below eslint config in your nextjs, typescript app.Do not forget to include the required pkgs in package.json { "root":true, "parser": "@typescript-eslint/parser", "extends": [ "prettier", "eslint:recommended", "plug...1 like·517 readseslint
Esther White | EstherSoftwareDevforEstherSoftwareDevblog.esthersoftware.dev·May 19, 2020Some of my Favorite CSS Styling Rules1. list-style-position: inside; For centering the bullet points together with the list items of an unordered list in HTML <ul> ul { text-align: center; list-style-position: inside; } https://codepen.io/monacodelisa/pen/wvxmWjP34 readsStatic FECSS