props in vue
Opinions about a design

Thinking globally vs. specifically
h1s, p, etc. the same) vs. using more specific selectors / approaches like BEM, scoped CSS, or utility classes.
I was of the opinion that we should try to think globally first, and let the styles cascade down. If we have a component library, we can hope that most of the h1s will be similar, so they should share the same styles. If we need variations, like for a blog, we can give it a utility class: .h1--blog.
The other commentor was of the mind that using global styles led to a lot of overrides and specificity issues down the road when building a large application. Especially when thinking about headings, there can be many variations and changing the global heading can have unintended side effects (I have this happen a lot actually)....Dart Sass - Partial not included in Source Map
CDL-Workout - Looking for some help with styling this "portfolio project"

How to recognise when we need the use of await keyword
¿How to have a transparent background on an `<object>` embedded SVG?
<img> tag, scripts don't run and user interactions don't work.
Using an <object> tag fixes those issues, but causes the element to have a white background, regardless of the color-scheme value.
What I'd really like is to allow SMIL & CSS user interactions, but limit script execution since I'll be displaying images from unknown sources. I know <iframe> has some sandboxing options, but also doesn't allow compositing....
Template tag in HTML and its uses
template was an html tag until now. Just read a bit about it. From what I've understood, we can think of it like a normal div element, it will be in the DOM ect except that its content won't be visible to the users. In order to make it visible, we must use javascript and "clone" it I think and this way it will be visible?
Can someone confirm if the above statement is correct pls, feel free to add up to it if needed.
Also, what about its use case? Why not just use a div with display being changed each time we need to make something visible or not pls...How to truncate an element's title based on the contents' width?

[Graphs?] Struggling figuring out the algorithm

Webpage Accessibility Checker Tool
Is it better to have reusable classes or a single class for each element?
Git Branching - Sanity check my assumptions on how to action this?
git checkout -b feature/add-todo
git checkout -b feature/add-todo
Newsletter subscription

Portfolio hero section
Best way to learn.
Grid layout - make last item span to the last column
Design for a product and checkout page

figma equivalent to col-span ?