IT eBooks
Download, Read, Use
CentOS System Administration Essentials
CentOS System Administration Essentials

CentOS is widely respected as a very powerful and flexible Linux distribution, and it can be used as a web server, file server, FTP server, domain server, or a multirole solution. It is designed to handle the more demanding needs of business applications such as network and system administration, database management, and web services. CentOS is self-sufficient and fast while working, with the added benefit of global acceptance as a large number of the world's web servers run on it. This book not only concentrates on the basics, but also supplements your existing knowledge on subject areas that are important in the Enterprise market, such as directory services, security configuration management, and web-based architecture. By the end of this book, you will be able to manage an Enterprise Linux network focused on management-centralized configuration, user management, and filesystem enhancements by covering everything from the latest filesystem advances with BTRFS through to learning a ...
Cassandra High Availability
Cassandra High Availability

Apache Cassandra is a massively scalable, peer-to-peer database designed for 100 percent uptime, with deployments in the tens of thousands of nodes supporting petabytes of data. This book offers readers a practical insight into building highly available, real-world applications using Apache Cassandra. The book starts with the fundamentals, helping you to understand how the architecture of Apache Cassandra allows it to achieve 100 percent uptime when other systems struggle to do so. You'll have an excellent understanding of data distribution, replication, and Cassandra's highly tunable consistency model. This is followed by an in-depth look at Cassandra's robust support for multiple data centers, and how to scale out a cluster. Next, the book explores the domain of application design, with chapters discussing the native driver and data modeling. Lastly, you'll find out how to steer clear of common antipatterns and take advantage of Cassandra's ability to fail gracefully. ...
Advanced Quantitative Finance with C++
Advanced Quantitative Finance with C++

This book will introduce you to the key mathematical models used to price financial derivatives, as well as the implementation of main numerical models used to solve them. In particular, equity, currency, interest rates, and credit derivatives are discussed. In the first part of the book, the main mathematical models used in the world of financial derivatives are discussed. Next, the numerical methods used to solve the mathematical models are presented. Finally, both the mathematical models and the numerical methods are used to solve some concrete problems in equity, forex, interest rate, and credit derivatives. The models used include the Black-Scholes and Garman-Kohlhagen models, the LIBOR market model, structural and intensity credit models. The numerical methods described are Monte Carlo simulation (for single and multiple assets), Binomial Trees, and Finite Difference Methods. You will find implementation of concrete problems including European Call, Equity Basket, Currency Eur ...
Learning Agile
Learning Agile

Agile has revolutionized the way teams approach software development, but with dozens of agile methodologies to choose from, the decision to "go agile" can be tricky. This practical book helps you sort it out, first by grounding you in agile's underlying principles, then by describing four specific-and well-used-agile methods: Scrum, extreme programming (XP), Lean, and Kanban. Each method focuses on a different area of development, but they all aim to change your team's mindset—from individuals who simply follow a plan to a cohesive group that makes decisions together. Whether you're considering agile for the first time, or trying it again, you'll learn how to choose a method that best fits your team and your company. ...
iPad All-in-One For Dummies, 7th Edition
iPad All-in-One For Dummies, 7th Edition

The iPad may be small, but it packs a big punch. This all-encompassing guide provides step-by-step guidance for iPad and iPad mini users looking to make the most of this small wonder—at home, at work, or on the go. Whether you're an iPad newbie or have been puttering around with it for a while, there's something inside for everyone! For the uninitiated — pick the iPad model that's right for you and discover cool bling you can add to accessorize it; It's your iPad, you can play if you want to — explore the iTunes store, preview, buy, and rent media, use iCloud to push purchases to all devices, and set up Family Sharing; Get connected — make your Wi-Fi and 3G/4G settings, tether your iPad to your smartphone, and sync content across devices; iWorking 9–5 — get familiar with the iWork for iOS apps, improve documents by adding photos and images, and manage your iWork documents like a pro. ...
iPad mini For Dummies, 3rd Edition
iPad mini For Dummies, 3rd Edition

This new edition of iPad mini For Dummies covers all the latest tips and tricks for getting an even bigger bang out of your iPad mini. Presented in full-color and written in the straightforward but fun language that has defined the For Dummies brand for more than twenty years, this friendly guide walks you through the multitouch interface, going online, getting connected, packing your iPad mini with apps, games, e-books, photos, music, and movies, synchronizing your data, texting with iMessage, working with Siri, importing pictures and launching slideshows, getting organized with Reminders, finding your way with Maps, working with the Calendar, protecting your information, accessorizing your iPad mini, and much more. Updated and revised throughout to cover Apple's newest iPad mini hardware and iOS software, iPad mini For Dummies is the ideal companion to help you make the most out of your device. Plus, if you run into any problems along the way, you'll find easy-to-follow, expert tr ...
Blender 3D Basics, 2nd Edition
Blender 3D Basics, 2nd Edition

This book teaches you how to model a nautical scene, complete with boats and water, and then add materials, lighting, and animation. It demystifies the Blender interface and explains what each tool does so that you will be left with a thorough understanding of 3D. This book starts with an introduction to Blender and some background on the principles of animation, how they are applied to computer animation, and how these principles make animation better. Furthermore, the book helps you advance through various aspects of animation design such as modeling, lighting, camera work, and animation through the Blender interface with the help of several simple projects. Each project will help you practice what you have learned and do more advanced work in all areas. ...
Xamarin Essentials
Xamarin Essentials

Xamarin is a Mono-based suite of products that allows developers to create iOS and Android apps using C# and .NET. This learning guide is your first port of call to quickly learn Xamarin. Starting with the foundations by understanding the architecture behind Xamarin.iOS and Xamarin.Android, you will be guided through creating your first Xamarin.iOS and Xamarin.Android applications. In addition, you will learn how to utilize frameworks such as MvvmCross and Xamarin.Forms to increase the amount of code reuse. To conclude your journey, you will be shown how to develop your own Xamarin apps for distribution. Xamarin Essentials is the guide to use in order to quickly gain practical working knowledge of developing robust commercial mobile apps using C# and sharing large portions of your code base across iOS and Android apps. ...
The Uncertain Web
The Uncertain Web

What's the best way to develop for a Web gone wild? That's easy. Simply scrap the rules you've relied on all these years and embrace uncertainty as a core tenet of design. In this practical book, veteran developer Rob Larsen outlines the principles out what he calls The Uncertain Web, and shows you techniques necessary to successfully make the transition. By combining web standards, progressive enhancement, an iterative approach to design and development, and a desire to question the status quo, your team can create sites and applications that will perform well in a wide range of present and future devices. This guide points the way. ...
LibGDX Game Development Essentials
LibGDX Game Development Essentials

This book focuses on teaching LibGDX and its incredible features with a balanced mix of theory and practice. As you proceed through the book, you will create a 2D game in parallel and work on active coding as well. The source code of the game and all the experiments that are done in the book are also provided to get you started quickly and easily. The game you will develop is a simple one, aimed at helping beginners learn the basics from start to finish. You will develop the complete game and as a next step you will integrate the Box2D physics engine by replacing the existing code. The book teaches you how to create GUI elements using Scene2D and helps you with everything that is involved, from the creation to the publishing of a game. In later chapters, you will learn about 3D in LibGDX and 3D physics using Bullet. The final chapter details the process involved in publishing the game to Google Play, Apple App Store, PC, and the Web.The book covers all the relevant topics of LibGDX ...
← Prev       Next →
Reproduction of site books is authorized only for informative purposes and strictly for personal, private use.
Only Direct Download
IT eBooks Group © 2011-2025