Surfaces have gain a lot of attention lately. I've improved the page to be more explicit on the problem its trying to solve.
Implemented it in prod for a client last week from Tailwind v3. Worked like a breath.
https://t.co/zmM4aGgLkX
🔎 This interface has 16 problems. Can you spot them all?
Let's redesign the following example using 16 design guidelines from my @PracticalUi design book. Fixing visual hierarchy, spacing, colour, and typography one by one.
In a world of AI generated slop 💩, it's even more important to know how to find and fix UI issues.
What's the first thing you'd have changed?
📘 PS Get 40% off the book for a limited time only.
if you’re dynamically masking a scroll container with css, consider leaving room for the scrollbar instead of masking it too 🧑🍳
mask-repeat: no-repeat;
mask-size: calc(100% - 10px) 100px;
"Line Spacing 1.5”
"Font size 12"
"Font style Times New Roman"
"Your literature review is too scanty"
"Your citation is poor"
“Include all of abbreviations”
"Print 4 copies, 3 for the department and one for you"
This is where it ends... like I said "the most useless thing in
University Education, is Project."
TypeScript 7.0 Beta is here!
Built on a new native and parallelized foundation, it's already being used on multi-million line codebases.
Read up more here and try it on your projects today!
https://t.co/mYN3MPp1ab
If your UI is dark mode only, you have to add this to your layout
Without this, the browser will default to system appearance and display ugly white scrollbars on dark backgrounds during the day
made bg.layers - a playground to make messy CSS backgrounds easier to read and tweak
find out what’s going on in your background spaghetti 🍝
https://t.co/hwRDLPVGH3
You can now build and test cloud apps completely offline without an internet connection.. 🤯
Someone built gofakes3, a lightweight S3 clone for testing without AWS. It lets you mock cloud storage directly on your machine.
- Zero cloud costs for local testing.
- Test your S3 integrations offline.
- Lightweight and easy to set up.
100% open source.