Search results for ""build your own""
John Wiley & Sons Inc A Guide to Creating A Successful Algorithmic Trading Strategy
Turn insight into profit with guru guidance toward successful algorithmic trading A Guide to Creating a Successful Algorithmic Trading Strategy provides the latest strategies from an industry guru to show you how to build your own system from the ground up. If you're looking to develop a successful career in algorithmic trading, this book has you covered from idea to execution as you learn to develop a trader's insight and turn it into profitable strategy. You'll discover your trading personality and use it as a jumping-off point to create the ideal algo system that works the way you work, so you can achieve your goals faster. Coverage includes learning to recognize opportunities and identify a sound premise, and detailed discussion on seasonal patterns, interest rate-based trends, volatility, weekly and monthly patterns, the 3-day cycle, and much more—with an emphasis on trading as the best teacher. By actually making trades, you concentrate your attention on the market, absorb the effects on your money, and quickly resolve problems that impact profits. Algorithmic trading began as a "ridiculous" concept in the 1970s, then became an "unfair advantage" as it evolved into the lynchpin of a successful trading strategy. This book gives you the background you need to effectively reap the benefits of this important trading method. Navigate confusing markets Find the right trades and make them Build a successful algo trading system Turn insights into profitable strategies Algorithmic trading strategies are everywhere, but they're not all equally valuable. It's far too easy to fall for something that worked brilliantly in the past, but with little hope of working in the future. A Guide to Creating a Successful Algorithmic Trading Strategy shows you how to choose the best, leave the rest, and make more money from your trades.
£42.75
John Wiley & Sons Inc Foundations of Computational Finance with MATLAB
Graduate from Excel to MATLAB® to keep up with the evolution of finance data Foundations of Computational Finance with MATLAB® is an introductory text for both finance professionals looking to branch out from the spreadsheet, and for programmers who wish to learn more about finance. As financial data grows in volume and complexity, its very nature has changed to the extent that traditional financial calculators and spreadsheet programs are simply no longer enough. Today’s analysts need more powerful data solutions with more customization and visualization capabilities, and MATLAB provides all of this and more in an easy-to-learn skillset. This book walks you through the basics, and then shows you how to stretch your new skills to create customized solutions. Part I demonstrates MATLAB’s capabilities as they apply to traditional finance concepts, and PART II shows you how to create interactive and reusable code, link with external data sources, communicate graphically, and more. Master MATLAB’s basic operations including matrices, arrays, and flexible data structures Learn how to build your own customized solutions when the built-ins just won’t do Learn how to handle financial data and industry-specific variables including risk and uncertainty Adopt more accurate modeling practices for portfolios, options, time series, and more MATLAB is an integrated development environment that includes everything you need in one well-designed user interface. Available Toolboxes provide tested algorithms that save you hours of code, and the skills you learn using MATLAB make it easier to learn additional languages if you choose to do so. Financial firms are catching up to universities in MATLAB usage, so this is skill set that will follow you throughout your career. When you’re ready to step into the new age of finance, Foundations of Computational Finance with MATLAB provides the expert instruction you need to get started quickly.
£28.99
John Wiley & Sons Inc Scenario-based e-Learning: Evidence-Based Guidelines for Online Workforce Learning
Scenario-Based e-Learning Scenario-Based e-Learning offers a new instructional design approach that can accelerate expertise, build critical thinking skills, and promote transfer of learning. This book focuses on the what, when, and how of scenario-based e-learning for workforce learning. Throughout the book, Clark defines and demystifies scenario-based e-learning by offering a practical design model illustrated with examples from veterinary science, automotive troubleshooting, sales and loan analysis among other industries. Filled with helpful guidelines and a wealth of illustrative screen shots, this book offers you the information needed to: Identify the benefits of a SBeL design for learners and learning outcomes Determine when SBeL might be appropriate for your needs Identify specific outcomes of SBeL relevant to common organizational goals Classify specific instructional goals into one or more learning domains Apply a design model to present content in a task-centered context Evaluate outcomes from SBeL lessons Identify tacit expert knowledge using cognitive task analysis techniques Make a business case for SBeL in your organization Praise for Scenario-Based e-Learning "Clark has done it againwith her uncanny ability to make complex ideas accessible to practitioners, the guidelines in this book provide an important resource for you to build your own online, problem-centered instructional strategies." M. David Merrill, professor emeritus at Utah State University; author, First Principles of Instruction "Clark's wonderful book provides a solid explanation of the how, what, and why of scenario-based e-learning. The tools, techniques, and resources in this book provide a roadmap for creating engaging, informative scenarios that lead to tangible, measurable learning outcomes. If you want to design more engaging e-learning, you need to read this book." Karl M. Kapp, Professor of Instructional Technology, Bloomsburg University; author, The Gamification of Learning and Instruction
£60.00
SAGE Publications Inc Culturally Responsive Teaching Online and In Person: An Action Planner for Dynamic Equitable Learning Environments
An equitable, inclusive and practical application of culturally responsive teaching that transcends learning environments Educators in the 21st century are teaching diverse learners across a range of learning environments, while attending to critical issues related to equity, inclusion, and social justice. Now there’s a resource to help you merge the essential skills of embedding culturally responsive teaching practices into online and in person learning settings. Using the Dynamic Equitable Learning Environments (DELE) framework, you can build the knowledge, awareness, skills, and dispositions to pivot instruction to facilitate equitable, inclusive, and anti-racist learning experiences that transcend cultural, social, and linguistic backgrounds—no matter where, when, or how your students do their learning. Combining an interactive workspace with teacher preparation and professional development, this book provides an action planner and toolkit for embedding culturally responsive teaching into online and in person instruction. Other features include: Demonstrative, inspirational, and culturally responsive practical approaches for online and in person educational settings Self-reflection questions, anti-bias exercises, and critical-thinking activities that support equity-mindedness Culturally sustaining checklist templates Links to additional responsive online resources, readings, and culturally relevant media Action plan templates to work through in each chapter Additional Call to Action practices to pursue after completing the book When you commit to culturally responsive teaching, you want to build your own capacity to provide every learner, in every educational setting, the ability to connect with the curriculum in authentic and equitable ways. This book enables you to do just that by providing the pedagogical strategies to meaningfully engage all learners, especially in online settings, and ensure that your class is inclusive, decolonized, and takes into account the diverse lived experiences of all learners, their families, and communities.
£25.99
The Pragmatic Programmers Definitive ANTLR 4 Reference
Programmers run into parsing problems all the time. Whether it's a data format like JSON, a network protocol like SMTP, a server configuration file for Apache, a PostScript/PDF file, or a simple spreadsheet macro language--ANTLR v4 and this book will demystify the process. ANTLR v4 has been rewritten from scratch to make it easier than ever to build parsers and the language applications built on top. This completely rewritten new edition of the bestselling Definitive ANTLR Reference shows you how to take advantage of these new features. Build your own languages with ANTLR v4, using ANTLR's new advanced parsing technology. In this book, you'll learn how ANTLR automatically builds a data structure representing the input (parse tree) and generates code that can walk the tree (visitor). You can use that combination to implement data readers, language interpreters, and translators. You'll start by learning how to identify grammar patterns in language reference manuals and then slowly start building increasingly complex grammars. Next, you'll build applications based upon those grammars by walking the automatically generated parse trees. Then you'll tackle some nasty language problems by parsing files containing more than one language (such as XML, Java, and Javadoc). You'll also see how to take absolute control over parsing by embedding Java actions into the grammar. You'll learn directly from well-known parsing expert Terence Parr, the ANTLR creator and project lead. You'll master ANTLR grammar construction and learn how to build language tools using the built-in parse tree visitor mechanism. The book teaches using real-world examples and shows you how to use ANTLR to build such things as a data file reader, a JSON to XML translator, an R parser, and a Java class->interface extractor. This book is your ticket to becoming a parsing guru! What You Need: ANTLR 4.0 and above. Java development tools. Ant build system optional (needed for building ANTLR from source)
£26.55
John Wiley & Sons Inc Building Beehives For Dummies
Building Beehives For Dummies (9781119544388) was previously published as Building Beehives For Dummies (9781118312940). While this version features a new Dummies cover and design, the content is the same as the prior release and should not be considered a new or updated product. The easy way to build your own beehives and beekeeping equipment Building Beehives For Dummies is the follow-up book to the bestselling Beekeeping For Dummies. It provides everything you need to learn how to build some of the world's most popular hives and beekeeping accessories. For each design the book includes a detailed materials list (what lumber, hardware and fasteners you'll need), step-by-step building instructions, and illustrative drawings that show how the components all fit together. There are over a dozen plans in all, including the traditional Langstroth hive, the eight frame garden hive, designs for elevated hive stands, the Warre hive, screened bottom board, the Kenya top-bar hive, four-frame observation hive, hive top feeders, and more. The book contains introductory chapters that teach you the basic carpentry skills necessary to build any of the plans in the book. Whether you are a new beekeeper or a seasoned ol’timer, Building Beehives for Dummies provides you with the information you need to plan and succeed at building beehives (and other cool accessories). You'll discover what type of hive to build, hints on how to maintain your equipment, what bees need to stay happy and healthy, where to locate your hive, and much more. Covers "bee space," the critical technical measurement within a beehive that's crucial for easy inspection of your colonies Offers guidance on keeping both urban and suburban neighbors happy, getting proper permissions, and understanding regional laws and regulations Provides creative ideas for dressing up hives for fun and profit In today’s world of self-sufficiency, back-to-basics and sustainability, building beehives is a fun hobby that both you and your bees will appreciate and benefit from.
£17.09
Dorling Kindersley Ltd Good Food, Sorted: Save Time, Cook Smart, Eat Well
Chris Bavin brings you an all-encompassing cookbook full of simple and speedy recipes to ensure you save time, cook smart, and eat well!Do you ever find yourself stuck in a rut at mealtimes, never knowing what to cook or where to begin? Then this may be the cookbook for you!BBC TV Chef Chris Bavin is a resourceful homecook, who promises a little efficiency in the kitchen can go a long way! Good Food Sorted is his first solo cookbook, where he shares riveting recipes for a no-fuss approach to healthy eating and home-cooking, which will have the entire family asking for seconds!Dive right in to discover: -Over 100 mouth-watering recipes complemented by stunning photography-Simple 'mini-recipe' ideas encouraging you to save cooking time and food waste -Featuring feasts from around the world to celebrate culinary diversity -Inspiring lifestyle photos of Chris bringing his personality to the pagesLearn tonnes of tips and tricks on smart shopping, how to use the freezer well, and batch-cooking those beloved favourite family recipes. Inspiring, easy-to-navigate, and refreshingly practical, Good Food,Sorted is the kitchen companion for time-pressed cooks who want to put wholesome food on the table fast. Including breakfast, lunch, dinner, desserts and snacks, as well as an entire section dedicated to vegetarian recipes, Good Food Sorted redefines home cooking with simple recipe ideas without compromising on finance or flavour!From a posh pot noodle, to microwaved mocha puddings, whether it's baked feta or build-your-own fajitas, this easy cookbook is sure to have something for everyone to love. Jam-packed with top tips on restoring order to your kitchen cupboards, freezing your flavours, and using your cooking time efficiently, Good Food Sorted is a must-have volume for time-pressed families in search of a one-stop cookbook full of deliciously healthy family favourites.
£17.09
John Wiley & Sons Inc Arduino Sketches: Tools and Techniques for Programming Wizardry
Master programming Arduino with this hands-on guide Arduino Sketches is a practical guide to programming the increasingly popular microcontroller that brings gadgets to life. Accessible to tech-lovers at any level, this book provides expert instruction on Arduino programming and hands-on practice to test your skills. You'll find coverage of the various Arduino boards, detailed explanations of each standard library, and guidance on creating libraries from scratch – plus practical examples that demonstrate the everyday use of the skills you're learning. Work on increasingly advanced programming projects, and gain more control as you learn about hardware-specific libraries and how to build your own. Take full advantage of the Arduino API, and learn the tips and tricks that will broaden your skillset. The Arduino development board comes with an embedded processor and sockets that allow you to quickly attach peripherals without tools or solders. It's easy to build, easy to program, and requires no specialized hardware. For the hobbyist, it's a dream come true – especially as the popularity of this open-source project inspires even the major tech companies to develop compatible products. Arduino Sketches is a practical, comprehensive guide to getting the most out of your Arduino setup. You'll learn to: Communicate through Ethernet, WiFi, USB, Firmata, and Xbee Find, import, and update user libraries, and learn to create your own Master the Arduino Due, Esplora, Yun, and Robot boards for enhanced communication, signal-sending, and peripherals Play audio files, send keystrokes to a computer, control LED and cursor movement, and more This book presents the Arduino fundamentals in a way that helps you apply future additions to the Arduino language, providing a great foundation in this rapidly-growing project. If you're looking to explore Arduino programming, Arduino Sketches is the toolbox you need to get started.
£26.99
O'Reilly Media Oracle and Open Source
Oracle & Open Source is the first book to tie together the commercial world of Oracle and the free-wheeling world of open source software. As this book reveals, these two worlds are not as far apart as they may seem. Today, there are many excellent and freely available software tools that Oracle developers and database administrators can use, at no cost, to improve their own coding productivity and their system's performance. Moreover, many of the finest Oracle developers are now making their source code freely available so their peers can build upon this code base. Oracle Corporation is even porting its RDBMS to Linux and starting to incorporate a growing number of open source tools in the company's own software.Oracle & Open Source describes close to 100 open source tools you can use for Oracle development and database administration, from large and widely known open source systems (like Linux, Perl, Apache, TCL/Tk and Python) to more Oracle-specific tools (like Orasoft, Orac, OracleTool, and OraSnap). You'll learn how to obtain the software and how to adapt it to best advantage. The book abounds with code examples, download and installation instructions, and helpful usage hints. Not only does it tell you how to find and use existing open source code; Oracle & Open Source gives you the details and the motivation to build your own open source contributions and release them to the Oracle community. You'll learn all about tools like the Oracle Call Interface (OCI) and Perl-DBI (Database Interface), which provide the glue allowing new open source tools to link into commercial Oracle software. With Oracle & Open Source as a guide, you'll discover an enormous number of highly effective open source tools, while getting involved with the thriving community of open source development.
£39.59
Little, Brown Book Group Style and Substance: A guide for women who want to win at work
'An inspiring guide to developing your personal brand, achieving your career goals and shaping the future of work' Red'Everything every career woman needs to know and yet is rarely shared so honestly' Anya Hindmarch'Refreshingly relevant and practical' Roksanda IlincicWomen have made great advances in the workplace, but despite that - and the overwhelming amount of career advice out there - the same issues continue to arise: how to succeed in a man's world, how to combine a career with a family, how to be authentic and fit in, and whether it is even possible to achieve a work-life balance while chasing career goals.Unfortunately, much of the advice women are offered is badly out of date and lacking in 'cut-to-the-chase' strategies that really tally with their experience of the workplace now. What's more, the advice often tends to be defensive, focused on overcoming obstacles rather than drawing upon strengths.Style and Substance starts from a very different perspective. Written by Helena Morrissey, who has learned through her own experiences as a woman in the workplace and as a business leader, it will help you understand what really matters when it comes to career progression today, whatever your age, situation and aspirations.Style and Substance will show you how to build your own style - your personal brand - and how to have confidence in it, and in yourself. Once you realise how much agency you have and the steps that you can take to look the part, sound the part, feel the part and therefore be the part, you'll be empowered to achieve your goals in your own way, secure in who you are and what you have to offer.
£14.99
John Wiley & Sons Inc Property Entrepreneur: The Wealth Dragon Way to Build a Successful Property Business
Property Investing the Wealth Dragon Way Property Entrepreneur explains how anyone can make money from property, regardless of their financial situation. Author Vincent Wong is one of the UK's most dynamic and respected property entrepreneurs, and this book outlines his approach to creating wealth through property investing for both seasoned and aspiring investors. Emphasising the importance of treating property investing as a business, the author shares the wisdom of his first-hand experience and his investment techniques to help you navigate the ever-shifting property market and become a true property entrepreneur. There is more than one way to break into the property game, and it doesn't have to involve saving for one large deposit after another; this book covers tried and tested strategies beyond the traditional approaches to property investing. Whether you're contemplating your first, fifth or fifteenth property, Property Entrepreneur will help to light your entrepreneurial spark and show you how to turn property into profit. Property entrepreneurship is like any other business: if you want to succeed, you must take the time to learn from those who have mastered the best techniques. This book gives you access to the mind, motivations and methods of a top investor to help you start and build your own property business. This book will show you: How to start viewing property investing as a business Why you need to eliminate unproductive habits and attitudes The best ways to maximise profits and create a secure, passive income How to nurture your entrepreneurial spirit and watch your business grow Property investing can look daunting and complex to those without experience. The rules are constantly being rewritten, the goalposts are regularly shifted and the market looks like an unpredictable beast. Property Entrepreneur will challenge your preconceptions, and help you navigate the path to real, lasting wealth.
£11.99
Elsevier - Health Sciences Division The Human Body in Health & Disease - Hardcover
Completely revised and updated, The Human Body in Health & Disease, 8th Edition makes it easier to understand how the body works, both in typical conditions and when things change. Its easy-to-read writing style, more than 500 full-color illustrations, and unique Clear View of the Human Body transparencies keep you focused on the principles of anatomy, physiology, and pathology. Key features are Connect It! with bonus online content, concept maps with flow charts to simplify complex topics, and chapter objectives and active learning sections. From noted educator Kevin Patton, this book presents A&P in a way that lets you know and understand what is important. More than 500 full-color photographs and drawings illustrate the most current scientific knowledge and bring difficult concepts to life. The beautifully rendered illustrations are unified by a consistent color key and represent a diversity of human identity. A conversational writing style is paired with "chunked" content, making it easy to read and comprehend. UNIQUE! Creative page design uses color backgrounds to organize information in a more inviting, accessible, and motivating way to enhance learning. UNIQUE! The full-color, semi-transparent Clear View of the Human Body permits the on-demand virtual dissection of typical male and female human bodies along several body planes. This 22-page insert contains a series of transparencies that allows you to peel back the layers of the body anterior-to-posterior and posterior-to-anterior. Language of Science/Language of Medicine word lists at the beginning of chapters present key terms, pronunciations, and word-part translations to help you become familiar with new and complex terminology. Animation Direct feature throughout the text guides you to state-of-the-art animations on the companion Evolve website to provide dynamic visual explanations of key concepts. Active Concept Maps offer animated, narrated walk-throughs of concept maps to clarify the text narrative and provide you with clear examples of how to build your own concept maps.
£59.99
Skyhorse Publishing Whole Bowls: Complete Gluten-Free and Vegetarian Meals to Power Your Day
National Recipient of the Gourmand Award for Best Vegetarian Cookbook. From the creator of the award-winning food blog Yummy Beet, turn familiar and traditional tastes into healthy, one-bowl meals. Healthful, plentiful, and simple kitchen creations feel at home in a bowl. Whether a meal is enjoyed as a weekday breakfast for one or part of a leisurely dinner with friends, whole foods come to life when presented within the walls of this steadfast kitchen vessel. For Allison Day, the nutritionist and food blogger behind Yummy Beet, meal-sized bowl recipes showcase her love of this cozy serving dish, staying true to her philosophy of eating with visually alluring, seasonal, and delicious food you can feel good about. Along with more than fifty full-meal, vegetarian, vegan, and gluten-free recipes (not to mention the dozens of mini recipes-within-recipes), these pages contain an innovative, easy-to-follow “Whole Bowls Formula” to build your own creations for quick, everyday lunches and dinners. Recipes include: Curried falafel and kale salad bowls Black bean bowls with butternut squash, black rice, and chimichurri Oat risotto bowls with soft-boiled eggs, avocado, and hazelnut dukkah Sunny citrus bowls with orange pomegranate salsa and lemon cream Carrot cake bowls with a cream cheese dollop and candied carrots Southern Cheddar Grits with Tomatoes, Kale, and Black Beans Almost Noodle Salad with Radishes and Basil Chili con Veggie with Cornbread Mediterranean Pasta with Arugula, Peas, Yellow Tomatoes, and Feta Greek Mushroom Stifado with Horseradish Mashed Potatoes Tuscan Bean Stew Baked Polenta with Caramelized Onions, Mushrooms, and Marinara Using real, fresh ingredients, Allison offers straightforward and approachable creations that can be made ahead of time, whipped up quickly on a weeknight, or invented off-the-cuff with her Bowl Formula Guide. With vibrant and exciting photography shot by Allison herself, you’ll be eager to cook and eat her fun, foolproof, and inventive whole bowls.
£15.41
Pragmatic Bookshelf Craft GraphQL APIs in Elixir with Absinthe
Your domain is rich and interconnected, and your API should be too. Upgrade your web API to GraphQL, leveraging its flexible queries to empower your users, and its declarative structure to simplify your code. Absinthe is the GraphQL toolkit for Elixir, a functional programming language designed to enable massive concurrency atop robust application architectures. Written by the creators of Absinthe, this book will help you take full advantage of these two groundbreaking technologies. Build your own flexible, high-performance APIs using step-by-step guidance and expert advice you won't find anywhere else. GraphQL is a new way of structuring and building web services, and the result is transformational. Find out how to offer a more tailored, cohesive experience to your users, easily aggregate data from different data sources, and improve your back end's maintainability with Absinthe's declarative approach to defining how your API works. Build a GraphQL-based API from scratch using Absinthe, starting from core principles. Learn the type system and how to expand your schema to suit your application's needs. Discover a growing ecosystem of tools and utilities to understand, debug, and document your API. Take it to production, but do it safely with solid best practices in mind. Find out how complexity analysis and persisted queries can let you support your users flexibly, but responsibly too. Along the way, discover how Elixir makes all the difference for a high performance, fault-tolerant API. Use asynchronous and batching execution, or write your own custom add-ons to extend Absinthe. Go live with subscriptions, delivering data over websockets on top of Elixir (and Erlang/OTP's) famous solid performance and real-time capabilities. Transform your applications with the powerful combination of Elixir and GraphQL, using Absinthe. What You Need: To follow along with the book, you should have Erlang/OTP 19+ and Elixir 1.4+ installed. The book will guide you through setting up a new Phoenix application using Absinthe.
£34.65
HarperCollins Publishers Draw With Rob: Build a Story
The internet phenomenon #DrawWithRob is now an incredible activity book for you to draw with Rob at home – filled with drawing and story time fun! As seen everywhere on YouTube, Facebook, TikTok, TV, and more, from the creative genius and bestselling author Rob Biddulph! At home and wondering what to do? Pick up your pencils and join thousands of children around the world and #DrawWithRob – story time has never been so much fun! Learn how to build your own story, and even create your own book, step-by-step! The first DRAW WITH ROB activity book went to Number One in the charts and was named ‘Book of the Year’ at the 2020 Sainsbury’s Children’s Book Awards! Now every family can share this spectacularly story-filled new art activity book. Join Rob and learn to draw your favourite storybook characters – from unicorns to dragons and from knights to monsters, this perfect present is packed with arts, crafts and family fun. The bestselling and award-winning author/illustrator Rob Biddulph is the genius behind the phenomenal, viral sensation that is DRAW WITH ROB and the accompanying activity book, and now the sensational DRAW WITH ROB: STORY TIME – bringing joy to families everywhere with his easy to follow instructions and warm-hearted humour. So whether you’re in home education, home-schooling, learning to draw or just having fun, let Rob show you that anyone can learn to #DrawWithRob! *WITH PERFORATED PAGES SO YOU CAN EASILY TEAR OUT AND DISPLAY YOUR ART!* Rob’s original hit videos are also available at www.robbiddulph.com, and on Facebook, YouTube, TikTok, and Instagram, with Rob appearing on TV to talk about them too. Perfect stay-at-home fun for boys, girls, and everyone aged three to one hundred and three, and a wonderful introduction to Rob Biddulph’s bestselling picture book range – including the Waterstones Children’s Book Prize-winning Blown Away, Odd Dog Out, and many more! Available in all good bookstores and online retailers, and perfect for children who are learning to read – or just love to!
£7.99
O'Reilly Media Designing Embedded Hardware 2e
Embedded computer systems literally surround us: they're in our cell phones, PDAs, cars, TVs, refrigerators, heating systems, and more. In fact, embedded systems are one of the most rapidly growing segments of the computer industry today. Along with the growing list of devices for which embedded computer systems are appropriate, interest is growing among programmers, hobbyists, and engineers of all types in how to design and build devices of their own. Furthermore, the knowledge offered by this book into the fundamentals of these computer systems can benefit anyone who has to evaluate and apply the systems. The second edition of Designing Embedded Hardware has been updated to include information on the latest generation of processors and microcontrollers, including the new MAXQ processor. If you're new to this and don't know what a MAXQ is, don't worry--the book spells out the basics of embedded design for beginners while providing material useful for advanced systems designers. Designing Embedded Hardware steers a course between those books dedicated to writing code for particular microprocessors, and those that stress the philosophy of embedded system design without providing any practical information. Having designed 40 embedded computer systems of his own, author John Catsoulis brings a wealth of real-world experience to show readers how to design and create entirely new embedded devices and computerized gadgets, as well as how to customize and extend off-the-shelf systems. Loaded with real examples, this book also provides a roadmap to the pitfalls and traps to avoid. Designing Embedded Hardware includes: * The theory and practice of embedded systems * Understanding schematics and data sheets * Powering an embedded system * Producing and debugging an embedded system * Processors such as the PIC, Atmel AVR, and Motorola 68000-series * Digital Signal Processing (DSP) architectures * Protocols (SPI and I2C) used to add peripherals * RS-232C, RS-422, infrared communication, and USB * CAN and Ethernet networking * Pulse Width Monitoring and motor control If you want to build your own embedded system, or tweak an existing one, this invaluable book gives you the understanding and practical skills you need.
£35.99
Elsevier - Health Sciences Division The Human Body in Health & Disease - Softcover
Completely revised and updated, The Human Body in Health & Disease, 8th Edition makes it easier to understand how the body works, both in typical conditions and when things change. Its easy-to-read writing style, more than 500 full-color illustrations, and unique Clear View of the Human Body transparencies keep you focused on the principles of anatomy, physiology, and pathology. Key features are Connect It! with bonus online content, concept maps with flow charts to simplify complex topics, and chapter objectives and active learning sections. From noted educator Kevin Patton, this book presents A&P in a way that lets you know and understand what is important. More than 500 full-color photographs and drawings illustrate the most current scientific knowledge and bring difficult concepts to life. The beautifully rendered illustrations are unified by a consistent color key and represent a diversity of human identity. A conversational writing style is paired with "chunked" content, making it easy to read and comprehend. UNIQUE! Creative page design uses color backgrounds to organize information in a more inviting, accessible, and motivating way to enhance learning. UNIQUE! The full-color, semi-transparent Clear View of the Human Body permits the on-demand virtual dissection of typical male and female human bodies along several body planes. This 22-page insert contains a series of transparencies that allows you to peel back the layers of the body anterior-to-posterior and posterior-to-anterior. Language of Science/Language of Medicine word lists at the beginning of chapters present key terms, pronunciations, and word-part translations to help you become familiar with new and complex terminology. Animation Direct feature throughout the text guides you to state-of-the-art animations on the companion Evolve website to provide dynamic visual explanations of key concepts. Active Concept Maps offer animated, narrated walk-throughs of concept maps to clarify the text narrative and provide you with clear examples of how to build your own concept maps.
£60.99
APress MLOps Lifecycle Toolkit: A Software Engineering Roadmap for Designing, Deploying, and Scaling Stochastic Systems
This book is aimed at practitioners of data science, with consideration for bespoke problems, standards, and tech stacks between industries. It will guide you through the fundamentals of technical decision making, including planning, building, optimizing, packaging, and deploying end-to-end, reliable, and robust stochastic workflows using the language of data science. MLOps Lifecycle Toolkit walks you through the principles of software engineering, assuming no prior experience. It addresses the perennial “why” of MLOps early, along with insight into the unique challenges of engineering stochastic systems. Next, you’ll discover resources to learn software craftsmanship, data-driven testing frameworks, and computer science. Additionally, you will see how to transition from Jupyter notebooks to code editors, and leverage infrastructure and cloud services to take control of the entire machine learning lifecycle. You’ll gain insight into the technical and architectural decisions you’re likely to encounter, as well as best practices for deploying accurate, extensible, scalable, and reliable models. Through hands-on labs, you will build your own MLOps “toolkit” that you can use to accelerate your own projects. In later chapters, author Dayne Sorvisto takes a thoughtful, bottom-up approach to machine learning engineering by considering the hard problems unique to industries such as high finance, energy, healthcare, and tech as case studies, along with the ethical and technical constraints that shape decision making. After reading this book, whether you are a data scientist, product manager, or industry decision maker, you will be equipped to deploy models to production, understand the nuances of MLOps in the domain language of your industry, and have the resources for continuous delivery and learning. What You Will Learn Understand the principles of software engineering and MLOps Design an end-to-end machine learning system Balance technical decisions and architectural trade-offs Gain insight into the fundamental problems unique to each industry and how to solve them Who This Book Is For Data scientists, machine learning engineers, and software professionals.
£44.99
Manning Publications Functional Programming in Scala
Discover the power that functional programming brings to your Scala code. This international bestseller has been revised with new exercises, annotations, and full coverage of Scala 3. In Functional Programming in Scala, Second Edition you will learn how to: Recognize and write purely functional code Work with errors without using exceptions Work with state and concurrency Interact with functional structures that define common behaviors Write code that performs I/O without sacrificing functional programming The first edition of Functional Programming in Scala has helped over 30,000 developers discover the power of functional programming. This second edition is fully updated to Scala 3 and the latest standards of FP. Inside, you'll find a serious tutorial for programmers looking to apply functional programming to improve their everyday coding practices. You'll progress from the basics to advanced topics in a logical, concise, and clear progression. Throughout, concrete examples and exercises open up the world of functional programming. about the technology Functional programming (FP) is a style of software development emphasizing functions that don't depend on program state. Functional code is easier to test and reuse, simpler to parallelize, and less prone to bugs than other code. Scala is a popular JVM language that offers strong support for FP. Its familiar syntax and transparent interoperability with Java make Scala a great place to start learning FP. about the book Functional Programming in Scala, Second Edition teaches you functional programming from first principles using the powerful Scala language. You'll develop the unique skills you need to start thinking functionally through hands-on exercises and coding challenges. New to the revised second edition, each exercise comes with extensive annotations to help you understand functional programming in-depth. You'll even learn how to build your own Scala functional library that's perfectly adapted to your needs. You'll soon be writing Scala code that's easier to read, easier to reuse, better for concurrency, and less prone to bugs and errors. RETAIL SELLING POINTS Recognize and write purely functional code Work with errors without using exceptions Work with state and concurrency Interact with functional structures that define common behaviours Write code that performs I/O without sacrificing functional programming AUDIENCE For programmers experienced in Java or Scala. No prior knowledge of functional programming required.
£41.39
Manning Publications React Hooks in Action: With Suspense and Concurrent Mode
Build stylish, slick, and speedy-to-load user interfaces in React without writing custom classes. React Hooks are a new category of functions that help you to manage state, lifecycle and side effects within functional components. React Hooks in Action teaches you to use pre-built hooks like useState, useReducer and useEffect, and to build your own hooks. Your code will be more reusable, require less boilerplate, and you’ll instantly be a more effective React developer. About the technology React Hooks promise to make React programmers even more productive. Hooks are a collection of pre-built and custom functions that give you a simpler API for working with key React functionalities. Hooks cleanly encapsulate side effects, make it easier to reuse components between projects, and result in less code overall. These new features represent a fundamental evolution in how the React library functions, so even experienced React developers will want to get up to speed with Hooks. About the book React Hooks in Action shows you how to use Hooks to make your codebase simpler and more reusable, and your applications faster and more responsive. You’ll build a resource booking example application chapter by chapter, learning how to develop components with local, shared, and application states. You’ll discover different approaches to data fetching, including using Concurrent Mode and Suspense to improve user experience, and explore third party hooks in the evolving React ecosystem. What's inside Create a Redux store and interact with it via Hooks Use code-splitting to improve the responsiveness of your apps Build functional components that can update their own state Manage component side effects Use the React Suspense API to improve the user experience of page and data loading About the reader For front-end web developers experienced with React. About the author John Larsen is the author of Get Programming with JavaScript. He was a mathematics and computing teacher for 25 years. He has an MA in mathematics and an MSc in information technology, and an ongoing interest in educational research. A web developer since 2000, he uses JavaScript end-to-end for server-side and client-side programming.
£39.99
The Pragmatic Programmers Programming WebRTC: Build Real-Time Streaming Applications for the Web
Build your own video chat application - but that's just the beginning. With WebRTC, you'll create real-time applications to stream any kind of user media and data directly from one browser to another, all built on familiar HTML, CSS, and JavaScript. Power real-time activities like text-based chats, secure peer-to-peer file transfers, collaborative brainstorming sessions - even multiplayer gaming. And you're not limited to two connected users: an entire chapter of the book is devoted to engineering multipeer WebRTC apps that let groups of people communicate in real time. You'll create your own video conferencing app. It's all here. WebRTC is an API exposed in all modern web browsers. After almost a decade of development, the WebRTC specification was finalized, and this book provides faithful coverage of that finalized specification. You'll start by building a basic but complete WebRTC application for video chatting. Chapter by chapter, you'll refine that app and its core logic to spin up new and exciting WebRTC-powered apps that will have your users sharing all manner of data with one another, all in real time. No third-party libraries or heavy downloads are required for you or your users: you'll be writing and strengthening your knowledge of vanilla JavaScript and native browser APIs. You'll learn how to directly connect multiple browsers over the open internet using a signaling channel. You will gain familiarity with a whole set of Web APIs whose features bring WebRTC to life: requesting access to users' cameras and microphones; accessing and manipulating arbitrary user files, right in the browser; and web storage for persisting shared data over the life of a WebRTC call. Like any Web API, WebRTC doesn't enjoy a perfect implementation in any browser. But this book will guide you in writing elegant code to the specification, with backward-compatible fallback code for use in almost all modern browsers. Use WebRTC to build the next generation of web applications that stream media and data in real time, directly from one user to another - all by working in the browser. What You Need: Readers need a text editor, an up-to-date copy of Chrome or Firefox, and a POSIX-style command-line shell. They'll also need to install a little bit of open-source software, especially Node.js. All necessary setup is covered in full in the book's introductory chapter.
£33.29
West Margin Press The Race Across Anaconda Swamp: A Challenge Island STEAM Adventure
Dash across the rainforest swamp with Daniel, Joy, and Kimani in the newest Challenge Island adventure!One of Children Book Council's Hot off the Press picks for May 2022!"For early grade readers who revel in science-based fiction, this is a winning read. Animals, physics, and habitats are among the topics covered, with lots of instances where the reader can predict and hypothesize along with the characters. Kimani, who is Black, has an impressive head for science and builds in many of the facts that help the group solve problems together. Sleek black and white cartoon art complements the text, adding visual clues. Science experiments and craft projects from each character are at the end."—Youth Services Book Review"In this follow-up to The Bridge to Sharktooth Island, optimistic Joy, cautious Daniel, and studious Kimani find themselves transported once again to a magical island where they have to solve a series of puzzles to escape the middle of the rainforest before darkness falls. . . Supplementary materials at the back include STEAM projects and fun facts introduced by the main characters that a science-loving child will enjoy. The story is engaging, educational, and peppered with cute illustrations… a fun purchase for the easygoing young reader in love with animals and books."—School Library Journal"The Race Across Anaconda Swamp, the second Challenge Island title, in which three kids use teamwork and STEAM skills to navigate a perilous island adventure, [is forthcoming from West Margin Press.]"—Publishers Weekly, Spring 2022 Children’s Sneak PreviewsDaniel, Joy, and Kimani are transported once again to a magical island—this time into a tropical rainforest! As they zip through the canopy, a dangerous snake lurks in the black waters below. They are searching for a way out and a path to a mysterious tower. Does it hold the answers to their questions?Using ropes and other found items, the three friends must figure out how to safely traverse across the island using their knowledge of friction and weights. But the sun is going down and night is approaching fast. Will they reach the tower in time?Also included are cool facts about the rainforest and its animals, plus fun STEAM activities showing you how to build your own pulley system and monkey playground.From the world's #1 STEAM (Science, Technology, Engineering, Arts, Math) education enrichment program, Challenge Island® presents an exciting new adventure book series for smart, curious kids.
£6.59
Quarto Publishing Group USA Inc Nourishing Vegan Every Day: Simple, Plant-Based Recipes Filled with Color and Flavor
Nourishment meets flavor in this collection of vibrant and delicious vegan recipes.Nourishing Vegan Every Day embraces the flow of everyday life by providing recipes that range from nutritious to decadent, recognizing the important balance between time and taste buds. Whether you’re in need of a quick and energizing breakfast or a show-stopping meal to impress your guests, this book will provide inspiration for delectable plant-based meals. With gorgeous photography for every recipe and helpful kitchen tips, discover family favorites like Cheesy Pesto Tomato Swirl Buns; weeknight meals like Cashew Cauliflower and Spinach Dahl; and delightful vegan desserts like Strawberries and Cream Cheesecake. Beyond bringing flavorful meals to the kitchen table, this book creates a basis for nourishment and satisfaction, giving you the tools to build your own plant-based pantry. From kitchen staples to easy vegan swaps, learn more about low-waste meal preparation and methods to enhance your cooking experience as you craft delicious meals, snacks, and desserts.Breakfast: Nourish on the go with quick morning recipes such as Nourish Me Smoothies or Overnight Oats! The choice is yours. Brunch: Lazy weekends and beautiful brunches are the perfect time to serve up towering plates of delicious Chocolate Chip Raspberry Waffles or Vegan Eggs Benedict. Lunches, Salads, and Light Meals: Liven up your lunch break with easy-to-prep recipes like Herby Chickpea Tabouleh Salad and Moroccan Style Quinoa Salad. Dinner: Vegan dinner has never been more versatile! Chock full of vegetables and nourishment, recipes like Sweet Potato Gnocchi and Sesame Chili and Garlic Tofu Noodles will be a hit at the dinner table. Snacks: Easy recipes such as No-Bake Chocolate-Covered Muesli Bars and 2-Ingredient Flatbreads will have you reaching for homemade plant-based snacks, whether you’re craving something salty or sweet. Desserts: Enjoy a variety of vegan treats sure to satisfy any sweet tooth, such as No-Churn Salted Caramel Cookie Dough Ice Cream or Apple and Blackberry Crumble Pie. Celebration and Gathering Dishes: These sweet and savory recipes will prove to be crowd-pleasers at your next gathering. Impress your family and friends with a Vegan Celebrations Snack Board or Pumpkin Layer Cake.
£17.99
Dorling Kindersley Ltd Finch Bakery: Sweet Homemade Treats and Showstopper Celebration Cakes. A SUNDAY TIMES BESTSELLER
Winner of the Wordery Book of the Year - Food and Drink category 2022 Welcome to the wonderful world of Finch Bakery! Lauren and Rachel Finch, founders of Finch Bakery, share their best-kept secrets to decorating all-out celebration cakes and let you in on their top baking techniques to create indulgent brownies and cupcakes, decadent macarons, stuffed cookies of every kind and your very own versions of their indulgent signature cake jars. Packed with crowd-pleasing classics and desserts to impress, this bestselling baking book has the treat to satisfy every sweet tooth, every time:- Over 80 Instagram-ready baking recipes from occasion cakes, tray bakes, cookies, no-bake cakes and so much more!- 15 step-by-step baking technique tutorials for beginners- Mix-and-match your favourite flavour combinations for sponges, fillings, buttercream and toppings to build your own creationsThis gorgeous baking book is an unashamed celebration of sugar! Discover the hidden secrets to show-stopping bakes from tempering chocolate and levelling cakes, to crumb coating, piping and scraping techniques. You'll learn the basics to cake decorating and baking before exploring indulgent flavour combinations. Recipes are designed to be standalone, but some also work in a build-a-block way so you can make your own creation by swapping the sponge, filling, sauce or topping to satisfy your sweet tooth. With inventive creations and essential techniques, this is a whole new world of cake.A UK Sunday Times Bestseller - August 2021Award-winning cookbook, The Finch Bakery, is your guide to creating mouth-watering homemade treats that are a success every time! This baking book includes a wide range of delightful treats that you can make at home. Explore delicious cupcakes, scones, cookies, cake balls, cake jars, traybakes, no-bake cakes, and celebration cakes. Get creative with classic recipes like lemon drizzle, decadent cookie cups and Nutella everything - there is something for everyone! A showstopper in the kitchen, and on your coffee table, The Finch Bakery book is the ultimate baking gift for teenagers and adults alike. Get ready to show off your best baking achievements with the help of the Finch Bakers.
£20.00
Hay House Inc BE SEEN: Find Your Voice. Build Your Brand. Live Your Dream.
· Do you feel like you're hiding in the shadows and not living up to your true potential? · Do you lack the confidence to show the world who you really are and build the business you really want? · Do you want to stop comparing yourself to other people on social media and start feeling empowered in your own personal journey? If you answered yes to any of those questions, then BE SEEN: Find Your Voice, Build Your Brand, Live Your Dream is the guide you need to break free from your fears and step into your spotlight. BE SEEN is a roadmap for building a personal brand that showcases your unique talents and strengths. Through relatable stories and actionable advice, Jen Gottlieb shares her own path to becoming a recognized expert in her field and takes you on a journey of self-discovery to help you find your voice and unleash your full potential. Divided into four parts, each with its own set of tactical strategies, BE SEEN helps you to: Be Courageous: This section focuses on mindset shifts and self-reflection exercises to break through the barriers holding you back and find the courage to take bold action. Be Creative: Here, you'll learn how to tap into your creativity and unlock the unique talents that make you stand out so you can build the future you dream of. Be Connected: Building meaningful relationships and cultivating a tribe of loyal supporters who align with your values and goals is the focus of this section. Jen provides networking tips and tricks to help you connect with others authentically. Be Visible: Finally, you'll learn how to step into your spotlight and showcase your talents to the world. Jen provides practical advice on content creation and marketing strategies to help you get your message out there. With a foreword from New York Times best-selling author Gabby Bernstein, BE SEEN is an inspiring guide filled with step-by-step methods, personal anecdotes, and all the tools you need to build your own personal brand. Whether you're an entrepreneur, a creative professional, or just someone who wants to build a life that reflects your true self, BE SEEN will help you unleash your full potential and finally be seen for the incredible, unique person you are.
£18.00
Packt Publishing Limited Hands-On Microsoft Teams: A practical guide to enhancing enterprise collaboration with Microsoft Teams and Office 365
(A new edition with enhanced coverage is now available) A complete guide on Teams filled with real-world scenarios and best practices to increase productivity and engagementKey Features Interactive approach to learn the key concepts of Teams and its implementation in modern workplace Discover tips and techniques for extending Teams to meet your business requirements Integrate Teams with various Microsoft services such as PowerShell, SharePoint, PowerApps, and Power Automate Book DescriptionMicrosoft Teams is a platform for unified communication in modern workplaces. It not only enables effective communication, but also helps you manage your resources through its integration with various Microsoft Office 365 services. This book offers a comprehensive introduction to the platform, getting you up to speed in no time. Complete with hands-on tutorials, and projects, this easy-to-follow guide will teach you how to use Teams in the best possible way. Starting with the basic concepts that will help you collaborate on Teams, this book takes you through expert techniques for creating and managing teams. A dedicated section also features industry practices to help enhance collaboration in modern workplaces. In later chapters, you’ll explore Microsoft services such as SharePoint, PowerApps, Power Automate, and learn how they interact with Microsoft Teams. You’ll also get to grips with dealing with permissions and security issues in managing private and public teams and channels. Along the way, you’ll discover practical scenarios that will help you improve the collaboration in your organization and increase productivity by using Teams features. By the end of this book, you’ll have hands-on experience of using Microsoft Teams, along with the skills you need to improve the way people collaborate in your organization.What you will learn Create teams, channels, and tabs in Microsoft Teams Explore the Teams architecture and various Office 365 components included in Teams Perform scheduling, and managing meetings and live events in Teams Configure and manage apps in Teams Design automated scripts for managing a Teams environment using PowerShell Build your own Microsoft Teams app without writing code Who this book is forThis Microsoft Teams book is for power users and business professionals looking to use Teams for improving collaboration in an enterprise environment. The book will also be useful for Office 365 administrators interested in implementing Microsoft Teams effectively by learning about and exploring expert tips and best practices to ensure good governance.
£41.99
John Wiley & Sons Inc ETFs for the Long Run: What They Are, How They Work, and Simple Strategies for Successful Long-Term Investing
Praise for ETFs For The Long Run "As the title of the book suggests, ETFs are going to be an increasingly important reality for a broad class of investors in coming years. This book offers the reader real understanding of this growing force in our economic lives." —Robert J. Shiller, Arthur M. Okun Professor of Economics at Yale University, Co-founder and Chief Economist at MacroMarkets LLC "ETFs for the Long Run is a fascinating read. A seasoned financial industry journalist, Lawrence Carrel does an excellent job of highlighting exchange traded funds' meteoric rise in popularity over the last few years. A terrific book for anyone looking to grasp the ABCs of ETF investing." —Jerry Moskowitz, President, FTSE Americas Inc. "ETFs for the Long Run provides a unique combination of a detailed history of the development of ETFs, a clear explanation of the sophisticated mechanics of ETFs, an assessment of investors' choices amongst this dynamic product area, and unbiased recommendations for appropriate portfolio allocation to these efficient investment tools. Lawrence Carrel has done investors and the industry a great service in pulling these four elements together in a highly readable and often entertaining book. —Steven Schoenfeld, Chief Investment Officer, Global Quantitative Management, Northern Trust, and Editor, Active Index Investing Despite the incredible growth of exchange-traded funds (ETFs) and the fact they've been on the market for fifteen years, some investors are still either unaware of the effectiveness of ETFs or unsure of how to use them in their investment endeavors. That's why respected ETF expert and journalist Lawrence Carrel has written ETFs for the Long Run. Filled with in-depth insights and practical advice, this reliable resource puts ETFs in perspective and reveals how they can help you profit in both up and down markets. Page by page, Carrel takes you through the ins and outs of ETFs, including their history, the tax benefits and minimal charges associated with them, and the fundamental differences between ETFs and other types of investments. He also provides you with the resources and tools needed to trade ETFs and build your own ETF portfolio. You may have heard about ETFs while researching other investments or speaking with an investment advisor. If you want to learn more about them, this book will provide you with a clear understanding of what ETFs are, how they work, and how they can be used to create a low-cost, liquid, and diversified portfolio.
£20.69
Haynes Publishing Group Victorian House Manual: Care and repair for this popular house type
An experienced Chartered Surveyor, Ian Rock has refurbished numerous older properties as well as designing and developing new houses. He has contributed articles on residential property issues to The Observer, and was formerly a Publisher with EMAP magazines and Associate with Countrywide Surveyors. He has previously written several Haynes books: 1930s House Manual, Home Extension Manual, Loft Conversion Manual, Period Property Manual, Build Your Own House and Home Buying and Selling Manual as well as the first edition of the Victorial House Manual.|Written in a friendly and accessible style, yet technically comprehensive. How your house was built – its age and history. How to add value. New edition includes updated rules and regulations and guidance on environmental issues. Packed with entertaining snippets – everything from anthrax in the walls and ingress of sewer rats to why cats are bad news for certain roofs. Each chapter is devoted to a key part of the house: roofs, walls, windows, ceilings, etc. In the comprehensive style of a Building Survey, with full-colour photos and some step-by-step projects for repairs. Defects, causes and solutions: how to identify, solve and prevent all common defects found in Victorian houses, with some common scams exposed|Many of Britain’s four million Victorian and Edwardian houses were shoddily built and often require ‘essential repairs’. Problems like rising damp, timber decay, bowed roofs and subsidence are well known, but how can you tell if your house has major defects or is just typical for its age? Forget ‘makeovers’: this new edition of the Victorian House Manual, which has been extensively updated, shows where to look for danger signs, what’s ‘normal’ and what isn’t, and how to fix common defects. Equipped with this book, you can talk the same language as builders and property professionals. ? Written in a friendly and enjoyable style, and yet technically comprehensive. ? How your house was built – its age and history. What adds value? ? Packed with entertaining snippets – everything from anthrax in the walls and ingress of sewer rats to why cats are bad news for some roofs. ? Each chapter is devoted to a key part of the house: roofs, walls, windows, ceilings, etc, in the comprehensive style of a Building Survey, with full-colour photos and some step-by-step projects for repairs. ? Defects, causes and solutions: how to identify, solve and prevent all common defects found in Victorian houses, with some common scams exposed.
£22.50
Trafalgar Square The Modern Horseman's Countdown to Broke: Real Do-It-Yourself Horse Training in 33 Comprehensive Lessons (New Edition)
Professional horseman Sean Patrick's now legendary Countdown is the most clear, thorough, “doable” system of horse training available. Quite simply, you begin at Lesson Number 33 and count your way down through the basic exercises—the “primary education”—every horse needs. And when you get to Lesson 1, you've done it; you've prepared your horse for advanced work in any number of equestrian disciplines. You can't get lost along the way. There's no room for confusion. The happy result? Sean trains you to be a trainer. Whether your horse is a foal or five, green or educated, well-started or lacking fundamentals, he will benefit from the Countdown—a true “foundation” program, serving to prepare him for the endless variety of activities and “jobs” horses perform today. From indispensable handling, “sacking-out,” and tying exercises, to how you, the rider, can control the different parts of the horse's body from the ground and the saddle; from mounting on both the left and the right to performing flawless flying lead changes, you'll be amazed at how effective and efficient this program is. In this book you'll find: - Explanations of the “conditioned response,” the Five Control Points, and how to recognize and use a “give.” - Advice for building the horse's confidence, knowing when to “push” but most importantly, how to be fair. - Lessons in conscientious use of the round pen for teaching movement, turning, and inviting the horse in. - Progressive steps for preparing for first rides and having them be successes. - Tips for developing the back-up, “whoa,” and seat stops without stress. - Exercises for achieving a correct and soft collection. Because you are the one teaching your horse, you also have the opportunity to build your own skill set. Sean promises that by the end of the Countdown, readers will have a deeper understanding of how horses learn; an improved ability to gauge the pressure necessary to communicate with the horse and pace teaching accordingly; a capacity for recognizing behaviors (both good and bad); and an intuitive understanding of the root of a problem and the steps to take to work on it. In essence, he helps you become self-sufficient and ready to take your horse that next step, whether along the rail, down the trail, or into the show pen.
£24.95
Springer International Publishing AG Science Fiction Prototyping: Designing the Future with Science Fiction
Science fiction is the playground of the imagination. If you are interested in science or fascinated with the future then science fiction is where you explore new ideas and let your dreams and nightmares duke it out on the safety of the page or screen. But what if we could use science fiction to do more than that? What if we could use science fiction based on science fact to not only imagine our future but develop new technologies and products? What if we could use stories, movies and comics as a kind of tool to explore the real world implications and uses of future technologies today? Science Fiction Prototyping is a practical guide to using fiction as a way to imagine our future in a whole new way. Filled with history, real world examples and conversations with experts like best selling science fiction author Cory Doctorow, senior editor at Dark Horse Comics Chris Warner and Hollywood science expert Sidney Perkowitz, Science Fiction Prototyping will give you the tools you need to begin designing the future with science fiction. The future is Brian David Johnson’s business. As a futurist at Intel Corporation, his charter is to develop an actionable vision for computing in 2021. His work is called “future casting”—using ethnographic field studies, technology research, trend data, and even science fiction to create a pragmatic vision of consumers and computing. Johnson has been pioneering development in artificial intelligence, robotics, and reinventing TV. He speaks and writes extensively about future technologies in articles and scientific papers as well as science fiction short stories and novels (Fake Plastic Love and Screen Future: The Future of Entertainment, Computing and the Devices We Love). He has directed two feature films and is an illustrator and commissioned painter. Table of Contents: Preface / Foreword / Epilogue / Dedication / Acknowledgments / 1. The Future Is in Your Hands / 2. Religious Robots and Runaway Were-Tigers: A Brief Overview of the Science and the Fiction that Went Into Two SF Prototypes / 3. How to Build Your Own SF Prototype in Five Steps or Less / 4. I, Robot: From Asimov to Doctorow: Exploring Short Fiction as an SF Prototype and a Conversation With Cory Doctorow / 5. The Men in the Moon: Exploring Movies as an SF Prototype and a Conversation with Sidney Perkowitz / 6. Science in the Gutters: Exploring Comics as an SF Prototype and a Conversation With Chris Warner / 7. Making the Future: Now that You Have Developed Your SF Prototype, What’s Next? / 8. Einstein’s Thought Experiments and Asimov’s Second Dream / Appendix A: The SF Prototypes / Notes / Author Biography
£17.52
John Wiley & Sons Inc Teaching and Learning High School Mathematics
Too many high school students, faced with mathematics in courses at the level of algebra and beyond, find themselves struggling with abstract concepts and unwilling to pursue further study of mathematics. When students curtail their course taking in mathematics, they may be impacting their college and career options. Thus, high school mathematics teachers have the responsibility to help students recognize the value and importance of mathematics while also designing instruction that makes mathematics accessible to all students. Ball and Bass (2000), as well as other mathematics educators, have recognized that mathematics teachers not only need to know mathematics content and mathematics pedagogy (i.e., teaching strategies) but they also need to know how these ideas are integrated. This mathematical knowledge for teaching is the knowledge that teachers of mathematics need and it differs from the knowledge that research or applied mathematicians must know. This text is designed to provide teachers with insights into this mathematical knowledge for teaching. Teaching and Learning High School Mathematics is likely different from many other texts that you have used. It integrates both content and pedagogy to help you develop and build your own understanding of teaching. The text is designed to help you develop “deep conceptual understanding of fundamental mathematics” (Ma 1999) so that you are able to approach mathematics from multiple perspectives with many tools. Such flexibility in teaching is essential if teachers are to help all students become mathematically proficient. Throughout this book, you are encouraged to work in cooperative teams. This strategy is designed to help you develop a mathematics learning community and build a professional network that will be a valuable resource during your professional career. Hopefully, you will experience the benefits of engaging in rich mathematical discussions with peers and consider how to encourage such learning environments in your own classrooms. Lesson planning is another element pervasive throughout this text. To help teachers plan for effective student-centered lessons, the Question Response Support (QRS) Guide is introduced in Lesson 1.1 and used throughout the remainder of the lessons. The QRS Guide is a tool on which teachers may record tasks or questions (Q) for students, expected and observed student responses (R), and teacher support (S) in the form of additional “just enough” questions to support students in their progress on the task. In each unit, teachers expand their repertoire of teaching and learning elements and strategies and incorporate these elements as they plan additional lesson segments. In Unit 4 lesson planning is formally introduced as teachers put together elements from previous units into complete, cohesive lesson plans.
£144.00
John Wiley & Sons Inc From Business Cards to Business Relationships: Personal Branding and Profitable Networking Made Easy
Want to supercharge your life? Effective networking is the answer and this book will teach you how. Professionals of all stripes and ages are told to 'get out there' and network so they can build their careers, grow their businesses and elevate their influence in the community, but they are rarely taught the skills to do that. Most people are lost, intimidated by the idea of presenting their own personal brand, and frustrated when it comes to networking. Despite long hours at events and attempts to make the right connections, they aren’t seeing their desired results. From Business Cards to Business Relationships is a start-to-finish guide that demystifies the networking process and teaches readers how to truly benefit from getting connected. Allison Graham provides an easy to follow road map that is adaptable to your personality, circumstances and growth goals. You will learn how to strategically decide where to go, what to do when you get there and what to do afterwards to turn those casual business card contacts into meaningful relationships. Allison's approach is based on the Four Pillars of Profitable Networking: Perspective, Personal Brand, Procedures, and a Strategic Plan. This is a prescriptive, practical system based on the author's real-life experience of going from unconnected to connected in a short period of time. No cheesy gimmicks or high-pressure nonsense, just the skills and knowledge that will create success for anyone willing to do the work and follow this advice. Regardless of your past experience or current level of connectivity, your industry or profession, whether you're an entrepreneur or climbing the corporate ladder: you can accomplish whatever you want by meeting and connecting with the right people. From Business Cards to Business Relationships gives you the tools you need to cement a positive personal brand and build your own profitable network. Praise for From Business Cards to Business Relationships "Allison Graham can help you turn an introduction into a business, a dinner into a relationship, and an average practice into world class. I've long preached that we're in a relationship business, and this book provides the handshakes, codes, actions, and routes to master those relationships." —Alan Weiss, PhD, Author of Million Dollar Consulting and The Consulting Bible "At last—a networking book that actually makes sense! Allison Graham's four pillars of networking are as simple as they are powerful. If you are willing to follow her lead with consistent and persistent effort, you will make your mark and expand your horizons both personally and professionally." —Lou Heckler, Humorous Business Keynote Speaker and Speech Coach "This book is an excellent and much-needed resource to share with the business community." —PJ Hartson, Business Editor, Sun Media
£14.99
O'Reilly Media Switching to VolP
More and more businesses today have their receive phone service through Internet instead of local phone company lines. Many businesses are also using their internal local and wide-area network infrastructure to replace legacy enterprise telephone networks. This migration to a single network carrying voice and data is called convergence, and it's revolutionizing the world of telecommunications by slashing costs and empowering users. The technology of families driving this convergence is called VoIP, or Voice over IP. VoIP has advanced Internet-based telephony to a viable solution, piquing the interest of companies small and large. The primary reason for migrating to VoIP is cost, as it equalizes the costs of long distance calls, local calls, and e-mails to fractions of a penny per use. But the real enterprise turn-on is how VoIP empowers businesses to mold and customize telecom and datacom solutions using a single, cohesive networking platform. These business drivers are so compelling that legacy telephony is going the way of the dinosaur, yielding to Voice over IP as the dominant enterprise communications paradigm. Developed from real-world experience by a senior developer, O'Reilly's Switching to VoIP provides solutions for the most common VoIP migration challenges. So if you're a network professional who is migrating from a traditional telephony system to a modern, feature-rich network, this book is a must-have. You'll discover the strengths and weaknesses of circuit-switched and packet-switched networks, how VoIP systems impact network infrastructure, as well as solutions for common challenges involved with IP voice migrations. Among the challenges discussed and projects presented: * building a softPBX * configuring IP phones * ensuring quality of service * scalability * standards-compliance * topological considerations * coordinating a complete system ?switchover? * migrating applications like voicemail and directory services * retro-interfacing to traditional telephony * supporting mobile users * security and survivability * dealing with the challenges of NAT To help you grasp the core principles at work, Switching to VoIP uses a combination of strategy and hands-on "how-to" that introduce VoIP routers and media gateways, various makes of IP telephone equipment, legacy analog phones, IPTables and Linux firewalls, and the Asterisk open source PBX software by Digium. You'll learn how to build an IP-based or legacy-compatible phone system and voicemail system complete with e-mail integration while becoming familiar with VoIP protocols and devices. Switching to VoIP remains vendor-neutral and advocates standards, not brands. Some of the standards explored include: * SIP * H.323, SCCP, and IAX * Voice codecs *802.3af * Type of Service, IP precedence, DiffServ, and RSVP *802.1a/b/g WLAN If VoIP has your attention, like so many others, then Switching to VoIP will help you build your own system, install it, and begin making calls. It's the only thing left between you and a modern telecom network.
£28.79
John Wiley & Sons Inc Greener Marketing
***BUSINESS BOOK AWARDS - FINALIST 2021*** This timely book is a sequel to John Grant’s Green Marketing Manifesto (2007) the award-winning and bestselling definitive guide to green marketing (and not greenwashing). Fast forward to mid-2020. Climate Change is back at the top of the public and political agenda. Even after covid-19, hundreds of big-name CEOs are committing to a #greenrecovery. And surveys show widespread global public support for this and recent shifts in sustainable behaviours and attitudes in markets ranging from organic food to flying. Sustainable brands are significantly outperforming conventional ones. As are sustainability related stock prices. Companies like Unilever continue to set ambitious targets related not just to climate, but biodiversity and deforestation, plastics, social justice, regenerative farming. Sustainability related trends such as plant-based foods and electric vehicles are showing steep growth and creating tomorrow's superbrands (Impossible, TESLA...). This book is packed with up to date learnings, case examples and trends, covering everything from eco labelling, transparency and the circular economy; to rebound effects, sustainable finance, blockchain and regenerative farming. A core message being that to drive sustainability, marketers firstly do really need to properly understand sustainability, its many applications and implications. Secondly to be effective, marketers need to understand what it means to their consumers and other significant audiences. Hence the book takes a long hard look at what was driving all the protests, boycotts and petitions in 2019 and what ideas, causes and platforms caught the public imagination. The ultimate goal is to go beyond marketing that simply looks good, to marketing that does good. This book helps in achieving that goal by showing the reader how to: Uncover strategies for sustainable marketing that actually deliver on green and social objectives, not just greenwashing Reconceptualise marketing and business models, and learn to recognise the commercial strategies and approaches that are no longer fit for purpose Learn how hot topics like the climate crisis, biodiversity, social justice, single use plastics and supply chain transparency influence green and social marketing Read about numerous examples and case studies from both brand leaders and challengers that have developed innovations and fresh creative approaches to green and social marketing Get practical tools, models, facts, strategies, workshop and project processes and business case rationales - so that you can build your own plans and proposals This book is intended to assist marketers, by means of clear and practical guidance, through a complex transition towards meaningful marketing that makes a positive creative impact on the climate crisis and on improving human life in troubled times. Aimed both at big companies that are trying to be good, and good companies that are trying to be big.
£14.99
The Pragmatic Programmers Arduino – A Quick Start Guide 2e
Arduino is an open-source platform that makes DIY electronics projects easier than ever. Gone are the days when you had to learn electronics theory and arcane programming languages before you could even get an LED to blink. Now, with this new edition of the bestselling Arduino: A Quick-Start Guide, readers with no electronics experience can create their first gadgets quickly. This book is up-to-date for the new Arduino Zero board, with step-by-step instructions for building a universal remote, a motion-sensing game controller, and many other fun, useful projects. This Quick-Start Guide is packed with fun, useful devices to create, with step-by-step instructions and photos throughout. You'll learn how to connect your Arduino to the Internet and program both client and server applications. You'll build projects such as your own motion-sensing game controller with a three-axis accelerometer, create a universal remote with an Arduino and a few cheap parts, build your own burglar alarm that emails you whenever someone's moving in your living room, build binary dice, and learn how to solder. In one of several new projects in this edition, you'll create your own video game console that you can connect to your TV set. This book is completely updated for the new Arduino Zero board and the latest advances in supporting software and tools for the Arduino. Sidebars throughout the book point you to exciting real-world projects using the Arduino, exercises extend your skills, and "What If It Doesn't Work" sections help you troubleshoot common problems. With this book, beginners can quickly join the worldwide community of hobbyists and professionals who use the Arduino to prototype and develop fun, useful inventions. What You Need: This is the full list of all parts you'd need for all projects in the book; some of these are provided as part of various kits that are available on the web, or you can purchase individually. Sources include adafruit.com, makershed.com, radioshack.com, sparkfun.com, and mouser.com. Please note we do not support or endorse any of these vendors, but we list them here as a convenience for you. * Arduino Zero (or Uno or Duemilanove or Diecimila) board * USB cable * Half-size breadboard * Pack of LEDs (at least 3, 10 or more is a good idea) * Pack of 100 ohm, 10k ohm, and 1k ohm resistors * Four pushbuttons * Breadboard jumper wire / connector wire * Parallax Ping))) sensor * Passive Infrared sensor * An infrared LED * A 5V servo motor * Analog Devices TMP36 temperature sensor * ADXL335 accelerometer breakout board * 6 pin 0.1" standard header (might be included with the ADXL335) * Nintendo Nunchuk Controller * Arduino Ethernet shield * Arduino Proto shield and a tiny breadboard (optional but recommended) * Piezo speaker/buzzer (optional) * Tilt sensor (optional) * A 25-30 Watts soldering iron with a tip (preferrably 1/16") * A soldering stand and a sponge * A standard 60/40 solder (rosin-core) spool for electronics work
£24.29
Chelsea Green Publishing Co The New Cider Maker's Handbook: A Comprehensive Guide for Craft Producers
"I’ve caught the cider bug, and I’ve caught it bad. You too? Then seek out this book without delay. The New Cider Maker’s Handbook is like having all your birthdays come at once for hard cider geeks like us. From the choosing the right apples and building your own cider press to measuring cider’s alcohol content and adjusting the final sweetness, it’s all right here."—The Kitchn All around the world, the public’s taste for fermented cider has been growing more rapidly than at any time in the past 150 years. And with the growing interest in locally grown and artisanal foods, many new cideries are springing up all over North America, often started up by passionate amateurs who want to take their cider to the next level as small-scale craft producers. To make the very best cider—whether for yourself, your family, and friends or for market—you first need a deep understanding of the processes involved, and the art and science behind them. Fortunately, The New Cider Maker’s Handbook is here to help. Author Claude Jolicoeur is an internationally known, award-winning cider maker with an inquiring, scientific mind. His book combines the best of traditional knowledge and techniques with up-to-date, scientifically based practices to provide today’s cider makers with all the tools they need to produce high-quality ciders. The New Cider Maker’s Handbook is divided into five parts containing: An accessible overview of the cider making process for beginners; Recommendations for selecting and growing cider-appropriate apples; Information on juice-extraction equipment and directions on how to build your own grater mill and cider press; A discussion of the most important components of apple juice and how these may influence the quality of the cider; An examination of the fermentation process and a description of methods used to produce either dry or naturally sweet cider, still or sparkling cider, and even ice cider. This book will appeal to both serious amateurs and professional cider makers who want to increase their knowledge, as well as to orchardists who want to grow cider apples for local or regional producers. Novices will appreciate the overview of the cider-making process, and, as they develop skills and confidence, the more in-depth technical information will serve as an invaluable reference that will be consulted again and again. This book is sure to become the definitive modern work on cider making. A mechanical engineer by profession, Claude Jolicoeur first developed his passion for apples and cider after acquiring a piece of land on which there were four rows of old abandoned apple trees. He started making cider in 1988 using a “no-compromise” approach, stubbornly searching for the highest possible quality. Since then, his ciders have earned many awards and medals at competitions, including a Best of Show at the prestigious Great Lakes International Cider and Perry Competition (GLINTCAP). Claude actively participates in discussions on forums like the Cider Digest, and is regularly invited as a guest speaker to events such as the annual Cider Days festival in western Massachusetts. He lives in Quebec City.
£36.00
McGraw-Hill Education - Europe Think Big, Start Small, Move Fast: A Blueprint for Transformation from the Mayo Clinic Center for Innovation
The Only Innovation Guide You Will Ever Need--from the Award-Winning Minds at Mayo ClinicA lot of businesspeople talk about innovation, but few companies have achieved the level of truly transformative innovation as brilliantly--or as famously--as the legendary Mayo Clinic.Introducing Think Big, Start Small, Move Fast, the first innovation guide based on the proven, decade-long program that’s made Mayo Clinic one of the most respected and successful organizations in the world. Thisessential must-have guide shows you how to: Inspire and ignite trailblazing innovation inyour workplace Design a new business model that’s creative,collaborative, and sustainable Apply the traditional scientific method to the latest innovations in "design thinking" Build a customized toolkit of the best practices, project portfolios, and strategies Increase your innovation capacity--and watch how quickly you succeed These field-tested techniques grew out of the health care industry but are designed to work with any complex organization. Written by three Mayo Clinic Center for Innovation insiders--Dr. Nicholas LaRusso, BarbaraSpurrier, and Dr. Gianrico Farrugia--the book offers a wealth of transformative ideas and strategies.The concise, easy-to-implement methods can help jump-start your employees' creative potential, involve them in the collaborative process, and pave the way to the future of sustainable innovation. You get step-by-step advice on building leadership teams, accelerator platforms for speeding up results, and fascinating case studies of innovation in action from the files of the Mayo Clinic Center for Innovation.In today's fast-moving world, it's innovation that drives success. This book gives you the keys.ADVANCE PRAISE FOR THINK BIG, START SMALL, MOVE FAST:"Truly great organizations do not just achieve great results; they are also relentless in the pursuit of continual improvement. This book offers both methods and motivation to leaders in any industry who understand that the pursuit of excellence is never-ending." -- Donald Berwick, M.D., MPP, President Emeritus and Senior Fellow,Institute for Healthcare Improvement"Do you want your organization to deliver a shockingly better customer experience? Here is Mayo's method that transformed the patient experience by making innovation systemic, the human side of innovation." -- Scott Cook, Cofounder and Chairman of the Executive Committee, Intuit"A powerful set of actionable, yet importantly nonprescriptive, principles for transformative change that will inspire and challenge all of us to reenvision a system that delivers health, not just care, for all our patients." -- Rebecca Onie, Cofounder and CEO, Health Leads"This book should serve both as a how-to guide for medical professionals and an inspiration for other innovators all over the country." -- T. R. Reid, reporter and author of The Healing of America"Powerful insight on how to deliver meaningful innovations time and again." -- Frans van Houten, CEO, Royal Philips"Leaders who seek to accelerate new innovation competencies can benefit from this hands-on guide." -- Sarah Miller Caldicott, great grandniece of Thomas Edison,and CEO, Power Patterns of Innovation"Read this book. . . . Copy its practices. It will save you years of misery and missteps as you build your own innovation revolution." -- Larry Keeley, Cofounder, Doblin Inc., and Director, Deloitte Consulting LLP
£29.99
John Wiley & Sons Inc Process Mapping: How to Reengineer Your Business Processes
A business organization, like a human body, is only as effective as its various processes. Pretty obvious, right? Yet, as V. Daniel Hunt demonstrates in this groundbreaking book, the failure to appreciate this obvious fact is the reason most reengineering schemes fail. Managers whose job it is to improve company performance, like physicians who work to improve patient health, must develop a clear picture of how each process fits into the overall organizational structure; how it ought to function; and how well it is performing at any given moment; before they can form a diagnosis or devise a treatment strategy. Fortunately, a powerful new analytical tool that has emerged in recent years helps you to do all of that and much more. Developed at General Electric, process mapping has been implemented in companies around the globe, and the results have been simply astonishing. Now find out how to make this breakthrough reengineering technology work for your organization in Process Mapping. The first and only hands-on guide of its kind, Process Mapping arms you with a full complement of state-of-the-art tools and techniques for assessing existing business processes and developing a detailed road map for ongoing change and improvement. Internationally known management consultant and bestselling author V. Daniel Hunt guides you step-by-step through the entire process. He helps you assess the need for process reengineering in your organization and determine whether or not a process map is what you need. He shows you how to create a process mapping team and helps you select the best-buy process mapping tools for the job. He explains how to gather vital information about your business processes via focused interviews and other interview techniques, and how to use this data in implementing process mapping. He also offers expert advice on how to apply your process map to significantly improve business functions and bottom-line performance. Hunt draws upon the experiences of companies around the world whose process mapping success stories will be a source of inspiration and instruction. You'll find out just how process mapping was put to use--and the results it achieved--at General Electric, IBM, NASA, Tandy Electronics, Shawmut National Bank, Fluor Daniel, Exxon, and other leading product and service firms. Find out all about today's most important new management tool and how to put it to work for continuous improvement in your organization in Process Mapping. The first and only hands-on guide to a powerful new process mapping tool The most important new process improvement tool to come along in more than a decade, process mapping enables managers to easily identify and assess the various business processes that make up their organizations and to develop a road map for continued performance improvement. Now find out how to make this breakthrough management tool work in your organization by applying Process Mapping. V. Daniel Hunt, the bestselling author of Reengineering, Quality in America, and The Survival Factor, guides you step-by-step through the entire process. He gives you all the proven process mapping tools and techniques you need to: * Assess the need for process improvement in your company * Decide if process mapping is right for you * Create a process mapping team * Select the best process mapping software tools for the job * Collect vital information about business processes * Use the data to build your own process map * Use your process map to significantly improve bottom-line business performance Hunt also provides detailed case studies of product and service companies around the globe that have discovered the value of process mapping. You'll find out how General Electric, IBM, NASA, Tandy Electronics, Shawmut National Bank, Fluor Daniel, Exxon, and other leading companies achieved stunning results when they made process mapping part of their business improvement efforts.
£40.50