Notes on Building Noise: A JSON Search Engine Written in Rust

In 2008 I was getting paid to work on my creation, Apache CouchDB. IBM had hired me early that year to put it into the Apache Incubator and by then it was a top level project. I was living in Asheville NC with my wife and kids, in the house 23hrs a day wo… Read more

Similar

Rust on AWS

Are you a seasoned AWS developer? Just getting started with AWS? Regardless, if your favorite programming language is Rust, then get started here with 10-minute tutorials, technical blog posts, and resources for projects, libraries, and more. (more…)

Read more »

Does Rust need proc-macros 2.0?

Without any doubt, macros are an important feature of the Rust programming language. Macros like println!, lazy_static!, various derive-macros and many others have saved countless hours of writing tedious boilerplate code. However, not everything is perfe... (more…)

Read more »