Global Brand Power


Barbara E. Kahn - 2013
    A brand must be elastic enough to allow for reasonable category and product-line extensions, flexible enough to change with dynamic market conditions, consistent enough so that consumers who travel physically or virtually won’t be confused, and focused enough to provide clear differentiation from the competition. Strong brands are more than globally recognizable; they are critical assets that can make a significant contribution to your company’s bottom line.In Global Brand Power, Kahn brings brand management into the 21st century, addressing how branding contributes to the purchase process and how to position a strong global brand, from identifying the appropriate competitive set, offering a sustainable differential advantage, and targeting the right strategic segment. This essential guide also covers how customer ownership of your brand affects marketing strategy, methods for assessing brand value, how to manage a brand for long-term profitability, effective brand communications and repositioning strategies, and how to manage a brand in a world of total transparency—where one slip-up can go around the world via social media instantaneously.Filled with stories about how Coca-Cola, The Estée Lauder Companies Inc., Marriott, Apple, Starbucks, Campbell Soup Company, Southwest Airlines, and celebrities like Lady Gaga are leveraging their brands, Global Brand Power is the only book you will need to implement an effective brand strategy for your firm.

How to Stop Sucking and Be Awesome Instead


Jeff Atwood - 2013
    He needed a way to keep track of software development over time – whatever he was thinking about or working on. He researched subjects he found interesting, then documented his research with a public blog post, which he could easily find and refer to later. Over time, increasing numbers of blog visitors found the posts helpful, relevant and interesting. Now, approximately 100,000 readers visit the blog per day and nearly as many comment and interact on the site.In “How to Stop Sucking and Be Awesome Instead” you’ll find a thought-provoking and entertaining collection of Jeff’s writings on several programming-related topics.

Evernote for Dummies


David E.Y. Sarna - 2012
    

Dreaming in Code: Two Dozen Programmers, Three Years, 4,732 Bugs, and One Quest for Transcendent Software


Scott Rosenberg - 2007
    Along the way, we encounter black holes, turtles, snakes, dragons, axe-sharpening, and yak-shaving—and take a guided tour through the theories and methods, both brilliant and misguided, that litter the history of software development, from the famous ‘mythical man-month’ to Extreme Programming. Not just for technophiles but for anyone captivated by the drama of invention, Dreaming in Code offers a window into both the information age and the workings of the human mind.

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.

Implementing Domain-Driven Design


Vaughn Vernon - 2013
    Vaughn Vernon couples guided approaches to implementation with modern architectures, highlighting the importance and value of focusing on the business domain while balancing technical considerations.Building on Eric Evans’ seminal book, Domain-Driven Design, the author presents practical DDD techniques through examples from familiar domains. Each principle is backed up by realistic Java examples–all applicable to C# developers–and all content is tied together by a single case study: the delivery of a large-scale Scrum-based SaaS system for a multitenant environment.The author takes you far beyond “DDD-lite” approaches that embrace DDD solely as a technical toolset, and shows you how to fully leverage DDD’s “strategic design patterns” using Bounded Context, Context Maps, and the Ubiquitous Language. Using these techniques and examples, you can reduce time to market and improve quality, as you build software that is more flexible, more scalable, and more tightly aligned to business goals.

Project Management Lite: Just Enough to Get the Job Done...Nothing More


Juana Clark Craig - 2012
    This easy-to-use, step-by-step, plain English guide to project management shows readers how to hit ground running.For beginners who find themselves in charge of a project but have no clue where to start or those who are struggling or feel overwhelmed, Project Management Lite focuses less on the theory and more on the action with simple worksheets and checklists.Author Juana Clark Craig, PMP, draws on over twenty-five years of project management experience gained while working in Fortune 500 companies to deliver a minimalistic approach to managing your projects without the mumbo-jumbo of traditional project management techniques.

Python: For Beginners: A Crash Course Guide To Learn Python in 1 Week (coding, programming, web-programming, programmer)


Timothy C. Needham - 2017
    It is very readable and the stress many beginners face about memorizing arcane syntax typically presented by other programming languages will not affect you at all. Conversely, you will be able to concentrate on learning concepts and paradigms of programming. This book shall introduce you to an easy way to learn Python in just 7 days and in this time, be able to complete your own projects! By reading the book and implementing what you learn herein, you will realize just why major institutions like NASA, Google, Mozilla, Yahoo, Dropbox, IBM, Facebook and many others prefer to use python in their core products, services and business processes. Let

One Click: Jeff Bezos and the Rise of Amazon.com


Richard L. Brandt - 2011
    It can almost be summed up by the button on every page: "Buy now with one click."Why has Amazon been so successful? Much of it has to do with Jeff Bezos, the CEO and founder, whose unique combination of character traits and business strategy have driven Amazon to the top of the online retail world.Richard Brandt charts Bezos's rise from computer nerd to world- changing entrepreneur. His success can be credited to his forward-looking insights and ruthless business sense. Brandt explains: Why Bezos decided to allow negative product reviews, correctly guessing that the earned trust would outweigh possible lost sales. Why Amazon zealously guards some patents yet freely shares others. Why Bezos called becoming profitable the "dumbest" thing they could do in 1997. How Amazon.com became one of the only dotcoms to survive the bust of the early 2000s. Where the company is headed next.Through interviews with Amazon employees, competitors, and observers, Brandt has deciphered how Bezos makes decisions. The story of Amazon's ongoing evolution is a case study in how to reinvent an entire industry, and one that anyone in business today ignores at their peril.

Incarnate Leadership: 5 Leadership Lessons from the Life of Jesus


Bill Robinson - 2009
    He presents convincing arguments that when leaders emulate these qualities, they will inspire and empower the people they have been called to lead. Reflection and discussion questions and assessment questions make this ideal for group use. Conversational in tone and seasoned with real-life stories from his own successes and failures as a leader, Robinson helps Christian leaders wrestle with four questions that emerge from John’s introduction of Jesus, “and the word became flesh and dwelt among us….” • Jesus dwelt with those he led, how can I be closer to those I lead? • Jesus disciples beheld him, how can I be more transparent with those I lead? • The glory of Jesus was a reflection of his father, am I seeking my own glory? • Jesus led with grace and truth, how can I lead with grace and truth? The Incarnate Leader is indispensable reading for anyone in a position of leadership – whether in a church setting, corporation, school board, or home. The book is packaged as a short one-evening read, similar to other popular business books.

The C++ Programming Language


Bjarne Stroustrup - 1986
    For this special hardcover edition, two new appendixes on locales and standard library exception safety (also available at www.research.att.com/ bs/) have been added. The result is complete, authoritative coverage of the C++ language, its standard library, and key design techniques. Based on the ANSI/ISO C++ standard, The C++ Programming Language provides current and comprehensive coverage of all C++ language features and standard library components. For example:abstract classes as interfaces class hierarchies for object-oriented programming templates as the basis for type-safe generic software exceptions for regular error handling namespaces for modularity in large-scale software run-time type identification for loosely coupled systems the C subset of C++ for C compatibility and system-level work standard containers and algorithms standard strings, I/O streams, and numerics C compatibility, internationalization, and exception safety Bjarne Stroustrup makes C++ even more accessible to those new to the language, while adding advanced information and techniques that even expert C++ programmers will find invaluable.

Learning PHP and MySQL


Michele E. Davis - 2006
    When working hand-in-hand, they serve as the standard for the rapid development of dynamic, database-driven websites. This combination is so popular, in fact, that it's attracting manyprogramming newbies who come from a web or graphic design background and whose first language is HTML. If you fall into this ever-expanding category, then this book is for you."Learning PHP and MySQL" starts with the very basics of the PHP language, including strings and arrays, pattern matching and a detailed discussion of the variances in different PHP versions. Next, it explains how to work with MySQL, covering information on SQL data access for language and data fundamentals like tables and statements.Finally, after it's sure that you've mastered these separate concepts, the book shows you how to put them together to generate dynamic content. In the process, you'll also learn about error handling, security, HTTP authentication, and more.If you're a hobbyist who is intimidated by thick, complex computer books, then this guide definitely belongs on your shelf. "Learning PHP and MySQL" explains everything--from basic concepts to the nuts and bolts of performing specific tasks--in plain English.Part of O'Reilly's bestselling Learning series, the book is an easy-to-use resource designed specifically for newcomers. It's also a launching pad for future learning, providing you with a solid foundation for more advanced development.

Coaching for Breakthrough Success: Proven Techniques for Making Impossible Dreams Possible: Proven Techniques for Making the Impossible Dreams Possible


Jack Canfield - 2012
    "Coaching for Breakthrough Success" introduces the groundbreaking Situational Coaching Model, which provides coaches the flexibility they need to navigate seamlessly from one coaching paradigm to another.Jack Canfield is one of the world's leading experts in personal effectiveness and the bestselling author or coauthor of "Chicken Soup for the Soul," "The Success Principles," "Key to Living the Law of Attraction," and "The Power of Focus." Dr. Peter Chee is President and CEO of global learning solutions firm ITD World.

Murder in Blue Moon Bay (Posey Moon Murder Mystery Book 1)


Constance Hope - 2017
    Every book will be a stand-alone with its own story and ending, but will be set in Blue Moon Bay---a sleepy little town on the coast of South Carolina, and its inhabitants. In this book, Posey and Suze play amateur sleuths when a murderer strikes too close for comfort. They soon find themselves on the trail of the killer; not a cold trail, but one so hot they may get burned. If you like cozy mysteries filled with interesting and sometimes eccentric characters, plenty of humor and enough twists and turns, thrills and chills to satisfy any mystery lover, you'll like the Posey Moon Murder Mystery series. BONUS RECIPES in every book!

Eloquent JavaScript: A Modern Introduction to Programming


Marijn Haverbeke - 2010
    I loved the tutorial-style game-like program development. This book rekindled my earliest joys of programming. Plus, JavaScript!" —Brendan Eich, creator of JavaScriptJavaScript is the language of the Web, and it's at the heart of every modern website from the lowliest personal blog to the mighty Google Apps. Though it's simple for beginners to pick up and play with, JavaScript is not a toy—it's a flexible and complex language, capable of much more than the showy tricks most programmers use it for.Eloquent JavaScript goes beyond the cut-and-paste scripts of the recipe books and teaches you to write code that's elegant and effective. You'll start with the basics of programming, and learn to use variables, control structures, functions, and data structures. Then you'll dive into the real JavaScript artistry: higher-order functions, closures, and object-oriented programming.Along the way you'll learn to:Master basic programming techniques and best practices Harness the power of functional and object-oriented programming Use regular expressions to quickly parse and manipulate strings Gracefully deal with errors and browser incompatibilities Handle browser events and alter the DOM structure Most importantly, Eloquent JavaScript will teach you to express yourself in code with precision and beauty. After all, great programming is an art, not a science—so why settle for a killer app when you can create a masterpiece?