5
emamut
4y

Send good vibes because I'm going to do a 5-day test for a good job offer

Comments
  • 4
    5 day test? What on earth???
  • 2
    Are you sure that's legit?
  • 1
    Are you getting paid for this one week of work?
  • 1
    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();
  • 0
    @PrivateGER Yes, I know the company
  • 0
  • 1
    How about I send @gudishvibes instead
Add Comment