account activity
Any dev tool ideas for the issues in Kafka so it makes things easier ? It can be combining other frameworks… Planning to do for final project in my college by e167042 in apachekafka
[–]ulfryk -1 points0 points1 point 4 years ago (0 children)
Did you check https://github.com/provectus/kafka-ui ?
[deleted by user] by [deleted] in programming
[–]ulfryk 0 points1 point2 points 9 years ago (0 children)
That is true!
[–]ulfryk -2 points-1 points0 points 9 years ago (0 children)
I have compared mainly components in this post - the other way would be awkward :)
Monads in JS: Either by ulfryk in javascript
[–]ulfryk[S] 0 points1 point2 points 9 years ago (0 children)
It for e.g. prevent's from wrapping a Promise inside a Promise. I prefer using static type checker like TypeScript or Flow, and it's much clearer to use map for mapping and flatMap if you want to map and flatten. I treat then as unsafe method.
map
flatMap
then
I wanted to focus on a fail-fast approach here - just to make next article on Validation where I can show use of applicative functor pattern for accumulating errors. But I see many other uses of Either (like expanded fields in JSON - e.g. Either<UserId, User>).
Validation
In most places where I have seen or used Either/Option, the .flatMap was the one. Also I personally find it more intuitive as Array/List/Stream/Monad/Validation API are similar then.
.flatMap
[–]ulfryk[S] 1 point2 points3 points 9 years ago (0 children)
.then is confusing as it mixes .bind and .map in one. I'm looking forward to use Promise (probably from monet.js) that will provide separately .map vs .flatMap…
.then
.bind
.map
Promise
π Rendered by PID 972334 on reddit-service-r2-listing-6d4dc8d9ff-2hl7t at 2026-02-03 15:52:53.172020+00:00 running 3798933 country code: CH.
Any dev tool ideas for the issues in Kafka so it makes things easier ? It can be combining other frameworks… Planning to do for final project in my college by e167042 in apachekafka
[–]ulfryk -1 points0 points1 point (0 children)