Avinder Bahra (@avinder42) 's Twitter Profile
Avinder Bahra

@avinder42

FP and House Music enthusiast. Lead developer on ZIO DynamoDB.

ID: 723497775695052800

calendar_today22-04-2016 13:04:46

245 Tweet

160 Followers

163 Following

Jon Pretty (@propensive) 's Twitter Profile Photo

A Statement I am a Scala developer and speaker who was cancelled three years ago. Yesterday I attended the High Court in London to hear an apology from several prominent members of the Scala community for making untrue claims about me on 27 April 2021. I sued them for libel, and

Alexander Granin (@graninas) 's Twitter Profile Photo

Haskell is not popular. In fact, it's less popular than it was 10 years ago. Fifteen years ago, Uncle Bob Martin gave a talk titled "What Killed Smalltalk Could Kill Ruby, Too." 🔗 youtu.be/YX3iRjKj7C0?si… He argued that the downfall of Smalltalk was caused by the arrogance of

John A De Goes (@jdegoes) 's Twitter Profile Photo

The Scala FP community has never collectively gotten to the same place... Big chunks are stuck in the stone age, with the equivalent of Effect<A>--no typed errors, let alone typed context! If Scalaz/Typelevel never existed, perhaps it would have been a different story!

zio (@zioscala) 's Twitter Profile Photo

The updated Zionomicon includes coverage of two key ZIO libraries, ZIO Schema and ZIO HTTP, in the following chapters: ➡️Chapter 34: Schemas: The Anatomy of Data Types ➡️Chapter 35: Communication Protocols: ZIO HTTP

John A De Goes (@jdegoes) 's Twitter Profile Photo

The way new developers evaluate features is so different from the way experts do. I've found it's hard to build dev tooling for both markets, because some of the things the junior folk want are actually anti-patterns in the large. (Fortunately, not authz / access control!)

Golem Cloud (@golemcloud) 's Twitter Profile Photo

Lead engineer of Golem Cloud Daniel Vigovszky presenting “Golem, Powered by WASM” at Wasm I/O ! Daniel shared the latest thrilling updates on Golem Cloud and took a deep dive into how WebAssembly’s sandboxing capabilities are transforming our approach to durable execution. He focused

Avinder Bahra (@avinder42) 's Twitter Profile Photo

A new release of ZIO DynamoDB has been published github.com/zio/zio-dynamo… which includes a bunch of improvements and updates. Special shout goes out to andes nardan for his feedback on the library. More features to follow soon #Scala #ZIO #DynamoDB

Avinder Bahra (@avinder42) 's Twitter Profile Photo

It been over 9 years since i've used a relational database for my day job (3 yrs MongoDb + 6 yrs DynamoDB ) - how things have changed. Its no coincided that this has coincided with the micro-services juggernaut - our domain models and requirements are much smaller

John A De Goes (@jdegoes) 's Twitter Profile Photo

Yay or nay on the following name changes: Optic => Accessor Lens => Field Prism => Case Traversal => Elements Optional => Optional If you are a big fan of the names `ap` or `Kleisli`, you are not eligible to vote in this election. 😉🤣

John A De Goes (@jdegoes) 's Twitter Profile Photo

Uncle Bob receives substantial criticism, some technically sound and well-informed. Yet much comes from young peacocks strutting. Respect your elders, kids—with luck, you'll achieve half of Bob's career success and live to see peacocks strut your way too.

John A De Goes (@jdegoes) 's Twitter Profile Photo

Another application of reflective optics: serializable patches, which should enable both efficient bulk-updates, as well as boilerplate-free event-sourcing. H/T Adam Hearn who 'blessed' me with more work to do during talk-prep week 😆

Another application of reflective optics: serializable patches, which should enable both efficient bulk-updates, as well as boilerplate-free event-sourcing.

H/T <a href="/adamhearn_/">Adam Hearn</a> who 'blessed' me with more work to do during talk-prep week 😆
Avinder Bahra (@avinder42) 's Twitter Profile Photo

ZIO Blocks rocks! Just created a minimal Codec using github.com/zio/zio-blocks for ZIO DynamoDB and the developer experience so far has been super smooth. Looking forward to some more hacking. Props to John and Andriy Plokhotnyuk #Scala #ZIO

John A De Goes (@jdegoes) 's Twitter Profile Photo

Just blogged, "Golem Prepares for Major Refocus on Agentic Applications." 👀😱 Read the brand-new post while it's still hot!👇 golem.cloud/post/golem-pre…

Alexander Ioffe (@deusaquilus) 's Twitter Profile Photo

ExoQuery’s secret sauce? It auto-flattens front SQL blocks into a razor-thin query—no wasted scans, no temp tables—while you still chain fully composable, nested-looking selects in plain Kotlin. 🪄⚡️ Nothing else in Kotlin comes close! #ExoQuery30in30 #Kotlin #Database

Daniel Vigovszky (@dvigovszky) 's Twitter Profile Photo

Published a small Rust crate for generating WASM Components by generating MoonBit code - it embeds the MoonBit compiler, binding generator and other wasm libraries so it has no runtime dependencies: crates.io/crates/moonbit…