/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

antonz.org
| | github.com
3.7 parsecs away

Travel
| | Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps. - redis/redis
| | electric-sql.com
4.6 parsecs away

Travel
| | Web development has been progressing through an evolution of state transfer. Hybrid local-first architecture is the natural endgame for this progression.
| | themythicalengineer.com
3.1 parsecs away

Travel
| | Blog about Software Engineering
| | andreabergia.com
34.0 parsecs away

Travel
| This post is part of the Writing a JVM in Rust series. In this post, I will discuss how rjvm parses .class files. The code I will discuss today is contained in the reader crate. A warning before you read: this is the earliest part of the project and, since I have written this project to learn Rust, it is also the one that contains the least idiomatic code. Don't take this as an example of the best Rust ever written!