Browse Results

Showing 26,301 through 26,325 of 53,539 results

Apache Accumulo for Developers

by Guomundur Jon Halldorsson

The book will have a tutorial-based approach that will show the readers how to start from scratch with building an Accumulo cluster and learning how to monitor the system and implement aspects such as security.This book is great for developers new to Accumulo, who are looking to get a good grounding in how to use Accumulo. It's assumed that you have an understanding of how Hadoop works, both HDFS and the Map/Reduce. No prior knowledge of ZooKeeper is assumed.

JavaScript and JSON Essentials

by Sai Srinivas Sriparasa

The book follows a tutorial-based approach and will teach you how to work with JSON tools, design JSON objects, and how to use different techniques to handle JSON data.This book is a great resource for developers who would like to learn more about JSON and who wish to apply it in their own projects. It will be useful to have some prior knowledge of HTML and JavaScript to help you understand the concepts covered in this book. Some familiarity with a server-side language such as PHP, C#, or Python would also be beneficial, but this is not compulsory.

Raspberry Pi Super Cluster

by Andrew K. Dennis

This book follows a step-by-step, tutorial-based approach which will teach you how to develop your own super cluster using Raspberry Pi computers quickly and efficiently.Raspberry Pi Super Cluster is an introductory guide for those interested in experimenting with parallel computing at home. Aimed at Raspberry Pi enthusiasts, this book is a primer for getting your first cluster up and running. Basic knowledge of C or Java would be helpful but no prior knowledge of parallel computing is necessary.

WildFly Configuration, Deployment, and Administration - Second Edition

by Christopher Ritchie

This book is aimed at Java developers, system administrators, application testers using WildFly, and anyone who performs a DevOps role. Whether you are completely new to WildFly or just require an understanding of WildFly's new features, this book is for you.

Mastering D3.js

by Pablo Navarro Castillo

If you are a software developer working with data visualizations and want to build complex data visualizations, this book is for you. Basic knowledge of D3 framework is expected. With real-world examples, you will learn how to structure your applications to create enterprise-level charts and interactive dashboards.

Rails 4 Application Development HOTSHOT

by Saurabh Bhatia

Attractive practical projects to polish your application building skills, through a straightforward, highly focused and interesting approach towards application development. If you are a developer who is already familiar with the basics of the Rails framework and have previously worked with Rails 3.2 or earlier, then this is the ideal book for you. It is assumed that you have some prior experience with the development of applications. This book will help you to upgrade your existing knowledge and also ensure its applicability. You will be expected to setup Rails, MySQL / PostgreSQL, Mongodb and required dependencies themselves.

Haskell Data Analysis Cookbook

by Nishant Shukla

Step-by-step recipes filled with practical code samples and engaging examples demonstrate Haskell in practice, and then the concepts behind the code. This book shows functional developers and analysts how to leverage their existing knowledge of Haskell specifically for high-quality data analysis. A good understanding of data sets and functional programming is assumed.

Web Development with Jade

by Sean Lang

This is a step-by step, tutorial-based book which will enable web developers to explore the functionalities of Jade and learn how to use it to write certain functions and processes for web development. This book is for web developers with at least a basic understanding of HTML and JavaScript. It will enable you to write an easier form of language that then compiles into HTML.

Developing Responsive Web Applications with AJAX and jQuery

by Sandeep Kumar Patel

This book is a standard tutorial for web application developers presented in a comprehensive, step-by-step manner to explain the nuances involved. It has an abundance of code and examples supporting explanations of each feature. This book is intended for Java developers wanting to create rich and responsive applications using AJAX. Basic experience of using jQuery is assumed.

jMonkeyEngine 3.0 Cookbook

by Rickard Eden

If you are a jMonkey developer or a Java developer who is interested to delve further into the game making process to expand your skillset and create more technical games, then this book is perfect for you.

Grunt Cookbook

by Jurie-Jan Botha

This book will be useful to anyone who wishes to build anything from a static website to a more modern web application. Some basic JavaScript experience is preferable and some rudimentary knowledge of the Node.js platform could also come in handy.

jBPM6 Developer Guide

by Mariano Nicolas Maio Esteban Aliverti Mauricio Salatino

If you are a Java developer or architect who needs to have a better understanding of how Business Process Management frameworks behave in real-life implementations, this book is for you. This book assumes that you know the Java language well and are familiar with some widely used frameworks such as Hibernate. You should also know the basics of relational databases and Maven-based applications.

Mastering jQuery UI

by Vijay Joshi

If you are a frontend developer with considerable knowledge of jQuery UI and want to take this expertise to the next level, then this book is for you.

Redis Applied Design Patterns

by Arun Chinnachamy

With new data stores making their way onto the market, it's necessary for businesses to understand the features and techniques to use data stores most effectively. Redis Applied Design Patterns is designed to guide you into the world of Redis and will help you understand how business problems can be solved using Redis in your application stack. This book introduces you to the NoSQL way of thinking and how it is different from SQL. It helps you understand various functionality of Redis through a series of use cases designed for you to learn the more complex and less well-known features of Redis in an incremental way. By the time you've read this book, you will be capable of designing a system using Redis. This book will guide you through various use cases along with code samples, easy-to-understand diagrams, and tips to help you take advantage of Redis. The book explains the benefits of adding Redis to the application stack and discusses various practical use cases for Redis such as the caching system, commenting system, and social networking.

Magento Extensions Development

by Jérémie Bouchet

If you want to write a specific customization or a large new and full-featured extension on Magento 2, this book is intended for you. You must be an intermediate to professional-level developer in PHP to appreciate this book.

Moodle Course Design Best Practices

by Michelle Moore Susan Smith Nash

This book is an easy-to-follow guide with a hands-on approach that will help you learn the best practices for designing attractive and highly interactive courses with the help of Moodle. This book can be used by training managers, teachers, instructors, Moodle network specialists, instructional designers, and e-learning entrepreneurs. If you are involved in online, cloud-based education, training, or professional development, this is the book for you. No prior experience with Moodle is required, though it would be helpful to understand the basics of using HTML and also working with different multimedia file formats and social media. If you would like to find a very easy and convenient way to organize learning activities along with group projects and activities, then this is the book for you.

Go Cookbook: Over 85 Recipes To Build Modular, Readable, And Testable Golang Applications Across Various Domains, 2nd Edition

by Aaron Torres

Bridge the gap between basic understanding of Go and use of its advanced features About This Book • Discover a number of recipes and approaches to develop modern back-end applications • Put to use the best practices to combine the recipes for sophisticated parallel tools • This book is based on Go 1.8, which is the latest version Who This Book Is For This book is for web developers, programmers, and enterprise developers. Basic knowledge of the Go language is assumed. Experience with back-end application development is not necessary, but may help understand the motivation behind some of the recipes. What You Will Learn • Test your application using advanced testing methodologies • Develop an awareness of application structures, interface design, and tooling • Create strategies for third-party packages, dependencies, and vendoring • Get to know tricks on treating data such as collections • Handle errors and cleanly pass them along to calling functions • Wrap dependencies in interfaces for ease of portability and testing • Explore reactive programming design patterns in Go In Detail Go (a.k.a. Golang) is a statically-typed programming language first developed at Google. It is derived from C with additional features such as garbage collection, type safety, dynamic-typing capabilities, additional built-in types, and a large standard library. This book takes off where basic tutorials on the language leave off. You can immediately put into practice some of the more advanced concepts and libraries offered by the language while avoiding some of the common mistakes for new Go developers. The book covers basic type and error handling. It explores applications that interact with users, such as websites, command-line tools, or via the file system. It demonstrates how to handle advanced topics such as parallelism, distributed systems, and performance tuning. Lastly, it finishes with reactive and serverless programming in Go. Style and approach This guide is a handy reference for developers to quickly look up Go development patterns. It is a companion to other resources and a reference that will be useful long after reading it through the first time. Each recipe includes working, simple, and tested code that can be used as a reference or foundation for your own applications.

Web Crawling and Data Mining with Apache Nutch

by Zakir Laliwala Abdulbasit Shaikh

This book is a user-friendly guide that covers all the necessary steps and examples related to web crawling and data mining using Apache Nutch."Web Crawling and Data Mining with Apache Nutch" is aimed at data analysts, application developers, web mining engineers, and data scientists. It is a good start for those who want to learn how web crawling and data mining is applied in the current business world. It would be an added benefit for those who have some knowledge of web crawling and data mining.

Asynchronous Android

by Steve Liles

Concurrent Programming on Android is a step-by-step guide that builds a complete picture of the concurrency constructs available on the Android platform.This book is for Android developers who want to learn about the advanced concepts of Android programming. No prior knowledge of concurrency and asynchronous programming is required. This book is also targeted towards Java experts who are new to Android.

Web Development with Django Cookbook

by Aidas Bendoraitis

If you have created websites with Django, but you want to sharpen your knowledge and learn some good approaches for how to treat different aspects of web development, you should definitely read this book. It is intended for intermediate and professional Django users who need to build projects which must be multilingual, functional on devices of different screen sizes, and which scale over time.

Sass and Compass Designer's Cookbook

by Bass Jobsen

Over 120 practical and easy-to-understand recipes that explain how to use Sass and Compass to write efficient, maintainable, and reusable CSS code for your web development projects About This Book * Leverage Sass to make your CSS code maintainable, reusable and prevent code duplications * Shorten debug time with Sass when creating complex CSS code for different browsers and devices * Write easy and bullet-proof CSS with Compass using this step-by-step and detailed guide Who This Book Is For This book is mainly intended for web developers and designers who are comfortable with CSS and HTML. If you are someone with some experience with CSS, you will find the learning curve of learning Sass syntax to be less steep. Basic knowledge of web development is helpful but you don't have to be a programmer to understand Sass. What You Will Learn * Spend less time debugging code * Compile Sass code into readable and maintainable CSS * Integrate Sass in your own projects * Reuse your code to prevent code duplications * Write reusable and portable CSS code * Make use of pre-built and established code written by other developers * Reduce development and maintenance time of your projects * Set up a development environment with Gulp In Detail Sass and Compass Designer's Cookbook helps you to get most out of CSS3 and harness its benefits to create engaging and receptive applications. This book will help you develop faster and reduce the maintenance time for your web development projects by using Sass and Compass. You will learn how to use with CSS frameworks such as Bootstrap and Foundation and understand how to use other libraries of pre-built mixins. You will also learn setting up a development environment with Gulp. This book guides you through all the concepts and gives you practical examples for full understanding. Style and approach This book is the perfect mix of essential theory combined with real-life examples and problems, with clear explanations of the more sophisticated Sass concepts. Learn Sass and Compass with practical and well-explained example code. This book follows a problem and solution approach that is convenient to understand and follow.

Backbone.js Blueprints

by Andrew Burgess

This book is an easy-to-follow guide which is full of examples that will take you through building seven very different web applications with Backbone. The code is broken down into manageable bites and then thoroughly explained. If you are ready to learn about building frontend applications in Backbone, this is the book for you. Perhaps you've dipped your toe into Backbone and are ready to take the plunge. Even if you haven't, this book will teach you everything you need to know to build solid frontend apps with Backbone. You'll need to be pretty good at JavaScript and have a working knowledge of HTML and CSS, but other than that, you're good to go!

Programming MapReduce with Scalding

by Antonios Chalkiopoulos

This book is an easy-to-understand, practical guide to designing, testing, and implementing complex MapReduce applications in Scala using the Scalding framework. It is packed with examples featuring log-processing, ad-targeting, and machine learning. This book is for developers who are willing to discover how to effectively develop MapReduce applications. Prior knowledge of Hadoop or Scala is not required; however, investing some time on those topics would certainly be beneficial.

Getting Started with Laravel 4

by Raphaël Saunier

This book follows a practical and easy-to-follow approach and is packed with real-world examples to understand all the fundamentals and concepts in a very concise way. This book is ideal for web developers who want to get up to speed with Laravel quickly. You are expected to have some experience with the PHP programming language - or any C-like languages such as JavaScript, Perl, or Java - along with some understanding of basic OOP concepts. Any experience with MVC frameworks such as ASP.NET MVC or Ruby on Rails will certainly be beneficial but not required. Lastly, some familiarity with command line interfaces will also help but is not essential either.

Magento Site Performance Optimization

by Mathieu Nayrolles

Magento Site Performance Optimization follows a handson, easytofollow approach, which focuses on the optimization of Magento's performance. Each chapter has a very logical flow, which makes the book readerfriendly. This book is written for Magento administrators who wish to optimize their store to increase performance, without spending thousands of dollars a year for the enterprise edition of Magento. It is noteworthy that Magento, as a project, comes with a gigantic code base and tools; however, the reader needs to be up for the challenge, ready to produce their own code to make the most of its code base.

Refine Search

Showing 26,301 through 26,325 of 53,539 results