Unicode Supported Regular Expressions & Validations
In any application, validations play an important role in protecting application from invalid data to be saved into the database. There are several ways of validating data before it is…
Insights on AI, machine learning, computer vision, and enterprise technology.
In any application, validations play an important role in protecting application from invalid data to be saved into the database. There are several ways of validating data before it is…
What Multi-tenancy means, In simple definition it is a principle in software architecture where a single instance of the software serves multiple client organizations. Here client organizations are considered as a tenant. With a multi-tenant architecture, the software application is designed virtually to partition its data and configuration so that each client organization works with a customized virtual application instance.
Eager loading is a way to find objects of a certain class and a number of named associations.
“C” for many of us is just a letter from 36 lettered alphabet, but if we ask an iPhone application developer, he will say it as a sanctified letter because the base of iPhone programming is based on this single letter “C.”
Every one of us would be having different persuasiveness in the definition and experience of their Job. Many of us would have felt that morning no longer remained as fresh…
Few common mistakes, must be taken care of while developing RoR applications.
There are three types of caching supported by Rails ‘Page Caching’, ‘Action Caching’ and ‘Fragment Caching’. Page Caching: Page caching allows the request for a generated page to be fulfilled…