Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SO
Sonic12040 @lemmy.ml
Posts 2
Comments 2
Rust fact vs. fiction: 5 Insights from Google's Rust journey in 2022
  • I did find it worth noting that they clarified as experienced software developers. For places with a wider gamut of experience levels, the ramp-up time could remain an issue, which is a fear I have when talking with my own team at work about Rust when many have trouble with Java coming from JavaScript-only.

  • opensource.googleblog.com Rust fact vs. fiction: 5 Insights from Google's Rust journey in 2022

    Wondering about Rust? We're addressing rumors and providing insight gained from years of early adoption of Rust here at Google.

    Rust fact vs. fiction: 5 Insights from Google's Rust journey in 2022

    Google's open source blog put out a post on their experiences with Rust so far; definitely an interesting read!

    2
    devblogs.microsoft.com Announcing TypeScript 5.1 - TypeScript

    Today we’re excited to announce the release of TypeScript 5.1! If you’re not yet familiar with TypeScript, it’s a language that builds on JavaScript by adding constructs called types. These types can describe some details about our program, and can be checked by TypeScript before they’re compiled aw...

    Announcing TypeScript 5.1 - TypeScript

    For me, the biggest excitement is around "Easier Implicit Returns for undefined-Returning Functions". It's nice not to have to insert a return undefined; when that's the implicit behavior.

    0