Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
List<Vibe> vibes = Vibes
.stream()
.filter(v->v.isGood())
.collect(Collectors.toList())
; // I know.. I just like how intelliJ hints each line of the streamline :)
String vibesJson = new ObjectMapper().writeAsString(vibes);
Connection.Descriptor conn = DevRant.connectors().users("emamut").connect();
conn.write(vibesJson);
conn.close();
Related Rants
Send good vibes because I'm going to do a 5-day test for a good job offer
rant
remote work
!rant
test
good vibes