Only Software matters

Experiences in software development

  • Enter your email address to follow this blog and receive notifications of new posts by email.

    Join 637 other subscribers
  • MVB

  • JavaCodeGeeks

    Java Code Geeks

  • My recent tweets

Archive for July, 2012

20 +2 Subjects Every Software Engineer Should Know … and the books you need

Posted by Patroklos Papapetrou on July 19, 2012


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 engineers. The former have a guideline about the fields that need to focus whereas the latter have the chance to re-evaluate their knowledge.
What’s missing, IMHO, is to give the reader a clue about which are the best book(s) related to these subjects so in this post I give my advices on that. Of course the list of books is not complete and it’s just my opinion based on my experience.

Hope you find it useful as well!

1. Object oriented analysis & design

2. Software quality factors

3. Data structures & algorithms: Basic data structures like array, list, stack, tree, map, set etc. and useful algorithms are vital for software development. Their logical structure should be known.
6. Software processes and metrics
8. Operating systems basics
10. Network basics
13. Dependency management
15. ORM (Object relational mapping)
18. Internationalization (i18n)

Posted in agile, cdi, ci, continuous integration, java, quality, software, sonar, testing | 10 Comments »

Continuous Inspection with Sonar

Posted by Patroklos Papapetrou on July 17, 2012


See on Scoop.itSonar Quality Platofrm

Continuous Inspection with Sonar

See on jeeconf.com

Posted in software | Leave a Comment »

Sonar announce – Release of Python plugin 1.0 | List View

Posted by Patroklos Papapetrou on July 17, 2012


See on Scoop.itSonar Quality Platofrm

Hi,

I’m pleased to announce the release of Python 1.0.

This version introduces implementation of own Python parser for computation of metrics, adds new metrics, new rules, fixes some bugs and provides default SQALE model.

See on sonar.15.n6.nabble.com

Posted in software | Leave a Comment »

Sonar announce – Visual Basic 1.2.1 released | List View

Posted by Patroklos Papapetrou on July 12, 2012


See on Scoop.itSonar Quality Platofrm

The Sonar team is happy to announce the release of the Visual Basic plugin version 1.2.1.

See on sonar.15.n6.nabble.com

Posted in software | Leave a Comment »

Simplify Your Java Documentation Strategy

Posted by Patroklos Papapetrou on July 10, 2012


See on Scoop.itSonar Quality Platofrm

This article provides some good ideas for making your Java documentation process a smooth activity.

See on www.java-tv.com

Posted in software | 1 Comment »