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

Search In

Rails Active Records Callbacks: Part 1

Hi friends, Whenever you create,save or initialize an object there are so many things available in rails that are called Callbacks or Hooks. They can be used as checks between on stage of the object to another. In this chapter I am going to explain

Angular 2 vs Angular 1

As in my previous post I have already explained that AngularJS1 is a javascript library which is prefect for single page application(SAPs). Angular js is nothing just a javascript library which extends HTML with new markups. Single page application a

Implement Binary Search Using C

Binary Search:- The Binary Search is one of the most important searching technique in Searching Algorithm. The one of property of this searching algorithm is, all the elements are in sorted order in array. The worst case and average case complexity o

How to calculate distance from array of coordinates in iOS

If we want to calculate the distance from the array which contains the coordinates i.e Latitude and Longitude then use the following code- -(void) getDistanceFromArray { CLLocationDistance totalKilometers = 0; for (int i = 0; i < (self.arra

3 Hottest Digital Marketing Trends You Are Likely To Witness In 2018!

  Digital marketing is the main kind of marketing we have in this day and age. Not only is this the most effective, but the most dynamic way of selling goods and services. Simply put, a marketer is practically useless now without some knowled

How to invoke installed application through appium ?

The first step after the starting the Appium server is to launch or invoke the installed application through the script. First we should set the desired capabilities and then launch the application. DesiredCapabilities capabilites = new DesiredCapab

How to make background blur using CSS

Hello Reader!. If you want to show background image blur then you can use css. Lets's make a html page :- <div class="background-image"></div> <div class="content"> <p>This is the para showing the content over the div. Beh

How to make BadgeCount on the menuItem on toolbar

If you are looking to create BadgeCount view in android toolbar, here is the way to code it:- Step 1:- Create badgeCount layout file say badgecount.xml :- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:la

Optimize your sqlite database with ORMLite

ohh, I have a large set of database with many columns and many queries to access that data but sometimes its getting slow and really fed me up to manage lots of queries with sqlite. Thanks to ORMLite that manages your database very efficiently as wel

Use ORMLite to Optimize your sqlite database

Hey, are you working with large database having many columns and many queries . Is this working slow with sqlite? Thanks to ORMLite that manages your database very efficiently as well as no need to manage lots of queries.... ORMLite supports more th

1 403 481
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: