Fire Tablets For DummiesAmazon's growing suite of tablets gives you the power to watch, work, and play wherever you roam. With access to a large music and video collection, a growing app store, a massive library of e-books, and fast, easy one-click shopping, the Fire Tablet is the hottest ticket in town. Whether you're the owner of the original Kindle Fire, Kindle Fire HD, Kindle Fire HDX, or one of the latest and greatest Fire tablet models, this fun and friendly guide will fuel your love of your tablet and help you make the most of its myriad features and capabilities. ...
Raspberry Pi For DummiesWith the invention of the unique credit-card sized single-board computer, the Raspberry Pi, comes a new wave of hardware geeks, hackers, and hobbyists who are excited about the possibilities of the Raspberry Pi, and this is the perfect guide to get you started in this exhilarating new arena. With this fun and friendly book, you'll quickly discover why the supply for the Pi cannot keep up with the demand! Veteran tech authors Sean McManus and Mike Cook show you how to download and install the operating system, use the installed applications, and much more. ...
Project Management Checklists For DummiesWant to take your career to the next level and be a master of planning, organising, motivating and controlling resources to meet your goals? This easy-to-use guide has you covered! Project Management Checklists For Dummies takes the intimidation out of project management, and shows you step by step how to use rigorous self-check questions to save significant time—and headaches—in managing your projects effectively.
Project Management Checklists For Dummies gives you to-do lists, hands-on checklists and helpful guidance for managing every phase of a project from start to finish. Before you know it, you'll be a star project manager as you organise, estimate and schedule projects in today's time-crunched, cost-conscious global business environment. ...
MATLAB For DummiesIf you work in a STEM field, chances are you'll be using MATLAB on a daily basis. MATLAB is a popular and powerful computational tool and this book provides everything you need to start manipulating and plotting your data. MATLAB has rapidly become the premier data tool, and MATLAB For Dummies is a comprehensive guide to the fundamentals. MATLAB For Dummies guides you through this complex computational language from installation to visualization to automation.
MATLAB is an essential part of the analysis arsenal and MATLAB For Dummies provides clear, thorough guidance to get the most out of your data. ...
Protecting Yourself Online For DummiesDon't let news about internet risks deter you from taking full advantage of its benefits! The web is such an amazing and useful resource for connecting with friends and family, shopping, banking, catching up on current events, and getting help in a myriad of ways. Let AARP's Protecting Yourself Online For Dummies arm you with the information you need to use the internet with confidence.
By reading this guide and following a few safety precautions, you can be confident and risk-free as you enjoy a connected, digital life online! ...
Apache Solr Search PatternsApache Solr is an open source search platform built on a Java library called Lucene. It serves as a search platform for many websites, as it has the capability of indexing and searching multiple websites to fetch desired results.
We begin with a brief introduction of analyzers and tokenizers to understand the challenges associated with implementing large-scale indexing and multilingual search functionality. We then move on to working with custom queries and understanding how filters work internally. While doing so, we also create our own query language or Solr plugin that does proximity searches. Furthermore, we discuss how Solr can be used for real-time analytics and tackle problems faced during its implementation in e-commerce search. We then dive deep into the spatial features such as indexing strategies and search/filtering strategies for a spatial search. We also do an in-depth analysis of problems faced in an ad serving platform and how Solr can be used to solve these problems ...
Git EssentialsSince its inception, Git has attracted skilled developers due to its robust, powerful, and reliable features. Its incredibly fast branching ability transformed a piece of code from a niche tool for former Linux Kernel developers into a mainstream distributed versioning system. Like most powerful tools, Git can be hard to approach since it has a lot of commands, subcommands, and options that easily confuse newcomers. The main purpose of Git Essentials is to help you overcome this fear and become adept at all basic tasks in Git. This book starts with an introduction to version control systems, and after this you'll delve deeply into the essentials of Git. This serves as a primer for the topics to follow such as branching and merging, creating and managing a GitHub personal repository, and fork and pull requests. You will then learn the art of cherry-picking, taking only commits you like, followed by Git blame. Finally, you'll learn how to migrate from SVN using Git tools or TortoiseGit a ...
Code-First Development with Entity FrameworkEntity Framework Code-First enables developers to read and write data in a relational database system using C# or VB.NET. It is Microsoft's answer to demand for an ORM from .NET developers.
This book will help you acquire the necessary skills to program your applications using Entity Framework. You will start with database configuration and learn how to write classes that define the database structure. You will see how LINQ can be used with Entity Framework to give you access to stored data. You will then learn how to use Entity Framework to persist information in a Relational Database Management System. You will also see how you can benefit from writing ORM-based .NET code. Finally, you will learn how Entity Framework can help you to solve database deployment problems using migrations. ...
Corona SDK Mobile Game Development, 2nd EditionCorona is a software development kit to build mobile applications for iPhone, iPad, and Android devices.
This book will take you through the journey of developing games right from installing Corona SDK and creating Hello World as your first app. Going further, you will learn how to script in Lua and learn some techniques to apply this in Corona SDK with demonstration. Towards the end of the book you'll build the final game, which involves physical objects and also uses features such as the accelerometer. Moreover, learn to make your game socially available on Twitter and Facebook.
By the end of the book, you'll learn to deploy your iOS and Android games to the App Store and Google Play Store. ...
CoffeeScript Application Development CookbookCoffeeScript is a JavaScript compiler. CoffeeScript brings many things to the table that are lacking in JavaScript itself. This includes a class and module system, a syntax that is cleaner, less terse, and well structured, and list comprehensions that make working with collections of data more enjoyable. CoffeeScript can be used as not only a tool for the Web, but also as a tool for day-to-day DevOps type tasks (for example, file processing, working with databases, and more).
This practical guide contains a wide range of recipes demonstrating how CoffeeScript can be used while developing the entire stack of an application. With recipes that range from easy and intermediate to advanced, there is something here for anyone looking to escape the common pitfalls of JavaScript and develop in a clean and expressive language. ...