Hot tips are spicy lil' nuggets related to web development and tooling that I share on my twitter account. I've logged them here to make them easier to find.
π₯ If you find yourself digging through massive github threads to find an answer, install the GitHub Issue Reactions extension to quickly jump to the ones with the most π
594681311882K
1071
Quality
Quality
Here are a couple VS Code kickflips that I often get asked about when I do them in videos.
1252
26324107742K
Quality
Quality
π₯ Select ranges of elements in CSS with multiple nth-child selectors and negative n values
35546710643K
753
43319117.9K
Quality
Quality
π₯ 4 TypeScript tips in context of when you would use them. as const, typeof, keyof and template string types
1104
43347413156K
642221615K
Quality
Quality
π₯ Hereβs what the new TypeScript 4.9 Satisfies Operator is for
953
53571812476K
Quality
Quality
π₯ CSS Container Queries allow us to style elements based on their containers size. Drops in Firefox Feb 14th, and then all browsers will have support!
49159610367K
1255
1.2K992420K
Quality
Quality
π₯ CLI tip: Get a list of files with ESLint issues and open in VS Code
Pipe eslint β grep β xargs code.
Also handy for opening all files with merge conflicts