
Search In
Using Delayed Jobs in Rails
When creating a web application sometimes need arises that we have to schedule some jobs during the execution of a particular method. Due to these job the render of the page has to wait until the task gets over.
Thi
In c# we have a multiple ways to avoid a race condition determined by the type of an application we are used. Generally we use a following two common methods that works in any condition:
1. Wait Handles
2. Signaling
Example:
Let's take an examp
WebStorage in HTML5:
It is an alternative to cookies and it is better than cookies. With the help of localstorage we can store data locally inside user browser. It is more secure as compared to cookies. It can be modified easily using se
Today I am going to write a short note on setImmediate, hope you will understand how setImmediate works in nodejs.
setImmediate
Once the current poll phase is completed, setImmediate will execute. After all the tasks has completed
WordPress is truly the best popular CMS platform available for us for Website building. It really the simplest method to develop and sustain a website or blog. WordPress has wonderful template designs that can attract the stream of users or customers
An essay is a creative mini-text on a specific issue. In this paper, a student should summarize his view of the problem and justify it, referring to the relevant terms and concepts, theoretical propositions and conclusions, as well as to facts drawn
WebDriver Synchronization
The process of matching speed of automation with the speed of application is called as Synchronization.
In Web Driver we can Synchronize in different ways, one way of synchronizing the Web Driver is by using sleep() of th
Hello Reader,
We have three cakephp callback function which generally used into the cakephp projects.
1> beforeFilter(): beforeFilter() is the cakephp callback function which can be used in AppController or in Controller and this function execut
Design Of Test Cases
A test case in software engineering is a collection of circumstances or variants or variables below which a tester will establish if a demand or requirement or use case upon a software or an application is fractionally or comple
Every now and then the Xcode developers have to make use of the iPhone camera to click pics, photos and even different types of symbols and codes like bar code and more recently the QR Codes (Quick Response codes).
The primary problem faced by the d
