Firebase: Cloud Firestore


SQL - NoSQL Table based ⇒ Document based Schema clearly defined ⇒ Flexible properties Altering schema / back-filling is required ⇒ Add properties on the fly Vertical scaling ⇒ Horizontal scaling In-line memory caching ⇒ integrated caching NoSQL types Key/values: Simplest key value pairs Document: each key bear a complex data structure known as document. … Continue reading Firebase: Cloud Firestore

Swift 2.0 for programmers Part#1


Key points about Swift programming language: Swift is not a superset of C or C++. Whereas, Objective-C was a superset of C. Swift statements do not require semicolon. The compiler won't complain if you use one, but it is recommended not to. There is no main method/function in Swift. Code executes from top and works … Continue reading Swift 2.0 for programmers Part#1

UIU: Competitive Programming (Session 02): Task 03 Solutions


Task 03 Problems http://codeforces.com/problemset/problem/1/A http://codeforces.com/problemset/problem/4/A http://codeforces.com/problemset/problem/158/A http://codeforces.com/problemset/problem/71/A http://codeforces.com/problemset/problem/118/A http://codeforces.com/problemset/problem/158/B STL Vector: http://wp.me/poiaX-XB C++ String: http://wp.me/poiaX-Uc There might have been some mistakes and/or logical errors in the real time videos. Correct solutions can be found below of this post. Discussion Video YouTube Video (Part 1) http://youtu.be/lgZu-iXzu1o Original file: MediaFire (Part 1) http://www.mediafire.com/download/7nwx5gzc72a4dpy/ (250 MB) Converted file … Continue reading UIU: Competitive Programming (Session 02): Task 03 Solutions