1Bookcase - 16 books ready for downloading |
- SQL Server T-SQL Recipes, 4th Edition
- Expert Performance Indexing in SQL Server, 2nd Edition
- Drupal 8 for Absolute Beginners
- Beginning R, 2nd Edition
- Beginning Python Games Development: with PyGame, 2nd Edition
- Java Threads and the Concurrency Utilities
- Agile Android
- Android Studio New Media Fundamentals
- Practical Sitecore 8 Configuration and Strategy
- Pivotal Certified Spring Web Application Developer Exam
- Pivotal Certified Spring Enterprise Integration Specialist Exam
- C++ 14 Quick Syntax Reference, 2nd Edition
- Broken Agile, 2nd Edition
- Predictive Analytics with Microsoft Azure Machine Learning, 2nd Edition
- Exploring the Raspberry Pi 2 with C++
- Linux and Solaris Recipes for Oracle DBAs, 2nd Edition
SQL Server T-SQL Recipes, 4th Edition Posted: 05 May 2016 12:22 PM PDT SQL Server T-SQL Recipes, 4th Edition.SQL Server T-SQL Recipes is an example-based guide to the Transact-SQL language that is at the core of SQL Server. This edition has been lightly updated for SQL Server 2014 and provides ready-to-implement solutions to common programming and database administration tasks. Learn to create databases, create in-memory tables and stored procedures, insert and update data, generate reports, secure your data, and more. Tasks and their solutions are broken down into a problem/solution format that is quick and easy to read so that you can get the job done fast when the pressure is on. Solutions in this book are divided into chapters by problem domain. Each chapter is a collection of solutions around a single facet of the language such as writing queries, managing indexes, error handling, and query performance. Each solution is presented code-first, giving you a working code example to copy from and implement immediately in your own environment. Following each example is an in-depth description of how and why the given solution works. Tradeoffs and alternative approaches are also discussed.
What you'll learn
Who this book is forSQL Server T-SQL Recipes is aimed at technically-oriented users of SQL Server desiring to extract the full power of the platform through it’s powerful, built-in programming and scripting language. Target readers include developers who use SQL Server as their back–end database platform, and the database administrators who create, manage, and secure those databases. The post SQL Server T-SQL Recipes, 4th Edition appeared first on 1Bookcase. |
Expert Performance Indexing in SQL Server, 2nd Edition Posted: 05 May 2016 12:20 PM PDT Expert Performance Indexing in SQL Server, 2nd Edition.This book is a deep dive into perhaps the single-most important facet of good performance: indexes, and how to best use them. The book begins in the shallow waters with explanations of the types of indexes and how they are stored in databases. Moving deeper into the topic, and further into the book, you will look at the statistics that are accumulated both by indexes and on indexes. You'll better understand what indexes are doing in the database and what can be done to mitigate and improve their effect on performance. The final destination is a guided tour through a number of real life scenarios showing approaches you can take to investigate, mitigate, and improve the performance of your database.
What you'll learn
Who this book is forExpert Performance Indexing in SQL Server is intended for database administrators and developers who are ready to lift the performance of their environment by thoughtfully building indexes to speed up the queries that matter the most and make a difference to the business. The post Expert Performance Indexing in SQL Server, 2nd Edition appeared first on 1Bookcase. |
Drupal 8 for Absolute Beginners Posted: 05 May 2016 12:16 PM PDT Drupal 8 for Absolute Beginners.Drupal 8 for Absolute Beginners is your definitive guide to starting from scratch with Drupal even if you have little web knowledge. This book teaches you the basics of HTML, CSS, JavaScript, and PHP in relation to Drupal, so that you can begin to use this popular CMS with all of its features. You will first learn how to set up and customize a basic blog using Drupal, one of the most powerful and popular content management systems available today. From there you will learn the basics of HTML, CSS, JavaScript and PHP, and apply this knowledge to create your own custom Drupal module. You will learn how to build, style, and add functionality to your own Drupal module from scratch. You will then use Drush to apply a theme to Drupal, customizing everything to your liking, before publishing your work to the world. The book also covers some more advanced topics that beginners often ask about, such as getting set up with Git and using source control, using MySQL to interact with a database, and a guide to getting up and running with Linux. Rarely has all the knowledge required to start with Drupal been collated in one place as it is in Drupal 8 for Absolute Beginners. You need no prior knowledge of the web, only a desire to learn. The book is fully supported by video material on the author’s website. Start your Drupal journey with this book today! What you'll learn
Who this book is forThe book targets anyone wishing to learn either basic web technology, Drupal, or both, and in particular it shows how basic web technologies fit into working with Drupal. Even if you know basic CSS, HTML, and JavaScript many fall short on learning how to tailor Drupal and extend Drupal with these basic skills. The book can elevate the reader to be able to land a great first job in the Drupal community after learning HTML, CSS, JavaScript, JQuery, PHP, MySql, and Linux. The book also is great for the business community trying to understand the power of open source. It's important as a business person to know what tools are available to solve problems. The Drupal community has many unfilled job openings, as programmers, support persons, UX experts, sales people … after reading this book the reader will be able to wow those interviewing them with their in depth knowledge of how much Drupal can do. The post Drupal 8 for Absolute Beginners appeared first on 1Bookcase. |
Posted: 05 May 2016 12:11 PM PDT Beginning R: An Introduction to Statistical Programming, 2nd Edition.Beginning R, Second Edition is a hands-on book showing how to use the R language, write and save R scripts, read in data files, and write custom statistical functions as well as use built in functions. This book shows the use of R in specific cases such as one-way ANOVA analysis, linear and logistic regression, data visualization, parallel processing, bootstrapping, and more. It takes a hands-on, example-based approach incorporating best practices with clear explanations of the statistics being done. It has been completely re-written since the first edition to make use of the latest packages and features in R version 3. R is a powerful open-source language and programming environment for statistics and has become the de facto standard for doing, teaching, and learning computational statistics. R is both an object-oriented language and a functional language that is easy to learn, easy to use, and completely free. A large community of dedicated R users and programmers provides an excellent source of R code, functions, and data sets, with a constantly evolving ecosystem of packages providing new functionality for data analysis. R has also become popular in commercial use at companies such as Microsoft, Google, and Oracle. Your investment in learning R is sure to pay off in the long term as R continues to grow into the go to language for data analysis and research. What you'll learn
Who this book is forBeginning R, Second Edition is an easy-to-read book that serves as an instruction manual and reference for working professionals, professors, and students who want to learn and use R for basic statistics. It is the perfect book for anyone needing a free, capable, and powerful tool for exploring statistics and automating their use. The post Beginning R, 2nd Edition appeared first on 1Bookcase. |
Beginning Python Games Development: with PyGame, 2nd Edition Posted: 05 May 2016 12:10 PM PDT Beginning Python Games Development: with PyGame, 2nd Edition.Learn how to create compelling games using Python and the PyGame games development library. Beginning Python Games Development, Second Edition will teach you how to create visuals, do event handling, create 3D games, add media elements, and integrate OpenGL into your Python game. In this update to the first ever book to cover the popular open source PyGame games development library, you’ll stand to gain valuable technical insights and follow along with the creation of a real-world, freely downloadable video game. Written by industry veterans and Python experts Will McGugan and Harrison Kinsley, this is a comprehensive, practical introduction to games development in Python. You can also capitalize upon numerous tips and tricks the authors have accumulated over their careers creating games for some of the world’s largest game developers. What you'll learn
Who this book is forThis book is for Python coders wanting to learn how to build their first games. Game developers who may be new to Python and PyGame can use this book; a Python primer is included. The post Beginning Python Games Development: with PyGame, 2nd Edition appeared first on 1Bookcase. |
Java Threads and the Concurrency Utilities Posted: 05 May 2016 12:08 PM PDT Java Threads and the Concurrency Utilities.This concise book empowers all Java developers to master the complexity of the Java thread APIs and concurrency utilities. This knowledge aids the Java developer in writing correct and complex performing multithreaded applications. Java’s thread APIs and concurrency utilities are among its most powerful and challenging APIs and language features. Java beginners typically find it very difficult to use these features to write correct multithreaded applications. Threads and the Concurrency Utilities helps all Java developers master and use these capabilities effectively. This book is divided into two parts of four chapters each. Part 1 focuses on the Thread APIs and Part 2 focuses on the concurrency utilities. In Part 1, you learn about Thread API basics and runnables, synchronization and volatility, waiting and notification, and the additional capabilities of thread groups, thread local variables, and the Timer Framework. In Part 2, you learn about concurrency utilities basics and executors, synchronizers, the Locking Framework, and the additional capabilities of concurrent collections, atomic variables, and the Fork/Join Framework. Each chapter ends with select exercises designed to challenge your grasp of the chapter’s content. An appendix provides the answers to these exercises. A second appendix explores threads in the contexts of Swing. What you'll learn
Who this book is forThe primary audience is Java beginners and the secondary audience is more advanced Java developers who have worked with the Thread APIs and the Concurrency Utilities. The post Java Threads and the Concurrency Utilities appeared first on 1Bookcase. |
Posted: 05 May 2016 12:01 PM PDT Agile Android.This concise book walks you through how to get unit testing and test driven development done on Android, specifically using JUnit 4. You’ll learn how to do agile development quickly and correctly, with a significant increase in development efficiency and a reduction in the number of defects. Up until now getting JUnit testing up and running in Android was not for the faint hearted. However, “now it's in Android Studio, there is no excuse,” according to author Godfrey Nolan, president of RIIS LLC. Android developers are faced with their own set of problems such as tightly coupled code, fragmentation, and immature testing tools, all of which can be solved using existing agile tools and techniques that this short book will teach you. What you'll learn
Who this book is forAndroid developers and IT managers. Healthcare, financial, entertainment and government. Senior developers, software architects, lead developer, IT directors, CTOs, CISOs. The post Agile Android appeared first on 1Bookcase. |
Android Studio New Media Fundamentals Posted: 05 May 2016 11:55 AM PDT Android Studio New Media Fundamentals: Content Production of Digital Audio/Video, Illustration and 3D Animation.Android Studio New Media Fundamentals is a new media primer covering concepts central to multimedia production for Android including digital imagery, digital audio, digital video, digital illustration and 3D, using open source software packages such as GIMP, Audacity, Blender, and Inkscape. These professional software packages are used for this book because they are free for commercial use. The book builds on the foundational concepts of raster, vector, and waveform (audio), and gets more advanced as chapters progress, covering what new media assets are best for use with Android Studio as well as key factors regarding the data footprint optimization work process and why new media content and new media data optimization is so important. What you'll learn
Who this book is forPrimary audience includes Android developers, especially game designers/developers and others who need access to multimedia elements. Secondary: multimedia producers, RIA developers, game designers, UI designers, and teachers. The post Android Studio New Media Fundamentals appeared first on 1Bookcase. |
Practical Sitecore 8 Configuration and Strategy Posted: 05 May 2016 11:53 AM PDT Practical Sitecore 8 Configuration and Strategy: A User Guide for Sitecore's Content and Marketing Capabilities.Practical Sitecore 8 Configuration and Strategy: A User Guide for Sitecore’s Content and Marketing Capabilities offers a comprehensive overview of Sitecore's web content management solutions, and provides step-by-step guidance for configuring Sitecore's personalization, testing, and marketing automation capabilities. The book highlights strategies and best practices—taking it beyond just the “how to” procedures that can be found elsewhere. Sitecore was recently recognized as one of the most reputable and reliable web content management solutions (WCMS) in the marketplace. Thousands of companies use Sitecore to help manage their web and mobile digital properties. But because Sitecore is a very large and complex platform, marketers and end users often have difficulty coming up to speed on the technology. Practical Sitecore 8 Configuration and Strategy provides the solution you need to get started using Sitecore today. Practical Sitecore 8 Configuration and Strategy:
What you'll learn
Who this book is forThe key target audience for this book are content administrators (content authoring, forms development, etc.) and digital marketers (campaigns, analytics, marketing automation, experience optimization, etc.) using the Sitecore platform. The post Practical Sitecore 8 Configuration and Strategy appeared first on 1Bookcase. |
Pivotal Certified Spring Web Application Developer Exam Posted: 05 May 2016 10:12 AM PDT Pivotal Certified Spring Web Application Developer Exam: A Study Guide.Prepare for the Pivotal Certified Spring Web Application Developer exam and learn about Spring MVC DispatcherServlet configuration, Spring MVC programming model essentials, Spring MVC views and form processing, Spring Web Flow essentials, and Spring Web Flow actions and configuration. The Pivotal Certified Spring Web Application Developer Exam: A Study Guide is the ideal preparation for the exam and after reading and using it, you’ll be able to pass and become a certified Spring Web Developer. When you become a Pivotal Certified Spring Web Application Developer, you’ll receive one of the most valuable credentials available in enterprise Java. Achieving this certification demonstrates your ability to apply Spring’s web projects to develop real-world Java web applications and validates your familiarity with Spring Web. What you'll learn
Who this book is forArchitects and developers who have experience using Java to develop applications and a basic understanding of Spring who are looking to gain the benefits of this certification credential. The post Pivotal Certified Spring Web Application Developer Exam appeared first on 1Bookcase. |
Pivotal Certified Spring Enterprise Integration Specialist Exam Posted: 05 May 2016 10:09 AM PDT Pivotal Certified Spring Enterprise Integration Specialist Exam: A Study Guide.Exam topics covered include tasks and scheduling, remoting, the Spring Web Services framework, RESTful services with Spring MVC, the Spring JMS module, JMS and JTA transactions with Spring, batch processing with Spring Batch and the Spring Integration framework. Prepare with confidence for the Pivotal Enterprise Integration with Spring Exam. One of the important aspects of this book is a focus on new and modern abstractions provided by Spring. Therefore most of the features are shown with Java annotations alongside established XML configurations. Most of the examples in the book are also based on the Spring Boot framework. Spring Boot adoption is exponential because of its capability to significantly simplify Spring configuration using sensible opinionated defaults. But Spring Boot is not the target of the exam, therefore all the features are also covered with plain Spring configuration examples. What you'll learn
Who this book is forThis book is for developers and architects with experience in programming and developing with the Spring Framework. Prerequisites are an understanding of Java, the dependency injection pattern and the Spring Inversion of Control container. All other features needed for the exam are covered from scratch, and are presented so as to be understandable to beginners as well as valuable for intermediates or experts. The post Pivotal Certified Spring Enterprise Integration Specialist Exam appeared first on 1Bookcase. |
C++ 14 Quick Syntax Reference, 2nd Edition Posted: 05 May 2016 09:57 AM PDT C++ 14 Quick Syntax Reference, 2nd Edition.This updated handy quick C++ 14 guide is a condensed code and syntax reference based on the newly updated C++ 14 release of the popular programming language. It presents the essential C++ syntax in a well-organized format that can be used as a handy reference. You won't find any technical jargon, bloated samples, drawn out history lessons, or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any C++ programmer. In the C++ 14 Quick Syntax Reference, Second Edition, you will find a concise reference to the C++ 14 language syntax. It has short, simple, and focused code examples. This book includes a well laid out table of contents and a comprehensive index allowing for easy review. What you'll learn
Who this book is forThis book is a quick, handy pocket syntax reference for experienced C++ programmers, and a concise, easily-digested introduction for other programmers new to C++. The post C++ 14 Quick Syntax Reference, 2nd Edition appeared first on 1Bookcase. |
Posted: 05 May 2016 09:54 AM PDT Broken Agile: Stories From the Trenches, 2nd Edition.Learn how to be successful in adopting Agile and see good and bad examples of how Agile can be adopted. Broken Agile, Second Edition contains stories from years of real world experience on Agile teams and projects. The stories in each chapter are both educational and entertaining. Each chapter focuses on specific Agile values and principles. The stories in each chapter are used to illustrate how Agile values and principles are sometimes misunderstood or misapplied on Agile teams and projects. You will read how Agile is used in the real world and the consequences of poor adaptations of the Agile software development methodology. These stories will help you in your journey to adopt Agile software development. What you'll learn
Who this book is forThis book is for experienced software developers in their journey to adopt Agile Software development. It is very useful for those considering implementation of Agile processes. The post Broken Agile, 2nd Edition appeared first on 1Bookcase. |
Predictive Analytics with Microsoft Azure Machine Learning, 2nd Edition Posted: 05 May 2016 09:50 AM PDT Predictive Analytics with Microsoft Azure Machine Learning, 2nd Edition.Predictive Analytics with Microsoft Azure Machine Learning, Second Edition is a practical tutorial introduction to the field of data science and machine learning, with a focus on building and deploying predictive models. The book provides a thorough overview of the Microsoft Azure Machine Learning service released for general availability on February 18th, 2015 with practical guidance for building recommenders, propensity models, and churn and predictive maintenance models. The authors use task oriented descriptions and concrete end-to-end examples to ensure that the reader can immediately begin using this new service. The book describes all aspects of the service from data ingress to applying machine learning, evaluating the models, and deploying them as web services. Learn how you can quickly build and deploy sophisticated predictive models with the new Azure Machine Learning from Microsoft. What's New in the Second Edition? Five new chapters have been added with practical detailed coverage of:
What you'll learn
Who this book is forData Scientists, Business Analysts, BI Professionals and Developers who are interested in expanding their repertoire of skill applied to machine learning and predictive analytics, as well as anyone interested in an in-depth explanation of the Microsoft Azure Machine Learning service through practical tasks and concrete applications. The reader is assumed to have basic knowledge of statistics and data analysis, but not deep experience in data science or data mining. Advanced programming skills are not required, although some experience with R programming would prove very useful. The post Predictive Analytics with Microsoft Azure Machine Learning, 2nd Edition appeared first on 1Bookcase. |
Exploring the Raspberry Pi 2 with C++ Posted: 05 May 2016 09:46 AM PDT Exploring the Raspberry Pi 2 with C++.You have a Pi 2, but what exactly can you do with it? This book takes you on a tour of the Pi 2 hardware and all of the fantastic things that you can do to create innovative and useful projects with your Pi. Start with creating a workstation that does actual work, and move into installing a custom kernel, creating a clock, learning the ins and outs of the GPIO interface, and pick up some useful C++ skills along the way. Warren Gay, author of Mastering the Raspberry Pi, takes you through a set of experiments to show just what the Pi 2 is capable of and how you can use it to make your own fantastic creations. What you'll learn
Who this book is forIntermediate electronics enthusiasts and Pi fans, makers, students, teachers, and everyone who wants to know how to make the Pi really work. The post Exploring the Raspberry Pi 2 with C++ appeared first on 1Bookcase. |
Linux and Solaris Recipes for Oracle DBAs, 2nd Edition Posted: 05 May 2016 09:45 AM PDT Linux and Solaris Recipes for Oracle DBAs, 2nd Edition.Linux and Solaris Recipes for Oracle DBAs, 2nd Edition is an example–based book on managing Oracle Database under Linux and Solaris. The book is written for database administrators who need to get work done and lack the luxury of curling up fireside with a stack of operating-system documentation. What this book provides instead is task-oriented coverage designed around the needs of the Oracle Database Administrator. Find the right chapter. Look up the task to perform. See the solution. Implement the solution straight away in your own environment. Get the job done. New in this edition is coverage of Oracle’s own Solaris operating system. Oracle Corporation has been working diligently to bring commonality between Solaris and Linux, and this book takes advantage of those efforts to provide task-oriented solutions that work on common distributions of Linux such as Red Hat Enterprise Linux and Oracle Enterprise Linux while also accommodating the growing number of Oracle Solaris customers. Examples in the book match the tasks DBAs perform daily, even hourly. Solutions come first in the book, but always are followed by close explanations of the details. Database administrators won’t go wrong with Linux and Solaris Recipes for Oracle DBAs. It’s the book to buy if you’re after clear and reliable examples to help in getting the job done, and getting home to your family.
What you'll learn
Who this book is forLinux and Solaris Recipes for Oracle DBAs is a book for Oracle database administrators who want to expertly operate Oracle databases on the Linux and Solaris operating systems. If you're new to Linux and Solaris and can benefit from detailed examples showing how to perform tasks that Oracle DBAs perform on Linux and Solaris servers, then this book is what you need to help you get the job done, and get home on time. The post Linux and Solaris Recipes for Oracle DBAs, 2nd Edition appeared first on 1Bookcase. |
You are subscribed to email updates from 1Bookcase. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
Tidak ada komentar:
Posting Komentar