• Ionic

IONIC APP – Open External Links In Mobile Browser

Ionic apps are developed with angular code, so people start using ng-href to point to URLs which has {{}} variables…

  • xHtml

Download Attribute: HTML5

In this video tutorial we’ll show you how we can add download attribute and make the UX(User Experience) little better!…

  • MongoDB

explain() method: MongoDB

We've seen the working of explain() method briefly in previous video tutorials - in this video tutorial lets dive in…

  • MongoDB

Index Creation for Production Server: MongoDB

We know the uses of index, how to create indexes, how to delete indexes - now its time to learn…

  • MongoDB

Sparse Index: MongoDB

All sparse indexes are unique index, but not all unique indexes are sparse! There are situations where we want to…

  • MongoDB

Remove Duplicate Documents: MongoDB

We learnt how to create unique key/index using {unique: true} option with ensureIndex() method. Now lets see how we can…

  • MongoDB

Creating Unique Key/index: MongoDB

We have learnt how to create a key/index so far - today lets learn how to create unique key/index in…

  • MongoDB

Multi-key Indexes and Arrays: MongoDB

We have learnt the basics of multi-key indexes in MongoDB. Lets look at an example to demonstrate the multi-key indexing…

  • MongoDB

Get Index and Delete Index: MongoDB

We learnt the uses of having an index/key on our collection and how to create the index. Now, in this…

  • MongoDB

index creation: MongoDB

Lets learn to create index and to optimize the database in MongoDB. Creating "Database": "temp", "Collection": "no", and inserting 10…