Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Babatope.Festus

Babatope.Festus

Babatope.Festus has asked 0 questions and find answers to 2 problems.

Stats

22
EtPoint
2
Vote count
0
questions
2
answers

About

Software Engineer: Regular hands-on Java, Node.js, React/Redux, Python, AWS, AZURE, CI/CD, MQ, SQL

SELECT my_interest From Interests where interest in(
  Multi-threading, parallel processing, IoT, incremental development, TDB, code review, mobile, 
  e-payments, ISO8583, enterprise integration, micro-services, games and Artificial intelligence
) OUTER JOIN Hobbies 
ON Interests .person = Hobbies.Person 
AND Hobies.list in('Jazz','Poetry','Korean Drama')


if(remoteJobs.stream()
  .map(a -> a.getHourlyRate())
  .reduce(0, (x ,y) -> x + y)
  .doubleValue() >= 60) {
    execute();
}

Babatope.Festus questions

Babatope.Festus answers