Home
About
Thoughts
Playground
Projects
karl@kejk.tech
Home
About
Thoughts
Playground
Projects
karl@kejk.tech
Bookmarks
Bookmarks
What should we ship?
In October, together with Glenn, Henry, and Alasdair, we shipped a new homepage for Vercel. Our north stars for the design were performance, constraint in visual flair, and opportunity for bridging different pages aesthetically.
27 December 2023
rauno.me
2023 Was a Bad Year for UX, But the Future is Bright
Hello, I’m Felix! Welcome to this week’s ADPList’s Newsletter; 🔒 subscriber-only edition 🔒weekly advice column. Each week, we tackle design, building products, and accelerating careers.
26 December 2023
adplist.substack.com
An over-analytical analysis of style
Style is consistent constraint. I’ve never heard a more concise and accurate description.
24 December 2023
pjonori.blog
Commit Mono. Neutral programming typeface.
Customize Commit Mono to your liking before you download. const isPalindromic = (number) => { if (number <= 1) { console.log("Usage: please input a non-negative integer"); process.exit(1); } let reverse_number = 0, temp = number; while (temp > 0) { reverse_number = (reverse_number * 10) + (temp % 10); temp = Math.floor(temp / 10); } if (reverse_number == number) return true; else return false; }; const input = process.argv[2]; let number = Number(input) if (input !
24 December 2023
commitmono.com
Create reusable Tailwind + React components – TWC
TWC is a lightweight library to create Tailwind Components in one line, write less code and build faster. Get started with TWC Turn this React component:
23 December 2023
react-twc.vercel.app
The tyranny of collaborative ideation
A brainstorming session at BBDO New York office in 1950s. Photo © Philippe Halsman
22 December 2023
uxdesign.cc
Previous
Next