Advantages of MongoDB over RDBMS
Advantages of MongoDB over RDBMS Schema less : MongoDB is document database in which one collection holds different different documents. Number of fields, content and size of the document can be differ from one document to another. Structure of a single…
Mongo-DB Introduction
MongoDB is a cross-platform document-oriented database. Classified as a NoSQL database, MongoDB eschews the traditional table-based relational database structure in favor of JSON-like documents with dynamic schemas (MongoDB calls the format BSON), making…
Swift Programming Language Tutorial (The Basic)
Swift is Apple’s brand new programming language, just released this year at WWDC 2014. This Swift tutorial will take around 15 minutes and will give you a quick tour of the Swift language, including variables, control flow, classes, best practices, and…
How Swift Programming language is similar and different from Objective-C
Similarities to Objective-C Basic numeric types (Int, UInt, Float, Double) Most C operators are carried over to Swift, but there are some new operators Curly braces are used to group statements. Variables are assigned using an equals sign, but compared…
What is Swift (programming language)
Swift is a multi-paradigm, compiled programming language developed by Apple for iOS and OS X development. Introduced at Apple’s developer conference WWDC 2014,Swift is designed to replace Objective-C, Apple’s object-oriented language,[4]…