Selasa, 19 April 2016

1Bookcase - 11 books ready for downloading


1Bookcase - 11 books ready for downloading

Link to 1Bookcase

Oracle Certified Professional Java SE 8 Programmer Exam 1Z0-809

Posted: 19 Apr 2016 12:49 AM PDT

Apress.Oracle.Certified.Professional.Java.SE.8.Programmer.Exam.1Z0-809

Oracle Certified Professional Java SE 8 Programmer Exam 1Z0-809: A Comprehensive OCPJP 8 Certification Guide.

This book offers a comprehensive guide for the Oracle Certified Professional Java SE 8 Programmer Exam. It starts by answering frequently asked exam questions followed by full coverage of exam topics with numerous programming and real-world examples.

Each chapter ends with practice exam questions and a quick summary that reviews key concepts covered in the chapter from the OCPJP exam perspective. The book ends with a full-length, mock exam to ensure you have enough practice before actually taking the exam.

If you are an OCPJP 8 exam aspirant, this book is certainly for you. The book assumes you're already familiar with Java fundamentals, which is in keeping with the prerequisite for having a OCAJP 8 certification.

You'll enjoy reading Oracle Certified Professional Java SE 8 Programmer Exam 1Z0-809 because of its clear, simple language; example driven approach; easy-to-read style; and complete focus on the exam requirements.

A few of the key features of the book include:

  • In-depth and 100% coverage of all 12 exam topics for the certification
  • Numerous illustrative programming and real-world examples
  • Hundreds of practice exam questions (including a full-length mock exam)

What you'll learn

  • Have the necessary knowledge to clear the exam since 100% of the exam topics are covered to the required depth
  • Clearly understand the scope and objectives of the exam, the technical topics covered in the exam, and type and level-of-difficulty of the exam questions (in short, you will clearly know what's exactly required for passing the exam)
  • Get into an “exam mindset” by trying out hundreds of practice exam questions.

Who this book is for

This book is targeted primarily at developers who want to crack the OCPJP 8 exam. Trainers and teachers can use this book as training material for OCPJP 8 exam preparation. This book is also useful to readers who want to refresh their knowledge in Java programming or gain better understanding on using various Java APIs.

The post Oracle Certified Professional Java SE 8 Programmer Exam 1Z0-809 appeared first on 1Bookcase.

Java Design Patterns

Posted: 19 Apr 2016 12:44 AM PDT

Java Design Patterns

Java Design Patterns: A tour of 23 gang of four design patterns in Java.

Learn how to implement design patterns in Java: each pattern in Java Design Patterns is a complete implementation and the output is generated using Eclipse, making the code accessible to all. The examples are chosen so you will be able to absorb the core concepts easily and quickly.

This book presents the topic of design patterns in Java in such a way that anyone can grasp the idea. By giving easy to follow examples, you will understand the concepts with increasing depth. The examples presented are straightforward and the topic is presented in a concise manner.

Key features of the book:

  • Each of the 23 patterns is described with straightforward Java code. There is no need to know advanced concepts of Java to use this book.
  • Each of the concepts is connected with a real world example and a computer world example.
  • The book uses Eclipse IDE to generate the output because it is the most popular IDE in this field.

This is a practitioner’s book on design patterns in Java. Design patterns are a popular topic in software development. A design pattern is a common, well-described solution to a common software problem. There is a lot of written material available on design patterns, but scattered and not in one single reference source. Also, many of these examples are unnecessarily big and complex.

What you'll learn

  • Each of the pattern is described with simple Java examples. There is no need to know advanced concepts of Java to use this book.
  • Each of the concepts is connected with a real world example and a computer world example.
  • The book uses Eclipse IDE to generate the output because it is the most popular IDE in this field.
  • All 23 patterns are explained through unique real world examples.

Who this book is for

Software developers, software testers and software architects. In general, the book will have significant importance to any programming lovers.

The post Java Design Patterns appeared first on 1Bookcase.

Common Lisp Recipes

Posted: 19 Apr 2016 12:40 AM PDT

Common Lisp Recipes

Common Lisp Recipes: A Problem-Solution Approach.

Find solutions to problems and answers to questions you are likely to encounter when writing real-world applications in Common Lisp. This book covers areas as diverse as web programming, databases, graphical user interfaces, integration with other programming languages, multi-threading, and mobile devices as well as debugging techniques and optimization, to name just a few. Written by an author who has used Common Lisp in many successful commercial projects over more than a decade, Common Lisp Recipes is also the first Common Lisp book to tackle such advanced topics as environment access, logical pathnames, Gray streams, delivery of executables, pretty printing, setf expansions, or changing the syntax of Common Lisp.

The book is organized around specific problems or questions each followed by ready-to-use example solutions and clear explanations of the concepts involved, plus pointers to alternatives and more information. Each recipe can be read independently of the others and thus the book will earn a special place on your bookshelf as a reference work you always want to have within reach.

Common Lisp Recipes is aimed at programmers who are already familiar with Common Lisp to a certain extent but do not yet have the experience you typically only get from years of hacking in a specific computer language. It is written in a style that mixes hands-on no-frills pragmatism with precise information and prudent mentorship.

If you feel attracted to Common Lisp’s mix of breathtaking features and down-to-earth utilitarianism, you’ll also like this book.

Note: the author encourages readers to submit errata to http://weitz.de/cl-recipes/.

What you'll learn

  • Working with standard objects like characters, strings, numbers, symbols, packages, conses, lists, arrays, hash tables, and sets.
  • Using Common Lisp’s object system CLOS – including topics like derived types, non-standard method combinations, changing classes on the fly, or the metaobject protocol.
  • Employing the Lisp reader and the Lisp printer and modifying their behavior through readtables, reader macros, pretty print dispatch tables, etc.
  • Working with streams, files, directories, the operating system, and external programs using standard functionality as well as additions like Gray streams or portable open source code.
  • Writing robust code using Common Lisp’s condition system in combination with assertions, handlers, and restarts.
  • Understanding advanced topics like non-standard iteration techniques, environment objects, logical pathnames, setf expanders, or object serialization.
  • Calling other languages like C, C++, or Java from Common Lisp, embedding Common Lisp into such languages, and delivering Common Lisp code as a binary or as a shared library.
  • Writing portable and safe multi-threaded code.
  • Optimizing your code using techniques like profilers, the disassembler, compiler hints, declarations, stack allocation, memoization, inlining, special data structures, or compiler macros.
  • Using open source libraries for web programming, data persistence, dates and times, parsing XML or JSON, and regular expressions as well as organizing your own code into a library.
  • Developing and debugging using steppers, inspectors, tracers, advices, and browsers.
  • Generating graphical user interfaces for desktop operating systems or mobile devices.

Who this book is for

This book is for experienced computer programmers who have at least some experience with Common Lisp.

The post Common Lisp Recipes appeared first on 1Bookcase.

Big Data Analytics with Spark

Posted: 19 Apr 2016 12:36 AM PDT

Big Data Analytics with Spark

Big Data Analytics with Spark: A Practitioner's Guide to Using Spark for Large Scale Data Analysis.

This book is a step-by-step guide for learning how to use Spark for different types of big-data analytics projects, including batch, interactive, graph, and stream data analysis as well as machine learning. It covers Spark core and its add-on libraries, including Spark SQL, Spark Streaming, GraphX, MLlib, and Spark ML.

Big Data Analytics with Spark shows you how to use Spark and leverage its easy-to-use features to increase your productivity. You learn to perform fast data analysis using its in-memory caching and advanced execution engine, employ in-memory computing capabilities for building high-performance machine learning and low-latency interactive analytics applications, and much more. Moreover, the book shows you how to use Spark as a single integrated platform for a variety of data processing tasks, including ETL pipelines, BI, live data stream processing, graph analytics, and machine learning.

The book also includes a chapter on Scala, the hottest functional programming language, and the language that underlies Spark. You'll learn the basics of functional programming in Scala, so that you can write Spark applications in it.

What’s more, Big Data Analytics with Spark provides an introduction to other big data technologies that are commonly used along with Spark, such as HDFS, Avro, Parquet, Kafka, Cassandra, HBase, Mesos, and so on. It also provides an introduction to machine learning and graph concepts. So the book is self-sufficient; all the technologies that you need to know to use Spark are covered. The only thing that you are expected to have is some programming knowledge in any language.

What you'll learn

  • Write Spark applications in Scala for processing and analyzing large-scale data
  • Interactively analyze large-scale data with Spark SQL using just SQL and HiveQL
  • Process high-velocity stream data with Spark Streaming
  • Develop machine learning applications with MLlib and Spark ML
  • Analyze graph-oriented data and implement graph algorithms with GraphX
  • Deploy Spark with the Standalone cluster manger, YARN, or Mesos
  • Monitor Spark applications

Who this book is for

Big Data Analytics with Spark is for data scientists, business analysts, data architects, and data analysts looking for a better and faster tool for large-scale data analysis. It is also for software engineers and developers building Big Data products.

The post Big Data Analytics with Spark appeared first on 1Bookcase.

Beginning Oracle Application Express 5, 3rd Edition

Posted: 19 Apr 2016 12:29 AM PDT

Apress.Beginning.Oracle.Application.Express.5.3rd.Edition

Beginning Oracle Application Express 5, 3rd Edition.

Whether you're new to Oracle or an old hand who's yet to test the waters of APEX, Beginning Oracle Application Express 5 introduces the processes and best practices you'll need to become proficient with APEX. The book shows off the programming environment, the utilities and tools available, and then continues by walking through the process of building a working system from the ground up. All code is documented and explained so that those new to the languages will not be lost. After reading this book, power users and programmers alike can quickly put together robust and scalable applications for use by one person, by a department, by an entire company.

Beginning Oracle Application Express 5 introduces version 5 of the popular and productive Oracle Application Express development platform. Called APEX for short, the platform enables rapid and easy development of web-based applications that make full use of Oracle Database. The release of APEX 5 brings major new changes to the page builder, an enhanced universal theme, better RESTful web services support, enhanced application packaging, and the many redesigned wizards give a new and fresh feel to the user interface.

  • Covers brand-new functionality in APEX 5
  • Provides fully documented and explained example code
  • Guides you through creating a working and fully deployable application

What you'll learn

  • Design, code, and troubleshoot APEX applications
  • Create forms and reports, and generate charts using Flash and HTML 5
  • Take advantage of improved, RESTful web services support
  • Create intuitive navigation that inspires confidence among users
  • Secure your applications from outside attack
  • Deploy applications for one, a dozen, or hundreds of users
  • Choose between desktop and mobile user interfaces for deployed applications

Who this book is for

Beginning Oracle Application Express 5 is for programmers and power users wanting to create rich, data-centric applications that are web-based, and that rest on Oracle's industry-leading database technology.

The post Beginning Oracle Application Express 5, 3rd Edition appeared first on 1Bookcase.

Android TV Apps Development

Posted: 19 Apr 2016 12:24 AM PDT

Android TV Apps Development

Android TV Apps Development: Building for Media and Games.

This one-of-a-kind short book walks you through creating fantastic entertainment apps for one of the newest Android platforms. Android TV Apps Development: Building Media and Games will demystify some of the newest APIs and present the tools necessary for building applications that run on Android TV.

Walking through example applications, you will learn the vocabulary necessary to solve real-world problems and how to present your content on the television through Android. In addition to practical code examples, you will learn about various design considerations that will make using your apps an enjoyable experience for users.

What you'll learn

  • How to design for Android TV
  • How to create a media app for Android TV
  • What are the game design/development considerations for Android TV
  • How to distribute Android TV apps

Who this book is for

Developers with some experience with Android development who are interested in building applications for the Android TV platform.

The post Android TV Apps Development appeared first on 1Bookcase.

Pro PHP and jQuery, 2nd Edition

Posted: 19 Apr 2016 12:19 AM PDT

Pro PHP and jQuery, 2nd Edition

Pro PHP and jQuery, 2nd Edition.

Take advantage of the improved performance and reduced memory requirements of PHP version 7, and learn to utilize the new built-in PHP functions and features such as typed variable enforcement with declare(strict_types=1) and the new available data types, scalar type declarations for function arguments and return statements, constant arrays using define(), argument unpacking with the … operator, integer division with intdiv(), the null coalesce operator, the spaceship operator, new exception types, and improvements to existing features.

Pro PHP and jQuery, Second Edition is for intermediate level programmers interested in building web applications using jQuery and PHP. Updated for PHP version 7 and the latest version of jQuery, this book teaches some advanced PHP techniques and it shows you how to take your dynamic applications to the next level by adding a JavaScript layer using the jQuery framework and APIs.

After reading and using this book, you’ll come away having built a fully functional PHP and jQuery web application that you can reapply as a template for your own particular web application.

What you'll learn

  • How to use PHP 7 to build a calendar application that allows users to post, view, edit, and delete events
  • How to use jQuery to allow the calendar app to be viewed and edited without requiring page refreshes using built-in Ajax functions
  • How to harness the power and versatility of PHP’s object-oriented programming style
  • How to apply the various forms of security available
  • How to use jQuery plug-in development patterns to create modular, reusable jQuery plug-ins.
  • How to employ jQuery effects, including fading elements, generating HTML markup on the fly, and creating modal windows

Who this book is for

This book is intended for programmers who want to bridge the gap between front- and back-end programming. It does not cover HTML or CSS except where absolutely necessary, and it focuses on taking intermediate PHP developers to the next level while getting comfortable with Ajax and the power of jQuery.

The post Pro PHP and jQuery, 2nd Edition appeared first on 1Bookcase.

Scalable Big Data Architecture

Posted: 19 Apr 2016 12:13 AM PDT

Apress.Scalable.Big.Data.Architecture

Scalable Big Data Architecture: A practitioners guide to choosing relevant Big Data architecture.

This book highlights the different types of data architecture and illustrates the many possibilities hidden behind the term “Big Data”, from the usage of No-SQL databases to the deployment of stream analytics architecture, machine learning, and governance.

Scalable Big Data Architecture covers real-world, concrete industry use cases that leverage complex distributed applications , which involve web applications, RESTful API, and high throughput of large amount of data stored in highly scalable No-SQL data stores such as Couchbase and Elasticsearch. This book demonstrates how data processing can be done at scale from the usage of NoSQL datastores to the combination of Big Data distribution.

When the data processing is too complex and involves different processing topology like long running jobs, stream processing, multiple data sources correlation, and machine learning, it's often necessary to delegate the load to Hadoop or Spark and use the No-SQL to serve processed data in real time.

This book shows you how to choose a relevant combination of big data technologies available within the Hadoop ecosystem. It focuses on processing long jobs, architecture, stream data patterns, log analysis, and real time analytics. Every pattern is illustrated with practical examples, which use the different open sourceprojects such as Logstash, Spark, Kafka, and so on.

Traditional data infrastructures are built for digesting and rendering data synthesis and analytics from large amount of data. This book helps you to understand why you should consider using machine learning algorithms early on in the project, before being overwhelmed by constraints imposed by dealing with the high throughput of Big data.

Scalable Big Data Architecture is for developers, data architects, and data scientists looking for a better understanding of how to choose the most relevant pattern for a Big Data project and which tools to integrate into that pattern.

What you'll learn

  • The difference between fundamentals Big Data patterns
  • Leveraging No-SQL databases Big Data features
  • Common Big Data enterprise patterns
  • Choosing the best set tools available within the hadoop system for the your Big Data set up.
  • How to employ machine learning earlier on in the project once the data being processed becomes substantially large.
  • How to enhance the visibility and to monitor your Big Data Architecture through effective governance.

Who this book is for

Scalable Big Data Architecture is for developers, data architects, data scientists looking for a better understanding of how to choose the most relevant architecture/pattern for a Big Data project and also what are the tools and projects, which should be integrated in this pattern.

The post Scalable Big Data Architecture appeared first on 1Bookcase.

The Accidental SysAdmin Handbook, 2nd Edition

Posted: 19 Apr 2016 12:10 AM PDT

The Accidental SysAdmin Handbook

The Accidental SysAdmin Handbook: A Primer for Early Level IT Professionals, 2nd Edition.

Understand the concepts, processes and technologies that will aid in your professional development as a new system administrator. While every information technology culture is specific to its parent organization, there are commonalities that apply to all organizations.

The Accidental SysAdmin Handbook, Second Edition looks at those commonalities and provides a general introduction to critical aspects associated with system administration. It further acts to provide definitions and patterns for common computer terms and acronyms.

What you'll learn

  • How to build and manage home networking and plan more complex network environments
  • How to manage the network layer and service architectures as well as network support plans
  • How to develop a server hardware strategy and understand the physical vs. virtual server ecosystem
  • How to handle data storage, data strategies and directory services, and central account management
  • How to work with DNS, DHCP, IP v4 and IP v6
  • How to deploy workstations and printers
  • How to manage and use antivirus and security management software
  • How to build, manage and work with intranets and Internet support services

Who this book is for

It is assumed that the reader has little to no experience in a professional information technology environment.

The post The Accidental SysAdmin Handbook, 2nd Edition appeared first on 1Bookcase.

The Windows 10 Accessibility Handbook

Posted: 19 Apr 2016 12:06 AM PDT

The Windows 10 Accessibility Handbook

The Windows 10 Accessibility Handbook: Supporting Windows Users with Special Visual, Auditory, Motor, and Cognitive Needs.

Learn everything you need to know about making Windows 10 easier to use, see, hear, touch, or read, whether you are using it yourself, setting it up for another person, teaching others about ease of use at work or in the home, or working with a variety of people with specific needs in the community.

What you'll learn

  • Manage accessibility in the Settings app, and make use of the Ease of Access Center
  • Make your keyboard and mouse easier to use
  • Make text and windows easier to read
  • Use text or visual alternatives for sounds
  • Use the narrator, and control it using touch and with the keyboard
  • Use Cortana as a smart PC assistant
  • Make use of Windows 10 shortcut keys, and touch and trackpad gestures
  • Use and train the handwriting recognition feature
  • Dictate or navigate using speech recognition

Who this book is for

The audience for this book includes (but is not limited to) Windows users with special visual, auditory, motor, and cognitive needs, at home and in the workplace. It provides guidance for IT and management professionals who work with such users, as well as the community and statutory groups, organizations, colleges, universities, and government agencies that support them. It is also a guide for friends and family supporting elderly or disabled Windows users in the home, and for anyone else looking for advice on how to make their PC simpler, easier, more productive, and ultimately more enjoyable to use.

The post The Windows 10 Accessibility Handbook appeared first on 1Bookcase.

User Group Leadership

Posted: 19 Apr 2016 12:04 AM PDT

User Group Leadership

User Group Leadership.

This book is about starting and sustaining a technology user group. User groups are a wonderful way to connect with local and like-minded professionals for networking and learning. All the forums and social media on the internet can't replace face-to-face time spent discussing problems, upcoming technologies, and other pertinent topics. What every user group needs is leaders to organize meetings, find speakers, and connect the community.

What every leader needs is good advice and guidance on how to begin a group and nurture new leadership to keep the group sustainable, and Michelle Malcher provides just that right sort of guidance in her book on User Group Leadership. This book is designed to help you understand what goes into starting and building a user group, giving you the tools and resources to do so. Learn what to expect before your first meeting, in the first three months, and in the first year.

Malcher has experience from the local group level on up to the international level with the Independent Oracle User Group. If you're involved in technology and are ready to take on a position of leadership by which to help others network, succeed, and grow, then grab a copy of this book. You won't find a better source of guidance for starting and growing a new group on the technology of your choice.

  • Learn what to know before you ever have your first meeting
  • Prepare for each meeting with a list of things that should be done
  • Grow your local members into future leaders

What you'll learn

  • Choose the right motivations for starting a group
  • Build a governance structure and integrate with an umbrella group
  • Locate and book interesting speakers
  • Recruit help to share the administrative burden
  • Grow the next generation of leadership
  • Make a difference in people's careers by helping them grow and network and learn

Who this book is for

User Group Leadership is aimed at technology professionals interested in networking and learning with like-minded people in their same technology area. The book is especially aimed at the ambitious professional who is ready to step into a leadership role by creating a vibrant user community where no such community currently exists, but one is needed.

The post User Group Leadership appeared first on 1Bookcase.

Tidak ada komentar:

Posting Komentar