Sonar (by SonarSource.com) is getting more and more popular among developer teams. It’s an open source platform measuring software quality in the following 7 axes Architecture and Design Comments Coding Rules Complexity Code Duplication Potential Bugs Unit Tests If you’re a Sonar newbie then you might find this blog post...
[Read More]
JOB INTERVIEW QUESTIONNAIRE
General Questions: Are you on Twitter? If so, who do you follow on Twitter? Are you on Github? If so, what are some examples of repos you follow What blogs do you follow? What version control systems have you used? What is your preferred development enviroment? (OS, Editor, Browsers, Tools...
[Read More]
JAVA INTERVIEW QUESTIONS PAGE :D
1. What is the difference between private, protected, and public? These keywords are for allowing privileges to components such as java methods and variables. Public: accessible to all classes Private: accessible only to the class to which they belong Protected: accessible to the class to which they belong and any...
[Read More]
20 +2 Subjects Every Software Engineer Should Know … and the books you need
I recently read an extremely interesting and useful article about the 20 subjects that every software engineer should know or learn…. What is really cool is that it’s not restricted to products, languages but it describes generally accpepted technologies, methodologies and practices. It applies both to junior and exeperienced software...
[Read More]
agile
We are uncovering better ways of developingsoftware by doing it and helping others do it.Through this work we have come to value: Individuals and interactions over processes and toolsWorking software over comprehensive documentationCustomer collaboration over contract negotiationResponding to change over following a plan That is, while there is value in...
[Read More]