
Search In
CRUD Operations in Rails
Before understanding CRUD operations in rails we will see what are active records. Active records point to the models of MVC architecture. Model is the component of mvc architecture which is responsible for persisting data s
What is Soak Testing?
This is a non-functional testing. In the Soak Testing, the System under Load (SUL) is checked that it can face an immense/large volume of the load for an extended timeframe.
Soak Testing is only a kind of a per
Hi Friends,
In my previous blog Rails Active Records Callbacks: Part 1, I explained about why these callbacks are required and also discussed about some of the useful methods available in rails active records during creation and saving of the object
Welcome to FindNerd.
Today we are going to discuss the hooks in WordPress. We all know hooks are also known as actions and filters. Many of the developers are confused with these terms. They are using filters and actions in their projects bu
Hello Readers , here is a simple blog on flipping effect horizontally and vertically using jquery flip() method on mouse hover. On mouse hover image will flip and we will see some text in a div having background color. For t
In AngularJS, Filters are used to format data which is served to the user. Filters are added to expressions by using the pipe(|) character and followed by a filter method. There are a lot of in-built filters available in AngularJS
For example
Hello Readers !!
Today we are going to discuss about the Unity Services. What all services unity provides and how we can use them in our game or apps.
Below is the main services which unity provides.
Lets discuss all of these one
Hello Readers,
Hope you are doing good today.
Today on My blog, I am going to explain how you can make labels in edit mode and update label text using JavaScript. First, you need to create label which you want to make editable and also create save
Hello Readers,
Hope you are doing good today.
Today in My blog, I am going to explain how you can upload multiple files using AngularJS and PHP.
First Create an index.html page and put required library file in <head></head> secti
Hi All,
HTTP request is a two way process i..e client - server communication .Three basic features that make HTTP a powerful protocol and these are:
HTTP is connection less
HTTP is media independent
HTTP is stateless:
There are many typ
