Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • 2015-2019  (349)
  • Safari, an O’Reilly Media Company.  (191)
  • Safari, an O'Reilly Media Company  (158)
  • [Erscheinungsort nicht ermittelbar] : Packt Publishing  (197)
  • [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc.  (152)
Datasource
Material
Language
Years
Year
  • 1
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (516 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Explore the principles and practicalities of quantum computing Key Features Discover how quantum computing works and delve into the math behind it with this quantum computing textbook Learn how it may become the most important new computer technology of the century Explore the inner workings of quantum computing technology to quickly process complex cloud data and solve problems Book Description Quantum computing is making us change the way we think about computers. Quantum bits, a.k.a. qubits, can make it possible to solve problems that would otherwise be intractable with current computing technology. Dancing with Qubits is a quantum computing textbook that starts with an overview of why quantum computing is so different from classical computing and describes several industry use cases where it can have a major impact. From there it moves on to a fuller description of classical computing and the mathematical underpinnings necessary to understand such concepts as superposition, entanglement, and interference. Next up is circuits and algorithms, both basic and more sophisticated. It then nicely moves on to provide a survey of the physics and engineering ideas behind how quantum computing hardware is built. Finally, the book looks to the future and gives you guidance on understanding how further developments will affect you. Really understanding quantum computing requires a lot of math, and this book doesn't shy away from the necessary math concepts you'll need. Each topic is introduced and explained thoroughly, in clear English with helpful examples. What you will learn See how quantum computing works, delve into the math behind it, what makes it different, and why it is so powerful with this quantum computing textbook Discover the complex, mind-bending mechanics that underpin quantum systems Understand the necessary concepts behind classical and quantum computing Refresh and extend your grasp of essential mathematics, computing, and quantum theory Explore the main applications of quantum computing to the fields of scientific computing, AI, and elsewhere Examine a detailed overview of qubits, quantum circuits, and quantum algorithm Who this book is for Dancing with Qubits is a quantum computing textbook for those who want to deeply explore the inner workings of quantum computing. This entails some sophisticated mathematical exposition and is therefore best suited for those with a healthy interest in mathematics, physics, engineering, and comput...
    Note: Online resource; Title from title page (viewed November 28, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838980481
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 hr., 56 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Become a Pro in Natural Language Processing About This Video To know how Apple Siri / Google Assistant Works To know how Machine can understand Human language Help Google find bad data from good data In Detail You will learn how machine can be trained to make sense of language humans use to interact. You will come across many NLP algorithms that teach the computational models about Lexical processing, basic syntactic processing. You will learn the mechanism Google translator uses, to understand the context of language and converts to a different language. You will build a chat-bot using an open-source tool Rasa, which is a text and voice-based conversations, understand messages, hold conversations, and connect to messaging channels and APIs. You will also learn to train the model you have created on NLU. The machine cannot be trained to understand or process data by traditional hand coded programs that rely heavily on very specific conditions. The moment there is a change in input, the hand coded program is rendered useless. So, rather than having to code possible conversations, we require a model that enables the system to make sense of context. By the end of the course you will be able to build NLP models that can summarize blocks of text to extract most important ideas, sentiment analysis to extract the sentiments from given block of text, identification of type entity extracted. All the projects included in this course are Real-World projects.
    Note: Online resource; Title from title screen (viewed July 24, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838982829
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 hr., 52 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: SQL skills are in demand. Learn to master SQL using MySQL. Become a SQL Guru today! About This Video Learn to aggregate and analyze data using SQL functions Get up to speed with SQL using MySQL In Detail SQL is the programming language used to get data in and out of databases. Relational databases are extremely popular with companies of all sizes. Employers are also constantly searching for people with SQL skills, which is ideal if you're looking to pursue a career in this domain. In this course, you will learn how to use SQL using the MySQL relational database - one of the most popular databases in the world. You'll start by installing MySQL workbench on your computer. Next, you'll understand how to import the famous MySQL employee database into your MySQL database. Gradually, you'll get hands-on with generating SQL reports, before going on to exploring all about SQL join statements. In addition to this, you'll create table joins using database tables with millions of records. You'll discover how easy it is to use SQL to update one record or multiple records in the database. As you progress, you'll delve into using SQL sub-selects and writing advanced SQL reports against an e-commerce database. Later, you'll focus on what database transactions are, and the tools you have to control them with MySQL. The course will then take you through using SQL to create tables in your MySQL database. You'll also learn the MySQL syntax to alter existing database tables. Finally, you'll tackle challenging real-world-style assignments for SQL reporting and database maintenance tasks, along with using SQL views for common reports. By the end of this course, you will be well-versed with SQL and have the skills to use it effectively for your database management needs. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/SQL-Beginner-to-Guru-MySQL-Edition---Master-SQL-with-MySQL . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed May 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838987183
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 5 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Create stunning user interfaces across all Apple platforms with Swift 5 About This Video The flow of the course is simple and you will enjoy how complex concepts were taught in a logical sequence. In Detail Apple has just announced the biggest thing since Swift, and it is aptly named, SwiftUI. Apple changed the game with the release of Swift 5 years ago. It has helped millions of developers create amazing apps with easy to learn yet powerful clean code. SwiftUI brings that same ideal to the visual side of apps. SwiftUI helps developers by binding their User Interfaces with their data. When the data changes, so does the UI. When the UI changes, so does the data. SwiftUI is also incredibly reusable. Views you create can be reused time and time again. SwiftUI is also baked into the new Xcode 11 and uses Previews to show you in REAL TIME how your code changes will effect the look of your app. In this course we'll cover: Your First SwiftUI App Xcode Previews Views Deep Dive Data and SwiftUI Accessibility Drawing and Animation SwiftUI for MacOS, WatchOS, and tvOS SwiftUI In Existing Projects Come join and learn the biggest developer tool released since Swift! Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/SwiftUI---Build-Beautiful-Robust-Apps . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838982652
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 31 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Work with Tables, Partition, Indexes, Encryption, and Database Administration - in the AWS Cloud with AWS DynamoDb About This Video Learn with the help of demo tutorials Become an expert in AWS DynamoDB with this step-by-step tutorial In Detail With a rise in the demand for database administrators, there is already a serious shortage of hirable talent. Simply put, there's a massive opportunity for you to get equipped with the right skillset so that you can join talent-hungry large fintech companies or startups and be at the forefront of global innovation. You can even launch unique businesses or application development services for the next generation or enjoy plush paying cool projects powered by DynamoDB database. Whatever your choice may be, AWS DynamoDB will be your key to financial success and the growth of the community as a whole! Why AWS DynamoDB? Over the years, NoSQL databases have gained high popularity. DynamoDB is a trending NoSQL database that can be used for a variety of application workloads. Be it a web application, a backend application, or a mobile application, DynamoDB can offload all your administrative work, as it is completely managed by AWS. Most companies use DynamoDB to power their products at scale, and a huge number of AWS customers use it for mobile, web, gaming, ad tech, IoT, and many other applications that require a low-latency data access. Furthermore, big companies like Netflix, Expedia, Comcast, and Redfin use DynamoDB as their NoSQL database storage. Now you know why it's important to learn DynamoDB! What sets us apart? This AWS DynamoDB course does not assume any expertise in databases. We give you step-by-step instructions, handholding you through all the exercises, so you can follow along and understand exactly how DynamoDB and NoSQL databases come together. Practical demo tutorials: Where most courses simply bombard you with dense theory and set you on your way, we believe in developing a deep understanding of not only what you're doing, but also why you're doing it. This course focuses on building your understanding of the inner working of DynamoDB. Real-world knowledge: This course is designed to pass on our experience of working with real startups and projects, along with insights into the problems that engineers and architects face. Each module is comprised of in-depth demos and walkthroughs to help you develop the skills to build your own application powered by DynamoDB. Practice truly does make per...
    Note: Online resource; Title from title screen (viewed July 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839215803
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 22 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Boost your productivity by discovering the power of OneNote About This Video Discover exciting features for OneNote 2016 Learn and understand how to use the OneNote interface In Detail In today's information-driven world, effective management of your information is crucial. Microsoft OneNote 2016 for beginners is for those with no previous experience, or upgrading from a previous version of OneNote. This 6-hour course includes: Covers exciting features new for OneNote 2016. A complete explanation of the toolbars and interface. Discover how to use the OneNote interface. Organize notes and other information into a virtual junk drawer. Explore the Ribbon interface and how to work with touch devices. Learn how to create and manage notes. Discover how to effectively insert images and screen clippings. Explore the benefits of using tables to help organize your information. Discover how to protect your notes. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Microsoft-OneNote-2016 . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed August 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838985547
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 6 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Prove your Azure admin infrastructure and deployment skills to the world About This Video Prepare thoroughly for the new Exam AZ-103 exam: Microsoft Azure Administrator Includes the complete AZ-100 course along with all the requirements of the AZ-103 exam In Detail Most companies are now implementing or investigating how to implement cloud technologies within their operations. With 75% growth in the last fiscal quarter, Microsoft Azure still has a lead over Amazon AWS. Get ahead of the curve by getting Azure-certified and prepare to advance your career. Having Azure skills on your resume will help you get picked by hiring managers and can even make way for a promotion. Microsoft's exam AZ-103: Microsoft Azure Administrator will validate your Azure management skills. This course covers the requirements for exam AZ-103 in depth, taking you through Azure subscriptions and resources, implementing storage, deploying and managing virtual machines (VMs), configuring virtual networks, and managing identities. Each of the topics that Microsoft tests for in the exam are covered in this course. Enroll today and get lifetime access to the course, so you can prepare at your own pace. Microsoft, Windows, and Microsoft Azure are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. This course is not certified, accredited, affiliated with, nor endorsed by the Microsoft Corporation. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/AZ-103-Azure-Administrator-Exam-Certification-Plus-AZ-100- . If you require support please email: customercarepackt.com.
    Note: Online resource; Title from title screen (viewed May 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838986742
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 18 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Prove your Azure Architect Technology skills to the world About This Video Become a Microsoft Azure superhero! Prepare confidently with the complete AZ-300 Technologies course Benefit from this updated course as Microsoft changes the exam requirements over time In Detail Microsoft Azure skills are in high demand in the current business marketplace. With more than 100 data centers across 50+ regions, Microsoft is one of the largest data centers in the world. Microsoft has three certification tests around Azure, and passing the AZ-300 exam gives you the Microsoft Specialist: Architecting Microsoft Azure Solutions certification. In this complete preparation course for Exam AZ-300: Microsoft Azure Architect Technologies, you'll be taken through the requirements of the new AZ-300 exam section by section. While the technology world is full of buzzwords and flavors of the month, the cloud is a real paradigm shift in the way solutions are designed and architected. There are numerous reasons why you should include Azure cloud technology in the design of your solution-cost savings being the most appealing for businesses. Some companies spend millions of dollars every month on their IT infrastructure, and every few years that hardware needs to be repaired and upgraded. Being able to reduce capital investment and essentially rent powerful equipment on-demand makes way for cost savings. Along with it, you have the scalability, flexibility, and worldwide reach of the cloud. This course will help you get to grips with all that you need to pass the exam and achieve the certification. Moreover, you'll also find additional web-based resources in each section to help you do further research and expand your knowledge beyond the requirements of the exam. With lifetime access, this course will be ready for you when you are ready to take the exam. Enroll today! Microsoft, Windows, and Microsoft Azure are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. This course is not certified, accredited, affiliated with, nor endorsed by the Microsoft Corporation. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/AZ-300-Azure-Architecture-Technologies-Certification-Exam . If you require support please email: customercarepackt.com.
    Note: Online resource; Title from title screen (viewed May 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838550134
    Language: English
    Pages: 1 online resource (416 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Understand how machine learning works and get hands-on experience of using R to build algorithms that can solve various real-world problems Key Features Gain a comprehensive overview of different machine learning techniques Explore various methods for selecting a particular algorithm Implement a machine learning project from problem definition through to the final model Book Description With huge amounts of data being generated every moment, businesses need applications that apply complex mathematical calculations to data repeatedly and at speed. With machine learning techniques and R, you can easily develop these kinds of applications in an efficient way. Practical Machine Learning with R begins by helping you grasp the basics of machine learning methods, while also highlighting how and why they work. You will understand how to get these algorithms to work in practice, rather than focusing on mathematical derivations. As you progress from one chapter to another, you will gain hands-on experience of building a machine learning solution in R. Next, using R packages such as rpart, random forest, and multiple imputation by chained equations (MICE), you will learn to implement algorithms including neural net classifier, decision trees, and linear and non-linear regression. As you progress through the book, you'll delve into various machine learning techniques for both supervised and unsupervised learning approaches. In addition to this, you'll gain insights into partitioning the datasets and mechanisms to evaluate the results from each model and be able to compare them. By the end of this book, you will have gained expertise in solving your business problems, starting by forming a good problem statement, selecting the most appropriate model to solve your problem, and then ensuring that you do not overtrain it. What you will learn Define a problem that can be solved by training a machine learning model Obtain, verify and clean data before transforming it into the correct format for use Perform exploratory analysis and extract features from data Build models for neural net, linear and non-linear regression, classification, and clustering Evaluate the performance of a model with the right metrics Implement a classification problem using the neural net package Employ a decision tree using the random forest library Who this book is for If you are a data analyst, data scientist, or a business analyst who wants to understand the process of machine learni...
    Note: Online resource; Title from title page (viewed August 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838985295
    Language: English
    Pages: 1 online resource (104 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Take the strategic and systematic approach to analyze data to solve business problems Key Features Gain detailed information about the theory of data science Augment your coding knowledge with practical data science techniques for efficient data analysis Learn practical ways to strategically and systematically use data Book Description Principles of Strategic Data Science is created to help you join the dots between mathematics, programming, and business analysis. With a unique approach that bridges the gap between mathematics and computer science, this book takes you through the entire data science pipeline. The book begins by explaining what data science is and how organizations can use it to revolutionize the way they use their data. It then discusses the criteria for the soundness of data products and how to best visualize information. As you progress, you'll discover the strategic aspects of data science by learning the five-phase framework that enables you to enhance the value you extract from data. The final chapter of the book discusses the role of a data science manager in helping an organization take the data-driven approach. By the end of this book, you'll have a good understanding of data science and how it can enable you to extract value from your data. What you will learn Get familiar with the five most important steps of data science Use the Conway diagram to visualize the technical skills of the data science team Understand the limitations of data science from a mathematical and ethical perspective Get a quick overview of machine learning Gain insight into the purpose of using data science in your work Understand the role of data science managers and their expectations Who this book is for This book is ideal for data scientists and data analysts who are looking for a practical guide to strategically and systematically use data. This book is also useful for those who want to understand in detail what is data science and how can an organization take the data-driven approach. Prior programming knowledge of Python and R is assumed.
    Note: Online resource; Title from title page (viewed June 3, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838988470
    Language: English
    Pages: 1 online resource (746 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Explore Python's GUI frameworks and create visually stunning and feature-rich applications Key Features Integrate stunning data visualizations using Tkinter Canvas and Matplotlib Understand the basics of 2D and 3D animation in GUI applications Explore PyQt's powerful features to easily design and customize your GUI applications Book Description A responsive graphical user interface (GUI) helps you interact with your application, improves user experience, and enhances the efficiency of your applications. With Python, you'll have access to elaborate GUI frameworks that you can use to build interactive GUIs that stand apart from the rest. This Learning Path begins by introducing you to Tkinter and PyQt, before guiding you through the application development process. As you expand your GUI by adding more widgets, you'll work with networks, databases, and graphical libraries that enhance its functionality. You'll also learn how to connect to external databases and network resources, test your code, and maximize performance using asynchronous programming. In later chapters, you'll understand how to use the cross-platform features of Tkinter and Qt5 to maintain compatibility across platforms. You'll be able to mimic the platform-native look and feel, and build executables for deployment across popular computing platforms. By the end of this Learning Path, you'll have the skills and confidence to design and build high-end GUI applications that can solve real-world problems. This Learning Path includes content from the following Packt products: Python GUI Programming with Tkinter by Alan D. Moore Qt5 Python GUI Programming Cookbook by B. M. Harwani What you will learn Visualize graphs in real time with Tkinter's animation capabilities Use PostgreSQL authentication to ensure data security for your application Write unit tests to avoid regression when updating code Handle different signals generated on mouse clicks using QSpinBox and sliders Employ network concepts, internet browsing, and Google Maps in UI Use graphics rendering to implement animations in your GUI Who this book is for If you're an intermediate Python programmer looking to enhance your coding skills by writing powerful GUIs in Python using PyQT and Tkinter, this is an ideal Learning Path for you. A strong understanding of the Python language is a must to grasp the concepts explained in this book.
    Note: Online resource; Title from title page (viewed June 24, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838983208
    Language: English
    Pages: 1 online resource (696 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Leverage the power of SQL Server 2017 Integration Services to build data integration solutions with ease Key Features Work with temporal tables to access information stored in a table at any time Get familiar with the latest features in SQL Server 2017 Integration Services Program and extend your packages to enhance their functionality Book Description Microsoft SQL Server 2017 uses the power of R and Python for machine learning and containerization-based deployment on Windows and Linux. By learning how to use the features of SQL Server 2017 effectively, you can build scalable apps and easily perform data integration and transformation. You'll start by brushing up on the features of SQL Server 2017. This Learning Path will then demonstrate how you can use Query Store, columnstore indexes, and In-Memory OLTP in your apps. You'll also learn to integrate Python code in SQL Server and graph database implementations for development and testing. Next, you'll get up to speed with designing and building SQL Server Integration Services (SSIS) data warehouse packages using SQL server data tools. Toward the concluding chapters, you'll discover how to develop SSIS packages designed to maintain a data warehouse using the data flow and other control flow tasks. By the end of this Learning Path, you'll be equipped with the skills you need to design efficient, high-performance database applications with confidence. This Learning Path includes content from the following Packt books: SQL Server 2017 Developer's Guide by Milos Radivojevic, Dejan Sarka, et. al SQL Server 2017 Integration Services Cookbook by Christian Cote, Dejan Sarka, et. al What you will learn Use columnstore indexes to make storage and performance improvements Extend database design solutions using temporal tables Exchange JSON data between applications and SQL Server Migrate historical data to Microsoft Azure by using Stretch Database Design the architecture of a modern Extract, Transform, and Load (ETL) solution Implement ETL solutions using Integration Services for both on-premise and Azure data Who this book is for This Learning Path is for database developers and solution architects looking to develop ETL solutions with SSIS, and explore the new features in SSIS 2017. Advanced analysis practitioners, business intelligence developers, and database consultants dealing with performance tuning will also find this book useful. Basic understanding of database concepts and T-SQL is required to ...
    Note: Online resource; Title from title page (viewed August 22, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838982560
    Language: English
    Pages: 1 online resource (152 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Understand the crux of legacy systems—their architecture, analysis, and security constraints Key Features Understand what legacy systems are and strategies for their maintenance Explore basic and advanced architectures of legacy systems Discover how to analyze and secure legacy systems Book Description The IT industry is constantly evolving with the introduction of new technologies. While it is important to keep up with advancements, maintaining legacy systems is equally necessary to ensure that the infrastructure of your organization functions to the best of its ability. Sound knowledge of techniques that can be used for maintaining legacy systems can help you avoid common pitfalls. The book begins with a quick overview of what a real legacy system looks like, how it works, and common issues that may be faced when trying to maintaining it. You'll then explore the architecture of a legacy system in detail and understand each of its components. As you progress, you'll discover a variety of techniques for analyzing a legacy system and how to apply them. Once you get to grips with the security constraints associated with legacy systems, you'll explore ways to secure them. Finally, you'll be able to easily make changes in legacy systems to enhance their performance. By the end of this book, you'll have developed the skills and confidence to work with legacy systems and efficiently maintain them. What you will learn Perform static and dynamic analyses of legacy systems Implement best practices to secure your legacy systems Use techniques such as data cleansing and process cleansing to stabilize your system Apply structural changes in your legacy system to make it highly available Identify and resolve common issues with legacy systems Understand a variety of tests that can help you secure and maintain legacy systems Who this book is for If you're new to working with legacy systems and want to understand how they work and how to maintain them, this book is for you.
    Note: Online resource; Title from title page (viewed June 3, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789803303
    Language: English
    Pages: 1 online resource (372 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Make use of hands-on recipes for many tasks that are typically encountered in both the on-premises as well as the cloud world. Key Features A recipe-based guide to help you build effective administrative solutions Gain hands-on experience with the newly added features of PowerShell Core Manage critical business environments with professional scripting practices Book Description This book will follow a recipe-based approach and start off with an introduction to the fundamentals of PowerShell, and explaining how to install and run it through simple examples. Next, you will learn how to use PowerShell to access and manipulate data and how to work with different streams as well. You will also explore the object model which will help with regard to PowerShell function deployment. Going forward, you will get familiar with the pipeline in its different use cases. The next set of chapters will deal with the different ways of accessing data in PowerShell. You will also learn to automate various tasks in Windows and Linux using PowerShell Core, as well as explore Windows Server. Later, you will be introduced to Remoting in PowerShell Core and Just Enough Administration concept. The last set of chapters will help you understand the management of a private and public cloud with PowerShell Core. You will also learn how to access web services and explore the high-performance scripting methods. By the end of this book, you will gain the skills to manage complex tasks effectively along with increasing the performance of your environment. What you will learn Leverage cross-platform interaction with systems Make use of the PowerShell recipes for frequent tasks Get a better understanding of the inner workings of PowerShell Understand the compatibility of built-in Windows modules with PowerShell Core Learn best practices associated with PowerShell scripting Avoid common pitfalls and mistakes Who this book is for This book will be for windows administrators who want to enhance their PowerShell scripting skills to the next level. System administrators wanting to automate common to complex tasks with PowerShell scripts would benefit from this book. Prior understanding on PowerShell would be necessary. Downloading the example code for this book You can download the example code files for all Packt books you have purchased from your account at http://www.PacktPub.com. If you purchased this book elsewhere, you can visit http://www.PacktPub.com/support and register to h...
    Note: Online resource; Title from title page (viewed April 19, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789805468
    Language: English
    Pages: 1 online resource (502 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Enhance your skills in building scalable infrastructure for your cloud-based applications Key Features Learn to design a scalable architecture by building continuous integration (CI) pipelines with Kubernetes Get an in-depth understanding of role-based access control (RBAC), continuous deployment (CD), and observability Monitor a Kubernetes cluster with Prometheus and Grafana Book Description Kubernetes is among the most popular open source platforms for automating the deployment, scaling, and operations of application containers across clusters of hosts, providing a container-centric infrastructure. Hands-On Microservices with Kubernetes starts by providing you with in-depth insights into the synergy between Kubernetes and microservices. You will learn how to use Delinkcious, which will serve as a live lab throughout the book to help you understand microservices and Kubernetes concepts in the context of a real-world application. Next, you will get up to speed with setting up a CI/CD pipeline and configuring microservices using Kubernetes ConfigMaps. As you cover later chapters, you will gain hands-on experience in securing microservices and implementing REST, gRPC APIs, and a Delinkcious data store. In addition to this, you’ll explore the Nuclio project, run a serverless task on Kubernetes, and manage and implement data-intensive tests. Toward the concluding chapters, you’ll deploy microservices on Kubernetes and learn to maintain a well-monitored system. Finally, you’ll discover the importance of service meshes and how to incorporate Istio into the Delinkcious cluster. By the end of this book, you’ll have gained the skills you need to implement microservices on Kubernetes with the help of effective tools and best practices. What you will learn Understand the synergy between Kubernetes and microservices Create a complete CI/CD pipeline for your microservices on Kubernetes Develop microservices on Kubernetes with the Go kit framework using best practices Manage and monitor your system using Kubernetes and open source tools Expose your services through REST and gRPC APIs Implement and deploy serverless functions as a service Externalize authentication, authorization, and traffic shaping using a service mesh Run a Kubernetes cluster in the cloud on Google Kubernetes Engine Who this book is for This book is for developers, DevOps engineers, or anyone who wants to develop large-scale microservice-based systems on top of Kubernetes. If you are look...
    Note: Online resource; Title from title page (viewed July 5, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781630158439
    Language: English
    Pages: 1 online resource (30796 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Digital technologies are disrupting organizations of every size and shape, leaving managers scrambling to find a technology fix that will help their organizations compete. This book offers managers and business leaders a guide for surviving digital disruptions-but it is not a book about technology. It is about the organizational changes required to harness the power of technology. The authors argue that digital disruption is primarily about people and that effective digital transformation involves changes to organizational dynamics and how work gets done. A focus only on selecting and implementing the right digital technologies is not likely to lead to success. The best way to respond to digital disruption is by changing the company culture to be more agile, risk tolerant, and experimental. The authors draw on four years of research, conducted in partnership with MIT Sloan Management Review and Deloitte, surveying more than 16,000 people and conducting interviews with managers at such companies as Walmart, Google, and Salesforce. They introduce the concept of digital maturity-the ability to take advantage of opportunities offered by the new technology-and address the specifics of digital transformation, including cultivating a digital environment, enabling intentional collaboration, and fostering an experimental mindset.
    Note: Online resource; Title from title page (viewed July 9, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781977359315
    Language: English
    Pages: 1 online resource (24734 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: A renowned economist's classic book on capitalism in the developing world, showing how property rights are the key to overcoming poverty. "The hour of capitalism's greatest triumph," writes Hernando de Soto, "is, in the eyes of four-fifths of humanity, its hour of crisis." In The Mystery of Capital, the world-famous Peruvian economist takes up one of the most pressing questions the world faces today: Why do some countries succeed at capitalism while others fail? In strong opposition to the popular view that success is determined by cultural differences, de Soto finds that it actually has everything to do with the legal structure of property and property rights. Every developed nation in the world at one time went through the transformation from predominantly extralegal property arrangements, such as squatting on large estates, to a formal, unified legal property system. In the West we've forgotten that creating this system is what allowed people everywhere to leverage property into wealth. This persuasive book revolutionized our understanding of capital and points the way to a major transformation of the world economy.
    Note: Online resource; Title from title page (viewed May 28, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781515931058
    Language: English
    Pages: 1 online resource (34387 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: The world's most popular products, from the iPhone to Google Search, were funded not by private companies, but the taxpayer. In this sharp and controversial international bestseller, an award-winning economist debunks the pervasive myth that the government is sluggish and inept, and at odds with a dynamic private sector. She reveals in detailed case studies that the opposite is true: the state is, and has been, our boldest and most valuable innovator. Denying this history is leading us down the wrong path. A select few get credit for what is an intensely collective effort, and the U.S. government has started disinvesting from innovation. The repercussions could stunt economic growth and increase inequality. Mazzucato teaches us how to reverse this trend before it is too late.
    Note: Online resource; Title from title page (viewed June 25, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781618033321
    Language: English
    Pages: 1 online resource (66420 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: For decades, proponents of artificial intelligence have argued that computers will soon be doing everything that a human mind can do. Admittedly, computers now play chess at the grandmaster level, but do they understand the game as we do? Can a computer eventually do everything a human mind can do? In this absorbing and frequently contentious book, Roger Penrose puts forward his view that there are some facets of human thinking that can never be emulated by a machine. The book's central concern is what philosophers call the "mind-body problem." Penrose examines what physics and mathematics can tell us about how the mind works, what they can't, and what we need to know to understand the physical processes of consciousness. He is among a growing number of physicists who think Einstein wasn't being stubborn when he said his "little finger" told him that quantum mechanics is incomplete, and he concludes that laws even deeper than quantum mechanics are essential for the operation of a mind. To support this contention, Penrose takes the listener on a dazzling tour that covers such topics as complex numbers, Turing machines, complexity theory, quantum mechanics, formal systems, Godel undecidability, phase spaces, Hilbert spaces, black holes, white holes, Hawking radiation, entropy, quasicrystals, and the structure of the brain.
    Note: Online resource; Title from title page (viewed October 15, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781515936749
    Language: English
    Pages: 1 online resource (53493 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: With straightforward advice and a plethora of specific, up-to-date mutual fund recommendations, personal finance expert Eric Tyson helps you avoid fund-investing pitfalls and maximize your chances of success. Newly revised and updated, Mutual Funds For Dummies quickly and easily helps you pick the best funds, assemble and maintain your portfolio, and evaluate your funds' performance. In no time, it gets you up and running on exchange-traded funds, tax laws affecting investments in funds, how to evaluate different fund-investing strategies, and much more. ● Plan and implement a successful investment strategy that includes mutual funds ● Find the best-managed funds that match your financial goals ● Select among mutual funds, exchange-traded funds, and other investing options Mutual Funds For Dummies is your trusted resource for planning and implementing a successful investment strategy that includes mutual funds.
    Note: Online resource; Title from title page (viewed June 25, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781977310781
    Language: English
    Pages: 1 online resource (23400 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: In Leading Matters, current Chairman of Alphabet (Google's parent company), former President of Stanford University, and "Godfather of Silicon Valley," John L. Hennessy shares the core elements of leadership that helped him become a successful tech entrepreneur, esteemed academic, and venerated administrator. Hennessy's approach to leadership is laser-focused on the journey rather than the destination. Each chapter in Leading Matters looks at valuable elements that have shaped Hennessy's career in practice and philosophy. He discusses the pivotal role that humility, authenticity and trust, service, empathy, courage, collaboration, innovation, intellectual curiosity, storytelling, and legacy have all played in his prolific, interdisciplinary career. Hennessy takes these elements and applies them to instructive stories, such as his encounters with other Silicon Valley leaders including Jim Clark, founder of Netscape; Condoleezza Rice, former U.S. Secretary of State and Stanford provost; John Arrillaga, one of the most successful Silicon Valley commercial real estate developers; and Phil Knight, founder of Nike and philanthropist with whom Hennessy cofounded Knight-Hennessy Scholars at Stanford University. Across government, education, commerce, and non-profits, the need for effective leadership could not be more pressing. This book is essential reading for those tasked with leading any complex enterprise in the academic, not-for-profit, or for-profit sector.
    Note: Online resource; Title from title page (viewed January 29, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781515936770
    Language: English
    Pages: 1 online resource (37742 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Jobs in data science abound, but few people have the data science skills needed to fill these increasingly important roles. Data Science For Dummies is the perfect starting point for IT professionals and students who want a quick primer on all areas of the expansive data science space. With a focus on business cases, the book explores topics in big data, data science, and data engineering, and how these three areas are combined to produce tremendous value. If you want to pick-up the skills you need to begin a new career or initiate a new project, listening to this book will help you understand what technologies, programming languages, and mathematical methods on which to focus. While this book serves as a wildly fantastic guide through the broad, sometimes intimidating field of big data and data science, it is not an instruction manual for hands-on implementation. Here's what to expect: ● Provides a background in big data and data engineering before moving on to data science and how it's applied to generate value ● Includes coverage of big data frameworks like Hadoop, MapReduce, Spark, MPP platforms, and NoSQL ● And more It's a big, big data world out there-let Data Science For Dummies help you harness its power and gain a competitive edge for your organization.
    Note: Online resource; Title from title page (viewed August 27, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781618036803
    Language: English
    Pages: 1 online resource (52694 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Discover how brands are created, managed, differentiated, leveraged, and licensed Whether your business is large or small, global or local, this new edition of Branding For Dummies gives you the nuts and bolts to create, improve, and maintain a successful brand. It'll help you define your company's mission, the benefits and features of your products or services, what your customers and prospects already think of your brand, what qualities you want them to associate with your company, and so much more. Packed with plain-English advice and step-by-step instructions, Branding For Dummies covers assembling a top-notch branding team, positioning your brand, handling advertising and promotions, avoiding blunders, and keeping your brand viable, visible, and healthy. Whether you're looking to develop a logo and tagline, manage and protect your brand, launch a brand marketing plan, fix a broken brand, make customers loyal brand champions-or anything in between-Branding For Dummies makes it fast and easy.
    Note: Online resource; Title from title page (viewed September 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781618036568
    Language: English
    Pages: 1 online resource (51787 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Your friendly guide to trading the bond and bond fund market. Bonds and bond funds are among the safest and most reliable investments you can make to ensure an ample and dependable retirement income-if you do it right! Bond Investing For Dummies helps you do just that, with clear explanations of everything you need to know to build a diversified bond portfolio that will be there when you need it no matter what happens in the stock market. This plain-English guide clearly explains the pros and cons of investing in bonds, how they differ from stocks, and the best (and worst!) ways to select and purchase bonds for your needs. You'll get up to speed on the different bond varieties and see how to get the best prices when you sell. ● Covers the ups and downs of today's market, which reinforces the importance of bonds in a portfolio ● Explains how a radical fall in interest rates make bond investing trickier than ever ● Explores the historic downgrade of U.S. Treasuries and its possible effects on government bonds If you're an investor looking for a resource that helps you understand, evaluate, and incorporate bonds into your portfolio, Bond Investing For Dummies has you covered.
    Note: Online resource; Title from title page (viewed October 8, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838986612
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 hr., 17 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Master Data Science skills using Python and real time project and go from Beginner to Super Advance level About This Video Master complex theories, algorithms, and coding libraries in a very simple way Master Data Science in Python In Detail Want to become a good Data Scientist? Then this is a right course for you. This course was designed by IT professionals with a Master's in Mathematics and Data Science. We cover complex theories, algorithms, and coding libraries in a very simple way so they can be easily grasped by any beginner. We walk you step-by-step through the World of Data science. With every tutorial, you will develop new skills and improve your understanding of this challenging yet lucrative sub-field of Data Science from beginner to advanced level.
    Note: Online resource; Title from title screen (viewed July 24, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838985721
    Language: English
    Pages: 1 online resource (1 video file, approximately 20 hr., 49 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Novice to pro in Deep Learning with Hands-on Real-World Projects About This Video Learn to implement machine learning models in Tensor Flow and Keras Complete introduction to advance level concepts in Recurrent Neural Networks (RNN) A Practical course with multiple real-life projects in Deep learning In Detail Deep learning is an artificial intelligence function that mimics the inner workings of the human brain in processing data and creating patterns for use in decision making. Deep learning is a subset of machine learning in artificial intelligence (AI) that has networks of interconnected nodes capable of un-supervised learning from data that is unstructured or unlabelled training data. It also enables representation of data in form of abstract features and classifies them into sub-classes which may be too complex for traditional machine learning models. One of the most common AI techniques used for processing big data is machine learning, a self-adaptive algorithm that gets increasingly better analysis and patterns with experience or with newly added data. As more and more sources of data-generation are coming into picture, the number of file formats is increasing as well. Now, designing one model to merge data from these many sources and extract meaningful insights is not possible with traditional hand-coded programs. While traditional programs build analysis with data in a linear way, the hierarchical function of deep learning systems enables machines to process data with a non-linear approach. While this may sound daunting, Deep Learning algorithms handle such tasks with ease. The scope of implementation in various sectors is just limitless.
    Note: Online resource; Title from title screen (viewed July 12, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789807356
    Language: English
    Pages: 1 online resource (386 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Take your first steps to become a fully qualified data analyst by learning how to explore large relational datasets Key Features Explore a variety of statistical techniques to analyze your data Integrate your SQL pipelines with other analytics technologies Perform advanced analytics such as geospatial and text analysis Book Description Understanding and finding patterns in data has become one of the most important ways to improve business decisions. If you know the basics of SQL, but don't know how to use it to gain the most effective business insights from data, this book is for you. SQL for Data Analytics helps you build the skills to move beyond basic SQL and instead learn to spot patterns and explain the logic hidden in data. You'll discover how to explore and understand data by identifying trends and unlocking deeper insights. You'll also gain experience working with different types of data in SQL, including time-series, geospatial, and text data. Finally, you'll learn how to increase your productivity with the help of profiling and automation. By the end of this book, you'll be able to use SQL in everyday business scenarios efficiently and look at data with the critical eye of an analytics professional. What you will learn Perform advanced statistical calculations using the WINDOW function Use SQL queries and subqueries to prepare data for analysis Import and export data using a text file and psql Apply special SQL clauses and functions to generate descriptive statistics Analyze special data types in SQL, including geospatial data and time data Optimize queries to improve their performance for faster results Debug queries that won't run Use SQL to summarize and identify patterns in data Who this book is for If you're a database engineer looking to transition into analytics, or a backend engineer who wants to develop a deeper understanding of production data, you will find this book useful. This book is also ideal for data scientists or business analysts who want to improve their data analytics skills using SQL. Knowledge of basic SQL and database concepts will aid in understanding the concepts covered in this book.
    Note: Online resource; Title from title page (viewed August 23, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838822248
    Language: English
    Pages: 1 online resource (466 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Learn dynamic programming with Julia to build apps for data analysis, visualization, machine learning, and the web Key Features Leverage Julia's high speed and efficiency to build fast, efficient applications Perform supervised and unsupervised machine learning and time series analysis Tackle problems concurrently and in a distributed environment Book Description Julia offers the high productivity and ease of use of Python and R with the lightning-fast speed of C++. There's never been a better time to learn this language, thanks to its large-scale adoption across a wide range of domains, including fintech, biotech and artificial intelligence (AI). You will begin by learning how to set up a running Julia platform, before exploring its various built-in types. This Learning Path walks you through two important collection types: arrays and matrices. You'll be taken through how type conversions and promotions work, and in further chapters you'll study how Julia interacts with operating systems and other languages. You'll also learn about the use of macros, what makes Julia suitable for numerical and scientific computing, and how to run external programs. Once you have grasped the basics, this Learning Path goes on to how to analyze the Iris dataset using DataFrames. While building a web scraper and a web app, you'll explore the use of functions, methods, and multiple dispatches. In the final chapters, you'll delve into machine learning, where you'll build a book recommender system. By the end of this Learning Path, you'll be well versed with Julia and have the skills you need to leverage its high speed and efficiency for your applications. This Learning Path includes content from the following Packt products: Julia 1.0 Programming - Second Edition by Ivo Balbaert Julia Programming Projects by Adrian Salceanu What you will learn Create your own types to extend the built-in type system Visualize your data in Julia with plotting packages Explore the use of built-in macros for testing and debugging Integrate Julia with other languages such as C, Python, and MATLAB Analyze and manipulate datasets using Julia and DataFrames Develop and run a web app using Julia and the HTTP package Build a recommendation system using supervised machine learning Who this book is for If you are a statistician or data scientist who wants a quick course in the Julia programming language while building big data applications, this Learning Path is for you. Basic knowledge of m...
    Note: Online resource; Title from title page (viewed May 20, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838986186
    Language: English
    Pages: 1 online resource (266 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Discover the untapped features of object-oriented programming and use it with other software tools to code fast, efficient applications. Key Features Explore the complexities of object-oriented programming (OOP) Discover what OOP can do for you Learn to use the key tools and software engineering practices to support your own programming needs Book Description Your experience and knowledge always influence the approach you take and the tools you use to write your programs. With a sound understanding of how to approach your goal and what software paradigms to use, you can create high-performing applications quickly and efficiently. In this two-part book, you'll discover the untapped features of object-oriented programming and use it with other software tools to code fast and efficient applications. The first part of the book begins with a discussion on how OOP is used today and moves on to analyze the ideas and problems that OOP doesn't address. It continues by deconstructing the complexity of OOP, showing you its fundamentally simple core. You'll see that, by using the distinctive elements of OOP, you can learn to build your applications more easily. The next part of this book talks about acquiring the skills to become a better programmer. You'll get an overview of how various tools, such as version control and build management, help make your life easier. This book also discusses the pros and cons of other programming paradigms, such as aspect-oriented programming and functional programming, and helps to select the correct approach for your projects. It ends by talking about the philosophy behind designing software and what it means to be a "good" developer. By the end of this two-part book, you will have learned that OOP is not always complex, and you will know how you can evolve into a better programmer by learning about ethics, teamwork, and documentation. What you will learn Untangle the complexity of object-oriented programming by breaking it down to its essential building blocks Realize the full potential of OOP to design efficient, maintainable programs Utilize coding best practices, including TDD, pair programming and code reviews, to improve your work Use tools, such as source control and IDEs, to work more efficiently Learn how to most productively work with other developers Build your own software development philosophy Who this book is for This book is ideal for programmers who want to understand the philosophy behind creating soft...
    Note: Online resource; Title from title page (viewed June 28, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839217647
    Language: English
    Pages: 1 online resource (468 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Learn how to get the most out of JMeter, improve the productivity of your apps, and integrate JMeter with your Agile and DevOps processes. Key Features Gain insights into preparing test environments and selecting the correct use cases to load test Learn to analyze a load test with Backend Listener, HTML Report Dashboard, and View Results Tree Explore how to integrate JMeter in the software factory Book Description Load tests help identify the maximum number of requests a software system can handle. One popular open source tool for load testing is JMeter. By leveraging the features and capabilities of JMeter, you can perform extensive load testing and fix issues in your application before they become problematic. This book is written by JMeter developers and begins by discussing the whole process, including recording a script, setting it up, and launching it, enabling you to almost immediately start load testing. You'll learn the best practices that you must follow while designing test cases. You'll also explore the different protocols offered by JMeter through various real-world examples. Finally, you'll see how to integrate JMeter into the DevOps approach and create professional reports. You'll discover ways to use the eco-system of JMeter to integrate new protocols, enrich its monitoring, and leverage its power through the use of the cloud. By the end of this book, you'll know all that's needed to perform comprehensive load testing on your applications by using all the best practices and features of JMeter. What you will learn Explore various JMeter concepts, including Timers scope and Assertions scope Discover the types of test protocols and load tests that JMeter supports Design a realistic test scenario using various tips and best practices Prepare your test environment with injectors and the system under test Learn and apply good practices when recording a script Integrate JMeter with Jenkins using Maven Who this book is for This book contains all the valuable information you need in one place and is a must for everybody who is seriously working with JMeter. It might be a little condensed for absolute beginners, but this book is the best you can find if you already have some performance testing experience and want to get further. In particular, it would be invaluable to developers who want to expand their JMeter knowledge into advanced topics or switch to JMeter from other load testing tools.
    Note: Online resource; Title from title page (viewed August 1, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838981747
    Language: English
    Pages: 1 online resource (680 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Transform machine-generated data into valuable business insights using the powers of Splunk Key Features Explore the all-new machine learning toolkit in Splunk 7.x Tackle any problems related to searching and analyzing your data with Splunk Get the latest information and business insights on Splunk 7.x Book Description Splunk makes it easy for you to take control of your data and drive your business with the cutting edge of operational intelligence and business analytics. Through this Learning Path, you'll implement new services and utilize them to quickly and efficiently process machine-generated big data. You'll begin with an introduction to the new features, improvements, and offerings of Splunk 7. You'll learn to efficiently use wildcards and modify your search to make it faster. You'll learn how to enhance your applications by using XML dashboards and configuring and extending Splunk. You'll also find step-by-step demonstrations that'll walk you through building an operational intelligence application. As you progress, you'll explore data models and pivots to extend your intelligence capabilities. By the end of this Learning Path, you'll have the skills and confidence to implement various Splunk services in your projects. This Learning Path includes content from the following Packt products: Implementing Splunk 7 - Third Edition by James Miller Splunk Operational Intelligence Cookbook - Third Edition by Paul R Johnson, Josh Diakun, et al What you will learn Master the new offerings in Splunk: Splunk Cloud and the Machine Learning Toolkit Create efficient and effective searches Master the use of Splunk tables, charts, and graph enhancements Use Splunk data models and pivots with faster data model acceleration Master all aspects of Splunk XML dashboards with hands-on applications Apply ML algorithms for forecasting and anomaly detection Integrate advanced JavaScript charts and leverage Splunk's API Who this book is for This Learning Path is for data analysts, business analysts, and IT administrators who want to leverage the Splunk enterprise platform as a valuable operational intelligence tool. Existing Splunk users who want to upgrade and get up and running with Splunk 7.x will also find this book useful. Some knowledge of Splunk services will help you get the most out of this Learning Path.
    Note: Online resource; Title from title page (viewed August 22, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789954920
    Language: English
    Pages: 1 online resource (404 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Explore the exciting world of machine learning with the fastest growing technology in the world Key Features Understand various machine learning concepts with real-world examples Implement a supervised machine learning pipeline from data ingestion to validation Gain insights into how you can use machine learning in everyday life Book Description Machine learning—the ability of a machine to give right answers based on input data—has revolutionized the way we do business. Applied Supervised Learning with Python provides a rich understanding of how you can apply machine learning techniques in your data science projects using Python. You'll explore Jupyter Notebooks, the technology used commonly in academic and commercial circles with in-line code running support. With the help of fun examples, you'll gain experience working on the Python machine learning toolkit—from performing basic data cleaning and processing to working with a range of regression and classification algorithms. Once you've grasped the basics, you'll learn how to build and train your own models using advanced techniques such as decision trees, ensemble modeling, validation, and error metrics. You'll also learn data visualization techniques using powerful Python libraries such as Matplotlib and Seaborn. This book also covers ensemble modeling and random forest classifiers along with other methods for combining results from multiple models, and concludes by delving into cross-validation to test your algorithm and check how well the model works on unseen data. By the end of this book, you'll be equipped to not only work with machine learning algorithms, but also be able to create some of your own! What you will learn Understand the concept of supervised learning and its applications Implement common supervised learning algorithms using machine learning Python libraries Validate models using the k-fold technique Build your models with decision trees to get results effortlessly Use ensemble modeling techniques to improve the performance of your model Apply a variety of metrics to compare machine learning models Who this book is for Applied Supervised Learning with Python is for you if you want to gain a solid understanding of machine learning using Python. It'll help if you to have some experience in any functional or object-oriented language and a basic understanding of Python libraries and expressions, such as arrays and dictionaries.
    Note: Online resource; Title from title page (viewed April 27, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838552268
    Language: English
    Pages: 1 online resource (356 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Create end-to-end systems that can power robots with artificial vision and deep learning techniques Key Features Study ROS, the main development framework for robotics, in detail Learn all about convolutional neural networks, recurrent neural networks, and robotics Create a chatbot to interact with the robot Book Description Artificial Vision and Language Processing for Robotics begins by discussing the theory behind robots. You'll compare different methods used to work with robots and explore computer vision, its algorithms, and limits. You'll then learn how to control the robot with natural language processing commands. You'll study Word2Vec and GloVe embedding techniques, non-numeric data, recurrent neural network (RNNs), and their advanced models. You'll create a simple Word2Vec model with Keras, as well as build a convolutional neural network (CNN) and improve it with data augmentation and transfer learning. You'll study the ROS and build a conversational agent to manage your robot. You'll also integrate your agent with the ROS and convert an image to text and text to speech. You'll learn to build an object recognition system using a video. By the end of this book, you'll have the skills you need to build a functional application that can integrate with a ROS to extract useful information about your environment. What you will learn Explore the ROS and build a basic robotic system Understand the architecture of neural networks Identify conversation intents with NLP techniques Learn and use the embedding with Word2Vec and GloVe Build a basic CNN and improve it using generative models Use deep learning to implement artificial intelligence(AI)and object recognition Develop a simple object recognition system using CNNs Integrate AI with ROS to enable your robot to recognize objects Who this book is for Artificial Vision and Language Processing for Robotics is for robotics engineers who want to learn how to integrate computer vision and deep learning techniques to create complete robotic systems. It will prove beneficial to you if you have working knowledge of Python and a background in deep learning. Knowledge of the ROS is a plus.
    Note: Online resource; Title from title page (viewed April 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838980849
    Language: English
    Pages: 1 online resource (442 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Delve deep into the various technical practices, principles, and values of Agile. Key Features Discover the essence of Agile software development and the key principles of software design Explore the fundamental practices of Agile working, including test-driven development (TDD), refactoring, pair programming, and continuous integration Learn and apply the four elements of simple design Book Description The number of popular technical practices has grown exponentially in the last few years. Learning the common fundamental software development practices can help you become a better programmer. This book uses the term Agile as a wide umbrella and covers Agile principles and practices, as well as most methodologies associated with it. You'll begin by discovering how driver-navigator, chess clock, and other techniques used in the pair programming approach introduce discipline while writing code. You'll then learn to safely change the design of your code using refactoring. While learning these techniques, you'll also explore various best practices to write efficient tests. The concluding chapters of the book delve deep into the SOLID principles - the five design principles that you can use to make your software more understandable, flexible and maintainable. By the end of the book, you will have discovered new ideas for improving your software design skills, the relationship within your team, and the way your business works. What you will learn Learn the red, green, refactor cycle of classic TDD and practice the best habits such as the rule of 3, triangulation, object calisthenics, and more Refactor using parallel change and improve legacy code with characterization tests, approval tests, and Golden Master Use code smells as feedback to improve your design Learn the double cycle of ATDD and the outside-in mindset using mocks and stubs correctly in your tests Understand how Coupling, Cohesion, Connascence, SOLID principles, and code smells are all related Improve the understanding of your business domain using BDD and other principles for "doing the right thing, not only the thing right" Who this book is for This book is designed for software developers looking to improve their technical practices. Software coaches may also find it helpful as a teaching reference manual. This is not a beginner's book on how to program. You must be comfortable with at least one programming language and must be able to write unit tests using any unit testing framework.
    Note: Online resource; Title from title page (viewed June 28, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838980412
    Language: English
    Pages: 1 online resource (134 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Discover the story of your data using the essential elements of associations and correlations Key Features Get a comprehensive introduction to associations and correlations Explore multivariate analysis, understand its limitations, and discover the assumptions on which it's based Gain insights into the various ways of preparing your data for analysis and visualization Book Description Associations and correlations are ways of describing how a pair of variables change together as a result of their connection. By knowing the various available techniques, you can easily and accurately discover and visualize the relationships in your data. This book begins by showing you how to classify your data into the four distinct types that you are likely to have in your dataset. Then, with easy-to-understand examples, you'll learn when to use the various univariate and multivariate statistical tests. You'll also discover what to do when your univariate and multivariate results do not match. As the book progresses, it describes why univariate and multivariate techniques should be used as a tag team, and also introduces you to the techniques of visualizing the story of your data. By the end of the book, you'll know exactly how to select the most appropriate univariate and multivariate tests, and be able to use a single strategic framework to discover the true story of your data. What you will learn Identify a dataset that's fit for analysis using its basic features Understand the importance of associations and correlations Use multivariate and univariate statistical tests to confirm relationships Classify data as qualitative or quantitative and then into the four subtypes Build a visual representation of all the relationships in the dataset Automate associations and correlations with CorrelViz Who this book is for This is a book for beginners – if you're a novice data analyst or data scientist, then this is a great place to start. Experienced data analysts might also find value in this title, as it will recap the basics and strengthen your understanding of key concepts. This book focuses on introducing the essential elements of association and correlation analysis.
    Note: Online resource; Title from title page (viewed June 28, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781630158835
    Language: English
    Pages: 1 online resource (15777 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Discover how demographic change associated with Millennials and the Fourth Industrial Revolution collectively influence the way we think about our social, cultural, economic, and technological future. Youthquake 4.0 analyzes the confluence of these two inextricably linked global forces, leveraging research from world leading institutions and enriched by world leading thought leaders to provide insights toward global challenges, economics, society, technology, and innovation and the role of business as the world enters the Fourth Industrial Revolution. A book for individuals, leaders, and policymakers seeking to unlock opportunities through developing specific strategies on the interplay between the Millennial mind and the Fourth Industrial Revolution. The insights here will inspire professionals to consider the role they can play in adapting and transforming their organizations to reap the benefits of the Millennials and to thrive in the new industrial era.
    Note: Online resource; Title from title page (viewed July 16, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781977360267
    Language: English
    Pages: 1 online resource (21482 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Are you bored of the endless scroll of your social media feed? Do you swipe left before considering the human being whose face you just summarily rejected? Do you skim articles on your screen in search of intellectual stimulation that never arrives? If so, this book is the philosophical lifeline you have been waiting for. Offering a timely meditation on the profound effects of constant immersion in technology, also known as the Interface, Wish I Were Here draws on philosophical analysis of boredom and happiness to examine the pressing issues of screen addiction and the lure of online outrage. Without moralizing, Mark Kingwell takes seriously the possibility that current conditions of life and connection are creating hollowed-out human selves, divorced from their own external world. While scrolling, swiping, and clicking suggest purposeful action, such as choosing and connecting with others, Kingwell argues that repeated flicks of the finger provide merely the shadow of meaning, by reducing us to scattered data fragments, Twitter feeds, Instagram posts, shopping preferences, and text trends captured by algorithms. Written in accessible language that references both classical philosophers and contemporary critics, Wish I Were Here turns to philosophy for a cure to the widespread unease that something is amiss in modern waking life.
    Note: Online resource; Title from title page (viewed April 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781977304551
    Language: English
    Pages: 1 online resource (30854 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: In this book, Art Kleiner, a strategy expert; Jeffrey Schwartz, a research psychiatrist; and Josie Thomson, an executive coach, give a transformative explanation of how cutting-edge neuroscience can help business leaders set a course toward better management. Mapping the functions of a manager onto established patterns of mental activity, they identify crucial brain circuits and their parallels in organizational culture. Strategic leaders, they show, play the role of wise advocates: able to go beyond day-to-day transactional behavior to a longer-term, broader perspective that articulates their organization's deeper purpose. True leaders can play this influencer role in an organization because they have cultivated similar self-reflective habits in their own minds. Providing a powerful guide to decision strategies and their consequences, The Wise Advocate helps managers find their own inner voice and then make that voice ring out loud and clear, with a four-step program for practice and catalytic implications for management strategy, executive education, and business results.
    Note: Online resource; Title from title page (viewed January 29, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781630151904
    Language: English
    Pages: 1 online resource (18066 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Many of us read books every day, either electronically or in print. We remember the books that shaped our ideas about the world as children, go back to favorite books year after year, give or lend books to loved ones and friends to share the stories we've loved especially, and discuss important books with fellow readers in book clubs and online communities. But for all the ways books influence us, teach us, challenge us, and connect us, many of us remain in the dark as to where they come from and how the mysterious world of publishing truly works. How are books created and how do they get to readers? The Book Business: What Everyone Needs to Know® introduces those outside the industry to the world of book publishing. Covering everything from the beginnings of modern book publishing early in the twentieth century to the current concerns over the alleged death of print, digital reading, and the rise of Amazon, Mike Shatzkin and Robert Paris Riger provide a succinct and insightful survey of the industry in an accessible question-and-answer format. The authors, veterans of "trade publishing," or the branch of the business that puts books in our hands through libraries or bookstores, answer questions from the basic to the cutting-edge, providing a guide for curious beginners and outsiders.
    Note: Online resource; Title from title page (viewed May 31, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781515936374
    Language: English
    Pages: 1 online resource (41703 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: A simple, straightforward guide to the fundamentals of technical analysis. Technical analysis is a collection of techniques designed to help you make trading decisions in securities markets. Technical Analysis For Dummies helps you take a hard-headed look at what securities prices are actually doing rather than what economists or analysts say they should be doing, giving you the know-how to use that data to decide whether to buy or sell individual securities. Since the publication of the first edition, listeners have been faced with many changes, such as new interest rates, looming bank crises, and adjusting market climates. This new edition provides an updated look at unique formulas and key indicators, as well as refreshed and practical examples that reflect today today's financial atmosphere. ● Determine how markets are performing and make decisions using real data ● Spot investment trends and turning points ● Improve your profits and your portfolio performance With straightforward coverage of concepts and execution, Technical Analysis For Dummies shows you how to make better trading decisions in no time.
    Note: Online resource; Title from title page (viewed October 15, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781977360663
    Language: English
    Pages: 1 online resource (40989 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: In today's fast-paced world, leaders need to move at speed. The rate of innovation and change in organizations and the challenges of impatient investors or shareholders mean leadership decisions must be quick, smart, and deliver real impact. Superfast provides cutting-edge inspiration and a host of exciting ideas about how to accelerate performance in an agile and thoughtful way, shedding new light on leading in a world which is fluid and uncertain. You'll learn the practical solutions to leadership questions which the most savvy global leaders employ, and map your own shortcut to personal and professional success. Leadership is not just about moving fast, however. Superfast will show you how to use your time in the smartest, most efficient way possible-slowing down when necessary to get decisions right and accelerating elsewhere to unlock growth. Stop waiting around. Superfast will give you the tools to lead well and make change happen.
    Note: Online resource; Title from title page (viewed June 28, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781630158446
    Language: English
    Pages: 1 online resource (45049 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Updated with new and revised material to reflect the current market, this new edition of Stock Investing For Dummies gives you proven strategies for selecting and managing profitable investments, no matter what the conditions. You'll find out how to navigate the new economic landscape and choose the right stock for different situations-with real-world examples that show you how to maximize your portfolio. The economic and global events affecting stock investors have been dramatic and present new challenges and opportunities for investors and money managers at every level. With the help of this guide, you'll quickly and easily navigate an ever-changing stock market with plain-English tips and information on ETFs, new rules, exchanges, and investment vehicles, as well as the latest information on the European debt crisis. - Incorporate stocks into your investment portfolio - Manage risk and ride out the market's ups and downs - Explore new investment opportunities Stock Investing For Dummies is an essential book for anyone looking for trusted, comprehensive guidance to ensure their investments grow.
    Note: Online resource; Title from title page (viewed July 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781977326447
    Language: English
    Pages: 1 online resource (39729 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: All of us at some point have-or will-come into contact with psychopathic individuals. The danger they present may not be readily apparent because of their ability to charm, deceive, and manipulate. Although not necessarily criminal, their self-serving nature frequently is destructive to the organizations that employ them. So how can we protect ourselves and our organizations in a business climate that offers the perfect conditions for psychopaths to thrive? In Snakes in Suits, Hare, an expert on the scientific study of psychopathy, and Babiak, an industrial and organizational psychologist and a leading authority on the corporate psychopath, examine the role of psychopaths in modern corporations and provide the tools employers can use to avoid and deal with them. Together, they have developed the B-Scan 360, a research tool designed specifically for business professionals. Dr. Babiak and Dr. Hare reveal the secret lives of psychopaths, explain the ways in which they manipulate and deceive, and help you to see through their games. The rapid pace of today's corporate environment provides the perfect breeding ground for these "snakes in suits" and this newly revised and updated classic gives you the insight, information, and power to protect yourself and your company before it's too late.
    Note: Online resource; Title from title page (viewed August 13, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781618037039
    Language: English
    Pages: 1 online resource (21812 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Our children's first digital footprints are made before they can walk-even before they are born-as parents use fertility apps to aid conception, post ultrasound images, and share their baby's hospital mug shot. Then, in rapid succession come terabytes of baby pictures stored in the cloud, digital baby monitors with built-in artificial intelligence, and real-time updates from daycare. When school starts, there are cafeteria cards that catalog food purchases, bus passes that track when kids are on and off the bus, electronic health records in the nurse's office, and a school surveillance system that has eyes everywhere. Unwittingly, parents, teachers, and other trusted adults are compiling digital dossiers for children that could be available to everyone-friends, employers, law enforcement-forever. In this incisive book, Leah Plunkett examines the implications of "sharenthood"-adults' excessive digital sharing of children's data. She outlines the mistakes adults make with kids' private information, the risks that result, and the legal system that enables "sharenting."
    Note: Online resource; Title from title page (viewed September 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781618036643
    Language: English
    Pages: 1 online resource (48841 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Guide your sales force to its fullest potential With a proven sales management and execution process, Sales Management For Dummies aids organizations and individuals in reaching the highest levels of success. Although selling products or services is a central part of any sales job, there's much more to it. With this fun and accessible guide, you'll go beyond the basics of sales to learn how to anticipate clients' needs, develop psychologist-like insight, and so much more. Because few people go to school to earn degrees in selling, sales talent is developed in the field. Unfortunately, most training efforts fail to reach their objectives, in large part because of the absence of any kind of reinforcement or coaching. This book is your one-stop guide to managing an existing or start-up sales force to succeed in every area of sales-from prospecting to closing. If you're one of the millions of salespeople or sales managers worldwide looking for a fast, easy, and effective way to get the most out of your sales force, the tried-and-true guidance presented in this book sets you up for success.
    Note: Online resource; Title from title page (viewed September 24, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781515936787
    Language: English
    Pages: 1 online resource (46499 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Product management plays a pivotal role in organizations. In fact, it's now considered the fourth most important title in corporate America-yet only a tiny fraction of product managers have been trained for this vital position. If you're one of the hundreds of thousands of people who hold this essential job-or simply aspire to break into a new role-Product Management For Dummies gives you the tools to increase your skill level and manage products like a pro. From defining what product management is-and isn't-to exploring the rising importance of product management in the corporate world, this friendly and accessible guide quickly gets you up to speed on everything it takes to thrive in this growing field. It offers plain-English explanations of the product life cycle, market research, competitive analysis, market and pricing strategy, product roadmaps, the people skills it takes to effectively influence and negotiate, and so much more. ● Create a winning strategy for your product ● Gather and analyze customer and market feedback to maximize revenue ● Prioritize and convey requirements to engineering teams effectively Product managers are responsible for so much more than meets the eye-and this friendly, authoritative guide lifts the curtain on what it takes to succeed.
    Note: Online resource; Title from title page (viewed June 28, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781515936367
    Language: English
    Pages: 1 online resource (66151 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Weave your way through the tangled web of Medicare Medicare For Dummies, 3rd Edition will help you navigate the complicated, often confusing maze of the Medicare system. In simple language, with clear step-by-step instructions, the book helps you determine how and when to enroll, avoid costly mistakes, and find a plan that is right for you and your family. Written by Patricia Barry, a nationally recognized authority on Medicare and Medicare Part D prescription drug coverage, this invaluable resource offers: - Tips on reducing out-of-pocket expenses - Guidance for knowing your rights and protections - Ways to choose the best policy for you With this definitive guide, you'll get answers to the most common and not so common questions about Medicare, to get the most out of your coverage.
    Note: Online resource; Title from title page (viewed June 18, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781618037121
    Language: English
    Pages: 1 online resource (53967 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Everything you need to harness Millennial potential Managing Millennials For Dummies is the field guide to people-management in the modern workplace. Packed with insight, advice, personal anecdotes, and practical guidance, this book shows you how to manage your Millennial workers and teach them how to manage themselves. You'll learn just what makes them tick-they're definitely not the workers of yesteryear-and how to uncover the deeply inspirational talent they have hiding not far below the surface. Best practices and proven strategies from Google, Netflix, LinkedIn, and other top employers provide real-world models for effective management, and new research on first-wave versus second-wave Millennials helps you parse the difference between your new hires and more experienced workers. You'll learn why flex time, social media, dress code, and organizational structure are shifting, and answer the all-important question: why won't they use the phone? Millennials are the product of a different time, with different values, different motivations, and different wants-and in the U.S., they now make up the majority of the workforce. This book shows you how to bring out their best and discover just how much they're really capable of.
    Note: Online resource; Title from title page (viewed October 15, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781515932802
    Language: English
    Pages: 1 online resource (23724 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: In Living Like You Mean It, author Ronald J. Frederick does a brilliant job of describing why people are so afraid of their emotions and how this fear creates a variety of problems in their lives. While the problems are different, the underlying issue is often the same. At the core of their distress is what Dr. Frederick refers to as feelings phobia. Whether it's the experience of love, joy, anger, sadness, or surprise, our inborn ability to be a fully feeling person has been hijacked by fear-and it's fear that's keeping us from a better life. The book will help listeners take an honest look at themselves and recognize whether and how they are afraid of their feelings. It then moves on to explore the origins of fear of feeling and introduces a four-part program for overcoming the fear: (1) become aware of and learn to recognize feelings-anger, sadness, joy, love, fear, guilt/shame, surprise, disgust, (2) master techniques for taming the fear, (3) let the feeling work its way all the way through to its resolution, and (4) open up and put those feelings into words and communicate them confidently. With wisdom, humor, and compassion, the book uses stories and examples to help listeners see that overcoming feelings phobia is the key to a better life and more fulfilling relationships.
    Note: Online resource; Title from title page (viewed June 11, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781977358905
    Language: English
    Pages: 1 online resource (24722 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Leading So People Will Follow explores the six leadership characteristics that inspire followers to fully support their leaders. Using Erika Andersen's proven framework, new leaders and veterans alike have increased their capacity for leading in a way that creates loyalty, commitment, and results. Step by step, Andersen lays out six key attributes (far-sightedness, passion, courage, wisdom, generosity, and trustworthiness) and gives leaders the tools for developing them. This innovative book offers a practical guide for building the skills to become a truly "followable" leader. ● Filled with examples from forward-thinking organizations such as Apple, NBC Universal, Union Square Hospitality Group, and MTV Networks ● Maps out the six attributes of leadership ● Author Erika Andersen is one of Forbes's most popular bloggers and coaches some of the most successful leaders in America Using self-assessments, real-world examples, and concrete tools, Leading So People Will Follow helps build timeless core skills that work for leaders in any field.
    Note: Online resource; Title from title page (viewed June 11, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781977350374
    Language: English
    Pages: 1 online resource (15117 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Writing copy that sells without seeming "salesy" can be tough, but is an essential business skill. How To Write Copy That Sells is a step-by-step guide to writing fast, easy-to-read, effective copy. It's for everyone who needs to write copy that brings in cash-including copywriters, freelancers, and entrepreneurs. In this book, you'll find copywriting techniques for email marketing, web sites, social media, sales pages, ads, and direct mail. You'll also discover the universal hidden structure behind all persuasive copy; how to avoid the most common copywriting mistakes; a simple technique for writing copy that's easy to read; how to write powerful short copy for social media; sample headlines, bullet points, and openings; and much, much more! Writing Copy That Sells is your indispensable guide to creating fresh, fast, effective copy that generates sales like magic.
    Note: Online resource; Title from title page (viewed August 6, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781541466869
    Language: English
    Pages: 1 online resource (42520 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: When we talk about technology we always talk about tomorrow and the future-which makes it hard to figure out how to even get there. In Future Histories, public interest lawyer and digital specialist Lizzie O'Shea argues that we need to stop looking forward and start looking backwards. Weaving together histories of computing and progressive social movements with modern theories of the mind, society, and self, O'Shea constructs a "usable past" that can help us determine our digital future. What, she asks, can the Paris Commune tell us about earlier experiments in sharing resources-like the Internet-in common? How can Frantz Fanon's theories of anti colonial self-determination help us build digital world in which everyone can participate equally? Can debates over equal digital access be helped by American revolutionary Tom Paine's theories of democratic, economic redistribution? What can indigenous land struggles teach us about stewarding our digital climate? And, how is Elon Musk not a future visionary but a steampunk throwback to Victorian-era technological utopians? In engaging, sparkling prose, O'Shea shows us how very human our understanding of technology is, and how when we draw on the resources of the past, we can see the potential for struggle, for liberation, for art and poetry in our technological present.
    Note: Online resource; Title from title page (viewed May 14, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781618038821
    Language: English
    Pages: 1 online resource (22888 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Facilitating With Ease! has become the go-to handbook for those who lead meetings, training, and other business gatherings. Packed with information, effective practices, and invaluable advice, this book is the comprehensive handbook for anyone who believes meetings should be productive, relevant, and as short as possible. Dozens of exercises, surveys, and checklists will help transform anyone into a skilled facilitator, and clear, actionable guidance makes implementation a breeze. This new fourth edition includes a new chapter on questioning, plus new material surrounding diversity, globalization, technology, feedback, distance teams, difficult executives, diverse locations, personal growth, meeting management, and much more. With in-depth, expert guidance from planning to closing, this book provides facilitators with an invaluable resource for learning or training. Before you run another meeting, discover the practices, processes, and techniques that turn you from a referee to an effective facilitator. This book provides a wealth of tools and insights that you can put into action today.
    Note: Online resource; Title from title page (viewed October 8, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781618037114
    Language: English
    Pages: 1 online resource (46297 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Direct Selling For Dummies is the perfect resource for anyone involved or interested in direct sales. Written by a thirty-five-year veteran of this booming industry, this useful guide teaches you everything you need to know to achieve and maintain lasting success. You'll learn the insider tips that only the pros know, and how to structure your business, your time, and your customer relationships to optimize sales and achieve your goals. Compare party plans, multi-level marketing, and hybrid models to see where your talents fit best, and discover the most effective ways to promote your products and get people interested. You'll leverage social media as one of the most powerful tools in modern sales, and gain new ideas for recruiting, booking, and time management. With clear guidance and a fun, friendly style, this book gives you the strategies you need to be a direct sales success. The direct sales industry is going strong, with more participants now than any time in the past, yet with less face-to-face engagement. Businesses are operating online, people are shopping online, and more people are recruiting through platforms like social media. If you hope to be a direct sales success, now is the time to get up to speed on what that means today. This book shows you everything you need to know, and gives you the tools you need to put your ideas into action.
    Note: Online resource; Title from title page (viewed August 27, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781494542450
    Language: English
    Pages: 1 online resource (46864 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: If keeping your business or your family safe from cybersecurity threats is on your to-do list, Cybersecurity For Dummies will introduce you to the basics of becoming cyber-secure! You'll learn what threats exist, and how to identify, protect against, detect, and respond to these threats, as well as how to recover if you have been breached! - The who and why of cybersecurity threats - Basic cybersecurity concepts - What to do to be cyber-secure - Cybersecurity careers - What to think about to stay cybersecure in the future Now is the time to identify vulnerabilities that may make you a victim of cyber-crime-and to defend yourself before it is too late.
    Note: Online resource; Title from title page (viewed December 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781977397188
    Language: English
    Pages: 1 online resource (33197 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: This book is the result of over three decades of combined experience from Kelly and Robby Riggs-dynamic, occasionally irreverent, always insightful, father (Boomer) and son (Millennial), who work with organizations grappling daily with multi-generational conflict. Through their collaboration, Kelly and Robby share their very different perspectives on the same problems most companies are still dealing with, but haven't had the courage or the tools, to address. Issues such as: a shocking lack of leadership skills; the culture-killing generational divide that is demolishing many companies; and the stunning, often unrecognized impact of technology on the workplace. In their "shamelessly funny, brilliantly written" debut book, Kelly and Robby discuss today's workplace dynamics, including the changes in communication modes, the influx of technology, and the impact of Millennials and Digital Natives; explain how a one-sided approach to leadership focused on "managing" Millennials is grossly insufficient; explore the new challenges of leadership inherent with the explosion of technology-time compression, distractions, complexity, and the pace of change; detail the CounterMentor leadership model and prescribe specific tactics and techniques for addressing both old and new leadership issues; and more.
    Note: Online resource; Title from title page (viewed January 17, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781977353238
    Language: English
    Pages: 1 online resource (10784 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: With roughly 95,000 blogs launched worldwide every 24 hours (BlogPulse), making a fledgling site stand out isn't easy. This authoritative handbook gives creative hopefuls a leg up. Joy Cho, of the award-winning Oh Joy!, offers expert advice on starting and growing a blog, from design and finance to overcoming blogger's block, attracting readers, and more. With a foreword from Grace Bonney of Design*Sponge plus expert interviews, this book will fine-tune what the next generation of bloggers shares with the world. Learn how to design your site, choose the right platform, attract a fan base, finance your blog, maintain work/life balance, manage comments, find content inspiration, overcome blogger's block, choose the right ads, develop a voice, protect your work, create a media kit, leverage your social network, take better photographs, set up an affiliate program, partner with sponsors, build community, go full-time with your blog, and more!
    Note: Online resource; Title from title page (viewed July 16, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781541460126
    Language: English
    Pages: 1 online resource (27996 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: In Artificial Unintelligence, Meredith Broussard argues that our collective enthusiasm for applying computer technology to every aspect of life has resulted in a tremendous amount of poorly designed systems. We are so eager to do everything digitally-hiring, driving, paying bills, even choosing romantic partners-that we have stopped demanding that our technology actually work. Broussard, a software developer and journalist, reminds us that there are fundamental limits to what we can (and should) do with technology. Making a case against technochauvinism-the belief that technology is always the solution-Broussard argues that it's just not true that social problems would inevitably retreat before a digitally enabled Utopia. To prove her point, she undertakes a series of adventures in computer programming. She goes for an alarming ride in a driverless car; uses artificial intelligence to investigate why students can't pass standardized tests; deploys machine learning to predict which passengers survived the Titanic disaster; and attempts to repair the U.S. campaign finance system by building AI software. If we understand the limits of what we can do with technology, Broussard tells us, we can make better choices about what we should do with it to make the world better for everyone.
    Note: Online resource; Title from title page (viewed January 22, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789137798
    Language: English
    Pages: 1 online resource (536 pages)
    Edition: 6th edition
    Keywords: Electronic books
    Abstract: Explore the fundamentals of Dynamics 365 Business Central and the Visual Studio Code development environment with the help of useful examples and case studies Key Features Tailor your applications to best suit the needs of your business Explore the latest features of Business Central with examples curated by industry experts Integrate Business Central features in your applications with this comprehensive guide Book Description Microsoft Dynamics 365 Business Central is a full ERP business solution suite with a robust set of development tools to support customization and enhancement. These tools can be used to tailor Business Central's in-built applications to support complete management functions for finance, supply chain, manufacturing, and operations. Using a case study approach, this book will introduce you to Dynamics 365 Business Central and Visual Studio Code development tools to help you become a productive Business Central developer. You'll also learn how to evaluate a product's development capabilities and manage Business Central-based development and implementation. You'll explore application structure, the construction of and uses for each object type, and how it all fits together to build apps that meet special business requirements. By the end of this book, you'll understand how to design and develop high-quality software using the Visual Studio Code development environment, the AL language paired with the improved editor, patterns, and features. What you will learn Programming using the AL language in the Visual Studio Code development environment Explore functional design and development using AL How to build interactive pages and learn how to extract data for users How to use best practices to design and develop modifications for new functionality integrated with the standard Business Central software Become familiar with deploying the broad range of components available in a Business Central system Create robust, viable systems to address specific business requirements Who this book is for If you want to learn about Dynamics 365 Business Central's powerful and extensive built-in development capabilities, this is the book for you. ERP consultants and managers of Business Central development will also find this book helpful. Although you aren't expected to have worked with Dynamics Business Central, basic understanding of programming and familiarity with business application software will help you understand the concepts covered...
    Note: Online resource; Title from title page (viewed April 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839214943
    Language: English
    Pages: 1 online resource (130 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Adapt to a world of digitalization and get ready to become a successful player in the new engineering game Key Features Discover what the fourth industrial revolution is all about Explore the new engineering game through the context of globalization, craftsmanship, and interdisciplinary engineering Develop strategies to improve the engineering of products with functional architecture, lean systems engineering, and more Book Description Organizations today face an increasingly complex and dynamic environment, whatever their market. This change requires new systems that are built on the foundation of a new kind of engineering and thinking. The New Engineering Game closes the gap between high-level reflections about digitalization and daily engineering methods and tools. The book begins by describing the first three industrial revolutions and their consequences, and by predicting the fourth industrial revolution. Considering the fourth industrial revolution, it explains the need for a new kind of engineering. The later chapters of the book provide valuable principles, patterns, methods, and tools that engineering organizations can learn and use to succeed on the playfield of digitalization. By the end of the book, you'll have all the information you need to understand the various concepts to take your first steps towards the world of digitalization. What you will learn Deal with the challenges of Conway's Law Explore domains from different viewpoints with the Cynefin framework Use the Business Model Canvas (BMC) to view your business model in one chart Use the Business Model Navigator (BMN) to elaborate your business model Get an overview of REThink 4.0 Discover how to apply the principles of the Agile Manifesto for Software Development in your projects Who this book is for This book is for those of you who want to want to gear up for the ever-evolving and dynamic environment that has come into play with digitalization. Anyone who wants to create industry-grade applications using smart product engineering techniques will find this book useful. To grasp all that has been explained in this book, all you need is a knowledge-seeking attitude.
    Note: Online resource; Title from title page (viewed August 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838551025
    Language: English
    Pages: 1 online resource (374 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Gain hands-on experience with industry-standard data analysis and machine learning tools in Python Key Features Tackle data science problems by identifying the problem to be solved Illustrate patterns in data using appropriate visualizations Implement suitable machine learning algorithms to gain insights from data Book Description Data Science Projects with Python is designed to give you practical guidance on industry-standard data analysis and machine learning tools, by applying them to realistic data problems. You will learn how to use pandas and Matplotlib to critically examine datasets with summary statistics and graphs, and extract the insights you seek to derive. You will build your knowledge as you prepare data using the scikit-learn package and feed it to machine learning algorithms such as regularized logistic regression and random forest. You'll discover how to tune algorithms to provide the most accurate predictions on new and unseen data. As you progress, you'll gain insights into the working and output of these algorithms, building your understanding of both the predictive capabilities of the models and why they make these predictions. By then end of this book, you will have the necessary skills to confidently use machine learning algorithms to perform detailed data analysis and extract meaningful insights from unstructured data. What you will learn Install the required packages to set up a data science coding environment Load data into a Jupyter notebook running Python Use Matplotlib to create data visualizations Fit machine learning models using scikit-learn Use lasso and ridge regression to regularize your models Compare performance between models to find the best outcomes Use k-fold cross-validation to select model hyperparameters Who this book is for If you are a data analyst, data scientist, or business analyst who wants to get started using Python and machine learning techniques to analyze data and predict outcomes, this book is for you. Basic knowledge of Python and data analytics will help you get the most from this book. Familiarity with mathematical concepts such as algebra and basic statistics will also be useful.
    Note: Online resource; Title from title page (viewed April 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838550448
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 51 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Dominate and take control of all the features that Palo Alto firewalls can offer to protect and secure your network About This Video Easily navigate Palo Alto’s web user interface Understand complex settings and scenarios easily Granularly monitor and take action on your network Application Command Center(ACC) This training session covers current and new features in PAN-OS 8.0.x – 8.1.x. Review and helps you understand what has changed in PAN-OS 8 In Detail Network security is not a choice; it’s a must! Palo Alto Networks is one of the top firewall platform choices when it comes to protecting and securing all your critical on-premise and cloud infrastructures. That said, it’s highly probable that you—as a Network Security Engineer—is or will be managing or deploying one in your own or your customers’ environments. This training guide will help you fully understand what tools, features, and options your Palo Alto firewalls can offer to protect and enhance visibility in your network traffic. It has been developed by someone who understands that learning every possible aspect of a technology platform can consume precious time. Why is this course perfect for you? It will get you from zero to hero in no time, so you can take full advantage of all of the features that the Palo Alto firewall platform has to offer. From initial policy configurations to configuring Nat and security rules to performing Active-Active highly available clusters, you’ll learn all there is required to set it up like a pro! After completing this training guide, you’ll feel confident that you can take full advantage of all of the features of Palo Alto firewall and most importantly, keep the bad guys out of your network.
    Note: Online resource; Title from title screen (viewed May 31, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838556334
    Language: English
    Pages: 1 online resource (502 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Learn the ropes of supervised machine learning with R by studying popular real-world use cases, and understand how it drives object detection in driverless cars, customer churn, and loan default prediction. Key Features Study supervised learning algorithms by using real-world datasets Fine tune optimal parameters with hyperparameter optimization Select the best algorithm using the model evaluation framework Book Description R provides excellent visualization features that are essential for exploring data before using it in automated learning. Applied Supervised Learning with R helps you cover the complete process of employing R to develop applications using supervised machine learning algorithms for your business needs. The book starts by helping you develop your analytical thinking to create a problem statement using business inputs and domain research. You will then learn different evaluation metrics that compare various algorithms, and later progress to using these metrics to select the best algorithm for your problem. After finalizing the algorithm you want to use, you will study the hyperparameter optimization technique to fine-tune your set of optimal parameters. The book demonstrates how you can add different regularization terms to avoid overfitting your model. By the end of this book, you will have the advanced skills you need for modeling a supervised machine learning algorithm that precisely fulfills your business needs. What you will learn Develop analytical thinking to precisely identify a business problem Wrangle data with dplyr, tidyr, and reshape2 Visualize data with ggplot2 Validate your supervised machine learning model using k-fold Optimize hyperparameters with grid and random search, and Bayesian optimization Deploy your model on Amazon Web Services (AWS) Lambda with plumber Improve your model's performance with feature selection and dimensionality reduction Who this book is for This book is specially designed for beginner and intermediate-level data analysts, data scientists, and data engineers who want to explore different methods of supervised machine learning and its use cases. Some background in statistics, probability, calculus, linear algebra, and programming will help you thoroughly understand and follow the concepts covered in this book.
    Note: Online resource; Title from title page (viewed May 31, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781618036896
    Language: English
    Pages: 1 online resource (32495 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Are you new to TRIZ and looking for an easy-to-follow guide on how you can use it to enhance your company's creativity, innovation, and problem-solving abilities? Look no further! Written in plain English and packed with tons of accessible and easy-to-follow instruction, TRIZ For Dummies shows you how to use this powerful toolkit to discover all the ways of solving a problem, uncover new concepts and identify previously unseen routes for new product development. An international science that relies on the study of patterns in problems and solutions, TRIZ offers a powerful problem-solving and creativity-generating solution for companies looking to promote innovation, especially in the face of having to do more with less. You'll find out how to successfully apply this problem-solving toolkit to benefit from the experience of the whole world-not just the spontaneous and occasional creativity of individuals or groups of engineers with an organization. With the help of TRIZ For Dummies, you'll get the skills needed to see the wood for the trees and solve complex problems with creativity, ingenuity, and innovation.
    Note: Online resource; Title from title page (viewed August 27, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781515938125
    Language: English
    Pages: 1 online resource (28288 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Whenever you go to your local public library, send mail via the post office, or visit Yosemite, you are taking advantage of a longstanding American tradition: the public option. Some of the most useful and beloved institutions in American life are public options-yet they are seldom celebrated as such. These government-supported opportunities coexist peaceably alongside private options, ensuring equal access and expanding opportunity for all. Ganesh Sitaraman and Anne Alstott challenge decades of received wisdom about the proper role of government and consider the vast improvements that could come from the expansion of public options. Far from illustrating the impossibility of effective government services, as their critics claim, public options hold the potential to transform American civic life, offering a wealth of solutions to seemingly intractable problems, from housing shortages to the escalating cost of health care. From broadband internet to higher education, The Public Option reveals smart new ways to meet pressing public needs while spurring healthy competition. More effective than vouchers or tax credits, public options could offer us all fairer choices and greater security.
    Note: Online resource; Title from title page (viewed July 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781515936800
    Language: English
    Pages: 1 online resource (51558 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Covering all aspects of online teaching, this book reviews the latest research in cognitive processing and related learning outcomes while retaining a focus on the practical. A simple framework of instructional strategies mapped across a four-phase timeline provides a concrete starting point for both new online teachers and experienced teachers designing or revamping an online course. Essential technologies are explored in their basic and expanded forms, and traditional pedagogy serves as the foundation for tips and practices customized for online learning. The theory and techniques of successful online teaching can be significantly different from those used face-to-face. With more and more classes being offered online, this book provides a valuable resource for taking your course to the next level. ● Understand the technology used in online teaching ● Learn specialized pedagogical tips and practices ● Examine new research on cognition and learning ● Adopt a clear framework of instructional strategies The Online Teaching Survival Guide provides that essential resource, with a customizable framework and deeper exploration of effective online teaching.
    Note: Online resource; Title from title page (viewed July 16, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781630159023
    Language: English
    Pages: 1 online resource (43951 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Mindfulness offers a path to well-being and tools for coping with life's inevitable hurdles. And though mindfulness may sound exotic, you can cultivate it-and reap its proven benefits-without special training or lots of spare time. Trusted therapist and mindfulness expert Dr. Ronald Siegel shows exactly how in this inviting guide. You'll get effective strategies to use while driving to work, walking the dog, or washing the dishes, plus tips on creating a formal practice routine in as little as twenty minutes a day. Flexible, step-by-step action plans will help you become more focused and efficient in daily life; cope with difficult feelings, such as anger and sadness; deepen your connection to your spouse or partner; feel more rested and less stressed; curb unhealthy habits; find relief from anxiety and depression; and resolve stress-related pain, insomnia, and other physical problems.
    Note: Online resource; Title from title page (viewed September 24, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781541462533
    Language: English
    Pages: 1 online resource (29129 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: How deep learning-from Google Translate to driverless cars to personal cognitive assistants-is changing our lives and transforming every sector of the economy. The deep learning revolution has brought us driverless cars, the greatly improved Google Translate, fluent conversations with Siri and Alexa, and enormous profits from automated trading on the New York Stock Exchange. Deep learning networks can play poker better than professional poker players and defeat a world champion at Go. In this book, Terry Sejnowski explains how deep learning went from being an arcane academic field to a disruptive technology in the information economy. Sejnowski played an important role in the founding of deep learning, as one of a small group of researchers in the 1980s who challenged the prevailing logic-and-symbol based version of AI. The new version of AI Sejnowski and others developed, which became deep learning, is fueled instead by data. Deep networks learn from data in the same way that babies experience the world, starting with fresh eyes and gradually acquiring the skills needed to navigate novel environments. It took nature many millions of years to evolve human intelligence; AI is on a trajectory measured in decades. Sejnowski prepares us for a deep learning future.
    Note: Online resource; Title from title page (viewed January 29, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781630152697
    Language: English
    Pages: 1 online resource (62552 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Whether we like it or not, a big part of what we do in life is governed by habits. Even more importantly, habits can lead us to think and feel in certain patterns. Since habits are so powerful, it's worth paying attention to the ones that are most effective. In this book, bestselling author Dirk Zeller provides tried-and-true advice on creating, building, and cultivating winning habits to achieve success. Success Habits For Dummies is a gold mine of startling insights and practical pointers on achieving success. No matter what your station in life, it can quickly put you on the road to the success you want and deserve. With wit, warmth, and loads of practical wisdom, Dirk Zeller helps you discover how habits determine 95% of a person's behavior; get to know how the people who achieve most in life take deliberate steps to ensure their goals are met; make a practical plan to perform at your maximum potential; and maintain a growth mindset that makes you capable of change. Everything that you are today, and everything that you will ever accomplish, is determined by the quality of the habits that you form. By creating good habits and adopting a positive behavior, you too can become successful and live a prosperous life.
    Note: Online resource; Title from title page (viewed July 2, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781515936206
    Language: English
    Pages: 1 online resource (43338 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Get the benefits you've earned Social Security For Dummies is the one guide you need to navigate the often-complex world of Social Security retirement benefits. This updated edition offers clear guidance on when to claim benefits, how much you can expect to receive, where to find Social Security calculators, and so much more. Since its inception in the 1930s, workers across the United States have set aside a portion of their wages to fund the Social Security Administration. For many, Social Security forms the foundation for their retirement funds. Social Security For Dummies provides you with all the information you need to take charge of your retirement, maximize your financial well-being, and successfully navigate the U.S. Social Security Administration. You'll get up-to-date information to: ● Make your way around the Social Security website ● Know your Social Security options-including retirement, survivor, spousal, and disability benefits ● Get answers to common questions and find resources when you're stumped Retirement is meant to be enjoyed, and Social Security For Dummies makes it easier.
    Note: Online resource; Title from title page (viewed June 12, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781515937333
    Language: English
    Pages: 1 online resource (50103 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: A plain-English guide to improving business operations and increasing efficiency. Operations management is a critical skill for all current and aspiring business leaders. Now, Operations Management For Dummies takes the guesswork out of this often-intimidating subject. Whether you are a professional just promoted into your first operations management job who needs to learn operations fast or your aim is to score your highest in an undergraduate or MBA operations management class, the plain-English, step-by-step information in Operations Management For Dummies gives you the critical toolkit for operations success.
    Note: Online resource; Title from title page (viewed September 10, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781515936794
    Language: English
    Pages: 1 online resource (48492 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Need networking know-how, but don't know where to turn? Run-don't walk-to the no-nonsense networking guidance offered in this friendly guide! Whether you're a networking administrator or an everyday computer user looking to set up a network in your home or office, Networking For Dummies, seamlessly gets you connected with the basics and gives you the knowledge to work out whatever kinks may come your way-in no time. A network can make everything in your home or office run more smoothly and easily, but setting one up can be challenging for even the most computer-savvy people. Well, relax-this bestselling guide has you covered! Inside, you'll find step-by-step instructions on setting up and maintaining a network, working with broadband and wireless technologies, ensuring you're following best practices with storage and back-up procedures, building a wired or wireless network, and much more. ● Set up a network for all major operating systems ● Secure, optimize, and troubleshoot your network ● Create an intranet and use the Cloud safely ● Make sense of the latest updates to Windows 10 Don't let a thorny networking issue get the best of you! Heed the simple guidance in this friendly guide and effectively network your way to more effective shared data and resources.
    Note: Online resource; Title from title page (viewed October 15, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781618039668
    Language: English
    Pages: 1 online resource (24885 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: YOUR MOST VALUABLE ASSET . . . IS YOU. LOADED WILL TEACH YOU HOW TO MAKE THE MOST OF IT. Based on decades of research and years of hands-on experience with people from all walks of life, LOADED is a must-read for anyone who finds themselves caught between the desire to thrive financially and the complex emotions and conflicting priorities that money so often brings to our lives. You will learn to: ● Check your stories. Pinpoint and change beliefs that hold you back. ● Choose your strategies. Learn how to align your money with your needs. ● Cultivate your value. Put your unique resources to use and earn more. Deeply researched, yet written in an approachable, conversational tone, LOADED offers insight into how your personal experiences have shaped your financial attitudes, and how you can build a healthier relationship with money.
    Note: Online resource; Title from title page (viewed October 8, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781515936169
    Language: English
    Pages: 1 online resource (14907 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Written by Wall Street Journal bestselling author S. J. Scott, Happier Human provides a detailed examination of the strategies and ideas that actually make people happy. Each idea is supported by a wealth of research into why it works. Plus, it also includes a simple action plan for turning these ideas into permanent habits that people can incorporate into their busy lives. Inside this accessible, entertaining guide, you'll learn: ● The role happiness plays in your success (hint: it's so much bigger than you think!) ● Five fundamental needs we all experience on a daily basis ● How to identify and use the "big levers of happiness" ● What the 80/20 Rule actually means, and how to use it ● Fifty-three fully science-backed strategies for reaching a higher level of bliss today . . . and so much more.
    Note: Online resource; Title from title page (viewed June 28, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781618039620
    Language: English
    Pages: 1 online resource (40095 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Rapid economic development has been a boon to human well-being. It has lifted millions out of poverty, raised standards of living, and increased life expectancies. But economic development comes at a significant cost to natural capital-the fertile soils, forests, coastal marshes, farmland-that support all life on earth, including our own. Green Growth That Works is the first practical guide to bring together pragmatic finance and policy tools that can make investment in natural capital both attractive and commonplace. The authors present six mechanisms that demonstrate a range of approaches used around the globe to conserve and restore earth's myriad ecosystems, including: government subsidies; regulatory-driven mitigation; voluntary conservation; water funds; market-based transactions; and bilateral and multilateral payments. Through a series of real-world case studies, the book addresses questions such as: How can we channel economic incentives to make conservation and restoration desirable? What approaches have worked best? How can governments, businesses, NGOs, and individuals work together successfully?
    Note: Online resource; Title from title page (viewed October 8, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781515936411
    Language: English
    Pages: 1 online resource (45618 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Buy it, fix it, flip it! Are you a wanna-be flipper looking to get the property, get the job done, and get out-all while maximizing your profit? Not just another house-flipping book, this hands-on guide shows you how to roll up your sleeves and find the perfect property, secure a mortgage, negotiate with condo associations, increase curb appeal, and much more. Flipping a house is more than just buying, updating, and selling. To be successful, you have to be a bit fearless, highly organized, and, at times, creative. This new edition of Flipping Houses For Dummies gives you practical guidance on the risks and rewards of flipping properties; helps you determine whether you have the time, energy, cash, and other resources to be successful; and then conveys the expert knowledge you need to succeed in a very competitive market. ● Find, fix, and sell houses for profit ● Score bank-owned and foreclosed properties ● Identify the best improvements for maximum ROI If you're ready for hard work and big profits, start flipping!
    Note: Online resource; Title from title page (viewed June 12, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781618036667
    Language: English
    Pages: 1 online resource (45976 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Life is full of moments when you don't know how to act or how to handle yourself in front of other people. In these situations, etiquette is vital for keeping your sense of humor and your self-esteem intact. But etiquette is not a behavior that you should just turn on and off. This stuffy French word that translates into getting along with others allows you to put people at ease, make them feel good about a situation, and even improve your reputation. Etiquette For Dummies approaches the subject from a practical point of view, throwing out the rulebook full of long, pointless lists. Instead, it sets up tough social situations and shows you how to navigate through them successfully, charming everyone with your politeness and social grace. This straightforward, no-nonsense guide will let you discover the ins and outs of: basic behavior for family, friends, relationships, and business; grooming, dressing, and staying healthy; coping with unexpected stuff like sneezing or feeling queasy; maintaining a civilized relationship; making friends and keeping them; building positive relationships at work; and communicating effectively.
    Note: Online resource; Title from title page (viewed August 27, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781618036902
    Language: English
    Pages: 1 online resource (41689 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Everything you need to know to design a profitable business plan Whether you're starting a new business or you've been trading for a while, Creating a Business Plan For Dummies covers everything you need to know. Figure out whether your business idea is likely to work, how to identify your strategic advantage, and what you can do to gain an edge on the competition. Discover why a business plan doesn't have to be a thirty-page document that takes days to write, but can be a simple process that you do in stages as you work through your business concept. Learn how to prepare an elevator pitch, create a start-up budget, and create realistic sales projections. Discover how to predict and manage expenses, and assemble a financial forecast that enables you to calculate your break-even. Look at the risk involved in this business and experiment with different scenarios to see if you're on the right track. A good business plan is the first step to success for any new business, and getting it right can mean the difference between big profits and big trouble. Creating a Business Plan For Dummies gives you the detailed advice you need to design a great business plan that will guide your business from concept to reality.
    Note: Online resource; Title from title page (viewed October 29, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781515930396
    Language: English
    Pages: 1 online resource (23623 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Take five for mindfulness: Say no to burnout, and yes to balance! For so many women, "work-life balance" is a myth. And when you're already juggling a career, personal life, and family-plus your side projects, a smidgen of self-care, and the occasional need to sleep-"mindfulness" can sound like just another thing to do. But if you take five minutes for mindfulness now and then, it may not only save your sanity-but also springboard your success. Let psychotherapist Shonda Moralis coach you through fifty "mindful breaks" ingeniously tied to your hectic schedule: - BREATHE mindful breaks promote calm and awareness through meditation, starting with "Coffee" - EMPOWER mindful breaks bolster your self-confidence-say, to "Unmute Yourself" during a meeting - ACHIEVE mindful breaks help you set and conquer goals . . . for example, by asking: "Why Not Me?" If you think you don't have time for mindfulness, this book is definitely for you.
    Note: Online resource; Title from title page (viewed October 1, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781515937821
    Language: English
    Pages: 1 online resource (26170 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Lift yourself out of the daily struggles and heartbreaks life deals you. Wading through the trials we face on a day-to-day basis can be exhausting. When we're hit with painful experiences that bring us to our knees, finding joy may seem to be too big a task for us to handle. Xandria Ooi, dubbed the "Happiness Guru," meets listeners in those dark and trying places and equips them with the courage to navigate them. Renew the meaning of happiness. Popular phrases like "think positive" and "look for the silver lining" often fall flat on our ears because we've heard them so many times. When life gets challenging, suddenly it's not so simple. Ooi shows us that happiness is more than a feeling by delving into complex philosophies and turning them into relatable wisdom. Find peace and joy within yourself, others, and your life. Joining the ranks of Brene Brown and Gretchen Rubin, Ooi speaks honestly and empathetically to listeners searching for answers. Creator of a thirty-day happiness program and over 500 motivational videos online, Ooi has traveled far and wide to share her inspiring stories and moving wisdom. Armed with her advice, listeners will find practical ways to bring more happiness to every aspect of their lives.
    Note: Online resource; Title from title page (viewed August 15, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781618039637
    Language: English
    Pages: 1 online resource (58758 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Want to be an auditor and need to hone your investigating skills? Look no further. This friendly guide gives you an easy-to-understand explanation of auditing-from gathering financial statements and accounting information to analyzing a client's financial position. Packed with examples, it gives you everything you need to ace an auditing course and begin a career today. ● Auditing 101-get a crash course in the world of auditing and a description of the types of tasks you'll be expected to perform during a typical day on the job ● It's risky business-find out about audit risk and arm yourself with the know-how to collect the right type of evidence to support your decisions ● Auditing in the real world-dig into tons of sample business records to perform your first audit ● Focus on finances-learn how both ends of the financial equation - balance sheet and income statement - need to be presented on your client's financial statements ● Seal the deal-get the lowdown on how to wrap up your audit and write your opinion ● After the audit-see the types of additional services that may be asked of you after you've issued your professional opinion
    Note: Online resource; Title from title page (viewed November 12, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781494538996
    Language: English
    Pages: 1 online resource (20652 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: A journey through the past, present, and future of artificial intelligence, from popular science author Cliff Pickover. From medieval robots and Boolean algebra to facial recognition, artificial neural networks, and adversarial patches, this fascinating history takes readers on a vast tour through the world of artificial intelligence. Award-winning author Clifford A. Pickover explores the historic and current applications of AI in such diverse fields as computing, medicine, popular culture, mythology, and philosophy, and considers the enduring threat to humanity should AI grow out of control. Pickover provides an entertaining and informative look into when artificial intelligence began, how it developed, where it's going, and what it means for the future of human-machine interaction.
    Note: Online resource; Title from title page (viewed October 8, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781977315410
    Language: English
    Pages: 1 online resource (27227 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Ambition Redefined is a timely alternative to current women's business books that define professional ambition and success as climbing the corporate ladder. In fact, this is not a path that all women want or should feel pressured to follow. Sollmann's focus is on the more critical and widespread workplace issue for everyday women-to always work in a way that fits their lives alongside their two major caregiving roles: for children and aging parents. Sollmann debunks common assumptions such as: IT'S NOT "WORTH IT" UNLESS THE SALARY IS HIGH. Women forfeit up to 4X their salaries every year out of the workforce to care for children and/or elderly parents-and it does not take a six-figure salary to achieve long-term financial security. FINDING FLEXIBLE WORK IS IMPOSSIBLE. Sollmann shines a bright light on the ever-widening world of flexwork-where women can find many interesting and exciting ways to tuck all generations of their families into a future that is financially secure and safe. WORK ENDS AT AGE SIXTY-FIVE. Women who leave the workforce and want to return in their forties, fifties, or sixties will be in good company as the ranks of older workers rise.
    Note: Online resource; Title from title page (viewed March 26, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838828103
    Language: English
    Pages: 1 online resource (698 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Design and implement professional-level programs by leveraging modern data structures and algorithms in Rust Key Features Improve your productivity by writing more simple and easy code in Rust Discover the functional and reactive implementations of traditional data structures Delve into new domains of Rust, including WebAssembly, networking, and command-line tools Book Description Rust is a powerful language with a rare combination of safety, speed, and zero-cost abstractions. This Learning Path is filled with clear and simple explanations of its features along with real-world examples, demonstrating how you can build robust, scalable, and reliable programs. You'll get started with an introduction to Rust data structures, algorithms, and essential language constructs. Next, you will understand how to store data using linked lists, arrays, stacks, and queues. You'll also learn to implement sorting and searching algorithms, such as Brute Force algorithms, Greedy algorithms, Dynamic Programming, and Backtracking. As you progress, you'll pick up on using Rust for systems programming, network programming, and the web. You'll then move on to discover a variety of techniques, right from writing memory-safe code, to building idiomatic Rust libraries, and even advanced macros. By the end of this Learning Path, you'll be able to implement Rust for enterprise projects, writing better tests and documentation, designing for performance, and creating idiomatic Rust code. This Learning Path includes content from the following Packt products: Mastering Rust - Second Edition by Rahul Sharma and Vesa Kaihlavirta Hands-On Data Structures and Algorithms with Rust by Claus Matzinger What you will learn Design and implement complex data structures in Rust Create and use well-tested and reusable components with Rust Understand the basics of multithreaded programming and advanced algorithm design Explore application profiling based on benchmarking and testing Study and apply best practices and strategies in error handling Create efficient web applications with the Actix-web framework Use Diesel for type-safe database interactions in your web application Who this book is for If you are already familiar with an imperative language and now want to progress from being a beginner to an intermediate-level Rust programmer, this Learning Path is for you. Developers who are already familiar with Rust and want to delve deeper into the essential data structures and algorithms i...
    Note: Online resource; Title from title page (viewed May 22, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838822477
    Language: English
    Pages: 1 online resource (660 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Master the Metasploit Framework and become an expert in penetration testing. Key Features Gain a thorough understanding of the Metasploit Framework Develop the skills to perform penetration testing in complex and highly secure environments Learn techniques to integrate Metasploit with the industry's leading tools Book Description Most businesses today are driven by their IT infrastructure, and the tiniest crack in this IT network can bring down the entire business. Metasploit is a pentesting network that can validate your system by performing elaborate penetration tests using the Metasploit Framework to secure your infrastructure. This Learning Path introduces you to the basic functionalities and applications of Metasploit. Throughout this book, you'll learn different techniques for programming Metasploit modules to validate services such as databases, fingerprinting, and scanning. You'll get to grips with post exploitation and write quick scripts to gather information from exploited systems. As you progress, you'll delve into real-world scenarios where performing penetration tests are a challenge. With the help of these case studies, you'll explore client-side attacks using Metasploit and a variety of scripts built on the Metasploit Framework. By the end of this Learning Path, you'll have the skills required to identify system vulnerabilities by using thorough testing. This Learning Path includes content from the following Packt products: Metasploit for Beginners by Sagar Rahalkar Mastering Metasploit - Third Edition by Nipun Jaswal What you will learn Develop advanced and sophisticated auxiliary modules Port exploits from Perl, Python, and many other programming languages Bypass modern protections such as antivirus and IDS with Metasploit Script attacks in Armitage using the Cortana scripting language Customize Metasploit modules to modify existing exploits Explore the steps involved in post-exploitation on Android and mobile platforms Who this book is for This Learning Path is ideal for security professionals, web programmers, and pentesters who want to master vulnerability exploitation and get the most of the Metasploit Framework. Basic knowledge of Ruby programming and Cortana scripting language is required.
    Note: Online resource; Title from title page (viewed June 25, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789808285
    Language: English
    Pages: 1 online resource (374 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Become familiar with Kubernetes and explore techniques to manage your containerized workloads and services Key Features Learn everything from creating a cluster to monitoring applications in Kubernetes Understand and develop DevOps primitives using Kubernetes Use Kubernetes to solve challenging real-life DevOps problems Book Description Kubernetes and DevOps are the two pillars that can keep your business at the top by ensuring high performance of your IT infrastructure. Introduction to DevOps with Kubernetes will help you develop the skills you need to improve your DevOps with the power of Kubernetes. The book begins with an overview of Kubernetes primitives and DevOps concepts. You'll understand how Kubernetes can assist you with overcoming a wide range of real-world operation challenges. You will get to grips with creating and upgrading a cluster, and then learn how to deploy, update, and scale an application on Kubernetes. As you advance through the chapters, you'll be able to monitor an application by setting up a pod failure alert on Prometheus. The book will also guide you in configuring Alertmanager to send alerts to the Slack channel and trace down a problem on the application using kubectl commands. By the end of this book, you'll be able to manage the lifecycle of simple to complex applications on Kubernetes with confidence. What you will learn Create and manage Kubernetes clusters in on-premise systems and cloud Exercise various DevOps practices using Kubernetes Explore configuration, secret, and storage management, and exercise these on Kubernetes Perform different update techniques and apply them on Kubernetes Use the built-in scaling feature in Kubernetes to scale your applications up and down Use various troubleshooting techniques and have a monitoring system installed on Kubernetes Who this book is for If you are a developer who wants to learn how to apply DevOps patterns using Kubernetes, then this book is for you. Familiarity with Kubernetes will be useful, but not essential.
    Note: Online resource; Title from title page (viewed May 22, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838647346
    Language: English
    Pages: 1 online resource (628 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Design, deploy, and manage large-scale containers using Kubernetes Key Features Gain insight into the latest features of Kubernetes, including Prometheus and API aggregation Discover ways to keep your clusters always available, scalable, and up-to-date Master the skills of designing and deploying large clusters on various cloud platforms Book Description If you are running a number of containers and want to be able to automate the way they're managed, it can be helpful to have Kubernetes at your disposal. This Learning Path guides you through core Kubernetes constructs, such as pods, services, replica sets, replication controllers, and labels. You'll get started by learning how to integrate your build pipeline and deployments in a Kubernetes cluster. As you cover more chapters in the Learning Path, you'll get up to speed with orchestrating updates behind the scenes, avoiding downtime on your cluster, and dealing with underlying cloud provider instability in your cluster. With the help of real-world use cases, you'll also explore options for network configuration, and understand how to set up, operate, and troubleshoot various Kubernetes networking plugins. In addition to this, you'll gain insights into custom resource development and utilization in automation and maintenance workflows. By the end of this Learning Path, you'll have the expertise you need to progress from an intermediate to an advanced level of understanding Kubernetes. This Learning Path includes content from the following Packt products: Getting Started with Kubernetes - Third Edition by Jonathan Baier and Jesse White Mastering Kubernetes - Second Edition by Gigi Sayfan What you will learn Download, install, and configure the Kubernetes code base Create and configure custom Kubernetes resources Use third-party resources in your automation workflows Deliver applications as standard packages Set up and access monitoring and logging for Kubernetes clusters Set up external access to applications running in the cluster Manage and scale Kubernetes with hosted platforms on Amazon Web Services (AWS), Azure, and Google Cloud Platform (GCP) Run multiple clusters and manage them from a single control plane Who this book is for If you are a developer or a system administrator with an intermediate understanding of Kubernetes and want to master its advanced features, then this book is for you. Basic knowledge of networking is required to easily understand the concepts explained.
    Note: Online resource; Title from title page (viewed May 20, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838555078
    Language: English
    Pages: 1 online resource (412 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Take your neural networks to a whole new level with the simplicity and modularity of Keras, the most commonly used high-level neural networks API. Key Features Solve complex machine learning problems with precision Evaluate, tweak, and improve your deep learning models and solutions Use different types of neural networks to solve real-world problems Book Description Though designing neural networks is a sought-after skill, it is not easy to master. With Keras, you can apply complex machine learning algorithms with minimum code. Applied Deep Learning with Keras starts by taking you through the basics of machine learning and Python all the way to gaining an in-depth understanding of applying Keras to develop efficient deep learning solutions. To help you grasp the difference between machine and deep learning, the book guides you on how to build a logistic regression model, first with scikit-learn and then with Keras. You will delve into Keras and its many models by creating prediction models for various real-world scenarios, such as disease prediction and customer churning. You'll gain knowledge on how to evaluate, optimize, and improve your models to achieve maximum information. Next, you'll learn to evaluate your model by cross-validating it using Keras Wrapper and scikit-learn. Following this, you'll proceed to understand how to apply L1, L2, and dropout regularization techniques to improve the accuracy of your model. To help maintain accuracy, you'll get to grips with applying techniques including null accuracy, precision, and AUC-ROC score techniques for fine tuning your model. By the end of this book, you will have the skills you need to use Keras when building high-level deep neural networks. What you will learn Understand the difference between single-layer and multi-layer neural network models Use Keras to build simple logistic regression models, deep neural networks, recurrent neural networks, and convolutional neural networks Apply L1, L2, and dropout regularization to improve the accuracy of your model Implement cross-validate using Keras wrappers with scikit-learn Understand the limitations of model accuracy Who this book is for If you have basic knowledge of data science and machine learning and want to develop your skills and learn about artificial neural networks and deep learning, you will find this book useful. Prior experience of Python programming and experience with statistics and logistic regression will help you get the mo...
    Note: Online resource; Title from title page (viewed April 24, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781977317063
    Language: English
    Pages: 1 online resource (37218 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Within each corporation are anywhere from a few to hundreds of separate tribes. In Tribal Leadership, Dave Logan, John King, and Halee Fischer-Wright demonstrate how these tribes develop-and show you how to assess them and lead them to maximize productivity and growth. A business management book like no other, Tribal Leadership is an essential tool to help managers and business leaders take better control of their organizations by utilizing the unique characteristics of the tribes that exist within.
    Note: Online resource; Title from title page (viewed February 19, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781515936091
    Language: English
    Pages: 1 online resource (10434 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Patagonia, named by Fortune in 2007 as the coolest company on the planet, has earned a reputation as much for its ground-breaking environmental and social practices as for the quality of its clothes. In this exceptionally frank account, Chouinard and Stanley recount how the company and its culture gained the confidence, by step and misstep, to make its work progressively more responsible, and to ultimately share its discoveries with companies as large as Wal-Mart or as small as the corner bakery. In plain, compelling prose, the authors describe the current impact of manufacturing and commerce on the planet's natural systems and human communities, and how that impact now forces business to change its ways. The Responsible Company shows companies how to reduce the harm they cause, improve the quality of their business, and provide the kind of meaningful work everyone seeks. It concludes with specific, practical steps every business can undertake, as well as advice on what to do, in what order. The advice in this book is simple but powerful: reduce your environmental footprint, make legitimate products that last, reclaim deep knowledge of your business and its supply chain to make the most of opportunities in the years to come, and earn the trust you'll need by treating your workers, customers and communities with respect.
    Note: Online resource; Title from title page (viewed July 30, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781515937326
    Language: English
    Pages: 1 online resource (42307 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Swing trading is all about riding the momentum of brief price changes in trending stocks. Although it can be risky, swing trading is popular for a reason, and Swing Trading For Dummies, 2nd Edition, will show you how to manage the risk and navigate the latest markets to succeed at this lucrative trading strategy. In this updated edition, you'll find expert guidance on new accounting rules, the 2018 tax law, trading in international markets, algorithmic trading, and more. Plus, learn about the role social media now plays in moving asset prices, and how you can tap into online trends to ride price swings. ● Understand money management, journal keeping, and strategy planning ● Focus on fundamental analysis to increase your chance of success ● Evaluate companies to screen for under or overvalued stocks ● Develop and implement your trading plan and calculate performance Starting from the basic differences between swing trading and other trading styles and progressing through plain-English explanations of more advanced topics like charts and reporting standards, Swing Trading For Dummies will help you maintain and grow your assets with swing trading in any market!
    Note: Online resource; Title from title page (viewed July 16, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781977350480
    Language: English
    Pages: 1 online resource (32547 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: My father loved power and expressed himself through domestic violence and bullying. I never thought I'd see that in the workplace too. Successful Leaders Aren't Bullies presents actual bullying cases I've experienced and addressed in the workplace with clients over the past twenty-six years. It empowers good leaders to choose leadership and to understand the benefits of leading with healthy behaviors and to intervene and to stop bullying. It will inspire and mobilize bullied victims to overcome and to thrive by presenting examples of resilient and healthy individuals and organizations.
    Note: Online resource; Title from title page (viewed March 12, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781977355577
    Language: English
    Pages: 1 online resource (24698 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: In this essential and timely book, behavioral scientists Sanders and Hume demonstrate the astonishing reach of our social networks, and why we need to reclaim their power to effect positive change in our professional and private lives. The rise of social media has sent our social instincts into overdrive, and the impact of our networks has never been greater. But what if we could reclaim the positive power that influences our decisions, to behave better and be happier? In this groundbreaking book, Sanders and Hume build on the incredible findings of their own cutting-edge research from their work at the world's first Nudge Unit, as well as illuminating case studies from experts around the world, to show how small changes in our environments can have a huge impact on where our instincts lead us. At a time when our trust in each other is being destroyed on a global scale, it's never been more important to understand what motivates us and how to use our predictable behaviors to drive positive change. From helping us to run more cohesive organizations, to building important relationships and connections that matter, this is an essential roadmap back to our better social selves.
    Note: Online resource; Title from title page (viewed May 14, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781515938170
    Language: English
    Pages: 1 online resource (19390 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Self-driving cars sound fantastical and futuristic and yet they'll soon be on every street in America. Whether it's Tesla's Autopilot, Google's Waymo, Mercedes's Distronic, or Uber's modified Volvos, companies around the world are developing autonomous cars. But why? And what will they mean for the auto industry and humanity at large? In Robot, Take the Wheel, famed automotive expert Jason Torchinsky gives a colorful account of the development of autonomous vehicles and their likely implications. Torchinsky encourages us to think of self-driving cars as an entirely new machine, something beyond cars as we understand them today. He considers how humans will get along with these robots that will take over our cars' jobs, what they will look like, what sorts of jobs they may do, what we can expect of them, how they should act, ethically, how we can trick them and have fun with them, and how we can make sure there's still a place for those of us who love to drive, especially with a manual transmission. This vibrant volume brims with insider information. It explores what's ahead and considers what we can do now to shape the automated future.
    Note: Online resource; Title from title page (viewed August 20, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781618036797
    Language: English
    Pages: 1 online resource (55553 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Recognizing and Engaging Employees for Dummies gives you the tools and information you need to improve morale, productivity, and personal achievement with a successful employee recognition program. Written by a world-leading authority in employee recognition, this book walks you step-by-step through the design and implementation process and describes the incentives that work, the behaviors to reward, and the mechanisms that must be in place for the program to be effective in the long term. You'll learn how to pinpoint the places where engagement and recognition could improve the bottom line, and how to structure the reward for optimal balance between motivational, financial, and organizational effectiveness. With clear explanations and a fun, friendly style, this book is your quick and easy guide to boosting productivity, profit, and customer satisfaction. Happy employees are productive employees. They get results. They innovate. They are the force behind the advancement of industries. Effective employee recognition programs are self-sustaining motivational tools that keep the fire lit. If you're ready to spark the flame, Recognizing and Engaging Employees for Dummies is the ideal guide for designing, implementing, and maintaining the program your employees have been waiting for.
    Note: Online resource; Title from title page (viewed August 27, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781618033208
    Language: English
    Pages: 1 online resource (30167 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: In this new book, Frederick Chavalit Tsao and Chris Laszlo argue that current approaches to leadership fail to produce positive outcomes for either businesses or the communities they serve. Employee disengagement and customer fickleness remain high, resulting in a lack of creativity and collaboration at all levels of entrepreneurial activity. Investor demand for Environmental, Social, and Governance (ESG) continues to be poorly integrated into profit strategies. Drawing on extensive research, this book shows how changing a person's consciousness is the most powerful lever for unlocking his or her leadership potential to create wealth and serve humankind. A wide range of practices of connectedness provide the keys. The journey to higher consciousness changes people at a deep intuitive level, combining embodied experience with analytic-cognitive skill development. Tsao and Laszlo show how leaders who pursue this journey are more likely to flourish with significant benefits to both business and society. These include greater creativity and collaboration along with an increased capability to inspire people and produce lasting change. Listeners will come away with a deep understanding of quantum leadership and the day-to-day practices that can help them achieve greater effectiveness and well-being at work.
    Note: Online resource; Title from title page (viewed August 20, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781541452589
    Language: English
    Pages: 1 online resource (31401 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: As the world around us increases in technological complexity, our understanding of it diminishes. Underlying this trend is a single idea: the belief that our existence is understandable through computation, and more data is enough to help us build a better world. In reality, we are lost in a sea of information, increasingly divided by fundamentalism, simplistic narratives, conspiracy theories, and post-factual politics. Meanwhile, those in power use our lack of understanding to further their own interests. Despite the apparent accessibility of information, we're living in a new Dark Age. From rogue financial systems to shopping algorithms, from artificial intelligence to state secrecy, we no longer understand how our world is governed or presented to us. The media is filled with unverifiable speculation, much of it generated by anonymous software, while companies dominate their employees through surveillance and the threat of automation. In his brilliant new work, leading artist and writer James Bridle surveys the history of art, technology, and information systems, and reveals the dark clouds that gather over our dreams of the digital sublime.
    Note: Online resource; Title from title page (viewed January 22, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781618039842
    Language: English
    Pages: 1 online resource (49405 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: The fast and easy way to learn how to manage people, projects, and teams. Being a manager can be an intimidating and challenging task. Managing involves teaching new skills to employees, helping land a new customer, accomplishing an important assignment, increasing performance, and much more. The process of management can be very challenging at times, but it can also bring you a sense of fulfillment that you never imagined possible. Managing For Dummies, 3rd Edition is perfect for all levels of managers. This clearly written, easy-to-understand guide gives you practical advice on the most important aspects of managing, such as delegating as opposed to ordering, improving employees' performances, getting your message across, understanding ethics and office policies, team building and collaboration, and much more. Managing in today's lightning-speed business world requires that you have the latest information and techniques for getting the job done. Managing For Dummies, 3rd Edition provides you with straightforward advice and up-to-the-minute strategies for dealing with anything that comes your way.
    Note: Online resource; Title from title page (viewed October 29, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781515936381
    Language: English
    Pages: 1 online resource (53832 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Limited Liability Companies For Dummies, 3rd Edition offers a clear, concise guide that explains the pros and cons of LLCs, and shares insider tips on everything from choosing your members and your company name to creating and filing your Articles of Organization and managing day-to-day operations. You'll find the most current, real-world advice on customizing an LLC for your specific business needs, creating a great operating agreement, keeping accurate records, and new information on federal regulations and fees that are applicable to LLCs. Most of the previous drawbacks to forming an LLC have all but disappeared with the IRS having loosened restrictions and individual states following suit. Because LLCs are now more flexible, they remain an attractive option for those launching a new business or reorganizing an existing business. This book shows how to form and tap into the power of an LLC: - Keep up on the latest information on federal taxes, regulations, and fees - Discover the advances in technology, including tools that streamline the processes - Learn how to set-up a real estate LLC or an LLC among family members
    Note: Online resource; Title from title page (viewed July 9, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Tantor Media, Inc. | Boston, MA : Safari
    ISBN: 9781618038326
    Language: English
    Pages: 1 online resource (51042 pages)
    Edition: 1st edition
    Keywords: Audiobooks
    Abstract: Authored by Ann Logue, a financial writer and hedge fund specialist, this handy, friendly guide covers all the bases for investors of all levels. Whether you're just building your first portfolio or you've been investing for years, you'll find everything you need to know inside this book. If you're investing for the future, you definitely want to minimize your risk and maximize your returns. A balanced portfolio with hedge funds is one of the best ways to achieve that sort of balance. This book walks you step by step through the process of evaluating and choosing funds, incorporating them into your portfolio in the right amounts, and making sure they give you the returns you expect and deserve. This friendly, to-the-point resource includes information you can't do without, including sample portfolios that show you how to invest wisely. Hedge funds are an important part of every balanced portfolio, and this friendly guide tells how to use them to your best advantage. With important resources, vital information, and commonsense advice, Hedge Funds For Dummies is the perfect resource for every investor interested in hedge funds.
    Note: Online resource; Title from title page (viewed October 8, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...