Resources to learn typescript
What level of mastery do we need in JS before learning typescript.
Is there any disadvantage in using jsdoc for library authors?
need help with ui design

`position: absolute` issue
.fg-btn-wrapper
has position: relative
on it. Child .fg-btn
has position: absolute
on it with top: 0, right: 0
. Instead of it being to the right of the container inside of it, it's outside of it to the left.
This is unfortunately behind authentication so I can't show a live link but I have no idea why it's doing this. Just looking for ideas...
Targetting web component parts using ::part in the shadow dom itself
::part
outside for styling a part in a web component but for the life of me I can't find out how to use this selector in the shadow dom <style>
block itself. [part=thing]
works until you have multiple parts. I've tried looking around and absolutely nobody talks about using this selector in the shadow dom but I refuse to believe it's not usable...Background Blur: Yay or nay?

Title: Improving a Responsive Photo Gallery – Any Pro Tips?
Mask Highlight Effect
Style queries - inherited and changed
Is this an ok speaker bio?
Zach is a web evangelist, conference speaker, Google developers Melbourne organiser, CSS Expert and leader of Melbourne CSS. His mission is to make the web faster, more engaging, and easier to understand....
In Firefox dev tools how do I know if my srceset attribute is working?
When designing this layout using grid how many columns would you split it into?

What are good css normalize/resets for a button?
all: unset
, but I vaguely remember Kevin saying it's not really good to use that because It can remove some good/relevant styles and I'm not sure it's the case here.
The other ons ie the one below:
```css
button, input[type="submit"], input[type="reset"] {...I have problems using PDF in a JS project
Strange transition using anchor positioning and popovers
allow discrete
behaviour. This works fine for transitioning in to view. However, when the popover is being hidden, the element suddenly loses its anchoring halfway through the transition.
Codepen link: https://codepen.io/reuseaux/pen/pvJOzaJ...3 column layout where outer columns are the same width with middle taking up rest of space?

Table Header Borders & Sticky Behavior Not Working Properly on Refresh/Resize in Chrome (Windows)
