Jayson Harshbarger

5.5K posts

Jayson Harshbarger banner
Jayson Harshbarger

Jayson Harshbarger

@hypercubed

Angular, d3, and Beyond! | From CA, now CO (via JP) UI Architect https://t.co/Tphx0GtjHJ

Louisville, CO เข้าร่วม Ekim 2008
1.1K กำลังติดตาม360 ผู้ติดตาม
Michael Girdley
Michael Girdley@girdley·
What happens in the days after you die? It will be horrible for your loved ones. I just learned about something you can do to make that easier for them: The Green Box Exercise.
Michael Girdley tweet media
English
283
941
6.4K
2.9M
Julián Pinzón Eslava
Julián Pinzón Eslava@pinzonjulian·
I’m about to start a new project (a web app) and I want to write modern CSS. I don’t want to use Tailwind and I won’t use a JS framework (so CSS in JS is no good here). What are the latest/best/contemporary practices to organise CSS?
English
21
1
15
9.4K
Jayson Harshbarger
Jayson Harshbarger@hypercubed·
To clarify I haven't tey figured out if Oikaze can feed design tokens to Tailwind.... since Tailwind config is JS based not (S)CSS.
English
0
0
0
55
Jayson Harshbarger
Jayson Harshbarger@hypercubed·
The Tailwind debate seams to be flaring up again. Even though I named my #SCSS tool Oikaze (Tailwind in Japanese) it's not a competitor; Oikaze is meant to be a manager for your #designtokens. One step before your utilities; Tailwind or otherwise. #WebDesign #CSS
English
1
0
1
234
Jayson Harshbarger รีทวีตแล้ว
Jason Warner
Jason Warner@xocomil_1·
My hot take: Don't unit test components. They can't be reliably isolated and you aren't really testing what you think you are. Move your state to a service and unit test the service. Use Angular Testing Library, Cypress or Spectator to do component testing on your @Angular components. Test them the way the user would use them.
English
14
13
83
25.9K
Justin Fagnani
Justin Fagnani@justinfagnani·
JavaScript puzzler: Without running the code, what's printed to the console? Poll in thread!
Justin Fagnani tweet media
English
5
1
7
8.1K
Jayson Harshbarger
Jayson Harshbarger@hypercubed·
Wow! TIL that #CSS now has a `color-mix` function. With this we can get rid of hacks necessary to use `rgba` to add transparency. `color-mix` has a 79% global support. Great boost for CSS custom property based #designTokens.
Jayson Harshbarger tweet media
English
1
2
5
848
Jayson Harshbarger
Jayson Harshbarger@hypercubed·
Oikaze makes little assumptions on how you name or organize your #DesignTokens. Oikaze is BYOT... bring your own tokens.
English
0
0
0
52
Jayson Harshbarger
Jayson Harshbarger@hypercubed·
@sulco What am I missing here... it returns the sum of two (sort of) random numbers. What's weird?
English
0
0
1
116
Tomek Sułkowski
Tomek Sułkowski@sulco·
I bet you can't tell the value this will log: ``` console.log( setTimeout(() => {}) + setTimeout(() => {}) ); ``` (If you're unsure try to guess then paste it into the devtools)
English
17
2
27
12.9K