David Jeřábek (@davidoseq) 's Twitter Profile
David Jeřábek

@davidoseq

Frontend Developer using React. ⚛️

ID: 99518395

calendar_today26-12-2009 15:01:26

186 Tweet

73 Takipçi

731 Takip Edilen

Anita Jeřábek Szelesová (@anyt_it) 's Twitter Profile Photo

If you ever wanted to take a course on programming from an Ivy League school, today is the day to do it 🤩 And for free! #WomenWhoCode #learntocode #javascript #python content.techgig.com/harvard-univer…

David Jeřábek (@davidoseq) 's Twitter Profile Photo

Nobody likes the blue circle when the element is in focus. But we need it for accessibility. Spotify came up with a simple solution to solve it. jmperezperez.com/outline-focus-… #accessibility #a11y

Diana (@diana_ashktorab) 's Twitter Profile Photo

Day #79-82 #100DaysOfCode WOW...I made a Panda in CSS using #singlediv 😃😎 I had to divide the video in 2 parts cause it was too long for twitter. I upload part 2 in another tweet tnx 4👍 Pen Link👇 codepen.io/superpowerkid/… #CodeNewbie #codeNewbies #GirslWhoCode #KidsCanCode

David Jeřábek (@davidoseq) 's Twitter Profile Photo

I discovered a service that combines around 39 #DesignSystem and shows how the individual components are named or visualized. Great for inspiration. uiguideline.com

Sven (@svenluijten) 's Twitter Profile Photo

🤓 TIL about the "ping" attribute on <a> tags, which will send a POST request to the given URLs when the anchor is clicked. 🔗 developer.mozilla.org/en-US/docs/Web…

🤓 TIL about the "ping" attribute on &lt;a&gt; tags, which will send a POST request to the given URLs when the anchor is clicked.

🔗 developer.mozilla.org/en-US/docs/Web…
Jakub Valenta (@jakubvalenta_) 's Twitter Profile Photo

IE11 a jak na Rohlik.cz pokračujeme s ukončením podpory: ➡️ Informační popup s nabídkou moderních prohlížečů ➡️ Získání dat o uživatelích IE11 a jejich frekvence nákupu ➡️ Oslovení zákazníků e-mailem s vysvětlením ➡️ Případná pomoc s instalací prohlížeče u top buyers

Axel Rauschmayer (INACTIVE) (@rauschma) 's Twitter Profile Photo

[■,■,■,■].map(■→●) ⇒ [●,●,●,●] [■,●,■,▲].filter(■→true) ⇒ [■,■] [■,●,■,▲].find(●→true) ⇒ ● [■,●,■,▲].findIndex(●→true) ⇒ 1 [■,●,■,▲].fill(●) ⇒ [●,●,●,●] [■,●,■,▲].some(●→true) ⇒ true [■,●,■,▲].every(●→true) ⇒ false

Vercel (@vercel) 's Twitter Profile Photo

Next.js 11 is here. Featuring: Better DX: ◆ Faster dev ◆ Static image automation Better UX: ◆ Image blur support ◆ Script optimization ◆ Conformance with ESLint nextjs.org/11

Dan Hollick (@danhollick) 's Twitter Profile Photo

💡Have you ever wondered why the WCAG colour contrast ratio doesn't always seem to work?💡 Well it actually has to do with how we calculate colour contrast and is super interesting. Hold on to your butts, this is a 🧵

💡Have you ever wondered why the WCAG colour contrast ratio doesn't always seem to work?💡

Well it actually has to do with how we calculate colour contrast and is super interesting.

Hold on to your butts, this is a 🧵
Michal Damborsky (@michaldam) 's Twitter Profile Photo

Jak se u nás v Rohlik Group vytvářejí zážitky a hlavně služba, kterou milujeme my i naši zákazníci 💚. Pokud se toho chcete taky účastnit, dejte mi vědět. Pořád nabíráme 💪 medium.com/design-kisk/ja… #productdesign #ux

Steve (Builder.io) (@steve8708) 's Twitter Profile Photo

How do Nike and Apple make such smooth and touch friendly carousels with pure CSS? /* tl;dr */ .carousel { scroll-snap-type: x mandatory; } .carousel .item { scroll-snap-align: start; } More detail 👇

Delba (@delba_oliveira) 's Twitter Profile Photo

New in Next.js: File-based Metadata API 1. Drop an Icon or OG image into `/app` and Next.js will auto-generate robot-friendly metadata for you. 2. Generate image, robots, sitemap, and manifest files using type-safe APIs.

New in Next.js: File-based Metadata API

1. Drop an Icon or OG image into `/app` and Next.js will auto-generate robot-friendly metadata for you.

2. Generate image, robots, sitemap, and manifest files using type-safe APIs.