Mobile Web & Internationalization
For my work, we are building the trending-trend for the mobile world: mobile web applications. Web applications, or whatever you prefer to call them, thought and optimized for being used through a...
View ArticleJavaMail Session to the Rescue
There might comes the time when you need to send emails to your users base within your Java application, deployed in Glassfish. So you start to code some simple Java mail classes, and you find yourself...
View ArticleMultiple Boards and Bootloaders on a Single Hardware Pack
Multiple Boards and Bootloaders Finally, Linaro Image Tools has support for multiple boards and multiple bootloaders on single configuration file and hardware pack. Linaro Image Tools Linaro Image...
View ArticleThink Like a Programmer
Another quick post for a small promotion, always from the lovely No Starch Press. This time is the turn of the book “Think Like a Programmer“, by V. Anton Spraul. As for the previous promotion, you can...
View ArticleEternal Editor Search
Finding the perfect code editor In my eternal search for a no resource hungry (Python) code editor that can help you getting things done easily and quickly, I started using SublimeText at its 2.0...
View ArticleConvert a bazaar repository into a git one
Yesterday, for a work task, I needed to convert a bazaar repository into a git one, to store code for other teams (that mostly use git) to work on. The bazaar repo was very simple actually, small...
View ArticleWorking from Home, Six Months Later
Almost six months ago I started working for Linaro, from home. It was the first time for me with a home-based job, and I’m enjoying every minutes of it. Before joining Linaro I did my fairly amount of...
View ArticleBook Review: Think Like a Programmer
This is my first attempt at writing a book review, so bare with me if it is not the best around. And here the “usual” disclaimer: I received a free copy of “Think Like a Programmer” from NoStarch...
View ArticleNew Feature for Linaro Image Tools: Android Hwpack
Finally, after some delays, Linaro Image Tools now has support for Android hardware pack (or Android hwpack). What is an Android hwpack Let’s start with with clearing out the confusion the term...
View ArticleMake nginx Return a JSON Response
This is more of a “write here so I do not forget” kind of post. I set out trying to make a simple “maintenance” mode for a REST API (that speaks only JSON) without having to handle it in the code base....
View Article