InfoQ

InfoQ

Editor Specific Content View

All of Mike Rozlog's Content on InfoQ


Latest featured content by Mike Rozlog

Five Static Code Audits Every Developer Should Know and Use

Topics
Code Quality,
Quality,
Software Craftsmanship,
Architecture,
Programming,
CodepaLOUsa 2011,
Agile,
Code Reviews

Mike Rozlog discusses the need for software audits, proposing five code reviews that every developer should use: Numerical Literal, String Literal, god Method, Shotgun Surgery and Duplicate Code.

REST and SOAP: When Should I Use Each (or Both)?

Topics
SOAP,
Messaging,
Web Services,
SOA Platforms,
SOA,
REST,
Architecture,
Enterprise Architecture

Web developers today have a myriad of technologies they can choose from; for example, the two approaches for interfacing to the web with web services, namely SOAP and REST. Both approaches work, both have advantages and disadvantages to interfacing to web services, but it is up to the web developer to make the decision of which approach may be best for each particular case.