Skip to main content

Spark Pan

Blogs from this Author

How to Use Amazon S3 and EC2 Backup and Restore

Amazon Simple Storage Service (S3) and Amazon Elastic Compute Cloud (EC2) are two major storage services for AWS. S3 is more lightweight and provides the capability to store data. EC2, on the other hand, is a web service that provides secure, resizable computing capacity in the cloud. As we know, backup and recovery are becoming […]

How to Use JIRA Service Desk to Monitor and Measure SLA

Service Level management (SLM) is a vital process for every IT service provider organization in that it is responsible for agreeing and documenting service level targets and responsibilities within SLAs. Defining acceptable response and resolution times is a key task in the production of IT service level agreements(SLAs). SLA response times and SLA resolution times […]

Getting Started with Core Data

Enabling persistent object mapping is a relatively straight-forward process. It differs from transient object mapping in only a few ways: libRKCoreData.a must be linked into your target Apple’s CoreData.framework must be linked to your target A Data Model Resource must be added to your target and configured within Xcode The RestKit Core Data headers must […]