Startup MixologyEntrepreneurship starts with an idea and a dream: a dream of a better world for others, and a life less ordinary for yourself. These days, more people than ever are full of world-changing ideas and, thanks to technology, have the means to bring them to life. But many ideas remain just ideas, and many dreams just dreams.
Startup Mixology is first and foremost a book about turning your ideas into action. From the cofounder of media company Tech Cocktail, a veteran entrepreneur and investor who was named one of the most connected people in tech, this book covers the basic "ingredients" of winning entrepreneurship. No abstract theories here — it shows you how to tackle everything from idea generation to launch to marketing to funding and how to start getting things done. ...
Data Structures and Algorithms in Java, 6th EditionThe design and analysis of efficient data structures has long been recognized as a key component of the Computer Science curriculum. Goodrich and Tomassia's approach to this classic topic is based on the object-oriented paradigm as the framework of choice for the design of data structures. For each ADT presented in the text, the authors provide an associated Java interface. Concrete data structures realizing the ADTs are provided as Java classes implementing the interfaces. The Java code implementing fundamental data structures in this book is organized in a single Java package, net.datastructures. This package forms a coherent library of data structures and algorithms in Java specifically designed for educational purposes in a way that is complimentary with the Java Collections Framework. ...
Understanding BitcoinBitcoin is arguably one of the biggest developments in finance since the advent of fiat currency. With Understanding Bitcoin, expert author Pedro Franco provides finance professionals with a complete technical guide and resource to the cryptography, engineering and economic development of Bitcoin and other cryptocurrencies. This comprehensive, yet accessible work fully explores the supporting economic realities and technological advances of Bitcoin, and presents positive and negative arguments from various economic schools regarding its continued viability.
This authoritative text provides a step-by-step description of how Bitcoin works, starting with public key cryptography and moving on to explain transaction processing, the blockchain and mining technologies. This vital resource reviews Bitcoin from the broader perspective of digital currencies and explores historical attempts at cryptographic currencies. Bitcoin is, after all, not just a digital currency; it's a modern approach ...
Mathematical Structures for Computer GraphicsMathematical Structures for Computer Graphics presents an accessible and intuitive approach to the mathematical ideas and techniques necessary for two- and three-dimensional computer graphics. Focusing on the significant mathematical results, the book establishes key algorithms used to build complex graphics scenes.
Written for readers with various levels of mathematical background, the book develops a solid foundation for graphics techniques and fills in relevant graphics details often overlooked in the literature. Rather than use a rigid theorem/proof approach, the book provides a flexible discussion that moves from vector geometry through transformations, curve modeling, visibility, and lighting models. ...
Software Evolution and MaintenanceSoftware Evolution and Maintenance: A Practitioner's Approach is an accessible textbook for students and professionals, which collates the advances in software development and provides the most current models and techniques in maintenance.
Explains two maintenance standards: IEEE/EIA 1219 and ISO/IEC14764; Discusses several commercial reverse and domain engineering toolkits; Slides for instructors are available online; Information is based on the IEEE SWEBOK (Software Engineering Body of Knowledge). ...
Windows Server 2012 Inside OutDive in - and discover how to really put Windows Server 2012 to work! This supremely organized reference packs the details you need to plan and manage a Windows Server 2012 implementation - including hundreds of timesaving solutions, troubleshooting tips, and workarounds. Learn how the experts tackle Windows Server 2012 - and challenge yourself to new levels of mastery. ...
Windows Vista Inside OutYou're beyond the basics, so dive right in and really put your PC to work! This supremely organized reference is packed with hundreds of timesaving solutions, troubleshooting tips, and workarounds. It's all muscle and no fluff. Discover how the experts tackle Windows Vista - and challenge yourself to new levels of mastery! ...
JSF 2.0 CookbookJavaServer Faces is a Java-based Web application framework intended to simplify development of user interfaces for Java EE applications. You may already be aware of the laborious search through reference guides and documentation to develop your JSF applications. With the JSF Cookbook, you can find solutions to the most common JSF problems in a quick and easy way.
This book will cover all the important aspects involved in developing JSF applications. It provides clear instructions for getting the most out of JSF and offers many exercises to build impressive desktop-style interfaces for your web applications. Develop JSF applications starting with simple recipes and gradually moving on to complex recipes. ...
Marketing Automation with EloquaEloqua is a powerful platform that develops automated marketing and demand generation software and services for business-to-business marketers. It provides enough tools to start to centralize marketing operations and build holistic views of demand generation across multiple channels. This, in turn, gives marketers actionable results for their campaigns and the ability to centralize more of this data from one or a few systems. It helps ensure every component of marketing works harder and more efficiently to drive revenue.
This practical guide will help you realize your full potential by demonstrating how your campaign vision can be translated into a digital campaign in Eloqua, and how to measure its success.It will walk you through building a practical campaign, and explains the powerful features of Eloqua on this journey. You'll also learn how to utilize these features in your campaign along with various tools that will enhance its marketing value. ...
Mastering Ninject for Dependency InjectionDependency injection is an approach to creating loosely coupled applications. Maintainability, testability, and extensibility are just a few advantages of loose coupling. Ninject is a software library which automates almost everything that we need in order to implement a dependency injection pattern.
Mastering Ninject for Dependency Injection will teach you everything you need to know in order to implement dependency injection using Ninject in a real-life project. Not only does it teach you about Ninject core framework features that are essential for implementing dependency injection, but it also explores the power of Ninject's most useful extensions and demonstrates how to apply them. ...