Why ? -

Embedded js is a client side templating library, which is used to write cleaner HTML and JS code in the places that render html dynamically with javascript. Results in easy to write, clean, readable and maintainable code base.

Problem -

We have been working on a simple ajax based messaging app where as messages come they are updated in the UI through ajax. The messages are of different t...
Continue reading

Problem -

It all started with a little bit of inspection into the logs where we observed that a particular rails action is randomly taking more time than expected. There were not many queries and simple view rendering was taking time. For example when 10 hits were made to the end point with no other load on the machine, every 4 hits were taking 20ms but the next hit was taking 100ms as such.

A little more introspection revealed that a particular partial was...
Continue reading

Problem -

Build a simple file upload progress bar for a web app (ruby on rails app running on apache with pushion passenger).

Implementation -

The file upload progress bar can be implemented using the Upload progress module for apache https://github.com/drogus/apache-upload-progress-module.

Installation & Con...
Continue reading

Below is just about everything you’ll need to style in the theme. Check the source code to see the many embedded elements within paragraphs.

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Body text

Lorem ipsum dolor sit amet, test link adipiscing elit. This is strong. Nullam digni...
Continue reading