Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to use Cordova Push Notification Plugin with Google Firebase Cloud Messaging

Cordova push plugin with firebase is used to send notifications in both android and iOS devices. This plugin can be used for Cordova applications with Google Firebase FCM. You can send notifications to one or multiple devices with this plugin.

.Net some good coding practices

Code practice for Readability Avoid unnecessary regions in class : A class is based on Single responsibility principle. We provide regions in class to surround block of code. I could be single or multiple methods. Regions makes it easier to naviga

How to handle multiple windows in selenium

Most of the time when on any action, a new window is opened then the control remains on the first window but the element is on the second window, so we receives an error message that "element not found". In this case we have to move the control expli

How to setup Virtual Domain Name on apache2 Ubantu

Step 1 :- Create new project like /var/www/html/staging/blog Step 2:- create index.php  Step 3:- Write <?php echo “Hello World”; ?> inside index.php Step 4:- Check If you can access project via http://localhost/staging/blog. If

Optimistic locking in rails

Optimistic locking is used to restrict updation of a record by multiple user at the same time . For example we have two user u1 and u2 and both of them is trying to edit the same record from a model City . While u1 is editing the record u2 comes

'Failed to open stream: Permission denied' error - Laravel

Some time in Laravel 4.x we will get the error "Failed to open stream: Permission denied" error .When we have no permission then this type of error will occur. So to overcome this problem by using php artisan are: Step: php artisan cache:clear c

Why to use tuples if we have Arrays in swift language and How it is different from Structures?

Hi Readers, Before Moving ahead with the Topic,Lets us Briefly have a overlook what actually a Tuple is: * In very simple language: A tuple is a group of zero or more values represented as one value. For example ("Pen", "50") holds the P

Sending Text Message using Twilio

Here I am sharing sample code for sending Text Message using Twilio dll. Twilio provides service to send Text Message, MMs and Voice Messages etc. In order to send message using Twilio we first need to install Twilio package from nugget Package Manag

Callbacks in node.js

The basic idea behind using callback is that if we are doing a task and it is taking a longer time to complete. So instead of waiting for this task to be complete we want our node server to process other incomming request.In such situations we can us

5 Easy Steps to Set User Notification Feature in iOS Swift Application

User notification is a new local notification feature in iOS. It gives the additional functionality i.e. to remove pending notifications which is not possible in UILocalNotification. So lets start how it works.   As we know for scheduling noti

1 55 160
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: