by emertxe_admin | Sep 22, 2017 | Career and Jobs, Soft skills, Emertxe, Blog, Tips, Education
Campus to Corporate Training: Being successful in career requires lot of strength in character by sticking to basics. Mr. Yogesh’s talk exactly re-iterated this key aspect by focusing on how to manage your boss, your career and eventually yourself. Rather than...
by emertxe_admin | Jun 29, 2015 | Tips, Java, Programming, Technology, Blog
Here is a tutorial on Unit Testing in Java with JUnit While software testing is generally performed by the professional software tester, unit testing is often performed by the software developers working on the project, at that point of time. Unit testing ensures that...
by emertxe_admin | Jan 6, 2015 | Blog, Tips, OSFY, Java, Debugging, Programming, Open Source
In object-oriented programming languages (like C++ and Java), there could be unused objects that are still a part of the program. These will create undesirable results like an out of memory error, for instance, during run-time, if left unattended. The memory occupied...
by emertxe_admin | Dec 1, 2014 | Blog, Tips, Linux, Linux Commands
As a sequel to the previous article about Split command, thought of sharing another useful command called ‘cut’ that is available in Linux environment. Similar to split, often we run into some situations where configuration to be read from a particular...
by emertxe_admin | May 27, 2014 | C programming, Linux Commands, Programming, Blog, Tips
Often when we walk into car garage, one can observe that the mechanic having different type of spanners, screw drivers for fixing different set of problems. These are nothing but tools that makes life of the mechanic easier. In the similar lines knowing different...