Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania
EUR 35,30
Quantità: 2 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Leverage the best techniques provided by Apple to build apps with maximum privacy for your users. This book explores not only the how-to steps for implementing privacy in your apps, but also answers workflow questions about what information you actually need.Do you need full access to a device's contacts Do you need to have location services enabled in the background constantly This book explains how to selectively enable services and how to make apps that can continue to function even when the user refuses to share data. Understanding the needs of your users and the expectations of Apple in reviewing your app will make better apps.You'll see how to ensure that you make it through the App Store review quickly and without the need to go back and develop privacy protocols that should have been in place to begin with. Not only is developing with privacy in mind good from a moral standpoint, but it also helps you create leaner apps that set themselves up for less potential data breaches and issues later on in distribution.While a basic understanding of app creation is expected, no deep understanding of Cocoa(Touch) or Swift will be required as code will point to the Apple Documentation.What You'll LearnImportant APIs and how they affect privacyWork with the camera, Siri, maps, and other common iOS services and hardwareEffectively allow notifications and advertising without affecting privacyWho This Book Is ForApp builders interested in creating apps that respects their user's privacy.Users willing to learn about the technicalities behind apps that respect or not their privacy 244 pp. Englisch.
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania
EUR 37,44
Quantità: 2 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -In Software Project Estimation, author Dimitre Dimitrov extrapolates upon the most crucial steps in accurately and meaningfully forecasting the timeline and specs of promised deliverables to clients. A client's positive experience with project delivery and implementation is a software organization's calling card in the industry. The lifespan of a software project-from ideation to final installation-introduces dozens of potential pitfalls for a company's track record, earnings, and overall team morale. However, these 'pitfalls' are also opportunities to showcase strengths and to improve an organization's product quality, and it all starts with project estimation.Reliable forecasting continues to present a challenge to even the most veteran teams and software development organizations. Dimitrov sets out to ease these common difficulties with invaluable methodology improvements and helpful visuals from his years of industry experience. Project managers-through harnessing the power of hard data and statistics-have a new world of impactful forecasting at their fingertips. This approach brings security, predictability, and motivation within the team, while simultaneously greatly benefiting client trust and relationships. Software Project Estimation clarifies the common misunderstandings that materialize between making a promise, making a plan, and building a forecast backed by data. Learn how to create an intelligent software project forecast and use it to make timely decisions, apply measured project control, and confidently steer your ship toward your goals with Software Project Estimation.What You Will LearnConcepts related to software estimation, forecasting, and project controlWays in which you can positively affect the relationships among team members working on a software delivery projectHow to apply this forecasting model, within both agile and waterfall teams who have adopted sound engineering practicesWho This Book is ForThis book is directly relevant to the roles of scrum masters and project managers, and provides practical tools for intelligent project control. The book is also valuable for business people who want insight into the type of problems that delivery teams face, and for programmers and other delivery team members who want to gain an understanding of the project manager's day-to-day challenges. 136 pp. Englisch.
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania
EUR 40,65
Quantità: 2 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -The industry standard whiteboard interview can be daunting for developers. Let's face it: it combines the worst aspects of a typical interview, on-the-spot public speaking, a quiz show, and a dinner party full of strangers judging you-all at once. Brilliant developers can let their nerves get the best of them and completely bomb a whiteboard interview, while inexperienced developers who excel in soft skills can breeze through them. In Surviving the Whiteboard Interview, author William Gant uses his real-world knowledge and expertise to guide you through the psychological roadblocks of a coding test while also providing you with a sample coding challenge. With enough preparation, information, and assured confidence, you can survive a whiteboard interview at any organization. In addition to the benefits listed above, Gant helps you explore how you can create a good soft skills impression that will last beyond the whiteboard test by showing your work ethic, positive attitude, and ability to take and implement criticism effectively. These assets will unequivocally serve other parts of your life outside of an interview context, as well. While Gant does not promise that you will ever truly enjoy interviewing, he does promise to arm you with the proper preparation techniques and knowledge needed to tame the common fears and dread that come along with it. Maximize your career potential and get inspired with Surviving the Whiteboard Interview. The steps to your dream role just might be closer than you think.What You Will LearnPractice both hard and soft skills required to succeed at a whiteboard interview, covering coding tests as well as psychological preparationLearn how to make other aspects of your interview stronger, so you can create a great impressionMaster solving common whiteboard problems in different programming languages Who This Book is ForThis book is primarily for aspiring software developers who are looking for a job in the field. However, it will also be helpful for more seasoned developers who find interviewing painful and want to improve their skills. 144 pp. Englisch.
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania
EUR 40,65
Quantità: 2 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Break down the misconceptions of the Internet of Things by examining the different security building blocks available in Intel Architecture (IA) based IoT platforms. This open access book reviews the threat pyramid, secure boot, chain of trust, and the SW stack leading up to defense-in-depth.The IoT presents unique challenges in implementing security and Intel has both CPU and Isolated Security Engine capabilities to simplify it. This book explores the challenges to secure these devices to make them immune to different threats originating from within and outside the network. The requirements and robustness rules to protect the assets vary greatly and there is no single blanket solution approach to implement security.Demystifying Internet of Things Security provides clarity to industry professionals and provides and overview of different security solutionsWhat You'll LearnSecure devices, immunizing them against different threats originating from inside and outside the networkGather an overview of the different security building blocks available in Intel Architecture (IA) based IoT platformsUnderstand the threat pyramid, secure boot, chain of trust, and the software stack leading up to defense-in-depthWho This Book Is ForStrategists, developers, architects, and managers in the embedded and Internet of Things (IoT) space trying to understand and implement the security in the IoT devices/platforms. 488 pp. Englisch.
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania
EUR 48,14
Quantità: 2 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Delve into the world of reinforcement learning algorithms and apply them to different use-cases via Python. This book covers important topics such as policy gradients and Q learning, and utilizes frameworks such as Tensorflow, Keras, and OpenAI Gym. Applied Reinforcement Learning with Python introduces you to the theory behind reinforcement learning (RL) algorithms and the code that will be used to implement them. You will take a guided tour through features of OpenAI Gym, from utilizing standard libraries to creating your own environments, then discover how to frame reinforcement learning problems so you can research, develop, and deploy RL-based solutions.What You'll LearnImplement reinforcement learning with PythonWork with AI frameworks such as OpenAI Gym, Tensorflow, and KerasDeploy and train reinforcement learning-based solutions via cloud resourcesApply practical applications of reinforcement learning Who This Book Is ForData scientists, machine learning engineers and software engineers familiar with machine learning and deep learning concepts. 184 pp. Englisch.
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania
EUR 48,14
Quantità: 2 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Understand the challenges of implementing a cyber warfare strategy and conducting cyber warfare. This book addresses the knowledge gaps and misconceptions of what it takes to wage cyber warfare from the technical standpoint of those with their hands on the keyboard. You will quickly appreciate the difficulty and complexity of executing warfare within the cyber domain. Included is a detailed illustration of cyber warfare against the backdrop of national and international policy, laws, and conventions relating to war.Waging Cyber Wardetails technical resources and activities required by the cyber war fighter. Even non-technical readers will gain an understanding of how the obstacles encountered are not easily mitigated and the irreplaceable nature of many cyber resources.You will walk away more informed on how war is conducted from a cyber perspective, and perhaps why it shouldn't be waged. And you will come to know how cyber warfare has been covered unrealistically, technically misrepresented, and misunderstood by many.What You'll LearnUnderstand the concept of warfare and how cyber fits into the war-fighting domainBe aware of what constitutes and is involved in defining war and warfare as well as how cyber fits in that paradigm and vice versaDiscover how the policies being put in place to plan and conduct cyber warfare reflect a lack of understanding regarding the technical means and resources necessary to perform such actionsKnow what it means to do cyber exploitation, attack, and intelligence gathering; when one is preferred over the other; and their specific values and impacts on each otherBe familiar with the need for, and challenges of, enemy attributionRealize how to develop and scope a target in cyber warfareGrasp the concept of self-attribution: what it is, the need to avoid it, and its impactSee what goes into establishing the access from which you will conduct cyber warfare against an identified targetAppreciate how association affects cyber warfareRecognize the need for resource resilience, control, and ownershipWalk through the misconceptions and an illustrative analogy of why cyber warfare doesn't always work as it is prescribedWho This Book Is ForAnyone curious about warfare in the era of cyber everything, those involved in cyber operations and cyber warfare, and security practitioners and policy or decision makers. The book is also for anyone with a cell phone, smart fridge, or other computing device as you are a part of the attack surface. 212 pp. Englisch.
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania
EUR 48,14
Quantità: 2 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Build modern and progressive web applications with Vue.js and Ruby on Rails. As the Rails community embraces JavaScript, this book answers your most pressing questions, including how to integrate front-end technologies with Rails, whether to build a single-page application, when and how to use JavaScript in your project, how to scaffold a Vue component in Rails, and how to configure Vue.js in a Rails project.This book explores how to manage and understand priorities when working with Vue on Rails and how to determine the best configuration for your project. You'll see how to reuse your Vue components in a Rails project with less coding and harness the component options, as well as how to use props, events and slots of Vue components. You'll also use webpacker to set up your project and pass data from your Vue component to a Rails controller and back. Finally, you'll learn which is the best configuration for the routerand how to test and deploy your application. These topics are essential for developers and product owners because they cover end-to-end advice for building a web application incrementally or from scratch. Vue.js on Rails shows you justhow easy it is to build and maintain a modern web app and save hundreds of hours integrating these two technologies.What You'll LearnUse Vue and Rails together to improve productsBuild a web app with a focus on developer happinessTake a pragmatic approach to web app development with practical code examplesSave time configuring Vue and RailsControl and manage states in a Vue on Rails projectWho This Book Is For Product owners seeking a technology for a company's products with an emphasis on development scalability; business owners looking to maximize developer satisfaction and successful product development; technical managers requiring a pragmatic and successful web app development strategy;and new and experienced developers and designers learning to build web apps using the best tools available. 212 pp. Englisch.
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania
EUR 48,14
Quantità: 2 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Artificial intelligence touches nearly every part of your day. While you may initially assume that technology such as smart speakers and digital assistants are the extent of it, AI has in fact rapidly become a general-purpose technology, reverberating across industries including transportation, healthcare, financial services, and many more. In our modern era, an understanding of AI and its possibilities for your organization is essential for growth and success.Artificial Intelligence Basics has arrived to equip you with a fundamental, timely grasp of AI and its impact. Author Tom Taulli provides an engaging, non-technical introduction to important concepts such as machine learning, deep learning, natural language processing (NLP), robotics, and more. In addition to guiding you through real-world case studies and practical implementation steps, Taulli uses his expertise to expand on the bigger questions that surround AI. These include societal trends, ethics, andfuture impact AI will have on world governments, company structures, and daily life. Google, Amazon, Facebook, and similar tech giants are far from the only organizations on which artificial intelligence has had-and will continue to have-an incredibly significant result. AI is the present and the future of your business as well as your home life. Strengthening your prowess on the subject will prove invaluable to your preparation for the future of tech, and Artificial Intelligence Basics is the indispensable guide that you've been seeking.What You Will LearnStudy the core principles for AI approaches such as machine learning, deep learning, and NLP (Natural Language Processing)Discover the best practices to successfully implement AI by examining case studies including Uber, Facebook, Waymo, UiPath, and Stitch FixUnderstand how AI capabilities for robots can improve businessDeploy chatbots and Robotic Processing Automation (RPA) to save costs and improve customer serviceAvoid costly gotchasRecognize ethical concerns and other risk factors of using artificial intelligenceExamine the secular trends and how they may impact your business Who This Book Is ForReaders without a technical background, such as managers, looking to understand AI to evaluate solutions. 200 pp. Englisch.
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania
EUR 48,14
Quantità: 2 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -See how custom chatbots and Azure Bot Service can resolve common business problems. This book takes you through the many possibilities of bot development from a business point of view, using Microsoft bot technology, and demonstrates how to connect, deploy, and manage them.Starting with an introduction to chatbots and their features you will go through the design and implementation of Azure chatbots. This will set the foundation for the rest of the book before you learn how to create and manage messages in chatbots.You'll then see how to deploy your chatbot in different business scenarios and how to integrate Azure chatbots with different applications such as Facebook and Twitter.To really allow you to demonstrate business value, Introducing Azure Bot Service covers tips on enhancing customer satisfaction and developing insights by analyzing customer behavior. This knowledge will help you understand how artificial intelligence techniques such as chatbots help your organization undergo digital transformation.After reading this book, you will be ready to build chatbots using Microsoft Azure, deploy them in different business scenarios, and measure the benefits of chatbots.What You Will LearnBuild time-saving chatbots using Azure Bot ServiceEngage in proactive customer interactionIntegrate chatbots as a key aspect of your business strategyImprove customer satisfactionEase into digital transformation using Azure chatbotsWho This Book Is ForDevelopers who are interested in building chatbots. 228 pp. Englisch.
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania
EUR 48,14
Quantità: 2 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -There is no such thing as an easy sale. However, selling to an existing customer-whether by refreshing an old product or introducing a new and different product-is often easier, faster, and returns higher margins. Centering your organization's sales strategy on your installed base is a smart and proven way to achieve long-lasting, profitable growth.Using Installed Base Selling to Maximize Revenuereveals a step-by-step, integrated approach you can begin using today. Authors Remi Gicquel and Paul-André Lambert show how you can apply this robust and reliable end-to-end solution by illustrating concepts though real-world case studies from Spotify, Hewlett Packard Enterprise, Nestlé, and more. Full of wisdom fit for the digital era, this book presents the results of the authors' experience and research into current installed base selling processes, identifying, from an objective point of view, what works and what does not.This book explains fundamental concepts such as the profitable growth paradox, the installed base profit wedge, operational methodologies for managing your installed base selling transformation, and much more. Innovative companies protect and nurture their most valuable asset-their customers and the data that defines them. They put installed base selling at the heart of their sales strategy. Now, it's your turn!What You Will LearnHow to maximize the return from installed base customersFundamental concepts such as the profitable growth paradox, the installed base profit wedge, and turnkey operational sales methodologiesto best maneuver your sales teamsKeys to changing patterns to become a company that can enjoy higher profitable revenues for years Who This Book Is ForGeneral Managers, Sales and Marketing Leaders who are eager to transform their business to secure long-lasting profits, and for leaders looking for a pragmatic approach to transform their sales force to harvest the potential of their existing customers. 164 pp. Englisch.
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania
EUR 58,84
Quantità: 2 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Start developing with Oracle SQL. This book is a one-stop introduction to everything you need to know about getting started developing an Oracle Database. You'll learn about foundational concepts, setting up a simple schema, adding data, reading data from the database, and making changes.No experience with databases is required to get started. Examples in the book are built around Oracle Live SQL, a freely available, online sandbox for practicing and experimenting with SQL statements, and Oracle Express Edition, a free version of Oracle Database that is available for download.A marquee feature of Beginning Oracle SQL for Oracle Database 18c is the small chapter size. Content is divided into easily digestible chunks that can be read and practiced in very short intervals of time, making this the ideal book for a busy professional to learn from. Even just a 15-20 minute block of free time can be put to good use.Author Ben Brumm begins by helping you understand what a database is, and getting you set up with a sandbox in which to practice the SQL that you are learning. From there, easily digestible chapters cover, point-by-point, the different aspects of writing queries to get data out of a database. You'll also learn about creating tables and getting data into the database. Crucial topics such as working with nulls and writing analytic queries are given the attention they deserve, helping you to avoid pitfalls when writing queries for production use.What You'll LearnCreate, update, and delete tables in an Oracle databaseAdd, update, delete data from those database tablesQuery and view data stored in your databaseManipulate and transform data using in-built database functions and featuresCorrectly choose when to use Oracle-specific syntax and featuresWho This Book Is ForThose new to Oracle who are planning to develop software using Oracle as the back-end data store. The book is also for those who are getting started in software development and realize they need to learn some kind of database language. Those who are learning software development on the side of their normal job, or learning it as a college student, who are ready to learn what a database is and how to use it also will find this book useful. 460 pp. Englisch.
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania
EUR 58,84
Quantità: 2 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Discover the fundamental concepts of object-relational mapping (ORM) design, Aurelius' basic features, and the practical applications of those features. In a series of tasks, you will be exposed to techniques and best practices that make the use of Aurelius easy and efficient. Furthermore, you'll refine your analytical skills to sharpen your understanding of Delphi (Pascal), helping you write better code along the way.Introducing Delphi ORM explains that while database design is difficult, database programming (i.e., manipulating, extracting, filtering, and manipulating data) is even more difficult. ORM frameworks provide a simpler way for you to access and manage data in databases. You'll see how they offer different levels of abstraction and tools to code data access in a database-agnostic way by introducing a layer between the application and the data access language (SQL, LINQ, and so on).By the end of the book, you will be confident in using a wide range of Aurelius features to allow you to get started with databases in a very short space of time.What You Will LearnGain the fundamentals of ORM frameworks and Aurelius for DelphiAchieve basic tasks, such as connecting to the database and adding, deleting, and updating records, using AureliusEmploy advanced database queriesUse the TAureliusDataSet componentIntegrate with mobile platforms such as Android and iOSWork with the data modeler applicationWho This Book Is ForSoftware developers starting with Aurelius or those who have some exposure to the framework. 276 pp. Englisch.
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania
EUR 58,84
Quantità: 2 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Discover how to write manuscripts in Markdown and translate them with Pandoc into different output formats. You'll use Markdown to annotate text formatting information with a strong focus on semantic information: you can annotate your text with information about where chapters and sections start, but not how chapter and heading captions should be formatted. As a result, you'll decouple the structure of a text from how it is visualized and make it easier for you to produce different kinds of output. The same text can easily be formatted as HTML, PDF, or Word documents, with various visual styles, by tools that understand the markup annotations.Finally, you'll learn to use Pandoc, a tool for translating between different markup languages, such as LaTeX, HTML, and Markdown. This book will not describe all the functionality that Pandoc provides, but will teach you how to translate Markdown documents, how to customize your documents using templates, and how to extend Pandoc's functionality using filters. If that is something you are interested in, Introducing Markdown and Pandoc will get you started.With this set of skills you'll be able to write more efficiently without worrying about needless formatting and other distractions.What You Will LearnWhy and how to use Markdown and PandocWrite MarkdownUse extensions available in Pandoc and MarkdownWrite math and code blocksUse templates and produce documentsWho This Book Is ForProgrammers and problem solvers looking for technical documentation solutions. 152 pp. Englisch.
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania
EUR 58,84
Quantità: 2 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware 252 pp. Englisch.
Lingua: Inglese
Editore: Berlin Apress Springer Aug 2019, 2019
ISBN 10: 1484249666 ISBN 13: 9781484249666
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania
EUR 58,84
Quantità: 2 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Explore an alternative method of front-end application development without using frameworks or third-party libraries. This book provides you with the required skills and freedom to consider a 'no framework' approach when choosing a technology for creating a new project.You'll work through the most important issues in a clear and sensible way, using practical methods and tools to gain an understanding of non-functional requirements. This book answers questions on important topics such as state management, making a routing system, creating a REST client using fetch, and reveals the trade-offs and risks associated with choosing the wrong framework or tool for your project, as well as providing sustainable, functional alternatives.Frameworkless Front-End Developmentbreaks down the concept of technical debt and the ways in which a framework can impact the lifespan of a project. Along with gaining a comprehensive and clear guide on coding effectively from scratch without frameworks, you will also learn some principles of technical decision-making.WHAT YOU'LL LEARN:Review how DOM manipulation worksManage the state of a front-end application with different patternsSafely migrate existing applications to a new framework or to frameworkless codeUse decision-making tools such as a Framework Compass Chart and an Architectural ClashSee how the choice of frameworks can affect the 'health' and lifespan of a codebaseWHO IS THIS BOOK FOR:JavaScript developers; technical managers responsible for helping teams choose technology stacks for new projects; consultants intending to refactor existing JavaScript front-end codebases 248 pp. Englisch.
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germania
EUR 35,30
Quantità: 1 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -Leverage the best techniques provided by Apple to build apps with maximum privacy for your users. This book explores not only the how-to steps for implementing privacy in your apps, but also answers workflow questions about what information you actually need.Springer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 244 pp. Englisch.
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germania
EUR 37,44
Quantità: 1 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -In Software Project Estimation, author Dimitre Dimitrov extrapolates upon the most crucial steps in accurately and meaningfully forecasting the timeline and specs of promised deliverables to clients. A client's positive experience with project delivery and implementation is a software organization's calling card in the industry. The lifespan of a software project-from ideation to final installation-introduces dozens of potential pitfalls for a company's track record, earnings, and overall team morale. However, these 'pitfalls' are also opportunities to showcase strengths and to improve an organization's product quality, and it all starts with project estimation.Reliable forecasting continues to present a challenge to even the most veteran teams and software development organizations. Dimitrov sets out to ease these common difficulties with invaluable methodology improvements and helpful visuals from his years of industry experience. Project managers-throughharnessing the power of hard data and statistics-have a new world of impactful forecasting at their fingertips. This approach brings security, predictability, and motivation within the team, while simultaneously greatly benefiting client trust and relationships.Software Project Estimation clarifies the common misunderstandings that materialize between making a promise, making a plan, and building a forecast backed by data. Learn how to create an intelligent software project forecast and use it to make timely decisions, apply measured project control, and confidently steer your ship toward your goals with Software Project Estimation.What You Will LearnConcepts related to software estimation, forecasting, and project controlWays in which you can positively affect the relationships among team members working on a software delivery projectHow to apply this forecasting model,within both agile and waterfall teams who have adopted sound engineering practicesLibri GmbH, Europaallee 1, 36244 Bad Hersfeld 136 pp. Englisch.
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germania
EUR 40,65
Quantità: 1 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -The industry standard whiteboard interview can be daunting for developers. Let¿s face it: it combines the worst aspects of a typical interview, on-the-spot public speaking, a quiz show, and a dinner party full of strangers judging yoüall at once. Brilliant developers can let their nerves get the best of them and completely bomb a whiteboard interview, while inexperienced developers who excel in soft skills can breeze through them.In Surviving the Whiteboard Interview, author William Gant uses his real-world knowledge and expertise to guide you through the psychological roadblocks of a coding test while also providing you with a sample coding challenge. With enough preparation, information, and assured confidence, you can survive a whiteboard interview at any organization. In addition to the benefits listed above, Gant helps you explore how you can create a good soft skills impression that will last beyond the whiteboard test by showing your work ethic,positive attitude, and ability to take and implement criticism effectively. These assets will unequivocally serve other parts of your life outside of an interview context, as well.While Gant does not promise that you will ever truly enjoy interviewing, he does promise to arm you with the proper preparation techniques and knowledge needed to tame the common fears and dread that come along with it. Maximize your career potential and get inspired with Surviving the Whiteboard Interview. The steps to your dream role just might be closer than you think.What You Will LearnPractice both hard and soft skills required to succeed at a whiteboard interview, covering coding tests as well as psychological preparationLearn how to make other aspects of your interview stronger, so you can create a great impressionMaster solving common whiteboard problems in different programming languagesWho This Book is ForThis book is primarily for aspiring software developers who are looking for a job in the field. However, it will also be helpful for more seasoned developers who find interviewing painful and want to improve their skills.Springer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 144 pp. Englisch.
Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania
EUR 80,24
Quantità: 2 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -Build resilient applied machine learning teams that deliver better data products through adapting the guiding principles of the Agile Manifesto.Bringing together talented people to create a great applied machine learning team is no small feat. With developers and data scientists both contributing expertise in their respective fields, communication alone can be a challenge. Agile Machine Learning teaches you how to deliver superior data products through agile processes and to learn, by example, how to organize and manage a fast-paced team challenged with solving novel data problems at scale, in a production environment.The authors' approach models the ground-breaking engineering principles described in the Agile Manifesto. The book provides further context, and contrasts the original principles with the requirements of systems that deliver a data product. What You'll LearnEffectively run a data engineeringteam that is metrics-focused, experiment-focused, and data-focusedMake sound implementation and model exploration decisions based on the data and the metricsKnow the importance of data wallowing: analyzing data in real time in a group settingRecognize the value of always being able to measure your current state objectivelyUnderstand data literacy, a key attribute of a reliable data engineer, from definitions to expectationsWho This Book Is ForAnyone who manages a machine learning team, or is responsible for creating production-ready inference components. Anyone responsible for data project workflow of sampling data; labeling, training, testing, improving, and maintaining models; and system and data metrics will also find this book useful. Readers should be familiar with software engineering and understand the basics of machine learning and working with data. 268 pp. Englisch.
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germania
EUR 48,14
Quantità: 1 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -There is no such thing as an easy sale. However, selling to an existing customer-whether by refreshing an old product or introducing a new and different product-is often easier, faster, and returns higher margins. Centering your organization's sales strategy on your installed base is a smart and proven way to achieve long-lasting, profitable growth.Using Installed Base Selling to Maximize Revenue reveals a step-by-step, integrated approach you can begin using today. Authors Remi Gicquel and Paul-André Lambert show how you can apply this robust and reliable end-to-end solution by illustrating concepts though real-world case studies from Spotify, Hewlett Packard Enterprise, Nestlé, and more. Full of wisdom fit for the digital era, this book presents the results of the authors' experience and research into current installed base selling processes, identifying, from an objective point of view, what works and what does not.This book explains fundamental concepts such as the profitable growth paradox, the installed base profit wedge, operational methodologies for managing your installed base selling transformation, and much more. Innovative companies protect and nurture their most valuable asset-their customers and the data that defines them. They put installed base selling at the heart of their sales strategy. Now, it's your turn!What You Will LearnHow to maximize the return from installed base customersFundamental concepts such as the profitable growth paradox, the installed base profit wedge, and turnkey operational sales methodologies to best maneuver your sales teamsKeys to changing patterns to become a company that can enjoy higher profitable revenues for yearsWho This Book Is ForGeneral Managers, Sales and Marketing Leaders who are eager to transform their business to secure long-lasting profits, and for leaders looking for a pragmatic approach to transform their sales force to harvest the potential of their existing customers.Springer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 164 pp. Englisch.
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germania
EUR 48,14
Quantità: 1 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -Build modern and progressive web applications with Vue.js and Ruby on Rails. As the Rails community embraces JavaScript, this book answers your most pressing questions, including how to integrate front-end technologies with Rails, whether to build a single-page application, when and how to use JavaScript in your project, how to scaffold a Vue component in Rails, and how to configure Vue.js in a Rails project.This book explores how to manage and understand priorities when working with Vue on Rails and how to determine the best configuration for your project. You'll see how to reuse your Vue components in a Rails project with less coding and harness the component options, as well as how to use props, events and slots of Vue components. You'll also use webpacker to set up your project and pass data from your Vue component to a Rails controller and back. Finally, you'll learn which is the best configuration for the router and how to test and deploy your application.Springer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 212 pp. Englisch.
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germania
EUR 48,14
Quantità: 1 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -Delve into the world of reinforcement learning algorithms and apply them to different use-cases via Python. This book covers important topics such as policy gradients and Q learning, and utilizes frameworks such as Tensorflow, Keras, and OpenAI Gym.Applied Reinforcement Learning with Python introduces you to the theory behind reinforcement learning (RL) algorithms and the code that will be used to implement them. You will take a guided tour through features of OpenAI Gym, from utilizing standard libraries to creating your own environments, then discover how to frame reinforcement learning problems so you can research, develop, and deploy RL-based solutions.What You'll LearnImplement reinforcement learning with PythonWork with AI frameworks such as OpenAI Gym, Tensorflow, and KerasDeploy and train reinforcement learning-based solutions via cloud resourcesApply practical applications of reinforcement learningWho This Book Is ForData scientists, machine learning engineers and software engineers familiar with machine learning and deep learning concepts.Springer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 184 pp. Englisch.
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germania
EUR 48,14
Quantità: 1 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -See how custom chatbots and Azure Bot Service can resolve common business problems. This book takes you through the many possibilities of bot development from a business point of view, using Microsoft bot technology, and demonstrates how to connect, deploy, and manage them.Springer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 228 pp. Englisch.
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germania
EUR 48,14
Quantità: 1 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -Artificial intelligence touches nearly every part of your day. While you may initially assume that technology such as smart speakers and digital assistants are the extent of it, AI has in fact rapidly become a general-purpose technology, reverberating across industries including transportation, healthcare, financial services, and many more. In our modern era, an understanding of AI and its possibilities for your organization is essential for growth and success.Artificial Intelligence Basics has arrived to equip you with a fundamental, timely grasp of AI and its impact. Author Tom Taulli provides an engaging, non-technical introduction to important concepts such as machine learning, deep learning, natural language processing (NLP), robotics, and more. In addition to guiding you through real-world case studies and practical implementation steps, Taulli uses his expertise to expand on the bigger questions that surround AI. These include societal trends, ethics, andfuture impact AI will have on world governments, company structures, and daily life.Google, Amazon, Facebook, and similar tech giants are far from the only organizations on which artificial intelligence has had-and will continue to have-an incredibly significant result. AI is the present and the future of your business as well as your home life. Strengthening your prowess on the subject will prove invaluable to your preparation for the future of tech, and Artificial Intelligence Basics is the indispensable guide that you've been seeking.What You Will LearnStudy the core principles for AI approaches such as machine learning, deep learning, and NLP (Natural Language Processing)Discover the best practices to successfully implement AI by examining case studies including Uber, Facebook, Waymo, UiPath, and Stitch FixUnderstand how AI capabilities for robots can improve businessDeploy chatbots and Robotic Processing Automation (RPA) to save costs and improve customer serviceAvoid costly gotchasRecognize ethical concerns and other risk factors of using artificial intelligenceExamine the secular trends and how they may impact your businessWho This Book Is ForReaders without a technical background, such as managers, looking to understand AI to evaluate solutions.Springer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 200 pp. Englisch.
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germania
EUR 48,14
Quantità: 1 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -Understand the challenges of implementing a cyber warfare strategy and conducting cyber warfare. This book addresses the knowledge gaps and misconceptions of what it takes to wage cyber warfare from the technical standpoint of those with their hands on the keyboard.You will quickly appreciate the difficulty and complexity of executing warfare within the cyber domain. Included is a detailed illustration of cyber warfare against the backdrop of national and international policy, laws, and conventions relating to war.Waging Cyber War details technical resources and activities required by the cyber war fighter. Even non-technical readers will gain an understanding of how the obstacles encountered are not easily mitigated and the irreplaceable nature of many cyber resources.You will walk away more informed on how war is conducted from a cyber perspective, and perhaps why it shouldn't be waged. And you will come to know how cyber warfare has been covered unrealistically, technically misrepresented, and misunderstood by many.What You'll LearnUnderstand the concept of warfare and how cyber fits into the war-fighting domainBe aware of what constitutes and is involved in defining war and warfare as well as how cyber fits in that paradigm and vice versaDiscover how the policies being put in place to plan and conduct cyber warfare reflect a lack of understanding regarding the technical means and resources necessary to perform such actionsKnow what it means to do cyber exploitation, attack, and intelligence gathering; when one is preferred over the other; and their specific values and impacts on each otherBe familiar with the need for, and challenges of, enemy attributionRealize how to develop and scope a target in cyber warfareGrasp the concept of self-attribution: what it is, the need to avoid it, and its impactSee what goes into establishing the access from which you will conduct cyber warfare against an identified targetAppreciate how association affects cyber warfareRecognize the need for resource resilience, control, and ownershipWalk through the misconceptions and an illustrative analogy of why cyber warfare doesn't always work as it is prescribedWho This Book Is ForAnyone curious about warfare in the era of cyber everything, those involved in cyber operations and cyber warfare, and security practitioners and policy or decision makers. The book is also for anyone with a cell phone, smart fridge, or other computing device as you are a part of the attack surface.Springer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 212 pp. Englisch.
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germania
EUR 58,84
Quantità: 1 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -AuthorBen Brumm begins by helping you understand what a database is, and getting you set up with a sandbox in which to practice the SQL that you are learning. From there, easily digestible chapters cover, point-by-point, the different aspects of writing queries to get data out of a database. You'll also learn about creating tables and getting data into the database. Crucial topics such as working with nulls and writing analytic queries are given the attention they deserve, helping you to avoid pitfalls when writing queries for production use.Springer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 460 pp. Englisch.
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germania
EUR 58,84
Quantità: 1 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -Discover the fundamental concepts of object-relational mapping (ORM) design, Aurelius' basic features, and the practical applications of those features. In a series of tasks, you will be exposed to techniques and best practices that make the use of Aurelius easy and efficient. Furthermore, you'll refine your analytical skills to sharpen your understanding of Delphi (Pascal), helping you write better code along the way.Springer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 276 pp. Englisch.
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germania
EUR 58,84
Quantità: 1 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -Discover how to write manuscripts in Markdown and translate them with Pandoc into different output formats. You'll use Markdown to annotate text formatting information with a strong focus on semantic information: you can annotate your text with information about where chapters and sections start, but not how chapter and heading captions should be formatted. As a result, you'll decouple the structure of a text from how it is visualized and make it easier for you to produce different kinds of output. The same text can easily be formatted as HTML, PDF, or Word documents, with various visual styles, by tools that understand the markup annotations.Springer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 152 pp. Englisch.
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germania
EUR 58,84
Quantità: 1 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware Springer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 252 pp. Englisch.
Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germania
EUR 80,24
Quantità: 1 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. This item is printed on demand - Print on Demand Titel. Neuware -Build resilient applied machine learning teams that deliver better data products through adapting the guiding principles of the Agile Manifesto.Bringing together talented people to create a great applied machine learning team is no small feat. With developers and data scientists both contributing expertise in their respective fields, communication alone can be a challenge. Agile Machine Learning teaches you how to deliver superior data products through agile processes and to learn, by example, how to organize and manage a fast-paced team challenged with solving novel data problems at scale, in a production environment.The authors¿ approach models the ground-breaking engineering principles described in the Agile Manifesto. The book provides further context, and contrasts the original principles with the requirements of systems that deliver a data product.What You'll LearnEffectively run a data engineeringteam that is metrics-focused, experiment-focused, and data-focusedMake sound implementation and model exploration decisions based on the data and the metricsKnow the importance of data wallowing: analyzing data in real time in a group settingRecognize the value of always being able to measure your current state objectivelyUnderstand data literacy, a key attribute of a reliable data engineer, from definitions to expectationsWho This Book Is ForAnyone who manages a machine learning team, or is responsible for creating production-ready inference components. Anyone responsible for data project workflow of sampling data; labeling, training, testing, improving, and maintaining models; and system and data metrics will also find this book useful. Readers should be familiar with software engineering and understand the basics of machine learning and working with data.Springer-Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 268 pp. Englisch.