Design Patterns & Anti-Patterns – RoR Models

In this blog, we're gonna look into what are Software Designs and design patterns, what's the difference between the design patterns and anti-patterns that we can have in the Ruby on Rails application Models. We'll also look into one of the far most important patterns, MVC in a web application,…

0 Comments

The Magic of Materialized views

Have you ever wondered that there is always a missing piece when working with Views? Yes, you guessed it. It is indexing and specially composite indexing on underlying tables. Materialized views offer much more than indexing but comes with its own drawbacks as well. Let's look back at SQL views…

0 Comments

How to improve Node.js application performance with clustering?

Further Improve your Node.js application performance. Although node.js is a single-threades programming language, it is consideres one of the most performant one. Competing very well with other multi threaded languages. However, if we look deeper into the workings we will identify that Node.js, by default, doesn’t utilise all the available…

0 Comments

End of content

No more pages to load