if (time > "9:00 am" && time < "6:00 pm") {
codeAtWork(SQL, Java, AngularJS);
} else {
try {
switch(mood) {
case SPORTS: goForATraining(); break;
case LEARNING: learningMoreAdvancedStuff(AngularJS, CSS, HTML, SoftwareArchitecture...); break;
case DEVELOPING: workingOnPrivateProjects(AngularJS, CSS, HTML); break;
default: chillOut(); break;
}
} catch (NeedToSleep ) {
sleep();
}
}
I'm a software engineer, started to specialize in the front-end part. In my spare time love sporting, coding, learning new stuff.