Search
Redditors Are Competing To Make The Worst User Experience Possible
20.5.2023
As the recent Reddit commercials have made clear, there’s a community for everything. Nihilist horror, Game of Thrones’ Hodor, avocado food porn (because why not)...you can always find your people. Case in point, there’s a subreddit dedicated to atrocious user interfaces, which is now seeing...
Collective #673
5.8.2021
How To Build Resilient JavaScript UIs * Apollo * User preference media features client hints headers
The post Collective #673 appeared first on Codrops
Five Top Quality APIs
13.4.2021
It’s easy to think about creating beautiful UIs for presenting data when you don’t consider the effort that goes into gathering and serving the data itself. Here’s the thing — thanks to apilayer, you can focus on your UIs and not the pain of API creation. No need to worry...
“The Modern Web”
22.5.2020
A couple of interesting articles making the rounds:
Tom MacWrite: Second-guessing the modern web
Rich Harris: In defense of the modern web
I like Tom’s assertion that React (which he’s using as a stand-in for JavaScript frameworks in general) has an ideal usage:
There is a sweet spot...
Collective #536
29.7.2019
Ciao * Building Beautiful UIs * Poolside FM * Livewire * Liquidfun * Practical Ways to Write Better JavaScript
Collective #536 was written by Pedro Botelho and published on Codrops
Open FaceTime Call from Command Line
11.4.2019
Communication tools are always associated with UIs, and for good reason — if you want communication to be easy and intuitive, you need easy and intuitive interfaces. We need communication tools to provide the lowest barrier of entry, since not all users will be tech savvy. For tech experts...
Set Desktop Wallpaper from Command Line on Mac
31.1.2019
Whenever I need to accomplish a basic task that typically calls for interacting with a UI, I challenge myself to complete the task from command line. After all, most UIs are simply a mask over basic commands, especially when it comes to the operating system. Suddenly I feel like an automation...
15 Free Crypto UIs and Icons Packs
20.1.2019
It feels like the whole buzz around cryptocurrency has calmed down a little. In comparison to the previous year, when the cost of Bitcoin reached unprecedented heights having cost...
The post 15 Free Crypto UIs and Icons Packs appeared first on Onextrapixel
Search Git Commits Between Dates
12.7.2018
One of my weaknesses as a developer is relying on UIs to provide me the data I need. It’s not a fatal weakness but it does hamper me a bit. One prime example is relying on GitHub’s interface to review changes; git’s command line provides the information needed with commands...
Solving Life’s Problems with CSS
28.5.2018
Or: When all you have is a CSS hammer, the world looks like a CSS nail.
Whenever I hear a perfectly nice comment like, "Yeah, representing the tech field!" in response to my pure-CSS art, I get a sharp feeling of panic.
Like many people who work on UIs for a living, I have difficulty applying...