Corporate Blog


Extending HTML DOM – Facebook way explained


by , April 27, 2010, Javascript

When I started studying Facebook ML I’ve found a very interesting thing about HTML DOM which I didn’t know before. That’s how I can extend it with my own custom HTML tags just like I do it in .NET WPF/Silverlight for example.

That’s how we can do it:
Read the rest of this entry »

Share
Add comment Share

It’s boring to scale with Ruby on Rails


by , April 2, 2010, Ruby on Rails

Sometimes we need databases with different data but with a similar structure.

Suppose we have a lot of customers and each of them is fairly massive in terms of amount of data loaded into the system.

In this case we can use a mechanism called sharding.
Read the rest of this entry »

Share
Add comment Share