What exactly is a RESTful Service? REST is an acronym for REpresentational State Transfer. It is a way of representing the data requested of, or sent to a web service in such a way that the server understands exactly what is being requested or sent, along with what the server should do with it and what it should send back to the client.
UML in Software Development
Years ago, I read a book titled “Head First Design Patterns” by Eric Freeman & Elisabeth Freeman with Kathy Sierra & Bert Bates. This book, along with a few blogs and magazine articles, introduced me to software design patterns.
Developing Mobile Applications With Xamarin
As a software engineer, I’m constantly thinking about code reuse. How can I write code once, but utilize it in other places when needed?
Continue reading “Developing Mobile Applications With Xamarin”