Fedecarg - blog.fedecarg.com - Federico Cargnelutti
General Information:
Latest News:
Go is gaining momentum 17 Aug 2013 | 09:16 pm
The Go language is gaining momentum among software engineers and PaaS/IaaS vendors. I think they all see potential in a simple, reliable, efficient and native-compiling language with a solid baseline ...
API Development Tips 17 Jul 2013 | 04:45 pm
Organizations who are paying attention already know they need to have an open web API, and many already have under development or in the wild. Make sure you haven’t been caught by the pitfalls of many...
Intercepting class method invocations using metaclass programming in Python 23 Jan 2012 | 09:52 am
In Ruby, objects have a handy method called method_missing which allows one to handle method calls for methods that have not been defined. Most examples out there explain how to implement this in Pyth...
Check whether your web server is correctly configured 12 Dec 2011 | 03:15 am
Last year Zone-H reported a record number of 1.5 million websites defacements. 1 million of those websites where running Apache. When it comes to configuring a web server, some people tend to turn ev...
JavaScript: Retrieve and paginate JSON-encoded data 10 Oct 2011 | 07:43 am
I’ve created a jQuery plugin that allows you to retrieve a large data set in JSON format from a server script and load the data into a list or table with client side pagination enabled. To use this pl...
Building a RESTful Web API with PHP and Apify 12 Sep 2011 | 08:04 am
Apify is a small and powerful open source library that delivers new levels of developer productivity by simplifying the creation of RESTful architectures. You can see it in action here. Web services a...
JavaScript: Asynchronous Script Loading and Lazy Loading 13 Jul 2011 | 09:04 am
Most of the time remote scripts are included at the end of an HTML document, right before the closing body tag. This is because browsers are single threaded and when they encounter a script tag, they ...
Collective Wisdom from the Experts 7 Jun 2011 | 11:06 am
I’ve finally had a chance to read a book I bought a while ago called “97 Things Every Software Architect Should Know – Collective Wisdom from the Experts“. Not the shortest title for a book, but very ...
NoSQL solutions: Membase, Redis, CouchDB and MongoDB 26 Jan 2011 | 01:47 am
Each database has specific use cases and every solution has a sweet spot in terms of data, hardware, setup and operation. Here are some of the most popular key-value and document data stores: Key-val...
OSCON 2010, The O’Reilly Open Source Convention 9 Aug 2010 | 10:10 pm
A couple of weeks ago I attended the O’Reilly Open Source Convention (OSCON) in Portland. OSCON has hundreds of sessions and activities focused on all aspects of open source software. I met some great...