Weekly Shaarli
Week 28 (July 8, 2024)
Innovations and progress since 1500 per theme
Think you've found an example of good UX? Take a screenshot and send 'er in! We want to build our library to provide as much inspiration as possible. You can also contact us with questions, concerns, or just to chat.
Simple IO components and the ones that contains stateful logic :)
A faster implementation of the rust datetime library
A feedback about the Rust UI rewrite of Zed
A collection of landing pages
Instead of showing screens, this website collects page flows. It's better to shape UX with complete examples :)
This is why databases accessed over a socket instead of being an embedded library are actually a great abstraction, not necessarily a technical one, but an organizational abstraction! During development it can be a simple container running on your developers machines, while in production it can be anything from a container running on the same server as your application, or a distributed cluster accessed through the network.
A simple mark initiative, similar to "Made by humans" and other badges
A thin HTTP API interface pattern.
This is what we often build in UIs with JS to interface with backends.
Great FAQ 😄
Didn't read, but it can be useful someday
An introduction to IRC
- glare
- cheesy
- overwhelming / underwhelming
- awkward: Pas uniquement de bizarre, mais aussi malaise ou sous-entendu.
- fluffy: duveteux, soyeux, doux, léger, aérien. Particulièrement pour les animaux.
- goofy
Other user flows collection
Mobile app screenshots in bulk!
Specific resources. They seems qualitative
Find Inspiration in Design Elements.
Maybe useful someday
A short and efficient one
Because it's far easier to find code with the Search file feature of your code editor when it's in a descriptive filename (client.rs, email.rs, payments.rs...) than if everything is stashed in 10 different mod.rs or lib.rs files.
A rust example project using SQLx and sqlite.
Read the pp_dataserver
later to learn how to use Axum with a SQLite database.
A lightweight version of the builder pattern