Programming with Java: A Primer


E. Balagurusamy - 2006
    The language concepts are aptly explained in simple and easy-to-understand style, supported with examples, illustrations and programming and debugging exercises.

10 Management Models


Fons Trompenaars - 2015
    The way we think about leadership, for instance, has shifted radically from the genius of great entrepreneurs like Rockefeller, Carnegie and Ford, through leadership as a science, leadership that releases human potential, the leader as strategist and warrior, customer champion, globalist and shareholder advocate, to, more recently, leadership as stewardship of the environment. Hundreds of models have been developed to track, measure and forecast business solutions, but as fashions shift how can we apply them in real organizations that have to succeed outside the classroom? 10 Management Models is taken from the book, 100+ Management Models by the same authors.

Dhirubhaism


A.G. Krishnamurthy - 2007
    Not a product of the formal education system, Dhirubhai was known for his astute business acumen and entrepreneurial prowess. No wonder Dhirubhai's business philosophy was quite different from his contemporaries. This book is not about Dhirubhai's life, or how Dhirubhai went about building his business empire. Dhirubhaism is an attempt to capture those unique insights that Dhirubhai shared with the author in several interations during their long association. The 15 Dhirubhaisms put together bring out the work philosophy of Dhirubhai and give us a glimpse into the remarkable thinking process and practices of one of India's most successful entrepreneurs.

Think Like a Freak: The Authors of Freakonomics Offer to Retrain Your Brain by Steven D. Levitt and Stephen J. Dubner - Summary, Key Ideas and Facts


I.K. Mullins - 2014
    Levitt's and Stephen J. Dubner's book. This is a summary of Steven D. Levitt's and Stephen J. Dubner's book. It provides a detailed and concise description of their books' content, key ideas and facts. In Think Like a Freak, economist Steven Levitt and journalist Stephen Dubner advice how to master the economic way of thinking described in their previous bestsellers. To say it briefly, thinking like a Freak means being willing to think outside the box. The book offers advice, which may be useful to those who want to make better decisions and achieve better results when dealing with minor issues or major worldwide reforms. The kind of thinking, which is promoted in the book, is inspired by the economic approach. The economic approach is both simpler and broader than merely focusing on the economy. It claims to be independent of ideology, and it uses data in order to understand how the world works, how incentives thrive, how resources are distributed, and what prevents people from getting those resources. --------------------- Book summaries published by Brief, Concise and to the Point Publishing are designed to keep readers up to date and knowledgeable regarding new and significant books. Book summaries are perfect for people, especially busy professionals, who do not have the time to read books in their entirety. The main benefits of reading book summaries published by Brief, Concise and to the Point Publishing: 1. Our book summaries help you save your time and money. Instead of spending days or even weeks reading an important book, simply take one or two hours to read our concise book summary. It will introduce you to the book's primary content, ideas, arguments and facts. It will also help you decide whether it is worthwhile to invest your time and money in the entire book. 2. Our book summaries are truly comprehensive. Some other publishers' superficial book summaries do not exceed 15 to 20 pages, although they are presented as lengthy summaries. Our extensive book summaries include all the essential information you need to know. 3. Our books help you retain more information pertaining to the book's content. Academic studies have proven that people retain more of what they read in a summary as compared with what they remember after reading a book. Please note that according to the U.S. copyright law, the ideas and facts presented in books, as well as book titles, are not protected by copyright law.

Practices of an Agile Developer: Working in the Real World


Venkat Subramaniam - 2006
    You'll learn pragmatic ways of approaching the development process and your personal coding techniques. You'll learn about your own attitudes, issues with working on a team, and how to best manage your learning, all in an iterative, incremental, agile style. You'll see how to apply each practice, and what benefits you can expect. Bottom line: This book will make you a better developer.

Construction Management Jumpstart


Barbara J. Jackson - 2004
    This second edition of a bestselling introduction to construction management walks you through each stage of the construction management process.Written from the constructor's perspective, this book will familiarize you with all the construction management fundamentals and how Building Information Modeling (BIM) is impacting the construction management profession.Covers interoperability of technology advances in the construction industry Explains how BIM is challenging the traditional approach to project delivery and how this affects the constructor's role Elaborates each stage of the design and construction process and the tasks associated with each of them Shows step-by-step how to estimate project costs, administer contracts, manage job site and construction operations, plan and schedule a project, monitor project performance, manage project quality and safety, and assess project risks Provides review questions at the end of each chapter to help enforce understanding The tried-and-true project management principles presented in this book will help ensure you a successful start to your career.

The Dream Team Nightmare


Portia Tung - 2012
    You've just been introduced to your new team as their Agile Coach. The team calls themselves The Dream Team. You are responsible for coming up with a plan to get the team back on track to achieve their project goals.Shortly after the initial product launch, The Dream Team was set a challenge by the Management Team to try out an alternative way of working called Agile. Eighteen months on and the team is working anything but like a dream. In fact, life's become a bit of a nightmare. Morale is low. Productivity has ground to a halt. Quality has become a taboo subject.Management believes the project has reached an impasse. They demand results and are prepared to outsource the remainder of the project. You have 5 days to figure out how to help the team move forward.Your fate and that of your team is entirely in your hands. What choices will you make? Choose badly and you’ll come to a sticky end. Choose wisely and you and your team stand a chance of living happily ever after. What will you choose to do?

A View From The Top


Zig Ziglar - 2002
    However, he has discovered that "being successful" is only part of life's challenge. Success is very often a short-lived high. People arrive at the goal line in life, look into the end zone and discover that it contains many of the things that money will buy, but it contains very little of what money won't buy. Zig believes that yes, success is worth it, but it is not enough. The next step is to move from success into significance. In A View from the Top Zig will teach you: to bring in spiritual dimention in all areas of your life the power of giving others a hand up, not just a hand out to make radical changes with minute steps to develop a wall of gratitude to combine your mission and your vision A View from the Top will help you achieve success and significance, so when you reach the top you'll find the view simply magnificent.

Web Database Applications with PHP and MySQL


Hugh E. Williams - 2002
    Anyone with a modest knowledge of HTML and web site management can learn to create dynamic content through the PHP programming language and the MySQL database. This book gives you the background and tools to do the job safely and reliably.Web Database Applications with PHP and MySQL, Second Edition thoroughly reflects the needs of real-world applications. It goes into detail on such practical issues as validating input (do you know what a proper credit card number looks like?), logging in users, and using templates to give your dynamic web pages a standard look.But this book goes even further. It shows how JavaScript and PHP can be used in tandem to make a user's experience faster and more pleasant. It shows the correct way to handle errors in user input so that a site looks professional. It introduces the vast collection of powerful tools available in the PEAR repository and shows how to use some of the most popular tools.Even while it serves as an introduction to new programmers, the book does not omit critical tasks that web sites require. For instance, every site that allows updates must handle the possibility of multiple users accessing data at the same time. This book explains how to solve the problem in detail with locking.Through a sophisticated sample application--Hugh and Dave's Wine Store--all the important techniques of dynamic content are introduced. Good design is emphasized, such as dividing logic from presentation. The book introduces PHP 5 and MySQL 4.1 features, while providing techniques that can be used on older versions of the software that are still in widespread use.This new edition has been redesigned around the rich offerings of PEAR. Several of these, including the Template package and the database-independent query API, are fully integrated into examples and thoroughly described in the text. Topics include:Installation and configuration of Apache, MySQL, and PHP on Unix®, Windows®, and Mac OS® X systems Introductions to PHP, SQL, and MySQL administration Session management, including the use of a custom database for improved efficiency User input validation, security, and authentication The PEAR repository, plus details on the use of PEAR DB and Template classes Production of PDF reports

High Performance MySQL: Optimization, Backups, and Replication


Baron Schwartz - 2008
    This guide also teaches you safe and practical ways to scale applications through replication, load balancing, high availability, and failover. Updated to reflect recent advances in MySQL and InnoDB performance, features, and tools, this third edition not only offers specific examples of how MySQL works, it also teaches you why this system works as it does, with illustrative stories and case studies that demonstrate MySQL’s principles in action. With this book, you’ll learn how to think in MySQL. Learn the effects of new features in MySQL 5.5, including stored procedures, partitioned databases, triggers, and views Implement improvements in replication, high availability, and clustering Achieve high performance when running MySQL in the cloud Optimize advanced querying features, such as full-text searches Take advantage of modern multi-core CPUs and solid-state disks Explore backup and recovery strategies—including new tools for hot online backups

The Art of Agile Development


James Shore - 2007
    Plenty of books describe what agile development is or why it helps software projects succeed, but very few combine information for developers, managers, testers, and customers into a single package that they can apply directly. This book provides no-nonsense advice on agile planning, development, delivery, and management taken from the authors' many years of experience with Extreme Programming (XP). You get a gestalt view of the agile development process, including comprehensive guidance for non-technical readers and hands-on technical practices for developers and testers. The Art of Agile Development gives you clear answers to questions such as:How can we adopt agile development? Do we really need to pair program? What metrics should we report? What if I can't get my customer to participate? How much documentation should we write? When do we design and architect? As a non-developer, how should I work with my agile team? Where is my product roadmap? How does QA fit in? The book teaches you how to adopt XP practices, describes each practice in detail, then discusses principles that will allow you to modify XP and create your own agile method. In particular, this book tackles the difficult aspects of agile development: the need for cooperation and trust among team members. Whether you're currently part of an agile team, working with an agile team, or interested in agile development, this book provides the practical tips you need to start practicing agile development. As your experience grows, the book will grow with you, providing exercises and information that will teach you first to understand the rules of agile development, break them, and ultimately abandon rules altogether as you master the art of agile development. "Jim Shore and Shane Warden expertly explain the practices and benefits of Extreme Programming. They offer advice from their real-world experiences in leading teams. They answer questions about the practices and show contraindications - ways that a practice may be mis-applied. They offer alternatives you can try if there are impediments to applying a practice, such as the lack of an on-site customer. --Ken Pugh, Author of Jolt Award Winner, Prefactoring "I will leave a copy of this book with every team I visit." --Brian Marick, Exampler Consulting

A Microsoft Life


Stephen Toulouse - 2010
    Enjoy a journey through the eyes of a geek working at one of the most important companies in the world as he walks you through events both large and small. Just don't get caught in the Redmond reality distortion field! What others are saying about "A Microsoft Life": "Any self-respecting geek needs to read this book. Stepto provides an enjoyable and entertaining insight of life inside Microsoft." - Larry "Major Nelson" Hryb, Director of Programming for Xbox LIVE "Anyone who lived through the adolescent years of the computer revolution will alternate between laughing and crying (from laughing) at these great stories from inside the monolith. - Ken Denmead, NYT Bestselling Author, and editor of Geekdad.com

The Docker Book: Containerization is the new virtualization


James Turnbull - 2014
    In this book, we'll will walk you through installing, deploying, managing, and extending Docker. We're going to do that by first introducing you to the basics of Docker and its components. Then we'll start to use Docker to build containers and services to perform a variety of tasks. We're going to take you through the development life cycle, from testing to production, and see where Docker fits in and how it can make your life easier. We'll make use of Docker to build test environments for new projects, demonstrate how to integrate Docker with continuous integration workflow, and then how to build application services and platforms. Finally, we'll show you how to use Docker's API and how to extend Docker yourself. We'll teach you how to: * Install Docker. * Take your first steps with a Docker container. * Build Docker images. * Manage and share Docker images. * Run and manage more complex Docker containers. * Deploy Docker containers as part of your testing pipeline. * Build multi-container applications and environments. * Explore the Docker API. * Getting Help and Extending Docker.

The Ultimate Guide to OKRs: How Objectives and Key-Results can help your company build a culture of excellence and achievement.


Francisco S. Homem De Mello - 2016
    OKRs translate a company's vision and strategy into a coherent set of performance measures. The three layers of organization: Dreams, OKRs, and To dos, offer a balance between long-term goals and short-term planning, between outcomes that are desired by the organization and actual performance KPIs that drive these outcomes, between harder and softer performance measures. Francisco Mello, founder of Qulture.Rocks, the leading performance management software company, takes you through the history of using goals for management, from MBOs to OKRs, and presents OKRs with a constant focus on its key differences from older frameworks such as MBOs.

Software Engineering (International Computer Science Series)


Ian Sommerville - 1982
    Restructured into six parts, this new edition covers a wide spectrum of software processes from initial requirements solicitation through design and development.