Corporate Blog

Extending HTML DOM – Facebook way explained

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:

Share

It’s boring to scale with 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.

Share