Google Map Resize Issue with Version 3

Recently, I came across problem where the Google map was not resizing itself to its container when I select a new location or load...
Dhepthi L Narasimhan
30 sec read

Top Server Choices For Streaming Video

We recently worked on a project that required to us to have online streaming video functionality. This streaming video would be then played by...
Balaji D Loganathan
50 sec read

Ananymous Functions

When I start with ruby i always get confused about ananymous functions. Thanks to functional programming languages it gives me the complete knowledge about...
Prasath Ram
1 min read

Ruby Singleton Methods and Singleton Classes

What is a Singleton method ? A method which belongs to a single object rather than to an entire class and other objects. Before...
Surendran Sukumaran
49 sec read