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...
View ArticleJSON manipulation: reference material
While working on ways to export my backlog in Trello, which I wrote about in this post, I came across the following articles that I think might be useful for those manipulating JSON data: 7...
View ArticleLearning JBoss Fuse
If you are interested in learning JBoss Fuse, you may want to read these blog posts of how to get started with JBoss Fuse. You can find them here.
View ArticleRecommended reading
Quick post to share some interesting material I came across the Web: Architecture: Evolving a Mobile-centric Architecture: The Microservices Way Scala vs. Node.js as a RESTful backend server Cheaper...
View ArticleFedora Linux 22 on Macbook Pro Retina
I have Late 2013 MacBook Pro Retina (MacBookPro11,1 (13″) (A1502)) and I wanted to run Fedora 22 on it. These are just some tips to solve some common problems about running Linux on it: 1. Configure...
View ArticleVIL: Very Important Links (updated)
Just some important links that might be useful for others. Ptrace is a linux syscall that allows you to manipulate process. It’s commonly used to implement debuggers, although you can do quite a lot of...
View ArticleLinux fanzines
Although man pages are essential for anyone doing serious work on Linux and other Unix-like operating systems, it’s hard to advocate for them as being user friendly and easy to read. Therefore,...
View ArticleColors in GDB
I have been on a intense session of C/C++ hacking lately and one of the things I came across is this interesting StackOverflow topic about how to colorize the GDB output. There are plenty of tips...
View ArticleMQTT Cheat Sheet
The MQTT (Message Queue Telemetry Transport) messaging protocol is a lightweight protocol well suited for the Internet of Things. It is a simple protocol and an ISO standard. It comes with an...
View Article