Ethics and the Conduct of Business


John R. Boatright - 2006
    Aimed at undergraduate/MBA-level courses in business ethics in the departments of philosophy or business, this comprehensive text provides a balanced and up-to-date treatment of some of the most prominent issues of business ethics.

Think Like a Lawyer Don't Act Like One


Aernoud Bourdrez - 2013
    Based on principles, research, and real life examples ranging from Harvard University, Mikhail Gorbatsjov, two kissing boxers, and Sun Tze to John Rambo, Think Like a Lawyer Don't Act Like One can be used when dealing with grumpy police officers, angry neighbors, unwilling debtors, nasty lawyers, and other conflict seekers.Each strategy is thoroughly tested and can be used at the kitchen table, on the street, and in the boardroom. All seventy-five rules are illustrated in a funny way.

Coastal Cruising Made Easy (The American Sailing Association's Coastal Cruising Made Easy)


American Sailing Association
    The text is published in full color and contains striking sailing photography from well-known photographer Billy Black, and world-class illustrations from award-winning illustrator Peter Bull. One of the text's most distinguishing features is its user friendly "spreads" in which instructional topics are self-contained on opposing pages throughout the book. This easy to read learning tool follows the critically acclaimed Sailing Made Easy, which Sailing Magazine called "best in class" upon its release in 2010. Sailing Made Easy is the #1 resource in basic sailing education, and Coastal Cruising Made Easy is poised to become the industry standard in intermediate sailing education.

Hard Core Poor - a book on extreme thrift


Kelly Sangree - 2014
    I hope it helps you too!

The Adobe Photoshop Lightroom 2 Book for Digital Photographers


Scott Kelby - 2007
    The book is written in his trademark step-by-step, plain English style, and because he knows what really works and what doesn't, he isn't shy to tell you flat out which tools to use, which to avoid, and why. This allows digital photographers of any skill level to jump right in using Lightroom like a pro from the very start, sidestepping a lot of the frustrations that typically haunt those unfamiliar with new applications...especially those as powerful as Lightroom.What really sets The Adobe Photoshop Lightroom 2 Book for Digital Photographers apart from other Lightroom books on the market are the last two bonus chapters where Scott answers the questions, "In exactly what order am I supposed to do things in Lightoom," and "Where does Photoshop fit in to the mix?" Both chapters start with an on-location photo shoot, including full details on the equipment, camera settings, and lighting techniques. Readers then witness as he takes the photos from each shoot through the entire workflow process, to the final output of the 16"x20" prints. And, because he incorporates Photoshop seamlessly right into this workflow, you'll learn some of the latest Photoshop techniques for portrait and landscape photography as well.If you're one of those people who learns best by actually doing the projects yourself; who learns best without all the complicated technical explanations and confusing jargon, and if you really want to start using Lightroom today to unlock the productivity secrets of "The new digital photography workflow,"---there is no faster, more "straight-to-the-point" or more fun way to learn than this groundbreaking new book, and you are absolutely going to love it!

Introducing Microsoft Power BI


Alberto Ferrari - 2016
    Stay in the know, spot trends as they happen, and push your business to new limits. This e-book introduces Microsoft Power BI basics through a practical, scenario-based guided tour of the tool, showing you how to build analytical solutions using Power BI. Get an overview of Power BI, or dig deeper and follow along on your PC using the book's examples.

Joel on Software


Joel Spolsky - 2004
    For years, Joel Spolsky has done exactly this at www.joelonsoftware.com. Now, for the first time, you can own a collection of the most important essays from his site in one book, with exclusive commentary and new insights from joel.

MCSA/MCSE Self-Paced Training Kit (Exam 70-290): Managing and Maintaining a Microsoft Windows Server 2003 Environment


Dan Holme - 2003
    As you d expect, there s accurate, clearly written coverage of every exam objective (now including Service Pack 1): installation and configuration; user, group, and computer accounts; filesystems and backup/recovery; hardware, disk storage, and printers; Update Services and licensing; monitoring, and more. The content s been extensively revamped and more effectively focused on the exam s objectives. There s also a large Prepare for the Test section packed with questions, answers, testing skills, and suggested practices. You ll find more case studies, more troubleshooting scenarios, electronic practice testing in practically any form your heart desires, and (if you don t have Windows Server handy) a 120-day evaluation version. There s even a 15% discount coupon for your exam -- making this package an even more compelling proposition. Bill Camarda, from the June 2006 href="http://www.barnesandnoble.com/newslet... Only

Continuous Delivery: Reliable Software Releases Through Build, Test, and Deployment Automation


Jez Humble - 2010
    This groundbreaking new book sets out the principles and technical practices that enable rapid, incremental delivery of high quality, valuable new functionality to users. Through automation of the build, deployment, and testing process, and improved collaboration between developers, testers, and operations, delivery teams can get changes released in a matter of hours-- sometimes even minutes-no matter what the size of a project or the complexity of its code base. Jez Humble and David Farley begin by presenting the foundations of a rapid, reliable, low-risk delivery process. Next, they introduce the "deployment pipeline," an automated process for managing all changes, from check-in to release. Finally, they discuss the "ecosystem" needed to support continuous delivery, from infrastructure, data and configuration management to governance. The authors introduce state-of-the-art techniques, including automated infrastructure management and data migration, and the use of virtualization. For each, they review key issues, identify best practices, and demonstrate how to mitigate risks. Coverage includes - Automating all facets of building, integrating, testing, and deploying software - Implementing deployment pipelines at team and organizational levels - Improving collaboration between developers, testers, and operations - Developing features incrementally on large and distributed teams - Implementing an effective configuration management strategy - Automating acceptance testing, from analysis to implementation - Testing capacity and other non-functional requirements - Implementing continuous deployment and zero-downtime releases - Managing infrastructure, data, components and dependencies - Navigating risk management, compliance, and auditing Whether you're a developer, systems administrator, tester, or manager, this book will help your organization move from idea to release faster than ever--so you can deliver value to your business rapidly and reliably.

The Pragmatic Programmer: From Journeyman to Master


Andy Hunt - 1999
    It covers topics ranging from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse. Read this book, and you'll learn how toFight software rot; Avoid the trap of duplicating knowledge; Write flexible, dynamic, and adaptable code; Avoid programming by coincidence; Bullet-proof your code with contracts, assertions, and exceptions; Capture real requirements; Test ruthlessly and effectively; Delight your users; Build teams of pragmatic programmers; and Make your developments more precise with automation. Written as a series of self-contained sections and filled with entertaining anecdotes, thoughtful examples, and interesting analogies, The Pragmatic Programmer illustrates the best practices and major pitfalls of many different aspects of software development. Whether you're a new coder, an experienced programmer, or a manager responsible for software projects, use these lessons daily, and you'll quickly see improvements in personal productivity, accuracy, and job satisfaction. You'll learn skills and develop habits and attitudes that form the foundation for long-term success in your career. You'll become a Pragmatic Programmer.

The Haskell School of Expression: Learning Functional Programming Through Multimedia


Paul Hudak - 2000
    It has become popular in recent years because of its simplicity, conciseness, and clarity. This book teaches functional programming as a way of thinking and problem solving, using Haskell, the most popular purely functional language. Rather than using the conventional (boring) mathematical examples commonly found in other programming language textbooks, the author uses examples drawn from multimedia applications, including graphics, animation, and computer music, thus rewarding the reader with working programs for inherently more interesting applications. Aimed at both beginning and advanced programmers, this tutorial begins with a gentle introduction to functional programming and moves rapidly on to more advanced topics. Details about progamming in Haskell are presented in boxes throughout the text so they can be easily found and referred to.

Effective Java


Joshua Bloch - 2001
    The principal enhancement in Java 8 was the addition of functional programming constructs to Java's object-oriented roots. Java 7, 8, and 9 also introduced language features, such as the try-with-resources statement, the diamond operator for generic types, default and static methods in interfaces, the @SafeVarargs annotation, and modules. New library features include pervasive use of functional interfaces and streams, the java.time package for manipulating dates and times, and numerous minor enhancements such as convenience factory methods for collections. In this new edition of Effective Java, Bloch updates the work to take advantage of these new language and library features, and provides specific best practices for their use. Java's increased support for multiple paradigms increases the need for best-practices advice, and this book delivers. As in previous editions, each chapter consists of several "items," each presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and updated code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. Coverage includes:Updated techniques and best practices on classic topics, including objects, classes, methods, libraries, and generics How to avoid the traps and pitfalls of commonly misunderstood subtleties of the platform Focus on the language and its most fundamental libraries, such as java.lang and java.util

Management: Leading & Collaborating in the Competitive World


Thomas S. Bateman - 2005
    This text discusses and explains the traditional, functional approach to management, through planning, organising, leading and controlling.

How to Think Like a Behavior Analyst: Understanding the Science That Can Change Your Life


Jon S. Bailey - 2006
    Behavior analysts offer a worldview of the human condition different than almost any other professional perspective. To a behavior analyst, human behavior is largely learned and subject to change if the right variables are put into play. This is an empowering outlook, providing an opportunity for individuals to analyze the actions of those around them and an understanding of why others exhibit such behavior.Practical, clear, and direct, this book addresses basic questions such as how behavior analysis is different from psychotherapy, what analysis involves, and the meaning of evidence-based treatment. A chapter on Applications presents tips on using behavioral procedures to improve lives and deal with others, and articulates how behavioral procedures are used in community settings. In question and answer format, the text thoroughly covers 50 frequently asked questions about behavior analysis in an educational and entertaining manner. It was developed out of questions raised by students in behavior analysis classes over the last 35 years, as well as questions raised by consumers of behavior analysis services.This text is written for all professionals concerned with behavior, including undergraduate students in psychology and behavior analysis, parents, teachers, employers, and employees. The book can easily be used as a supplement to primary texts in introductory psychology courses, and the exercises that follow each question can be used to stimulate lively discussion in role-play and other active learning situations.

Working Effectively with Legacy Code


Michael C. Feathers - 2004
    This book draws on material Michael created for his renowned Object Mentor seminars, techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control. The topics covered include: Understanding the mechanics of software change, adding features, fixing bugs, improving design, optimizing performance Getting legacy code into a test harness Writing tests that protect you against introducing new problems Techniques that can be used with any language or platform, with examples in Java, C++, C, and C# Accurately identifying where code changes need to be made Coping with legacy systems that aren't object-oriented Handling applications that don't seem to have any structureThis book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes.