Daily Shaarli
July 9, 2024
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 thin HTTP API interface pattern.
This is what we often build in UIs with JS to interface with backends.
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 simple mark initiative, similar to "Made by humans" and other badges
A faster implementation of the rust datetime library