This is the third serious security breach at Okta in ~2 years.
Okta sells security as a service: and yet it cannot secure itself. In the past we know it did not follow security 101. Yet another inexplainable incident.
Who can trust Okta after all this?
💥 16 little UI design rules that make a big impact
UI design might appear to be a magical art form, but a lot of it is made up from logical rules or guidelines.
We’ll redesign an example interface using 16 of 100+ guidelines from my book - @PracticalUI
A mega thread👇
Musk bought the company and he can do whatever he wants. It’s quite literally his company. But while you can change code and business practice at will, no company has perfect control over user perceptions or ingrained habits and mores. Twitter has spent a decade reinforcing ….
If you are using Jest 25+ in a mid/large repo, could you run:
* `jest --coverage --coverage-provider=v8`
* `jest --coverage --coverage-provider=babel`
and share both coverage results for "All files"?
✍️ Wrote a little piece about my experience of remote working.
> Veni, vidi, vici: my journey into mastering remote working
🔗 https://t.co/LDH8Wq3JDu
#remoteworking
Take a moment to share your thoughts and opinions about the state of GraphQL in this https://t.co/g1iSauzVRm survey!
Brought to you by the fine folks behind StateOfJS
🤝 Really looking forward to running my first quarterly Prisma Ambassador Board Meeting tomorrow. Our Product team joins as well to give the Ambassadors an update about what we are working on.
👉 Want to join these meetings too? Become an Ambassador at: https://t.co/KMc6rpRLsP
🤩 If you're brand new to Prisma or looking for a refresher, these are the top 5 Prisma courses you should check 🧵👇
1️⃣ Build a Backend with Prisma by @ryanchenkie → https://t.co/tbAvVh6m3u
This is one of the top-rated courses on @eggheadio 💯 (1/)
I'm looking for my next role 👋
• UI / Front-end engineer with a soft spot for design systems + semantic HTML
• Currently enjoying React.js via Next.js
• Don't mind how you write CSS (as long as it’s consistent)
I’d love to hear from you! https://t.co/ybZqUnTRMg
Announcement time! In 2019 we set a funding goal but we didn't reached it: we are now making some adjustments about how we pay our maintainers.
We are still spending more than what we receive, but we hope that we'll manage it with your help!
https://t.co/T0xHkQD79S
Please don't import SVGs as JSX. It's the most expensive form of sprite sheet: costs a minimum of 3x more than other techniques, and hurts both runtime (rendering) performance and memory usage.
This bundle from a popular site is almost 50% SVG icons (250kb), and most are unused.