Visar resultat för..."Pearson Education"
914 kr
Skickas inom 7-10 vardagar
Starting Out with Python® introduces programming concepts and problem-solving skills using Tony Gaddis' accessible approach. Written for novice programmers, Gaddis uses easy-to-understand language to introduce concepts. Control structures are explained, then classes and GUI applications. Every chapter includes clear and easy-to-read code listings, practical real-world examples, focused explanations and an abundance of exercises. As you progress through the text, you'll learn to recognize how to design the logic of high-quality programs and then implement those programs using Python.
The 6th Edition is thoroughly updated with new language features and functionality for versions of Python up through Python 3.9.
346 kr
Skickas inom 7-10 vardagar
Many professionals find that during written communication or presentations, it is harder to organise their thinking than to write the words. When ideas are not arranged in a clear and logical order, it may confuse the readers. This often leads to documents that are difficult to understand and do not make a strong impact. The Pyramid Principle offers a proven method to help you organise your thinking before you start writing.
Think creatively, reason carefully and express your ideas in a clear way. Define complex problems and set the objective for any document you write. Review your ideas and understand which ones are most important. Organise your reasoning into a clear and logical structure. Check your ideas carefully to make sure they are effective before you present them.The Pyramid Principle is an international best seller that teaches how to write clear, direct and effective business documents. The book explains how to organise your ideas using a pyramid structure. It explains the difference between deduction and induction. It also shows you how to question and review the problem-solving process.
This book will help you present your thinking in a clear way so that readers can easily understand your ideas. You will spend less time preparing your final draft and make your writing much clearer. It is ideal for professionals who want to improve their writing and presentations, especially those who want others to listen to their ideas and grow in their careers.
255 kr
Skickas inom 7-10 vardagar
The classic guide to how computers work, updated with new chapters and interactive graphics
"For me, Code was a revelation. It was the first book about programming that spoke to me. It started with a story, and it built up, layer by layer, analogy by analogy, until I understood not just the Code, but the System. Code is a book that is as much about Systems Thinking and abstractions as it is about code and programming. Code teaches us how many unseen layers there are between the computer systems that we as users look at every day and the magical silicon rocks that we infused with lightning and taught to think."
- Scott Hanselman, Partner Program Director, Microsoft, and host of Hanselminutes
Computers are everywhere, most obviously in our laptops and smartphones, but also our cars, televisions, microwave ovens, alarm clocks, robot vacuum cleaners, and other smart appliances. Have you ever wondered what goes on inside these devices to make our lives easier but occasionally more infuriating?
For more than 20 years, readers have delighted in Charles Petzold's illuminating story of the secret inner life of computers, and now he has revised it for this new age of computing. Cleverly illustrated and easy to understand, this is the book that cracks the mystery. You'll discover what flashlights, black cats, seesaws, and the ride of Paul Revere can teach you about computing, and how human ingenuity and our compulsion to communicate have shaped every electronic device we use.
This new expanded edition explores more deeply the bit-by-bit and gate-by-gate construction of the heart of every smart device, the central processing unit that combines the simplest of basic operations to perform the most complex of feats. Petzold's companion website, CodeHiddenLanguage.com, uses animated graphics of key circuits in the book to make computers even easier to comprehend.
In addition to substantially revised and updated content, new chapters include:
Chapter 18: Let's Build a Clock! Chapter 21: The Arithmetic Logic Unit Chapter 22: Registers and Busses Chapter 23: CPU Control Signals Chapter 24: Jumps, Loops, and Calls Chapter 28: The World BrainFrom the simple ticking of clocks to the worldwide hum of the internet, Code reveals the essence of the digital revolution.
413 kr
Skickas inom 7-10 vardagar
Bestselling author Robert C. Martin brings new life and updated code to his beloved Clean Code book
With Clean Code, Second Edition, Robert C. Martin ("Uncle Bob") reinvigorates the classic guide to software craftsmanship with updated insights, broader scope, and enriched content. This new edition--a comprehensive rewrite of the original bestseller--is poised to transform the way developers approach coding, fostering a deeper commitment to the craft of writing clean, flexible, and maintainable code.
The book is divided into four parts: basic coding practices, design principles and heuristics, high-level architecture, and the ethics of craftsmanship. It challenges readers to critically evaluate code quality and reassess their professional values, ultimately guiding them to produce better software. This edition includes expanded coverage of testing disciplines, design and architecture principles, and multiple programming languages.
Design and architecture principles integrated with coding practices Coverage of more languages, including Java, JavaScript, Go, Python, Clojure, C#, and C Case studies for practical exercises in code transformation Techniques for writing good names, functions, objects, and classes Strategies for formatting code for maximum readability Comprehensive error handling and testing practices Productive use of AI tools for coding Soft skills and the ethics of programming SOLID principles of software design Management of dependencies for flexible and reusable code Professional practices and trade-offs in object-oriented designClean Code, Second Edition, underscores the importance of evolving software craftsmanship to meet contemporary challenges. Offering a deeper exploration of testing, design, and architecture, alongside universal coding principles applicable across various programming languages, this edition is set to be an indispensable resource for developers, engineers, and project managers. It not only aims to enhance technical skills but also to cultivate a professional ethos that values clean, flexible, and sustainable code.
Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.
488 kr
Skickas inom 7-10 vardagar
“As an author, editor, and publisher, I never paid much attention to the competition—except in a few cases. This is one of those cases. The UNIX System Administration Handbook is one of the few books we ever measured ourselves against.”
—Tim O’Reilly, founder of O’Reilly Media
“This edition is for those whose systems live in the cloud or in virtualized data centers; those whose administrative work largely takes the form of automation and configuration source code; those who collaborate closely with developers, network engineers, compliance officers, and all the other worker bees who inhabit the modern hive.”
—Paul Vixie, Internet Hall of Fame-recognized innovator and founder of ISC and Farsight Security
“This book is fun and functional as a desktop reference. If you use UNIX and Linux systems, you need this book in your short-reach library. It covers a bit of the systems’ history but doesn’t bloviate. It’s just straight-forward information delivered in a colorful and memorable fashion.”
—Jason A. Nunnelley
UNIX® and Linux® System Administration Handbook, Fifth Edition, is today’s definitive guide to installing, configuring, and maintaining any UNIX or Linux system, including systems that supply core Internet and cloud infrastructure.
Updated for new distributions and cloud environments, this comprehensive guide covers best practices for every facet of system administration, including storage management, network design and administration, security, web hosting, automation, configuration management, performance analysis, virtualization, DNS, security, and the management of IT service organizations. The authors—world-class, hands-on technologists—offer indispensable new coverage of cloud platforms, the DevOps philosophy, continuous deployment, containerization, monitoring, and many other essential topics.
Whatever your role in running systems and networks built on UNIX or Linux, this conversational, well-written ¿guide will improve your efficiency and help solve your knottiest problems.
351 kr
Skickas inom 7-10 vardagar
A friendly, fully-illustrated introduction to the most important computer programming algorithms.
The algorithms you'll use most often as a programmer have already been discovered, tested, and proven. This book will prepare you for those pesky algorithms questions in every programming job interview and help you apply them in your day-to-day work. And if you want to understand them without slogging through dense multipage proofs, this is the book for you.
In Grokking Algorithms, Second Edition you will discover:
Search, sort, and graph algorithms Data structures such as arrays, lists, hash tables, trees, and graphs NP complete and greedy algorithms Performance trade-offs between algorithms Exercises and code samples in every chapter Over 400 illustrations with detailed walkthroughsThe first edition of Grokking Algorithms proved to over 100,000 readers that learning algorithms doesn't have to be complicated or boring! This new edition now includes fresh coverage of trees, NP complete problems, and code updates to Python 3. With easy-to-read, friendly explanations, clever examples, and exercises to sharpen your skills as you learn, you’ll actually enjoy learning these important algorithms.
346 kr
Skickas inom 7-10 vardagar
The Pragmatic Programmer is one of those rare tech books you'll read, re-read, and read again over the years. Whether you're new to the field or an experienced practitioner, you'll come away with fresh insights each and every time.
Dave Thomas and Andy Hunt wrote the first edition of this influential book in 1999 to help their clients create better software and rediscover the joy of coding. These lessons have helped a generation of programmers examine the very essence of software development, independent of any particular language, framework, or methodology, and the Pragmatic philosophy has spawned hundreds of books, screencasts, and audio books, as well as thousands of careers and success stories.
Now, twenty years later, this new edition re-examines what it means to be a modern programmer. Topics range 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 to:
Fight software rot Learn continuously Avoid the trap of duplicating knowledge Write flexible, dynamic, and adaptable code Harness the power of basic tools Avoid programming by coincidence Learn real requirements Solve the underlying problems of concurrent code Guard against security vulnerabilities Build teams of Pragmatic Programmers Take responsibility for your work and career Test ruthlessly and effectively, including property-based testing Implement the Pragmatic Starter Kit Delight your usersWritten as a series of self-contained sections and filled with classic and fresh anecdotes, thoughtful examples, and interesting analogies, The Pragmatic Programmer illustrates the best approaches 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.
"One of the most significant books in my life."--Obie Fernandez, Author, The Rails Way
"Twenty years ago, the first edition of The Pragmatic Programmer completely changed the trajectory of my career. This new edition could do the same for yours."--Mike Cohn, Author of Succeeding with Agile, Agile Estimating and Planning, and User Stories Applied
". . . filled with practical advice, both technical and professional, that will serve you and your projects well for years to come."--Andrea Goulet, CEO, Corgibytes, Founder, LegacyCode.Rocks
". . . lightning does strike twice, and this book is proof." --VM (Vicky) Brasseur, Director of Open Source Strategy, Juniper Networks
Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.
854 kr
Skickas inom 7-10 vardagar
For undergraduate and graduate courses in criminal behavior, criminology, the psychology of crime, crime and delinquency, and forensic psychology.
A comprehensive psychological approach to criminal and antisocial behaviour.
Building on a tradition of excellence, Criminal Behavior: A Psychological Approach is accurate, well-researched, contemporary, and comprehensive. It offers a detailed look at crime, what may lead to it, and how criminal behavior may be prevented — all from a psychological perspective. With a focus on serious crimes, particularly those involving violence, this text offers an all-inclusive look at a very complex field through effective and engaging material that has been classroom-tested for more than thirty years.
Now in the 11th Edition, you’ll find crucial updates relating to crime definitions and DSM-5 categories, as well as the most current statistics and recently proposed models and theories. Numerous topics — such as intimate partner violence, juvenile sex offending, terrorist recruitment, elderly abuse, and sexual burglary — now receive more extensive coverage than ever before.
870 kr
Social Psychology introduces the key concepts of the field through a storytelling approach that makes research relevant. Drawing upon their extensive experience as researchers and teachers, the authors present classic studies alongside the cutting-edge research that is the future of social psychology.
The 11th Edition includes engaging contributions from new co-authors Elizabeth Page-Gould and Neil Lewis Jr. plus coverage of the COVID-19 pandemic, political upheaval in the US, and other recent developments through a social psychological lens.
434 kr
Skickas inom 7-10 vardagar
297 kr
Skickas inom 7-10 vardagar
Building upon the success of best-sellers The Clean Coder and Clean Code, legendary software craftsman Robert C. "Uncle Bob" Martin shows how to bring greater professionalism and discipline to application architecture and design.
As with his other books, Martin's Clean Architecture doesn't merely present multiple choices and options, and say "use your best judgment": it tells you what choices to make, and why those choices are critical to your success. Martin offers direct, no-nonsense answers to key architecture and design questions like:
What are the best high level structures for different kinds of applications, including web, database, thick-client, console, and embedded apps? What are the core principles of software architecture? What is the role of the architect, and what is he/she really trying to achieve? What are the core principles of software design? How do designs and architectures go wrong, and what can you do about it? What are the disciplines and practices of professional architects and designers?Clean Architecture is essential reading for every software architect, systems analyst, system designer, and software manager -- and for any programmer who aspires to these roles or is impacted by their work.
982 kr
Skickas inom 7-10 vardagar
Fundamentals of Anatomy & Physiology is designed to help you succeed in the challenging A&P course with an easy-to-understand narrative, precise visuals, and steadfast accuracy. The authors incorporate research that explores how learners use and process visual information, guiding you through complex figures as you deconstruct and better understand complicated processes.
The 12th Edition features thoroughly updated content and enhanced art and figures to provide the most recent research and to support learning. An extensive review and revision ensures the content aligns better with current standards related to diversity, equity, and inclusion and reflects all learners' lived experiences. Updates include improved language-sensitivity and discussions of gender and reproduction in the genetics and human development chapters.
1 118 kr
For courses in Introductory Statistics. Encourages statistical thinking using technology, innovative methods, and a sense of humour Inspired by the 2016 GAISE Report revision, Stats: Data and Models, 5th Edition by De Veaux, Velleman, and Bock uses innovative strategies to help students think critically about data, while maintaining the book's core concepts, coverage, and most importantly, readability. The authors make it easier for instructors to teach and for students to understand more complicated statistical concepts later in the course (such as the Central Limit Theorem). In addition, students get more exposure to large data sets and multivariate thinking, which better prepares them to be critical consumers of statistics in the 21st century. The 5th Edition’s approach to teaching Stats: Data and Models is revolutionary, yet it retains the book's lively tone and hallmark pedagogical features such as its Think/Show/Tell Step-by-Step Examples.
Samples
Download the detailed table of contents
304 kr
Skickas inom 7-10 vardagar
When programmers list their favourite books, Jon Bentley’s collection of programming pearls is commonly included among the classics. Just as natural pearls grow from grains of sand that irritate oysters, programming pearls have grown from real problems that have irritated real programmers. With origins beyond solid engineering, in the realm of insight and creativity, Bentley’s pearls offer unique and clever solutions to those nagging problems. Illustrated by programs designed as much for fun as for instruction, the book is filled with lucid and witty descriptions of practical programming techniques and fundamental design principles. It is not at all surprising that Programming Pearls has been so highly valued by programmers at every level of experience.
What remains the same in this edition is Bentley’s focus on the hard core of programming problems and his delivery of workable solutions to those problems. Whether you are new to Bentley’s classic or are revisiting his work for some fresh insight, the book is sure to make your own list of favourites.
396 kr
Skickas inom 7-10 vardagar
Since Lightroom first launched 18 years ago, Scott Kelby’s The Adobe Photoshop Lightroom Book has been the world’s #1 top-selling Lightroom book (it has been translated into dozens of different languages), and this latest version is a huge update where Scott shares all his newest techniques, insights, and invaluable tips using his award-winning, plain-English style that makes learning Lightroom easy and fun.
Scott doesn’t just show you which sliders do what (every Lightroom book does that, right?). Instead, he shares his own personal settings, his time-tested techniques, and his proven step-by-step method of learning Lightroom, so you can begin using it like a pro from the start. Each year, he trains thousands of Lightroom users at his live seminars, online conferences, and through his blog at LightroomKillerTips.com, and he has learned firsthand what really works and what doesn’t. He tells you flat-out which techniques work best, which ones to avoid, and why.
You’ll learn:
His SLIM (Simplified Lightroom Image Management) system, which is taught at colleges and universities around the world because it’s so simple and straightforward, as it teaches you step by step how to organize your images, back them up, and be able to find them quickly and easily. How to make your images look like the pros, remove distracting things that are ruining otherwise great photos, and finally “get” the whole image editing thing. You’ll learn exactly what to do, in which order, and why. How to unlock the incredible power of Lightroom’s Masking tools (these are real game changers), including how to “paint with light” and Scott’s top masking tips to take your images to another level. How to use Lightroom along with Photoshop, and how to make the two work together absolutely seamlessly. You’ll be surprised at what you’ll be able to do, even if you’ve never used Photoshop before. How to expand Lightroom’s power to your phone or tablet, so you can organize and edit your images from anywhere. How to share your images in print and in gorgeous coffee table books, or online, including how to do online client proofing or share images with a group.You can download many of the same images in the book, so you can follow right along, and you'll get a killer collection of custom Lightroom Develop and Print presets to give you some of the most sought-after looks and effects, all with just one click.
This is the first and only book to bring the whole process together in such a clear, concise, and visual way. There is no faster, more straight-to-the-point, or more fun way to learn Lightroom.
955 kr
Skickas inom 7-10 vardagar
Thelong-anticipated revision of ArtificialIntelligence: A Modern Approach explores the full breadth and depth of the field of artificialintelligence (AI). The 4th Edition brings readers up to date on the latest technologies,presents concepts in a more unified manner, and offers new or expanded coverageof machine learning, deep learning, transfer learning, multi agent systems,robotics, natural language processing, causality, probabilistic programming,privacy, fairness, and safe AI.
698 kr
Skickas inom 7-10 vardagar
Discover more about the fascinating field of forensic and criminal psychology with this widely praised book, ideal for the students who want to understand how psychology relates to criminal justice and the law.
Introduction to Forensic and Criminal Psychology, 7th edition is an essential resource for students studying psychology, applied psychology, criminology, and other relevant subjects, providing a clear and comprehensive introduction to this developing discipline.
This market-leading text follows an accessible pedagogical approach, focusing on contextualising theory stemming from extensive, up-to-date research and key empirical findings. It covers major areas in the field, such as profile analysis, lie detecting, mental disorders and crime - among others. It also explores further relevant and significant research studies from the UK and international perspectives and introduces new, contemporary material such as the impact of COVID-19 on crime and police use of force.
The book aims to support your broader understanding of the key concepts surrounding the field, helping you develop your critical thinking skills and challenging group discussion in class.
Some of the helpful features introduced in the chapters are 'Key Concepts', 'Forensic Psychology in Action', and 'Controversies', which encourage a deeper understanding of the subject. The Overview section at the beginning of each chapter and the comprehensive list of figures and diagrams further support your learning experience on the extensive research data and theory developed.
Along with its comprehensive Glossary on key terms for easy reference, this is an invaluable tool for those who would like to follow a career in criminology and forensic psychology and is guaranteed to keep you engaged.
826 kr
Understand and apply the essential concepts and techniques of strategy.
Fundamentals of Strategy, 6th Edition is a concise and easy-to-follow introduction to the core issues and techniques of strategy from the author team of the market-leading Exploring Strategy.
This latest edition is renewed and revised to reflect contemporary strategic issues with increased emphasis on business ecosystems, platforms, purpose and implementation. Each chapter includes a diverse range of international examples from across sectors and industries, including start-ups, non-profits, and multinationals. End-of-chapter case studies further help you to connect theories to real-world scenarios.
The nine chapters provide an accessible introductory analysis of the 'strategic position' and 'strategic choices' facing contemporary organisations.
Topics explored include macro-environmental and industry analysis, strategic capability, stakeholders and culture as well as a discussion of business-level strategies, business models, international strategies, strategic entrepreneurship, innovation and mergers and acquisitions.
The final chapter, 'Strategy in action' addresses implementation issues such as organisational structure, managerial systems and strategic change. In addition, new supporting content at the end of the book on ‘Working with strategy' for case study analysis and presentation further provides practical tools to help you develop your strategic analysis and communication skills.
As a result, this textbook is ideal for undergraduate and MBA students who study strategy analysis-related courses or strategy as part of a wider degree in areas such as science or engineering.
268 kr
Skickas inom 7-10 vardagar
Domain-Driven Design (DDD) software modeling delivers powerful results in practice, not just in theory, which is why developers worldwide are rapidly moving to adopt it. Now, for the first time, there’s an accessible guide to the basics of DDD: What it is, what problems it solves, how it works, and how to quickly gain value from it.
Concise, readable, and actionable, Domain-Driven Design Distilled never buries you in detail–it focuses on what you need to know to get results. Vaughn Vernon, author of the best-selling Implementing Domain-Driven Design, draws on his twenty years of experience applying DDD principles to real-world situations. He is uniquely well-qualified to demystify its complexities, illuminate its subtleties, and help you solve the problems you might encounter.
Vernon guides you through each core DDD technique for building better software. You’ll learn how to segregate domain models using the powerful Bounded Contexts pattern, to develop a Ubiquitous Language within an explicitly bounded context, and to help domain experts and developers work together to create that language. Vernon shows how to use Subdomains to handle legacy systems and to integrate multiple Bounded Contexts to define both team relationships and technical mechanisms.
Domain-Driven Design Distilled brings DDD to life. Whether you’re a developer, architect, analyst, consultant, or customer, Vernon helps you truly understand it so you can benefit from its remarkable power.
Coverage includes
What DDD can do for you and your organization–and why it’s so important The cornerstones of strategic design with DDD: Bounded Contexts and Ubiquitous Language Strategic design with Subdomains Context Mapping: helping teams work together and integrate software more strategically Tactical design with Aggregates and Domain Events Using project acceleration and management tools to establish and maintain team cadence476 kr
Skickas inom 7-10 vardagar
Incorporate effective domain modeling into the software development process
Software design thought leader and founder of Domain Language, Eric Evans, provides a systematic approach to domain-driven design, presenting an extensive set of design best practices, experience-based techniques, and fundamental principles that facilitate the development of software projects facing complex domains. Intertwining system design and development practice, this book incorporates numerous examples based on actual projects to illustrate the application of domain-driven design to real-world software modeling and development.
Domain Model: Part I outlines the goals of domain-driven development, defines terms, and gives an overview of the implications of using the domain model to drive communication and design Model-Driven Design: Part II condenses a core of best practices in object-oriented domain modeling into a set of basic building blocks and focuses on the kinds of decisions that keep the model and implementation aligned with each other, each reinforcing the other’s effectiveness Refactoring: Part III delves into modeling principles that can guide choices along the way, and techniques that help direct the search Strategic Design: Part IV explores a triad of principles that apply to the system as a whole: context, distillation, and large-scale structureThroughout the book, discussions are illustrated not with over-simplified, “” problems, but with realistic examples adapted from actual projects. With this book in hand, object-oriented developers, system analysts, and designers will have the guidance they need to organize and focus their work, create rich and useful domain models, and leverage those models into quality, long-lasting software implementations.
“The book is a fun read. Eric has lots of interesting stories, and he has a way with words. I see this book as essential reading for software developers—it is a future classic.”
—Ralph Johnson, author of Design Patterns
421 kr
Skickas inom 7-10 vardagar
Martin Fowler’s guide to reworking bad code into well-structured code
Refactoring improves the design of existing code and enhances software maintainability, as well as making existing code easier to understand. Original Agile Manifesto signer and software development thought leader, Martin Fowler, provides a catalog of refactorings that explains why you should refactor; how to recognize code that needs refactoring; and how to actually do it successfully, no matter what language you use.
Refactoring principles: understand the process and general principles of refactoring Code smells: recognize “bad smells” in code that signal opportunities to refactor Application improvement: quickly apply useful refactorings to make a program easier to comprehend and change Building tests: writing good tests increases a programmer’s effectiveness Moving features: an important part of refactoring is moving elements between contexts Data structures: a collection of refactorings to organize data, an important role in programs Conditional Logic: use refactorings to make conditional sections easier to understand APIs: modules and their functions are the building blocks of our software, and APIs are the joints that we use to plug them together Inheritance: it is both very useful and easy to misuse, and it’s often hard to see the misuse until it’s in the rear-view mirror---refactorings can fix the misuseExamples are written in JavaScript, but you shouldn’t find it difficult to adapt the refactorings to whatever language you are currently using as they look mostly the same in different languages.
"Whenever you read [Refactoring], it’s time to read it again. And if you haven’t read it yet, please do before writing another line of code." –David Heinemeier Hansson, Creator of Ruby on Rails, Founder & CTO at Basecamp
“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” –M. Fowler (1999)
847 kr
Skickas inom 7-10 vardagar
International Business: The New Realities connects to individuals facing a diverse and evolving economic environment fueled by the internet and multimedia sources. The authors speak to this group's reliance on technology, their drive towards achievement and helping their communities, and their desire to obtain job-relevant skills.
As such, the 6th Edition features updated cases, examples and exercises that address their interests and issues. This includes the competitive job market; and diversity, equity, and inclusion in the workplace.
264 kr
Skickas inom 7-10 vardagar
Best-selling brand expert Marty Neumeier shows you how to make the leap from a company-driven past to the consumer-driven future. You’ll learn how to flip your brand from offering products to offering meaning, from value protection to value creation, from cost-based pricing to relationship pricing, from market segments to brand tribes, and from customer satisfaction to customer empowerment.
In the 13 years since Neumeier wrote The Brand Gap, the influence of social media has proven his core theory: “A brand isn’t what you say it is – it’s what they say it is.” People are no longer consumers or market segments or tiny blips in big data. They don’t buy brands. They join brands. They want a vote in what gets produced and how it gets delivered. They’re willing to roll up their sleeves and help out – not only by promoting the brand to their friends, but by contributing content, volunteering ideas, and even selling products or services.
At the center of the book is the Brand Commitment Matrix, a simple tool for organizing the six primary components of a brand. Your brand community is your tribe. How will you lead it?
513 kr
Skickas inom 7-10 vardagar
An Introduction to Programming by the Inventor of C++
Programming: Principles and Practice Using C++, Third Edition, will help anyone who is willing to work hard learn the fundamental principles of programming and develop the practical skills needed for programming in the real world. Previous editions have been used successfully by many thousands of students. This revised and updated edition
Assumes that your aim is to eventually write programs that are good enough for others to use and maintain Focuses on fundamental concepts and techniques, rather than on obscure language-technical details Is an introduction to programming in general, including procedural, object-oriented, and generic programming, rather than just an introduction to a programming language Covers both contemporary high-level techniques and the lower-level techniques needed for efficient use of hardware Will give you a solid foundation for writing useful, correct, type-safe, maintainable, and efficient code Is primarily designed for people who have never programmed before, but even seasoned programmers have found previous editions useful as an introduction to more effective concepts and techniques Covers a wide range of essential concepts, design and programming techniques, language features, and libraries Uses contemporary C++ (C++20 and C++23) Covers the design and use of both built-in types and user-defi ned types, complete with input, output, computation, and simple graphics/GUI Offers an introduction to the C++ standard library containers and algorithmsRegister your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.
252 kr
Skickas inom 7-10 vardagar
154 kr
Skickas
446 kr
Skickas inom 7-10 vardagar
489 kr
Skickas inom 7-10 vardagar
1 204 kr
Skickas inom 7-10 vardagar
Operations Management: Sustainability and Supply Chain Management presents a broad introduction to the field of operations in a practical and application-oriented manner. Through detailed behind-the-scenes perspectives on the production of goods and services—from music concerts to e-commerce package delivery, manufacturing an aircraft to 3D printed stakes—this text offers an inside view that helps students gain a true understanding of how operations work within an organization.
This 14th Edition addresses current trends and practices in operations management, including Industry 4.0 (also known as the Fourth Industrial Revolution), which is transforming the automation, monitoring, and analysis of supply chains through smart technology; and COVID-19 and its impact on global supply chains. The resources help you better understand concepts important to today's operations management professionals.
1 096 kr
Skickas inom 7-10 vardagar
For an undergraduate introductory level course in social psychology.
Social Psychology: Goals in Interaction reveals the motives behind social behavior—why people love, hate, lead, and follow, for example- and bridges the person and the social situation.
A unique integrated approach to social behavior: What do terrorist bombings, testosterone, one-minute “hurry dates,” Facebook, and political smear campaigns have to do with one another? Social Psychology textbooks typically provide a laundry list of interesting, but disconnected facts and theories. This standard approach grabs interest but falls short as a way to learn. Kenrick, Neuberg, and Cialdini instead provide an integrative approach, one that both builds upon traditional lessons learned by the field and pushes those lessons to the cutting-edge. By organizing each chapter around the two broad questions–“What are the goals that underlie the behavior in question?” and “What factors in the person and the situation connect to each goal?” –the book presents the discipline as a coherent framework for understanding human behavior. Expanding he integrative theme in this edition, KNC highlights social psychology as the ultimate bridge discipline– connectingthe different findings and theories of social psychology, exploring the field’s links to other areas of psychology (e.g., clinical, organizational, and neuroscience), and bridging to other important academic disciplines (e.g., anthropology, biology, economics, medicine, and law).
Opening mysteries: Each chapter begins with a mystery, designed not only to grab student interest, but also to organize the ensuing discussion of scientific research: Why did the beautiful and talented artist Frida Kahlo fall for the much older, and much less attractive, Diego Rivera, and then tolerate his numerous extramarital affairs? What psychological forces led the Dalai Lama, the most exalted personage in Tibet, to forge a lifelong friendship with a foreign vagabond openly scorned by Tibetan peasants? Why would a boy falsely confess to murdering his own mother?
The latest scholarship, engaging writing, engrossing real-world stories and the authors' strengths as renowned researchers and expert teachers, all come together to make the fifth edition of Social Psychology: Goals in Interaction an accessible and engaging read for students, while providing a modern and cohesive approach for their teachers.
Check out the authors' website! www.knc5.com/Ad_Psych