home.social

#zero2production — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #zero2production, aggregated by home.social.

fetched live
  1. Thanks for #zero2production, for exploring the design space with #pavex, and especially for your focus on helpful, elegant error handling. @algo_luca

    Thank you @zkat for #miette, it makes me happy to look at its error reports.

  2. Thanks for #zero2production, for exploring the design space with #pavex, and especially for your focus on helpful, elegant error handling. @algo_luca

    Thank you @zkat for #miette, it makes me happy to look at its error reports.

  3. @algo_luca Woohoo! THE Ursula Le Guin just signed up for my newsletter! 😍 #zero2production #rust

  4. I'm looking at the tracing chapter (4.5.11) in Zero To Production and have a question about the approach to the lazy init for output in tests:

    Why configure/init tracing in the else block when TEST_LOG is not set?

    Since the output goes to std::io::sink, my initial impression is that we could just as well remove the else block altogether.

    I may be missing some nuance here.

    Code:
    github.com/LukeMathWalker/zero

    zero2prod.com/

    #zero2production #rust

  5. I'm looking at the tracing chapter (4.5.11) in Zero To Production and have a question about the approach to the lazy init for output in tests:

    Why configure/init tracing in the else block when TEST_LOG is not set?

    Since the output goes to std::io::sink, my initial impression is that we could just as well remove the else block altogether.

    I may be missing some nuance here.

    Code:
    github.com/LukeMathWalker/zero

    zero2prod.com/

    #zero2production #rust

  6. @algo_luca I am currently trying to figure out how to run black-box benchmarks with `cargo bench` but I’m coming up short with any resources of how to run a `#[bench]` test under tokio. Seemed like something I would have found in #zero2production !

  7. @algo_luca I am currently trying to figure out how to run black-box benchmarks with `cargo bench` but I’m coming up short with any resources of how to run a `#[bench]` test under tokio. Seemed like something I would have found in #zero2production !

  8. #zero2production by @algo_luca is becoming one of my go-to resources, but I wish it had a little more about benchmarking and measuring performance of the things that we build

  9. #zero2production by @algo_luca is becoming one of my go-to resources, but I wish it had a little more about benchmarking and measuring performance of the things that we build