Showing posts with label Developers. Show all posts
Showing posts with label Developers. Show all posts

Monday, July 16, 2012

Best Price Programming in Objective-C, Third Edition (Developer's Library)

Programming in Objective-C, Third Edition (Developer's Library) Review


CHECK PRICE NOW

Programming in Objective-C, Third Edition (Developer's Library) Overview

Programming in Objective-C is a concise, carefully written tutorial on the basics of Objective-C and object-oriented programming for the iOS and Mac platforms.

The book makes no assumptions about prior experience with object-oriented programming languages or with the C language (which Objective-C is based upon). Because of this, both beginners and experienced programmers alike can use this book to quickly and effectively learn the fundamentals of Objective-C. Readers can also learn the concepts of object-oriented programming without having to first learn all of the intricacies of the underlying procedural language (C).

This unique approach to learning, combined with many small program examples and exercises at the end of each chapter, makes Programming in Objective-C ideally suited for either classroom use or self-study. While the Objective-C language itself has gone through relatively minor changes since the introduction of Objective-C 2.0, the Apple development tools that programmers use for Objective-C development on the Mac and on iOS have changed significantly in a very short period of time.

The third edition of Programming in Objective-C includes numerous updates and improvements throughout the book:

  • Improved organization for some chapters
  • Incorporation of feedback and suggestions from members of the author's forum for readers, including more detailed descriptions for some of the examples
  • A new introduction to blocks with examples
  • Replacement of deprecated methods with newer methods
  • Updated diagrams and steps for using Xcode 4


  • Sunday, July 15, 2012

    Best Price Programming in Go: Creating Applications for the 21st Century (Developer's Library)

    Programming in Go: Creating Applications for the 21st Century (Developer's Library) Review


    CHECK PRICE NOW

    Programming in Go: Creating Applications for the 21st Century (Developer's Library) Overview

    Your Hands-On Guide to Go, the Revolutionary New Language Designed for Concurrency, Multicore Hardware, and Programmer Convenience

     

    Today’s most exciting new programming language, Go, is designed from the ground up to help you easily leverage all the power of today’s multicore hardware. With this guide, pioneering Go programmer Mark Summerfield shows how to write code that takes full advantage of Go’s breakthrough features and idioms.

     

    Both a tutorial and a language reference, Programming in Go brings together all the knowledge you need to evaluate Go, think in Go, and write high-performance software with Go. Summerfield presents multiple idiom comparisons showing exactly how Go improves upon older languages, calling special attention to Go’s key innovations. Along the way, he explains everything from the absolute basics through Go’s lock-free channel-based concurrency and its flexible and unusual duck-typing type-safe approach to object-orientation.

     

    Throughout, Summerfield’s approach is thoroughly practical. Each chapter offers multiple live code examples designed to encourage experimentation and help you quickly develop mastery. Wherever possible, complete programs and packages are presented to provide realistic use cases, as well as exercises. Coverage includes

     

    • Quickly getting and installing Go, and building and running Go programs
    • Exploring Go’s syntax, features, and extensive standard library
    • Programming Boolean values, expressions, and numeric types
    • Creating, comparing, indexing, slicing, and formatting strings
    • Understanding Go’s highly efficient built-in collection types: slices and maps
    • Using Go as a procedural programming language
    • Discovering Go’s unusual and flexible approach to object orientation
    • Mastering Go’s unique, simple, and natural approach to fine-grained concurrency
    • Reading and writing binary, text, JSON, and XML files
    • Importing and using standard library packages, custom packages, and third-party packages
    • Creating, documenting, unit testing, and benchmarking custom packages


    Monday, July 2, 2012

    Best Price Programming in Objective-C (4th Edition) (Developer's Library)

    Programming in Objective-C (4th Edition) (Developer's Library) Review


    CHECK PRICE NOW

    Programming in Objective-C (4th Edition) (Developer's Library) Overview

    This is the 4th edition of the world's bestselling book on Objective-C programming, fully updated to cover Xcode 4.2 and Automatic Reference Counting (ARC).
       
    Programming in Objective-C is a concise, carefully written tutorial on the basics of Objective-C and object-oriented programming for Apple's iOS and Mac platforms. The book makes no assumptions about prior experience with object-oriented programming languages or with the C language (which Objective-C is based upon). Because of this, both beginners and experienced programmers alike can use this book to quickly and effectively learn the fundamentals of Objective-C. Readers can also learn the concepts of object-oriented programming without having to first learn all of the intricacies of the underlying C programming language. 
     
    This unique approach to learning, combined with many small program examples and exercises at the end of each chapter, makes Programming in Objective-C ideally suited for either classroom use or self-study.   
     
    This edition has been fully updated for the significant changes in iOS 5 and Xcode 4.2. One of the biggest changes is Automatic Reference Counting (ARC). This edition gives detailed coverage of how to use ARC to improve and simplify memory management in Objective-C programs.