Categories
Coding Reference Material

Development Goodies

These are just some development-related links and articles I have read in the last weeks which I think are worth mentioning: How to protect a website powered by Jetty: ’nuff said, I guess. Best development book I’ve read, has no code in it: I haven’t had time to read the book mentioned in the article – […]

Categories
Coding Reference Material

Understanding webservices specifications (and more)

We all know that JSON and RESTful web services are the new darlings of the Internet and, to some extent, backend development these days. Their simplicity over other mechanisms are, undoubtedly, a good thing. However, a large amount of the backend development still (will continue to) rely on SOAP and other mechanisms to provide services. That’s why […]

Categories
Reference Material

Data Structures

Data structures are a recurring topic for any software engineer: be it because it’s required for pretty much any interview or because you need to find the most adequate solution to a problem you are working with. Nonetheless, there are a vast amount of them and it’s not always easy to remember about them. The list […]

Categories
Mac OS X

MacPass: a decent, OS X native, KeePass port

A native OS X port of Keepass is something that I have been wanting for a long time. Amazingly I found one today while browsing the web. You can download it from here, and look at the source code on the project’s Github.    

Categories
Cloud Coding

Enterprise Integration with Apache Camel

I’ve just published a mini e-book, in Portuguese, about Enterprise Integration with Apache Camel. If you happen to speak Portuguese, you can download it from here.

Categories
Cloud Coding

Quick tips for running Java applications on OpenShift