Showing posts with label patterns. Show all posts
Showing posts with label patterns. Show all posts

Tuesday, March 11, 2014

Seven Concurrency Models in Seven Weeks: When Threads Unravel

Seven Concurrency Models in Seven Weeks
Seven Concurrency Models in Seven Weeks: When Threads Unravel
Paul Butcher (Author)

New!: $38.00 $30.97 (as of 03/11/2014 19:42 PST)

Hardware

Your software needs to leverage multiple cores, handle thousands of users and terabytes of data, and continue working in the face of both hardware and software failure. Concurrency and parallelism are the keys, and Seven Concurrency Models in Seven Weeks equips you for this new world. See how emerging technologies such as actors and functional programming address issues with traditional threads and locks development. Learn how to exploit the parallelism in your computer's GPU and leverage clusters of machines with MapReduce and Stream Processing. And do it all with the confidence that comes from using tools that help you write crystal clear, high-quality code.

This book will show you how to exploit different parallel architectures to improve your code's performance, scalability, and resilience.

Learn about the perils of traditional threads and locks programming and how to overcome them through careful design and by working with the standard library. See how actors enable software running on geographically distributed computers to collaborate, handle failure, and create systems that stay up 24/7/365. Understand why shared mutable state is the enemy of robust concurrent code, and see how functional programming together with technologies such as Software Transactional Memory (STM) and automatic parallelism help you tame it.

You'll learn about the untapped potential within every GPU and how GPGPU software can unleash it. You'll see how to use MapReduce to harness massive clusters to solve previously intractible problems, and how, in concert with Stream Processing, big data can be tamed.

With an understanding of the strengths and weaknesses of each of the different models and hardware architectures, you'll be empowered to tackle any problem with confidence.

What You Need:

The example code can be compiled and executed on *nix, OS X, or Windows. Instructions on how to download the supporting build systems are given in each chapter.

  • Rank: #34033 in Books
  • Published on: 2014-04-25
  • Original language: English
  • Number of items: 1
  • Dimensions: 9.02" h x 7.52" w x .0" l, .0 pounds
  • Binding: Paperback
  • 300 pages

Monday, March 10, 2014

Functional Programming in Java: Harnessing the Power Of Java 8 Lambda Expressions

Functional Programming in Java
Functional Programming in Java: Harnessing the Power Of Java 8 Lambda Expressions
Venkat Subramaniam (Author)

New!: $33.00 $25.82 (as of 03/10/2014 04:56 PST)
9 Used! | New! from $25.82 (as of 03/10/2014 04:56 PST)

Hardware

Get ready to program in a whole new way. Functional Programming in Java will help you quickly get on top of the new, essential Java 8 language features and the functional style that will change and improve your code. This short, targeted book will help you make the paradigm shift from the old imperative way to a less error-prone, more elegant, and concise coding style that's also a breeze to parallelize. You'll explore the syntax and semantics of lambda expressions, method and constructor references, and functional interfaces. You'll design and write applications better using the new standards in Java 8 and the JDK.

Print books will be available after the final version of Java 8 is released.

Lambda expressions are lightweight, highly concise anonymous methods backed by functional interfaces in Java 8. You can use them to leap forward into a whole new world of programming in Java. With functional programming capabilities, which have been around for decades in other languages, you can now write elegant, concise, less error-prone code using standard Java. This book will guide you though the paradigm change, offer the essential details about the new features, and show you how to transition from your old way of coding to an improved style.

In this book you'll see popular design patterns, such as decorator, builder, and strategy, come to life to solve common design problems, but with little ceremony and effort. With these new capabilities in hand, Functional Programming in Java will help you pick up techniques to implement designs that were beyond easy reach in earlier versions of Java. You'll see how you can reap the benefits of tail call optimization, memoization, and effortless parallelization techniques.

Java 8 will change the way you write applications. If you're eager to take advantage of the new features in the language, this is the book for you.

What you need:

Java 8 with support for lambda expressions and the JDK is required to make use of the concepts and the examples in this book.

  • Rank: #40513 in Books
  • Published on: 2014-03-01
  • Original language: English
  • Number of items: 1
  • Dimensions: .42" h x 7.50" w x 9.25" l, .76 pounds
  • Binding: Paperback
  • 160 pages

Wednesday, August 21, 2013

Microinteractions: Designing with Details

Microinteractions
Microinteractions: Designing with Details
Dan Saffer (Author)
4.3 out of 5 stars(12)

New!: $24.99 $14.75 (as of 08/21/2013 20:51 PST)
53 Used! | New! from $13.19 (as of 08/21/2013 20:51 PST)

Hardware

It’s the little things that turn a good digital product into a great one. With this practical book, you’ll learn how to design effective microinteractions: the small details that exist inside and around features. How can users change a setting? How do they turn on mute, or know they have a new email message?

Through vivid, real-world examples from today’s devices and applications, author Dan Saffer walks you through a microinteraction’s essential parts, then shows you how to use them in a mobile app, a web widget, and an appliance. You’ll quickly discover how microinteractions can change a product from one that’s tolerated into one that’s treasured.

  • Explore a microinteraction’s structure: triggers, rules, feedback, modes, and loops
  • Learn the types of triggers that initiate a microinteraction
  • Create simple rules that define how your microinteraction can be used
  • Help users understand the rules with feedback, using graphics, sounds, and vibrations
  • Use modes to let users set preferences or modify a microinteraction
  • Extend a microinteraction’s life with loops, such as “Get data every 30 seconds”
  • Rank: #32182 in Books
  • Published on: 2013-05-10
  • Original language: English
  • Number of items: 1
  • Dimensions: .0" h x .0" w x .0" l, .63 pounds
  • Binding: Paperback
  • 170 pages

Friday, January 11, 2013

Patterns of Enterprise Application Architecture

Buy on the merchant's online looking and read reviews. If you are attempting to search out Patterns of Enterprise Application Architecture with special deal. This is the most effective deals for you. Where you'll realize these item is by online looking stores? Read the review on Patterns of Enterprise Application Architecture Now, it's discount deals. Therefore don't lose it.

Patterns of
Patterns of Enterprise Application Architecture
by Martin Fowler
4.4 out of 5 stars(75)

New!: $69.99 $53.87 (as of 01/11/2013 04:12 PST)
93 Used! | New! from $39.91 (as of 01/11/2013 04:12 PST)

Hardware

The practice of enterprise application development has benefited from the emergence of many new enabling technologies. Multi-tiered object-oriented platforms, such as Java and .NET, have become commonplace. These new tools and technologies are capable of building powerful applications, but they are not easily implemented. Common failures in enterprise applications often occur because their developers do not understand the architectural lessons that experienced object developers have learned.

 

Patterns of Enterprise Application Architecture is written in direct response to the stiff challenges that face enterprise application developers. The author, noted object-oriented designer Martin Fowler, noticed that despite changes in technology--from Smalltalk to CORBA to Java to .NET--the same basic design ideas can be adapted and applied to solve common problems. With the help of an expert group of contributors, Martin distills over forty recurring solutions into patterns. The result is an indispensable handbook of solutions that are applicable to any enterprise application platform.

 

This book is actually two books in one. The first section is a short tutorial on developing enterprise applications, which you can read from start to finish to understand the scope of the book's lessons. The next section, the bulk of the book, is a detailed reference to the patterns themselves. Each pattern provides usage and implementation information, as well as detailed code examples in Java or C#. The entire book is also richly illustrated with UML diagrams to further explain the concepts.

Armed with this book, you will have the knowledge necessary to make important architectural decisions about building an enterprise application and the proven patterns for use when building them.

 

The topics covered include

·  Dividing an enterprise application into layers

·  The major approaches to organizing business logic

·  An in-depth treatment of mapping between objects and relational databases

·  Using Model-View-Controller to organize a Web presentation

·  Handling concurrency for data that spans multiple transactions

·  Designing distributed object interfaces

  • Rank: #29629 in Books
  • Published on: 2002-11-15
  • Original language: English
  • Number of items: 1
  • Dimensions: 9.37" h x 1.34" w x 7.68" l, 2.45 pounds
  • Binding: Hardcover
  • 560 pages