Nadav Samet (@thesamet) 's Twitter Profile
Nadav Samet

@thesamet

Engineering Manager at LinkedIn (Messaging Platform), author of ScalaPB, Xoogler.

ID: 7369492

linkhttps://www.linkedin.com/in/nadav-samet/ calendar_today10-07-2007 11:21:10

75 Tweet

221 Followers

142 Following

Nadav Samet (@thesamet) 's Twitter Profile Photo

ScalaPB 0.8.0 is out! The highlight of this release is sealed one-ofs (scalapb.github.io/sealed-oneofs.…) which makes ADTs modeled with protos much nicer to use in Scala. Thanks Ɠlafur PĆ”ll Geirsson for the proposal and its implementation!

Mark Dalgleish (@markdalgleish) 's Twitter Profile Photo

Having trouble with code quality? Write a lot of tests. And I mean a *lot*. Test every file in isolation. Mock as many imports as possible. When you're done, your code will still be bad, but now your tests will make sure it's impossible to improve anything in any meaningful way.

Nadav Samet (@thesamet) 's Twitter Profile Photo

Something I wish I knew about Wealthfront before investing: when withdrawing, there's no guarantee when *market rate* sale orders will execute. Wealthfront sat on the request for a few business days, lost $$$$$ due to volatility.

Nadav Samet (@thesamet) 's Twitter Profile Photo

I'll be speaking tomorrow at zio on building functional microservices using ZIO and gRPC. Join me tomorrow (July 16th) at 4:30pm PT / 7:30pm ET at: meetup.com/ZIO-Meetup-SF/…

Nadav Samet (@thesamet) 's Twitter Profile Photo

Thanks to everyone who attended my talk yesterday on Functional, Type-safe, Testable Microservices with ZIO and gRPC. That was fun! Slides: slideshare.net/NadavSamet/fun… Source code: github.com/thesamet/AnyHi… and the video should also be available soon. #grpc #scala #zio

Nadav Samet (@thesamet) 's Twitter Profile Photo

Check out the new documentation site for ZIO gRPC: scalapb.github.io/zio-grpc/ Give ZIO gRPC a try the next time you build a microservice! #zio #scala

Nadav Samet (@thesamet) 's Twitter Profile Photo

I wrote a short guide on writing protoc plugins (protobuf code generators) in Scala. Check it out: scalapb.github.io/docs/writing-p…

Nadav Samet (@thesamet) 's Twitter Profile Photo

Released ScalaPB 0.11.0-M3, which is the first version of ScalaPB that comes with full compatibility with Dotty for both the runtime and the generated code. Enjoy it while it's hot!

Nadav Samet (@thesamet) 's Twitter Profile Photo

I'm looking for a fulltime #scalajs / #scala engineer to help us share some of our server-side logic with the frontend. Sunnyvale or SF, CA

Nadav Samet (@thesamet) 's Twitter Profile Photo

Need a read-only LDAP server that pulls from #Okta? Check out github.com/trueaccord/Fal… - useful for apps that'd only authenticate with #LDAP.