Search results for ""Author Manny"
Manning Publications Getting MEAN with Mongo
Traditional web dev stacks use a different programming language in every layer, resulting in a complex mashup of code and frameworks. Developers and businesses love it because it's scalable and cost-effective. End users love it because the apps created with it are fast and responsive. It's a win-win-win! Getting MEAN, Second Edition is completely revised and updated to cover Angular 2, Node 6 and the latest mainstream release of JavaScript ES2015 (ES6). Key features • Completely revised • Hands-on examples • Step-by-step guide Readers should have some web development experience. This book is based on MongoDB 3, Express 4, Angular 2, and Node.js 6, making use of the ES2015 JavaScript syntax. The MEAN stack is a pure JavaScript stack comprised of four main technologies, with a cast of supporting technologies: MongoDB–the database, Express–the web framework, Angular–the front-end framework, and Node.js–the web server.
£51.73
Manning Publications React Native in Action_p1: Developing iOS and Android apps with JavaScript
Description Using React Native, developers can build performant cross-platform native apps much easier than ever before, all with a single programming language: JavaScript. React Native in Action gives iOS, Android, and web developers the knowledge and confidence to begin building high quality iOS and Android apps using the React Native framework. By the end, readers will know how to build high quality, cross-platform mobile apps with React Native. Key features · Install and run React Native · Implement React Native components and APIs · Request and send data over the network · Store and retrieve data locally · Test React Native code Audience This book is for beginner to intermediate web, JavaScript, or iOS (Swift/Objective C) developers.
£39.99
Manning Publications Design for the Mind:Seven Psychological Principles of Persuasive Design
DESCRIPTION The days of purely aesthetic design are long gone. Today’s web designers are driven by pertinent questions like these: How will I win the battle of the short attention span? How do I put visitors at ease and provide the information they're consciously (and unconsciously) expecting? How will the design of my site encourage users to engage, browse, or buy? There’s a body of tested psychological principles that can transform digital designs by anticipating and benefiting from how human beings react to stimuli. This scientific approach to the decision making process, attitudes to risk and reward, group influence, and more are a treasure trove ready to be applied to the field of website design. Design for the Mind teaches web designers and developers how to create sites and applications that appeal to our innate natural responses as humans. The book introduces the most immediately relevant and applicable psychological concepts, breaks down each theory into easily-digested principles, then shows how they can be used to create powerful designs. The idea is not to produce a use-by-rote set of patterns for digital persuasion, but to deepen the understanding of why people react in the way they do to design features and approaches. After reading the book, readers should be equipped to make their work more psychologically friendly, engaging, and persuasive. KEY SELLING POINTS Provides insight into creating powerful user focused design Approachable to readers at all stages of their careers Empowers readers to think critically AUDIENCE Web designers, UX designers, Technical architects and anyone involved in customer facing digital products will benefit from the book. ABOUT THE TECHNOLOGY Understanding psychological theory as it applies to digital design allows those studying to become or currently working on design teams to enhance the effectiveness of their craft, speak about how their decisions are informed by psychological theories and research, and improve the likelihood that their product will engage users as intended.
£24.99
Manning Publications Reactive Extensions in .NET: With examples in C#
DESCRIPTION Modern applications are constantly sending, receiving, and reacting to streams of data including internal messages, user and system events, and sensor input. Reactive Extensions (Rx) is a .NET library that abstracts away the sources of events and provides tools to effectively manage concerns like concurrency, scalability, error handling, and performance. Rx includes more than 600 operators with variants that can composed together to build reactive client and server-side applications that handle events asynchronously in a way that maximizes responsiveness, resiliency, and elasticity. Reactive Extensions in .NET is a step-by-step guide that shows developers how to build event-driven applications using the Rx library. First, it provides an overview of the design and architecture of Rx-based reactive applications. Then, it looks at the rich query capabilities that Rx provides and the Rx concurrency model that allows developers to control asynchronicity of code and processing of event handlers. The book also discusses consuming event streams, using schedulers to manage time, and working with Rx operators to filter, transform, and group events. Readers new to Rx will be able to learn from the ground up and those using Rx will get a deeper look at how to leverage Rx in existing reactive applications. KEY FEATURES • Step-by-step guide • Real life examples using Rx• Great for readers both new to Rx and those already using Rx AUDIENCE Readers should understand OOP concepts and be comfortable coding in C#. ABOUT THE TECHNOLOGY Reactive Extensions (Rx) is a .NET library that abstracts away the sources of events and provides tools to effectively manage concerns like concurrency, scalability, error handling, and performance. Rx includes more than 600 operators with variants that can composed together to build reactive client and server-side applications that handle events asynchronously in a way that maximizes responsiveness, resiliency, and elasticity.
£39.99
Manning Publications Geoprocessing with Python
DESCRIPTION Geospatial data is hard to ignore. Nearly every car, phone, or camera has a GPS sensor, and aerial photos, satellite imagery, and data representing political boundaries, roads, rivers, and streams are available for free download from many websites. Geoprocessing is the science of reading, analyzing, and presenting geospatial data programmatically. The Python language, along with dozens of open source libraries and tools, makes it possible to take on professional geoprocessing tasks without investing in expensive proprietary packages like ArcGIS and MapInfo. Geoprocessing with Python teaches how to use the Python programming language along with free and open source tools to read, write, and process geospatial data. It shows how to access available data sets to make maps or perform analyses using free and open source tools like the GDAL, Shapely, and Fiona Python modules. Readers will master core practices like handling multiple vector file formats, editing and manipulating geometries, applying spatial and attribute filters, working with projections, and performing basic analyses on vector data. They’ll also learn how to create geospatial data, rather than just consuming it. The book also covers how to manipulate and analyze raster data, such as aerial photographs, satellite images, and digital elevation models. KEY SELLING POINTS Geoprocessing from the ground up Shows how to create custom geoprocessing tools Takes advantage of free and open source tools AUDIENCE Readers need a basic knowledge of Python or a similar programming language. No previous experience with geoprocessing or geospatial data required. Perfect for readers who have used Python with Esri ArcGIS and want to apply their Python skills elsewhere. ABOUT THE TECHNOLOGY Geoprocessing is the science of reading, analyzing, and presenting geospatial data programmatically. The Python language, along with dozens of open source libraries and tools, makes it possible to take on professional geoprocessing tasks without investing in expensive proprietary packages like ArcGIS and MapInfo.
£51.73
Manning Publications Effective Data Science Infrastructure
Effective Data Science Infrastructure is a hands-on guide to assembling infrastructure for data science and machine learning applications. It reveals the processes used at Netflix and other data driven companies to manage their cutting edge data infrastructure. As you work through this easy-to-follow guide, you'll set up end-to end infrastructure from the ground up, with a fully customizable process you can easily adapt to your company. You'll learn how you can make data scientists more productive with your existing cloud infrastructure, a stack of open source software, and idiomatic Python. Throughout, you'll follow a human-centric approach focused on user experience and meeting the unique needs of data scientists. About the TechnologyTurning data science projects from small prototypes to sustainable business processes requires scalable and reliable infrastructure. This book lays out the workflows, components, and methods of the full infrastructure stack for data science, from data warehousing and scalable compute to modeling frameworks.
£34.19
Manning Publications Cloud Native Spring in Action: With Spring Boot and Kubernetes
To really benefit from the reliability and scalability you get with cloud platforms, your applications need to be designed for that environment. Cloud Native Spring in Action is a practical guide for planning, designing, and building your first cloud native apps using the powerful, industry-standard Spring framework Cloud Native Spring in Action teaches you effective Spring and Kubernetes cloud development techniques that you can immediately apply to enterprise-grade applications. As you develop an online bookshop, you'll learn how to build and test a cloud native app with Spring, containerize it with Docker, and deploy it to the public cloud with Kubernetes. Including coverage of security, continuous delivery, and configuration, this hands-on guide is the perfect primer for navigating the increasingly complex cloud landscape. About the TechnologyModern applications need scalability, resilience, reliability, and zero-downtime. For most large systems, that means you'll take advantage of cloud-based tools and services. For Java developers, Spring helps effortlessly build cloud native, production-ready applications. Combined with Kubernetes, the Spring ecosystem offers numerous built-in features to help out developers migrating or building new cloud native projects efficiently.
£47.92
Manning Publications Microservice APIs in Python
Microservice APIs in Python shares successful strategies and techniques for designing Microservices systems, with a particular emphasis on creating easy-to-consume APIs.This practical guide focuses on implementation over philosophizing and has just enough theory to get you started. You'll quickly go hands on designing the architecture for a microservices platform, produce standard specifications for REST and GraphQL APIs, and bake in authentication features to keep your APIs secure. Written in a framework-agnostic manner, its universal principles of API and microservices design can easily be applied to your favorite stack and toolset. About the TechnologyStandard Python web applications, such as those you'd typically build with Django or Flask, can be hard to scale and maintain when built as monoliths. Microservices design makes it possible to isolate key features and functionality as independently written and maintained services. To take advantage of this more resilient architecture, you need to learn the patterns, frameworks, and tools that make Python-based microservices easy to build and manage.
£41.39
Manning Publications Well-Grounded Python Developer, The
When you're new to Python, it can be tough to understand where and how to use its many language features. There's a dizzying array of libraries, and it's challenging to fit everything together. The Well- Grounded Python Developer builds on Python skills you've learned in isolation and shows you how to unify them into a meaningful whole. The Well-Grounded Python Developer teaches you how to write real software in Python by building on the basic language skills you already have. It helps you see the big picture you can create out of small pieces, introducing concepts like modular construction, APIs, and the design of a basic web server. When you're finished, you'll have gone from having a basic understanding of Python's syntax, grammar, and libraries to using them as the tools of a professional software developer. About the TechnologyPython is the perfect language for beginning programmers. It is easy to learn, with tons of helpful libraries and tools. Better still, it doesn't run out of steam when you want to create more advanced applications for web development or machine learning. Once you've mastered the syntax of simple Python scripts, it can be a challenge to progress to more ambitious projects. This book helps you on that path.
£37.99
Manning Publications Grokking Artificial Intelligence Algorithms
AI is primed to revolutionize the way we build applications, offering exciting new ways to solve problems, uncover insights, innovate new products, and provide better user experiences. Successful AI is based on a set of core algorithms that form a base of knowledge shared by all data scientists. Grokking Artificial Intelligence Algorithms is a fully-illustrated and interactive tutorial guide to the different approaches and algorithms that underpin AI. Written in simple language and with lots of visual references and hands-on examples, readers learn the concepts, terminology, and theory they need to effectively incorporate AI algorithms into their applications. Grokking Artificial Intelligence Algorithms uses simple language, jargon-busting explanations, and hand-drawn diagrams to open up complex algorithms. Don’t worry if you aren’t a calculus wunderkind; you’ll need only the algebra you picked up in math class. • Use cases for different AI algorithms • How to encode problems and solutions using data structures • Intelligent search for game playing • Ant colony algorithms for path finding • Evolutionary algorithms for optimization problems For software developers with high school-level algebra and calculus skills.
£43.19
Manning Publications Deep Learning for Natural Language Processing
Humans do a great job of reading text, identifying key ideas, summarizing, making connections, and other tasks that require comprehension and context. Recent advances in deep learning make it possible for computer systems to achieve similar results. Deep Learning for Natural Language Processing teaches you to apply deep learning methods to natural language processing (NLP) to interpret and use text effectively. In this insightful book, NLP expert Stephan Raaijmakers distills his extensive knowledge of the latest state-of-the-art developments in this rapidly emerging field. Key features An overview of NLP and deep learning • Models for textual similarity • Deep memory-based NLP • Semantic role labeling • Sequential NLP Audience For those with intermediate Python skills and general knowledge of NLP. No hands-on experience with Keras or deep learning toolkits is required. About the technology Natural language processing is the science of teaching computers to interpret and process human language. Recently, NLP technology has leapfrogged to exciting new levels with the application of deep learning, a form of neural network-based machine learning Stephan Raaijmakers is a senior scientist at TNO and holds a PhD in machine learning and text analytics. He’s the technical coordinator of two large European Union-funded research security-related projects. He’s currently anticipating an endowed professorship in deep learning and NLP at a major Dutch university.
£37.99
Manning Publications Cloud Native - Designing change-tolerant software
With cloud platforms like AWS, Azure, and Google Cloud, even small teams can take full advantage of web-scale distributed application patterns and practice. Cloud Native: Designing Change-tolerant Software is the best guide to developing strong applications that thrive in the dynamic, distributed, virtual world of the cloud. Key Features · The application lifecycle of Cloud Native apps · Automated configuration management · Multi-tenant services, versioned services, and parallel deploys · Understanding Cloud Native Routing · Managing dependencies between apps and services Requires intermediate programming skill with Java or a similar language. Some experience with server-side development is helpful. About the technology Cloud-native software promises near-zero downtime, shortened feedback cycles, multi-device support, and improved cost control. All this means developers need to learn new skills and techniques, along with a new way of thinking about application design. Cornelia Davis is the Sr. Director of Technology at Pivotal Software. A teacher at heart, Cornelia has spent the last 25 making better software and better software developers.
£39.99
Manning Publications AWS Lambda in Action
AWS Lambda helps to quickly and easily build and run applications on the AWS cloud that automatically run code in response to events. AWS Lambda in Action is an example-driven tutorial that teaches readers how to build applications that use an event-driven approach on the back end. By the end of this book, readers will be ready to use AWS Lambda to create applications that take advantage of the high availability, security, performance, and scalability of AWS. Key Features: Example-driven tutorials Solid introduction to security Teaches readers to create applications in AWS Readers will have basic knowledge of JavaScript. Most examples are provided in JavaScript and Python. No prior experience with AWS needed. About the Technology: AWS Lambda is different from a traditional approach based on physical or virtual servers: you only need to give your logic, grouped in functions, and the service itself takes care of executing the functions if and when required, managing the software stack used by the runtime you chose, the availability of the platform, and the scalability of the infrastructure in order to sustain the throughput of the invocations.
£51.73
Manning Publications Kubernetes in Action
Description With Kubernetes, users don't have to worry about which specific machine in their data center their application is running on. Each layer in their application is decoupled from other layers so they can scale, update, and maintain them independently. Kubernetes in Action teaches developers how to use Kubernetes to deploy self-healing scalable distributed applications. By the end, readers will be able to build and deploy applications in a proper way to take full advantage of the Kubernetes platform. Key features • Easy to follow guide • Hands-on examples • Clearly-written Audience The book is for both application developers as well as system administrators who want to learn about Kubernetes from the developer’s perspective. About the Technology Kubernetes abstracts away the hardware infrastructure and exposes your whole datacenter as a single enormous computational resource.
£53.05
Manning Publications Windows PowerShell in Action, 3E
Windows PowerShell transformed the way administrators and developers interact with Windows. PowerShell, an elegant dynamic language from Microsoft, lets its users script administrative tasks and control Windows from the command line. Because it's a full-featured, first-class Windows programming language, programmers and powerusers can now do things in a shell that previously required VB, VBScript, or C#. Windows PowerShell in Action, Third Edition is a completely revised edition of the bestselling book on PowerShell. It keeps the same crystal-clear introduction to PowerShell as the last edition and adds extensive coverage of v3, v4, and v5 features such as PowerShell Workflows, Desired State Configuration, PowerShell classes and the PowerShell APIs, new error handling and debugging features. It includes full chapters on these topics and also covers new language elements and operators, PowerShell remoting, CIM, events, working with data such as XML and flat files, The Second Edition's coverage of batch scripting and string processing, COM, WMI, and .NET have all been significantly revised and expanded. The book includes many popular usage scenarios and is rich in interesting examples that will spark the reader’s imagination. Key Features• Crystal-clear introduction to PowerShell • Extensive coverage of v3, v4, and v5 features • Includes many popular usage scenarios • Rich in interesting examples that spark the imagination • The definitive book on PowerShell AUDIENCE Written for developers and administrators with intermediate level scripting knowledge. No prior experience with PowerShell is required. ABOUT THE TECHNOLOGY Windows PowerShell is an elegant, dynamic language from Microsoft, that lets developers and administrators script administrative tasks and control Windows from the command line.
£47.99
Manning Publications 100 Go Mistakes
100 Go Mistakes: How to Avoid Them introduces dozens of techniques for writing idiomatic, expressive, and efficient Go code that avoids common pitfalls. By reviewing dozens of interesting, readable examples and real-world case studies, you'll explore mistakes that even experienced Go programmers make. This book is focused on pure Go code, with standards you can apply to any kind of project. As you go, you'll navigate the tricky bits of handling JSON data and HTTP services, discover best practices for Go code organization, and learn how to use slices efficiently. Your code speed and quality will enjoy a huge boost when you improve your concurrency skills, deal with error management idiomatically, and increase the quality of your tests. About the Technology Go is simple to learn, yet hard to master. Even experienced Go developers may end up introducing bugs and inefficiencies into their code. This book accelerates your understanding of Go's quirks, helping you correct mistakes and dodge pitfalls on your path to Go mastery.
£56.99
Manning Publications Functional Programming in C#
Functional Programming in C#, Second Edition is fully revised to cover new functional-inspired features in the most recent releases of C#, including tuples, async streams, pattern matching, and records. Each chapter is packed with awesome perspectives and epiphany moments. Functional Programming in C#, Second Edition teaches you to apply functional thinking to real-world problems using the C# language. You'll discover the principles and language features of functional programming, explore C#'s functional language features, and learn how to use them to write code that is concise, elegant, and robust. Through numerous real-world examples, you'll also learn the power of function composition, data flow programming, immutable data structures, and monadic composition with LINQ. Functional programming changes the way you think about code by concentrating your attention on generic, composable behaviours instead of more complex objects. It gives developers the power to get more done with less code, enables super-safe concurrency that's perfect for multicore processors, and makes your code easy to maintain long-term. C#'s flexibility lets you benefit fully from the application of functional techniques.
£45.39
Manning Publications Street Coder
Software development isn't an "ivory tower" exercise.Street coders get the job done by prioritizing tasks, making quick decisions, and knowing which rules to break. Street Coder: Rules to break and how to break themis a programmer's survival guide, full of tips, tricks, and hacks that will make you a more efficient programmer. This book's rebel mindset challenges status quo thinking and exposes the important skills you need on the job. You'll learnthe crucial importance of algorithms and data structures, turn programming chores into programming pleasures, and shatter dogmatic principles keeping you from your full potential. Every new coder starts out with a lot of theory; the "streetsmarts" come with experience. To be successful, you need to know how toput theory into action, understand why "best practices" are the best, and know when to go rogue and break the unbreakable rules.
£37.99
Manning Publications Fighting Churn with Data
Churn is the bane of any subscription business, such as content subscriptions, software as a service, and even ad-supported freemium apps. You can improve customer retention through product changes and targeted engagement campaigns based on data-driven interventions. This hands-on guide is packed with techniques for converting raw data into measurable metrics, testing hypotheses, and presenting findings that are easily understandable to non-technical decision makers. Don’t let your hard-won customers vanish from subscription services, taking their money with them. In Fighting Churn with Data you’ll learn powerful data-driven techniques to maximize customer retention and minimize actions that cause them to stop engaging or unsubscribe altogether. • Identifying processes suited to machine learning • Using machine learning to automate back office processes • Seven everyday business process projects • Using open source and cloud-based tools • Case studies for machine learning decision making For readers with basic data analysis skills, including Python and SQL.
£47.99
Manning Publications Deep Learning for Vision Systems
£39.99
Manning Publications Google Cloud Platform in Action
DESCRIPTION Cloud services make it easy to get infrastructure in a flexible and ondemand way. While there are many cloud services to choose from, Google Cloud Platform offers unique services that let you focus on building powerful applications. Google Cloud Services in Action teaches readers to build and launch web applications that scale while leveraging the Google Cloud Platform. Readers begin with the basics, learning how cloud services work, and the specifics of the Google Cloud Platform. The book includes hands-on step-by-step instruction on deploying applications, handling large amounts of data, and much more By the end, readers will know how to build, leverage, and deploy cloud-based applications so web applications get started more quickly, suffer fewer disasters, and require less maintenance. KEY FEATURES • Hands on code examples • Lots of useful images • Written in an approachable way • Helps readers get their applications deployed quickly AUDIENCE Readers will have a working knowledge of application development in a modern language and an understanding of application architecture. No knowledge of cloud services required. ABOUT THE TECHNOLOGY Put simply, Google Cloud Platform (GCP) is a collection of products that allows developers to use Google’s internal infrastructure via a set of APIs. In other words, GCP is a collection of products and services that help users solve infrastructure problems "The Google Way".
£47.99
Manning Publications RxJava for Android Developers
DESCRIPTION In today's world, user interfaces have to be highly dynamic, asynchronous, and reliable. To meet these demands, the programming world is undergoing a radical shift towards something called Functional Reactive Programming (FRP), or just Reactive Programming. FRP offers programmers a new way to construct their applications so that they respond directly to change. And developers spend less time tracing obscure problems and more time focusing on what their code should be doing. Grokking Reactive User Interfaces teaches programmers a new way of thinking about programs and data as well as how to build robust and extensible user interfaces. This well-illustrated book presents lots of concrete, real-world problems and then shows how FRP helps to solve them. It begins by looking at examples that get readers into the mindset of data flows and goes on to introduce the concept of a View Model. Readers also learn how FRP enables them to better manage change and introduce new features. The final part of this book focuses on higherlevel application design concerns and strategies as you look at architectural approaches and frameworks that work well with FRP thinking. KEY FEATURES • Provides lots of illustrations and real-life app examples • Teaches a new way of thinking about programs and data • Using FRP in day-to-day programming • Teaches how to handle increasing complexity in UIs AUDIENCE Readers should have a basic understanding of mobile UI development and be familiar with traditional object-oriented programming paradigms. ABOUT THE TECHNOLOGY FRP offers a new way to construct applications so that they respond directly to change. FRP is not a typical technology B that obviously and immediately replaces an inferior technology A. It’s more of a way of thinking rather than a mechanical solution.
£32.39
Manning Publications Unlocking Android A Developers Guide
HIGHLIGHTUnlocking Android is a developer-focused tutorial for the Android mobile operatingsystem. Loaded with practical examples, this easy-to-follow book presentspractical techniques that reach far beyond the Android documentation.DESCRIPTIONAndroid is a free, open source, Java-based mobile platform developed by Google.Unlocking Android prepares the reader to embrace the Android mobile platformin easy-to-understand language and builds on this foundation withreusable Java code examples. Its ideal for corporate developers and hobbyistswho have an interest, or a mandate, to deliver mobile software.The book first covers the big picture so the reader can get comfortable with theAndroid approach to the mobile applications. Then the reader learns to applyAndroid by following the many practical examples. The book concludes withtwo deep and hands
£38.04
Manning Publications Svelte and Sapper in Action
For front-end web developers familiar with the basics of HTML, CSS, and JavaScript. Svelte and Sapper in Action is a comprehensive guide to building web apps with Svelte and Sapper. You’ll dive straight into coding a complete travel packing app as you learn to write, compile, and organize Svelte components for your app’s UI. From there, you’ll master Svelte’s awesome state management model and learn to use Sapper for simplified page routing, creating static sites, and providing offline support with Service Workers. By the time you’re done, you’ll be able to build web applications that are easier to understand, offer great UX, and don’t compromise on SEO. Creating Svelte applications and components Communicating between Svelte components Routing between pages in both Svelte and Sapper Adding animation to components Debugging, testing, and deploying applications Implementing and invoking REST services in a Sapper app Exporting a Sapper app as a static site Imagine web apps with fast browser load times that also offer amazing developer productivity and require less code to create. That’s what Svelte and Sapper deliver! Svelte pushes a lot of the work a frontend framework would handle to the compile step, so your app components come out as tight, well-organized JavaScript modules. Sapper is a lightweight web framework that minimizes application size through server-rendering front pages and only loading the JavaScript you need. The end result is more efficient apps with great UX and simplified state management. Rather than loading a framework like Angular, Vue, or React into the browser, Svelte compiles your components into tiny, well-organized JavaScript modules. That means your app loads lightning fast and runs even faster, in part because there’s no need to load “just-in-case” framework code. Svelte also streamlines your UI development with a host of powerful features such as reactive statements, two-way data binding, stores, and context. The Sapper framework pairs perfectly with Svelte for efficient server-side rendering, code splitting, and API development.
£61.40
Penguin Random House Children's UK Science is Lit
£9.04
Triarchy Press Skinner Releasing Technique: A Movement and Dance Practice
Skinner Releasing Technique (SRT), created by Joan Skinner, is a somatic movement, dance and creative practice with a core underlying principle of releasing blocked energy, held tension and habitual patterns in body mind. It enables us to move with greater freedom and ease whilst awakening creativity and spontaneity. The 21 contributors to this book describe how SRT informs their own movement and/or dance practice and influences wider fields of practice including meditation, architecture, poetic listening, visual art, writing, technology and choreography. For them SRT is a transformative and lifelong practice that deepens connections with self, other, more than human life forms and with natural and urban landscapes. This is a book for anyone drawn to explore body mind, somatic, movement and dance practices, and for those who are exploring ways of living in the world creatively, empathically and with more ease and natural grace.
£29.95
McGraw-Hill Education The Strategic Bond Investor, Third Edition: Strategic Tools to Unlock the Power of the Bond Market
The bestselling bond investing classic―updated to help you profit today and position yourself for the post-COVID era and decade aheadSince the 2008 global financial crisis, the investing world has changed radically. Credit is more difficult to access, populations across the world are aging, and economic growth has been tepid. And now, the global pandemic has shaken the global financial system to its core. Investors are facing a future where structural—rather than cyclical—change will have greater impact on financial markets. In this new edition of The Strategic Bond Investor, you’ll find everything you need to generate profits while mitigating risk in the “new normal.” PIMCO Executive Vice President and lead investing strategist Anthony Crescenzi explains how deeply the bond market impacts the global economy, the best ways to invest in bonds, and how to “read” this market to inform your overall strategy. Along the way, Crescenzi provides unique and invaluable insights into the role of the bond market in recent economic crises (both 2008 and 2020), in an era of the rise of socially responsible investing, and at a time when we may well be witnessing a seismic shift in economic and financial power from the United States to China. Crescenzi draws on his vast experience, as well as personal conversations with Alan Greenspan, Ben Bernanke, Janet Yellen, and other influential figures in finance, politics, and academia. He provides a glimpse at PIMCO’s storied investment process, along with numerous types of investment strategies to meet various investing goals. The Strategic Bond Investor has guided investors through the capital markets for nearly two decades. Use this updated edition to achieve investing success in the next decade.
£43.19
WestBow Press Wake Up--God's Talking to You
£12.18
The Story Plant Lust, Love & Whatever
CALL IT LUST...CALL IT LOVE...SOME CALL IT SOMETHING ELSE ENTIRELY In his years of practice as a sex therapist, Dr. Elias Meyers had guided hundreds through analysis and had treated an equal number of conditions. He'd helped his patients contend with a wide variety of demons, both external and internal, and he'd made a difference in countless lives. He'd managed to navigate through the dysfunctions of others while maintaining a life beyond his office doors. Now, though, the line between his professional world and his private world is blurring. And Dr. Elias Meyers is facing a confrontation with the truth that could change everything forever. A stunning work of fiction written with the insight that only an accomplished, long-term therapist can provide, LOVE, LUST & WHATEVER is an intense, candid, and unflinching excursion into the heart of sexuality and a stunning exploration of the nuances of the soul.
£16.20
University Press of New England Gone Fishin
A guide to the best fishing spots in all of Massachusetts
£16.00
Sonicbond Publishing INXS On Track
Between 1977 and 2012, INXS went from touring the Australian pub scene to conquering the world with their unique hybrid of rock, pop and funk. Despite soaking up a vast number of influences along the way, INXS transcended all music scenes, retaining their individuality which helped them sell 95 million albums across the world.
£16.99
Pearson Education (US) Negocios sin fronteras: Intermediate Spanish for Business
For intermediate business Spanish classes. Using a proficiency-based approach, this intermediate-level text teaches the vocabulary and grammar necessary to conduct basic business activities in Spanish speaking countries. Each chapter contains three pasos, each consisting of six sections-Empecemos, Charlemos un poco, Entrevista, Situaciones, Repaso de gramatica, and Escribamos. In each chapter, related vocabulary is introduced in a contextualized, meaningful way.
£133.08
John Wiley & Sons Inc Sales Engagement: How The World's Fastest Growing Companies are Modernizing Sales Through Humanization at Scale
Engage in sales—the modern way Sales Engagement is how you engage and interact with your potential buyer to create connection, grab attention, and generate enough interest to create a buying opportunity. Sales Engagement details the modern way to build the top of the funnel and generate qualified leads for B2B companies. This book explores why a Sales Engagement strategy is so important, and walks you through the modern sales process to ensure you’re effectively connecting with customers every step of the way. • Find common factors holding your sales back—and reverse them through channel optimization • Humanize sales with personas and relevant information at every turn • Understand why A/B testing is so incredibly critical to success, and how to do it right • Take your sales process to the next level with a rock solid, modern Sales Engagement strategy This book is essential reading for anyone interested in up-leveling their game and doing more than they ever thought possible.
£18.00
Two Rivers Press The Dancers of Colbek
From the medieval dancers of Robert Mannyng's Handlyng Synne to Wesley, Tennyson, Lawrence and John Clare, William Bedford's The Dancers of Colbek explores his own early years among the market towns and seacoasts of Lincolnshire. There are prize-winning poems from his family's history of farming, and a sequence of poems voicing John Clare's experience of poverty and dispossession during the enclosures. The decline of rural ways of life is shown against a background of the arrival of American forces in the 1960s, their nuclear weapons dominating the landscapes where medieval dancers once celebrated pagan rites in midnight graveyards.
£9.99
York Medieval Press Literary Variety and the Writing of History in Britain's Long Twelfth Century
A survey of the different literary forms adopted by history writers after the Conquest, exploring why and for what effects they were used. Histories of Britain composed during the "twelfth-century renaissance" display a remarkable amount of literary variety (Latin varietas). Furthermore, British historians writing after the Norman Conquest often draw attention to the differing forms of their texts. But why would historians of this period associate literary variety with the work of history-writing? Drawing on theories of literary variety found in classical and medieval rhetoric, this book traces how British writers came to believe that varietas could help them construct comprehensive, continuous accounts of Britain's past. It shows how Latin prose historians, such as William of Malmesbury, Henry of Huntingdon, and Geoffrey of Monmouth, filled their texts with a diverse array of literary forms, which they carefully selected and ordered in accordance with their broader historiographical aims. The pronounced literary variety of these influential histories inspired some Middle English verse chroniclers, including Laȝamon and Robert Mannyng, to adopt similar principles in their vernacular poetry. By uncovering the rhetorical and historiographical theories beneath their literary variety, this book provides a new framework for interpreting the stylistic and organizational choices of medieval historians.
£85.00