Caching Techniques in Ruby on Rails.

1. Basic Caching

This is an introduction to the three types of caching techniques that Rails provides by default without the use of any third party plugins.

To get started make sure config.action_controller.perform_caching is set to true for your environment. Continue reading

Posted in Web | Leave a comment

Optimal programming for Java-based devices (Design & Implementation)

How to Write Common Code(Java-based devices)

“Porting”

The formal definition of porting can be:
“In computer science porting is the process of adapting software so that an executable program can be created for a computing environment that is different from the Continue reading

Posted in General | Tagged , , , , , , | Leave a comment