Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • Safari, an O’Reilly Media Company  (997)
  • Taulien, Kalob  (10)
  • [Erscheinungsort nicht ermittelbar] : Wiley  (378)
  • [Erscheinungsort nicht ermittelbar] : Eyrolles  (147)
  • [Erscheinungsort nicht ermittelbar] : Packt Publishing  (131)
  • [Erscheinungsort nicht ermittelbar] : Focal Press  (130)
  • [Erscheinungsort nicht ermittelbar] : Berrett-Koehler Publishers  (88)
  • [Erscheinungsort nicht ermittelbar] : Newnes  (77)
  • [Erscheinungsort nicht ermittelbar] : dpunkt  (56)
Datasource
Material
Language
Publisher
Subjects(RVK)
  • 1
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801071949
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 31 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Make websites that look beautiful and work on any device types About This Video Learn CSS from the basics to build aesthetically pleasing web pages Learn advanced features in CSS such as animations and transitions Build responsive web pages that look amazing on any device In Detail In the first section of the course, we’ll learn about CSS syntax, how to style certain HTML elements using CSS selectors, changing the text on our page, using different colors, changing default link styling, adding background images, working with borders, changing heights and widths of elements, changing spacing with margins and paddings, and making parts of your page see-through. In the second section, we’ll apply everything we learned in CSS 101 and get our hands dirty with more advanced CSS. This includes understanding the display property, the box model, outlines versus borders, specific element positioning, advanced CSS selectors, pseudo selectors and pseudo-elements, transitions, animations, flexbox, and CSS grid. In the final section, we’ll learn about responsive web design. This is how we make websites look great on all devices, including phones, tablets, laptops, desktops, TVs, and more. We’ll also dive right into media queries and what mobile-first means and why it’s important. Then we’ll make images and video embeds responsive. And we’ll finish the course with a final project where you make a flexbox (or CSS grid) page layout and then transform it into a responsive website so that it looks amazing on smaller devices, such as a phone.
    Note: Online resource; Title from title screen (viewed March 26, 2021) , 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: 9781801070386
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 13 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn modern JavaScript concepts such as let, const, forEach functions, fat arrow functions, and more About This Video Learn JavaScript fundamentals, especially if you’ve never written JavaScript code before Learn all the modern JavaScript concepts such as template literals, let, const, and more Put everything you learned to test by building an interactive project at the end of the course In Detail Despite the deluge of new coding languages over the years, JavaScript continues to dominate the web. The language is a staple in most of the front-ends; if not vanilla JavaScript, you won’t be surprised to find one of its derivatives on the next website you visit. This ubiquity makes JavaScript a sought-after skill. This course is designed to teach you that skill from scratch. You’ll begin by learning how to set up your coding playground and then gain some familiarity with the JavaScript syntax. Once you’ve gotten your hands dirty, you’ll discover how to store data in variables, comment out your code, and do more with your variables by learning about operators. Next, you’ll learn about data structures and conditional statements, further shoring up your JavaScript skills. By learning about the Document Object Model (The DOM), you will be able to change the elements of a webpage and add interactivity to it. You’ll also learn to work with strings and arrays, and then, to make your code concise, learn how to write your own functions. Toward the end of the course, you’ll work on a final project wherein you’ll get to use all these skills together. By completing this course, not only will you have a solid understanding of modern JavaScript language, you’ll also be able to use it to create engaging, interactive webpages.
    Note: Online resource; Title from title screen (viewed March 30, 2021) , 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: 9781801075725
    Language: English
    Pages: 1 online resource (1 video file, approximately 12 hr., 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Hands-on course from scratch to learn programming in Python and enhancing it to make Python-based websites with Django look beautiful. About This Video Project on rock, paper, scissors written in Python; you’ll play against the computer Project on a Pokémon character lookup tool using an API and on a banking application Project on an Instagram and Twitter clone written in Django In Detail Python is a most popular programming language in the world. Pretty much everybody is using Python these days. Google, Netflix, Facebook, your local web development shop. It makes sense to learn Python because there’s a lot of demand for it. Many organizations from NASA, Google, and Mozilla, to huge websites such as Pinterest, Instagram, Dropbox, and Disqus, use the Python framework for their website designing. So why should you learn Django? Because there's a huge demand for it and it's incredibly popular, powerful, and secure. This course starts with introducing you to the basics of the Python language and helping you with setting up the environment necessary to work with Python. Then, you will move ahead with gaining intermediate-level knowledge on Python accompanied by a project to give you a better understanding of things learned so far. After that, you'll gain advanced-level Python concepts like OOP (Object Oriented Programming) and many others. Following that, you'll learn Django basics, along with setting up its environment. Followed by working on the intermediate-level Django project and finally, making your posts look nice with Tailwind CSS. By the end of this course, you will be able to write codes in Python and Django to help beautify your websites.
    Note: Online resource; Title from title screen (viewed June 25, 2021) , Mode of access: World Wide Web.
    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: 9781800564121
    Language: English
    Pages: 1 online resource (1 video file, approximately 41 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Discover what APIs and RESTful APIs are and how they work About This Video Get to grips with application program interfaces (APIs) and RESTful APIs and understand how they work Explore the five main request methods - GET, POST, PUT, PATCH, and DELETE Learn the concept of CRUD (create, read, update, and delete) operations and HTTP status codes In Detail This course will help you understand what APIs and RESTful APIs are and how they work. It is designed in such a way that you will learn everything you need without feeling overwhelmed. APIs and RESTful APIs come across as difficult or advanced subjects, but they are just two computers communicating with each other and exchanging commands and data. The videos will take you through several easy-to-remember metaphors so that you can grasp APIs without getting unnerved. Because APIs can be written using different programming languages, this course will not include any coding exercises apart from a JavaScript demo. By the end of this course, you'll have a comprehensive understanding of how APIs work and how computers communicate with each other. You'll also become familiar with RESTful APIs, which make use of the HTTP protocol.
    Note: Online resource; Title from title screen (viewed April 27, 2020) , Mode of access: World Wide Web.
    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: 9781800562004
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 17 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn PHP in less than 90 minutes with this fast-paced PHP guide About This Video Get up to speed with writing PHP code and explore basic concepts of PHP and its uses Understand how to use fundamentals such as variables, data types, and strings to create projects Work with arrays, loops, statements, and operators to simplify the code in PHP and other languages In Detail This PHP course is designed to get you started quickly with the fundamentals of PHP and using PHP to write code. While the course features detailed concepts, its organized structure and concise explanations ensure rapid yet effective learning. In an interactive style, the course demonstrates the installation of PHP on your computer. After this, you'll be on your way to creating a robust PHP file. Gradually, you'll gain insights into what PHP is, the different PHP users, and their purpose for using the language. The course later progresses to covering the fundamentals that will help you in learning other programming languages. This includes variables, constants, data types, loops, multidimensional arrays, functions, super global variables, and forms. By the end of this course, you will be well-versed with PHP and be equipped with the skills you need to write clean PHP code.
    Note: Online resource; Title from title screen (viewed April 27, 2020) , Mode of access: World Wide Web.
    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: 9781800565197
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 41 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn HTML and HTML 5 from scratch and get started as a web developer About This Video Develop your skills in creating websites using HTML 5 Learn Advanced HTML concepts such as asset pathing and favicons Work through interesting projects to get hands-on experience in working with HTML In Detail HTML is the structure behind every web page and it's impossible to create a website without using it, including mobile websites and cross-platform compatible HTML 5 applications. This course will guide you through learning HTML 5 effectively in a practical manner, with plenty of examples. You'll begin with an introduction to HTML, before covering different elements, attributes, and doctypes in HTML. Next, you'll get to grips with Internal and Relative links and then go on to understanding the concepts of Block elements and Inline elements. As you progress, you'll gain insights into tables, rows, and cells, and learn how to merge both cells and columns to create an effective page layout. A dedicated section will also focus on Advanced HTML topics, such as Inline CSS and Internal and External CSS files. In addition to this, you'll delve into topics such as meta tags, head elements, favicons, and asset pathing. Finally, the course will help you work through two projects that will give you hands-on experience in working with HTML and designing web pages. By the end of this course, you will be well-versed with HTML and have developed the skills you need to create robust websites.
    Note: Online resource; Title from title screen (viewed April 30, 2020) , Mode of access: World Wide Web.
    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: 9781800569836
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 48 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn how to build a login and registration system using PHP, MySQL, and Ajax About This Video Create a complete login, logout, and user registration system that can be used for any website Understand the workflow of PHP, MySQL, and JavaScript Learn how to enable security and password protection in the login system In Detail This course will teach you how to create a complete login, logout, and user registration system for your website. The course will also help you to develop an understanding of PHP, MySQL, JavaScript (jQuery and Ajax), and Git (using GitHub). In this course, you'll learn how to write the code for building a full login system with registration, logout, and members-only access pages. The videos will show you how to use JavaScript and jQuery to create an Ajax request to register users and handle the login functionality. You'll also cover security and password protection, after which you'll be able to create secure database connections using PHP Data Objects (PDO) instead of MySQLi to understand PDO's object-oriented programming (OOP) way. By the end of this course, you'll be able to create a complete login and registration system confidently and be able to build classes from basic functions.
    Note: Online resource; Title from title screen (viewed April 29, 2020) , Mode of access: World Wide Web.
    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: 9781800562431
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 60 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn modern JavaScript and its fundamentals from scratch About This Video Become a confident JavaScript developer by learning how to read, write, and code in JavaScript Develop a solid understanding of JavaScript fundamentals Create dynamic web pages and projects using JavaScript In Detail This course will guide you on your journey to becoming a confident JavaScript developer by equipping you with the right techniques and knowledge of essential concepts. You will learn how to write JavaScript, along with understanding its application and how to execute it. Progressing through the sections, you'll work with the JavaScript syntax and also discover ways to easily debug JavaScript code. One of the main reasons why JavaScript is so popular is because of its ability to interact with a web page. In this course, you will learn how to accept user input, change how a page looks, and take action based on the user's action. Specific videos will also teach you about the different data types and how to use them. In addition to this, you'll delve into numbers, strings, floats, functions, undefined, and null, along with understanding their importance. The course also features a dedicated section for objects, classes, and object-oriented programming (OOP), along with covering concepts such as hoisting, closures, promises, and block scoping. Finally, you'll get to grips with topics such as APIs and Ajax requests. By the end of this course, you will be well-versed with modern JavaScript and have the skills you need to write effective JavaScript code.
    Note: Online resource; Title from title screen (viewed April 29, 2020) , Mode of access: World Wide Web.
    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: 9781800565630
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 53 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Understand how to use Git and GitHub confidently by learning the daily Git workflow About This Video Explore how Git and GitHub work, along with their important aspects Learn how to manage files, commits, and branches Create custom branches and discover how to manage pull requests In Detail This course is designed to guide you through working with Git and GitHub. You will start by learning how to install Git on Windows, Mac, and Linux and then understand how to use it on the command line. Next, you'll get to grips with configuring Git on a computer and creating, cloning and adding files to a GitHub repository. The videos will also guide you through creating custom branches and tags, opening and managing GitHub issues, and opening and managing pull requests. All along, the course follows a practical approach, ensuring that you work through plenty of real-life examples. This will give you hands-on experience in building your own repositories, forking the repo, and even safely opening a pull request on your work. Everything you'll learn about Git and GitHub in this course is completely transferable to GitLab and Bitbucket. By the end of this course, you'll be well-versed with Git and GitHub fundamentals, and have the skills you need to work through open source projects.
    Note: Online resource; Title from title screen (viewed April 29, 2020) , 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: 9781800562196
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 16 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Discover expert tips for using Python 3 effectively About This Video Get up and running with Python best practices Learn how to create Python programs Delve into Python modules and the third-party package ecosystem In Detail Python is one of the most sought-after skills in the software domain. Whether you want to delve into video game development, web development, or artificial intelligence, learning Python is an important step. Besides, if you’re new to programming, Python is the perfect language to get started with. This course focuses on Python 3 and uses modern Python 3.7 and Python 3.8. It is designed to support Python application development on Windows, macOS, and Linux. As Python 2 is no longer maintained by the Python development team, and there are no more security updates, the focus has now shifted to using Python 3. This course will guide you through concepts such as variables, data structures, conditionals, object-oriented programming (OOP), and the Python third-party package ecosystem. You will also get to grips with unit testing your code. As you progress, you’ll get hands-on experience by working through several mini projects such as creating an exciting guessing game. Finally, you’ll learn how to develop an image recognition application that can detect objects in photographs such as people, cars, bikes, and more. By the end of this course, you will be well-versed with Python 3 and be able to apply your skills in the real world.
    Note: Online resource; Title from title screen (viewed July 31, 2020) , 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] : Berrett-Koehler Publishers | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This book presents a new approach to risk management that enables executives to think systematically and strategically about future risks and deal proactively with threats to their competitive advantages in an ever more volatile, uncertain, complex, and ambiguous world. Organizations typically manage risks through traditional tools such as insurance and risk mitigation; some employ enterprise risk management, which looks at risk holistically throughout the organization. But these tools tend to focus organizational attention on past actions and compliance. Executives need to tackle risk head-on as an integral part of their strategic planning process, not by looking in the rearview mirror. Strategic Risk Management (SRM) is a forward-looking approach that helps teams anticipate events or exposures that fundamentally threaten or enhance a firm's position. The authors, experts in both business strategy and risk management, define strategic risks and show how they differ from operational risks. They offer a road map that describes architectural elements of SRM (knowledge, principles, structures, and tools) to show how leaders can integrate them to effectively design and implement a future-facing SRM program. SRM gives organizations a competitive advantage over those stuck in outdated risk management practices. For the first time, it enables them to look squarely out the front windshield.
    Note: Online resource; Title from title page (viewed January 21, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Language: English , German
    Pages: 1 online resource (414 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Die Autoren geben einen fundierten Einstieg und praxisorientierten Überblick über die technischen, organisatorischen und prozessoralen Aspekte des Sicherheitstestens und vermitteln damit das notwendige Praxiswissen, um für moderne IT-Anwendungen die notwendige Sicherheit zu erhalten, die für eine wirtschaftlich sinnvolle und regulationskonforme Inbetriebnahme von Softwaresystemen notwendig ist. Behandelt werden im Einzelnen: – Grundlagen des Testens der Sicherheit – Zwecke, Ziele und Strategien von Sicherheitstests – Sicherheitstestprozesse – Sicherheitstests während des gesamten Softwarelebenszyklus– Testen von Sicherheitsmechanismen– Auswertung von Sicherheitstests und Abschlussberichte Auch auf die menschlichen Faktoren beim Testen der Sicherheit sowie Sicherheitstestwerkzeuge und Standards wird im Detail eingegangen.
    Note: Online resource; Title from title page (viewed June 3, 2019)
    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: 9781838823009
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 13 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: A practical course to get you up to speed with the key aspects of GraphQL, including queries, mutations, scalar types, image management, authentication, and authorization About This Video Learn the key aspects of GraphQL and create sample applications Explore how to create custom scalars, how authentication and authorization work in GraphQL, and much more In Detail Have you heard about GraphQL? Have you always wanted to understand GraphQL? If yes, this course will help you learn about GraphQL in a hands-on manner. As you progress through the course, you will acquire the skills necessary to understand and work with GraphQL's basic as well as advanced features, including but not limited to the following: Understand basic scalar types Create custom scalars Become familiar with resolvers and type definitions (Schemas) Understand the importance of a data model in GraphQL Explore how GraphQL queries work, including parameterized queries Gain working knowledge of GraphQL mutations Get to grips with how file uploads work using GraphQL Learn how to serve images in the GraphQL context Study how authentication and authorization work in GraphQL You’ll create four sample applications: A basic application to run GraphQL queries An advanced application that uses React to work with GraphQL Enhance the existing application and extend it with authentication and authorization An application to understand how to serve/display images and upload files using only GraphQL In this course, you’ll mostly use Apollo GraphQL services for building your apps. Familiarity with React is required to get started with this course. You’ll use React to create several applications; however, it only covers the React parts that are relevant to the context. 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/fullstacktraining/Practical-GraphQL-Become-a-GraphQL-Ninja . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed April 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Life skills ; Success ; Self-help techniques ; Electronic books ; local ; Habiletés de base ; Autodéveloppement ; Life skills ; Self-help techniques ; Life skills ; Self-help techniques
    Abstract: What skills will matter most for work, business and life in the future? Where should you focus your energy and effort when the world is changing at an extraordinary rate? How can you future proof yourself, your organisation and your kids? In this ground-breaking book Kieran Flanagan and Dan Gregory have interviewed hundreds of successful business people, educators, futurists, economists and historians to uncover the key skills that will always be critical to success in business and in life. Where most futurists increase your sense of panic and anxiety with dystopian images of the not-too-distant future characterised by Artificial Intelligence (AI) taking our jobs, algorithms hacking our most private moments and Austrian-accented cyborgs raising our children, Kieran and Dan remind us that we need to look beyond the things changing around us and focus on the things that won’t change within us. Identify the skills you have that will always be relevant Gain insight from business leaders, entrepreneurs, educators, sport leaders and more Learn why each skill matters, and how to make it stronger Discover the things that won ’ t change as we inch toward the future These 12 FOREVER SKILLS are designed to set you up for whatever the future may throw at you plus help you get more success in your work and life, today.
    Abstract: In a world where the constant conversation is 'what's changing', this is a book that explores 'what isn't changing'. These are the skills that you need to stay relevant in your job and thrive in life. This is the book to future proof yourself. It's a book about the future that isn't about robots, AI and technology
    Note: Online resource; Title from title page (viewed May 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9781119538226 , 111953822X , 9781119538196
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 5th edition
    Parallel Title: Erscheint auch als
    DDC: 343.04
    Keywords: Tax planning ; Electronic books ; local ; Planification fiscale ; Tax planning
    Abstract: An essential, timesaving guide for accountants, lawyers, nonprofit executives and directors, consultants, and volunteers This book is an indispensable guide to navigating the complex maze of nonprofit tax rules and regulations. A clear and fully cited description of the requirements for the various categories of tax-exempt entities from public charities, private foundations, civic associations, business leagues, and social clubs to title-holding companies and governmental entities can be found. Practical guidance on potential for income tax on revenue-producing enterprises along with explanations of many exceptions to taxability is provided. Issues raised by Internet activity, advertising, publishing, providing services, and much more are explained. This useful guide covers the many significant issues facing nonprofit organizations, including compensation and possible private inurement, affiliation, separations and mergers, donor disclosures, lobbying and electioneering, and employment taxes. Offers a supplemental, annual update to keep subscribers current on relevant changes in IRS forms, requirements, and related tax procedures Includes easy-to-use checklists highlighting such critical concerns as tax-exempt eligibility, reporting to the IRS, and comprehensive tax compliance issues Features a variety of sample documents for private foundations, including penalty abatement requests and sharing space agreements Provides helpful practice aids, such as a comparison of the differences between public and private charities, charts reflecting lobbying limits for different types of entities, and listings of rulings and cases that illustrate permissible activity for each type of organizations compared to impermissible activity Filled with practical tips and suggestions for handling such critical situations as preparing for and surviving an IRS examination, Tax Planning and Compliance for Tax-Exempt Organizations, Fifth Edition provides guidance for the significant issues facing nonprofit organizations.
    Note: Online resource; Title from title page (viewed March 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (216 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Ob Präsentation, Videobotschaft oder Teambesprechung: Kommunikation ist für Produktmanager, Teamleiter und Führungskräfte ein entscheidendes Werkzeug. Im modernen Unternehmensalltag sind die Anforderungen an die Kommunikationsfähigkeiten noch einmal gestiegen: durch die Reizüberflutung der Rezipienten, die enorme Komplexität und Dynamik unternehmerischer Aufgaben und neue agile Arbeitsweisen. Die übliche, ausschließlich faktenbasierte Kommunikation stößt an ihre Grenzen. Storytelling hat sich deshalb in den letzten Jahren zu einer Schlüsselqualifikation für Mitarbeiter in leitenden Positionen entwickelt. Mit überraschenden, emotionalen und einprägsamen Storys gelingt es, Teams, B2B-Kunden und Stakeholder zu motivieren und zu überzeugen. In ihrem dritten Buch demonstriert Petra Sammer wirksames Business Storytelling und Leadership Storytelling. Sie erläutert, wie und warum Storytelling erfolgreich ist, vermittelt die Grundlagen der Kommunikationstechnik und gibt einen Überblick über die Anwendung in Krisensituationen und Change-Prozessen und im Wissens- und Projektmanagement.
    Note: Online resource; Title from title page (viewed May 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (242 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Lernen Sie Geschichten zu erzählen per Smartphone-Video – von Planung und Aufnahmekonzept über den Dreh bis zur Postproduktion auf iPhone oder iPad. Unter Anleitung von Mobile Journalism-Profi Robb Montgomery kommen Sie schnell zu ersten Ergebnissen. Kapitel für Kapitel verrät er Ihnen Praxisrezepte für verschiedenste Genres – unter anderem Porträt, Interview, Erklär-, Unboxing-, Food- oder 360°-Video sowie Livestreaming und Studioproduktionen. Die nötigen filmischen und journalistischen Grundlagen für packendes Storytelling sowie das Arbeiten mit Apps zum Filmen, Texten, zur Nachbearbeitung und zur Erstellung von Video-/Foto-Collagen für Social Media erlernen Sie fast nebenbei. Alle Videobeispiele sind kostenlos und nach kurzer Registrierung verfügbar auf smartfilmschool.com.
    Note: Online resource; Title from title page (viewed June 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (176 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Do your most important work when you are your most resourceful Are you drowning in email? Overloaded with calendar invitations? Frustrated by wasteful meetings and an ever-growing workload? Then you know that being busy does not mean being productive. Most workers are being asked to take on more responsibilities with less support, advised to simply ‘be innovative.’ But you only have a finite amount of energy and thinking capacity available to you in a day. Most of us are wasting it on things that aren't contributing to our most important work: the activities that require problem solving, decision making and critical thinking. Developed for business professionals, The First Two Hours teaches you how to design your day, rather than be at the mercy of it. Using research on neuroscience, energy flow and the body’s natural rhythms, it divides the workday into manageable blocks and helps you determine when you are most resourceful, and therefore when you should complete your most demanding tasks. Optimize your day in blocks of two hours Take back control of your work life by creating a workflow designed for you Do your most important work at the right time of day so it gets the resources it deserves Decide when you need to be ’on’ and when you can be ’available’ so you can maximise productivity In a time of near-constant information overload, this practical handbook helps you focus on getting done what you need to get done, when you are best able to do it. By learning to invest your energy strategically, you can be in the driver’s seat every work day and achieve a level of productivity beyond what you thought possible.
    Note: Online resource; Title from title page (viewed May 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Berrett-Koehler Publishers | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (216 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Two distinguished scholars offer eight steps to help organizations discover and embrace an authentic higher purpose—something that will dramatically improve every aspect of any enterprise, including the bottom line. What does a lofty notion like purpose have to do with business basics like the bottom line? Robert E. Quinn and Anjan J. Thakor say pretty much everything. Leaders and managers are taught that employees are self-interested and work resistant, so they create systems of control to combat these expectations. Workers resent these systems, and performance suffers. To address the performance issues, managers double down on the coercion, creating a vicious cycle and a self-fulfilling prophecy. But there is a better way. Quinn and Thakor show that when an authentic higher purpose permeates business strategy and decision-making, the cycle is broken. Employers and employees see themselves as working together toward an inspiring goal, not just trying to hit quarterly targets. They fully engage, become proactive contributors, and, ironically, easily exceed those quarterly targets. Based on their widely acclaimed Harvard Business Review article, Quinn and Thakor offer eight sometimes surprising steps for shifting from a transaction-oriented mind-set focused on constraints to a purpose-oriented mind-set focused on possibility. This iconoclastic book will help any organization discover its authentic purpose and weave it into the fabric of everything it does, leading to unprecedented levels of personal satisfaction, service and product innovation, and economic growth.
    Note: Online resource; Title from title page (viewed August 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Python makes machine learning easy for beginners and experienced developers With computing power increasing exponentially and costs decreasing at the same time, there is no better time to learn machine learning using Python. Machine learning tasks that once required enormous processing power are now possible on desktop machines. However, machine learning is not for the faint of heart—it requires a good foundation in statistics, as well as programming knowledge. Python Machine Learning will help coders of all levels master one of the most in-demand programming skillsets in use today. Readers will get started by following fundamental topics such as an introduction to Machine Learning and Data Science. For each learning algorithm, readers will use a real-life scenario to show how Python is used to solve the problem at hand. • Python data science—manipulating data and data visualization • Data cleansing • Understanding Machine learning algorithms • Supervised learning algorithms • Unsupervised learning algorithms • Deploying machine learning models Python Machine Learning is essential reading for students, developers, or anyone with a keen interest in taking their coding skills to the next level.
    Note: Online resource; Title from title page (viewed April 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (854 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: Lernen Sie Windows 10 aus der Insidersicht kennen! Windows 10 für Experten enthält Hunderte von zeitsparenden Lösungen, Tipps und umfassendes Profi-Wissen. Geschrieben von einem Expertenteam, das von Insidern bei Microsoft unterstützt wurde, erklärt dieses Buch Windows 10 bis in die Tiefen des Betriebssystems, inklusive aller wichtigen Neuerungen des Anniversary-Updates.
    Note: Online resource; Title from title page (viewed July 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Does the early bird always catch the worm? Society largely praises early risers while maligning so-called "night owls." However, countless research studies have shown that night owls are more successful and wealthier than early risers. The Morning Myth proves that indeed, night owls are generally more successful in life than early risers. It restores night owls’ self-confidence, and encourages them to achieve more on their natural schedules. In The Morning Myth , Frank J. Rumbauskas provides practical tips to help night owls thrive: • Informs employers about how much productivity they're losing by forcing night owls to be at work bright and early • Offers advice on how to schedule both early risers and night owls for maximum productivity • Shows night owls how to achieve maximum happiness at work • Coaches managers on getting the most out of their night owl employees Whether you’re a night owl yourself, or employ those who find their work “mojo” later in the day, The Morning Myth breaks down stereotypes and shows you how to increase productivity around the clock.
    Note: Online resource; Title from title page (viewed June 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: There’s a bold decision in your life you’ve been waiting to make, and every day passing by is a reminder of what hasn’t happened. Conveniently tucked in a box labeled ‘someday,’ the fear of the unknown has taken a grip on your life and put your dreams on hold. Until now. Whether your leap is quitting the soul sucking job and starting your own business, taking a bold chance on love or finally going all in on your dreams, The Leap of Your Life is the ticket to get you there. All while having the time of your life and ensuring you don’t wake up years down the line with a sinking feeling of regret. Author and high-performance coach Tommy Baker has helped thousands of everyday people identify and take their leap, step into courage and create a life they can’t wait to wake up for. After interviewing 250+ of the world’s most powerful entrepreneurs, thought leaders, experts, spiritual teachers and athletes he discovered a common theme: They all took a leap, even if they were full of fear—and it radically transformed their experience of life. If you’re ready to: Re-define risk and stop playing small Step into the boldest version of yourself Give yourself permission to take a chance Live the Hero’s Journey of your life story Eradicate regret and ‘what could have been’ . . . then look no further and order The Leap Of Your Life now!
    Note: Online resource; Title from title page (viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Land the deals you want and develop your instincts with million-dollar negotiation techniques After selling over $3 Billion in real estate, including the most expensive one-bedroom house in history, Josh Altman, co-star of the hit show Million-Dollar Listing Los Angeles, wants to teach you the real estate sales and negotiation tactics that have made him one of America’s top agents. Buying or selling a house, whether for a client or yourself, is one of the most important (and most stressful) deals anyone can make, demanding emotional intelligence and a solid set of negotiating skills. But by mastering the same techniques that sell multi-million-dollar homes in Bel Air and Beverly Hills, you can attract buyers and close deals on any property. Josh breaks down the art of real estate into three simple parts. First, he’ll help you get business in the door during the Opening. Then he takes you step-by-step through the Work: everything between the first handshake and the last. And finally, the Close, the last step that ensures all your hard work pays off as you seal the deal. Learn how to open with a prospect, work the deal, close, open, and repeat Build and market your reputation, creating more sales opportunities Develop the traits of a closer in you and your team Drive the deal forward and get the best price for your property by creating desire, scarcity, and demand Successful real estate sales are driven by the same principles, whether they happen in the Hollywood Hills or just down the street. Josh wants to put those principles, and the techniques for applying them, in your hands. Learn them and discover what you can achieve.
    Note: Online resource; Title from title page (viewed April 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Become the leader others want to follow Forget everything you know about motivating others and building a harmonious workplace. If you want to get the best out of people, you must be willing to fight. But, that doesn't mean you become a dominator, nor does coddling others work. The best leader you've ever had in your life was a liberator—someone willing to fight for your highest good, even at a personal cost. Inside, global leadership experts Jeremie Kubicek and Steve Cockram explain what made that leader so unique, how to become that person yourself, and how to share the same gift with others. Be one of the few that people actually want to follow Learn the lost art of leadership—the intentional calibration of support and challenge for everyone you lead, your team and your family Become a multiplication master as you learn to bring the best out of people for their highest good and that of the whole team Overhaul entire cultures by focusing on the transformation and empowerment of sub-culture leaders The 100x Leader will help you become—and build—leaders worth following.
    Note: Online resource; Title from title page (viewed March 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Experience the transformative power of creative rituals in the workplace Rituals for Work shows us how creative rituals can make our personal and business lives more meaningful and rewarding. Rituals are powerful tools: they reinforce good habits, motivate personal and professional achievement, create a common bond between co-workers and build shared values; they can transform an organization’s culture and provide a foundation to achieve common goals. Focusing on real-world examples, this book takes a practical approach to the power and benefits of workplace rituals. This insightful guide presents 50 creative rituals, from business and management to design and personal development. Specific case studies highlight the use of rituals and their positive impact to real-world organizations, while vivid visuals allow us to feel their energy and emotion. A ritual is only effective when its purpose is clearly defined. This book goes beyond simple analysis to provide actual recipes for individual rituals designed to promote specific habits, change negative behaviors, and instill values. Each ritual can be adapted to achieve a multitude of goals and tailored to fit your organization or team’s specific needs. ● Change behaviors, form positive habits, and assign meaning to shared goals ● Build shared values, foster innovation, and encourage strong teamwork ● Deal with conflicts effectively and engage others to work on resolutions ● Learn the fundamental concepts of ritual-building and share your knowledge with your team An informative and inspirational resource for executives, managers, team leaders, and employees of every level, Rituals for Work provides a blueprint for building a culture of engagement, innovation, and shared purpose for organizations of all sizes, across industries.
    Note: Online resource; Title from title page (viewed April 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (680 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: An essential guide on high dimensional multivariate time series including all the latest topics from one of the leading experts in the field Following the highly successful and much lauded book, Time Series Analysis—Univariate and Multivariate Methods , this new work by William W.S. Wei focuses on high dimensional multivariate time series, and is illustrated with numerous high dimensional empirical time series. Beginning with the fundamentalconcepts and issues of multivariate time series analysis,this book covers many topics that are not found in general multivariate time series books. Some of these are repeated measurements, space-time series modelling, and dimension reduction. The book also looks at vector time series models, multivariate time series regression models, and principle component analysis of multivariate time series. Additionally, it provides readers with information on factor analysis of multivariate time series, multivariate GARCH models, and multivariate spectral analysis of time series. With the development of computers and the internet, we have increased potential for data exploration. In the next few years, dimension will become a more serious problem. Multivariate Time Series Analysis and its Applications provides some initial solutions, which may encourage the development of related software needed for the high dimensional multivariate time series analysis. Written by bestselling author and leading expert in the field Covers topics not yet explored in current multivariate books Features classroom tested material Written specifically for time series courses Multivariate Time Series Analysis and its Applications is designed for an advanced time series analysis course. It is a must-have for anyone studying time series analysis and is also relevant for students in economics, biostatistics, and engineering.
    Note: Online resource; Title from title page (viewed March 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (248 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: In »Kreative Pferdefotografie« treffen zwei Genres aufeinander, die seit Jahren sehr beliebt sind: Pferde und Fotografie. Es gibt kaum einen Pferdebesitzer, der nicht außergewöhnliche Bilder von seinem geliebten Vierbeiner haben möchte, und kaum einen Züchter, der nicht mit professionellen Fotos für seine Nachzucht werben will.Das Gebiet der Pferdefotografie ist groß, doch dieses Buch geht weiter und zeigt außergewöhnliche Perspektiven und Fototechniken, um die edlen Vierbeiner in Szene zu setzen. Bilder, wie man sie selten zu sehen bekommt, abseits der ausgetretenen Wege der 08/15-Pferdefotografie.Die Autorin – unter anderem eine sehr erfahrene Pferdetrainerin und -ausbilderin – erklärt dabei leicht verständlich die Umsetzung kreativer Techniken und gibt wertvolle Tipps, wie aus guten Pferdefotos hervorragende Bildwerke werden.
    Note: Online resource; Title from title page (viewed August 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Bring more energy to everything in your life. It Starts with Passion will help you ignite the purpose in your life, as well as in the lives of your colleagues, employees, and associates. In-depth research, practical concepts, inspirational stories, and clear visual models will show you how to find out what's meaningful to you and pursue it with passion. For three decades, Keith Abraham has been helping people around the world to harnass their passion, achieve their goals and focus on what's most important to bring the best out of themselves and their business. It's time to embark on a life of certainty, clarity and confidence and It Starts with Passion . Originally published in 2013 , this book has been reviewed and redesigned to become part of the Wiley Be Your Best series - aimed at helping readers acheive professional and personal success.
    Note: Online resource; Title from title page (viewed March 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Real-world tools to build your venture, grow your business, and avoid mistakes Startup, Scaleup, Screwup is an expert guide for emerging and established businesses to accelerate growth, facilitate scalability, and keep pace with the rapidly changing economic landscape. The contemporary marketplace is more dynamic than ever before—increased global competition, the impact of digital transformation, and disruptive innovation factors require businesses to implement agile management and business strategies to compete and thrive. This indispensable book provides business leaders and entrepreneurs the tools and guidance to meet growth and scalability challenges head on. Equal parts motivation and practical application, this book answers the questions every business leader asks from the startup ventures to established companies. Covering topics including funding options, employee hiring, product-market validation, remote team management, agile scaling, and the business lifecycle, this essential resource provides a solid approach to grow at the right pace and stay lean. This book will enable you to: Apply 42 effective tools to sustain and accelerate your business growth Avoid the mistakes and pitfalls associated with rapid business growth or organizational change Develop a clear growth plan to integrate into your overall business model Structure your business for rapid scaling and efficient management Startup, Scaleup, Screwup: 42 Tools to Accelerate Lean & Agile Business Growth is a must-read for entrepreneurs, founders, managers, and senior executives. Author Jurgen Appelo shares his wisdom on the creative economy, agile management, innovation marketing, and organizational change to provide a comprehensive guide to business growth. Practical methods and expert advice make this book an essential addition to any business professional’s library.
    Note: Online resource; Title from title page (viewed April 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Become a more effective leader by discovering the resources you already have Pamela McLean, CEO and cofounder of the Hudson Institute for Coaching, has been at the forefront of the field for the past three decades, using clinical and organizational psychology to provide the highest-quality coaching and development training to professionals in organizations and solo practice worldwide. Now, Pamela is teaching readers to cultivate their leadership potential through “use of self as instrument,” a key dimension of developmental coaching that emphasizes the whole person. Her holistic methods give coaches and other leaders a clearer framework for getting to know themselves, exploring their multiple layers, and fostering their latent abilities so that they can foster the abilities of others. Self as Coach guides you along a path that interweaves six broad dimensions of your internal landscape into the fabric of great coaching. This creates lasting improvements, unlike more common remedial, tactical, or performance-based programs, which often only function as short-term solutions. Develop leadership skills using internal resources you already possess Achieve real improvements with long-lasting benefits Based on methodology proven successful in business and personal settings Includes useful practices and exercises for self-reflection and brainstorming Whether you’re an emerging or experienced coach, whether you want to grow your own leadership skills or develop them across an entire organization, Self as Coach can help. With its innovative approach, proven methods, and near-universal applicability, this book will not only provide effective instruction but also help you uncover lasting insights that will benefit you long after you’ve turned the last page.
    Note: Online resource; Title from title page (viewed May 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Focal Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (222 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: This book guides nonfiction storytellers in the art of creatively and strategically using sound to engage their audience and bring stories to life. Sound is half of film and video storytelling, and yet its importance is often overlooked until a post-production emergency arises. Written by two experienced creators—one a seasoned nonfiction producer/director with a background in music, and one a sound designer who owns a well-regarded mix studio—this book teaches nonfiction producers, filmmakers, and branded content creators how to reimagine their storytelling by improving sound workflow from field to post. In addition to real-world examples from the authors’ own experiences, interviews with and examples from industry professionals across many genres of nonfiction production are included throughout. Written in a conversational style, the book pinpoints practical topics and considerations like 360 video and viewer accessibility. As such, it is a vital point of reference for all nonfiction filmmakers, directors, and producers, or anyone wanting to learn how to improve their storytelling. An accompanying Companion Website offers listening exercises, production sound layout diagrams, templates, and other resources.
    Note: Online resource; Title from title page (viewed September 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Berrett-Koehler Publishers | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (168 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: The ultimate guide to naming your product or business has been updated throughout with twice as many resources as before, new stories (of both hits and flops), and an entirely new chapter on the power of names in the workplace. Too many new companies and products have names that look like the results of a drunken Scrabble game (Xobni, Svbtle, Doostang). In this entertaining and engaging book, ace-naming consultant Alexandra Watkins explains how anyone—even noncreative types—can create memorable and effective brand names. No degree in linguistics required. The heart of the book is Watkins's proven SMILE and SCRATCH Test. A great name makes you SMILE because it is Suggestive—evokes something about your brand; is Memorable—makes an association with the familiar; uses Imagery—aids memory through evocative visuals; has Legs—lends itself to a theme for extended mileage; and is Emotional—moves people. A bad name, on the other hand, makes you SCRATCH your head because it is Spelling challenged—looks like a typo; is a Copycat—similar to competitors' names; is Restrictive—limits future growth; is Annoying—seems forced and frustrates customers; is Tame—feels flat, merely descriptive, and uninspired; suffers from the Curse of Knowledge—speaks only to insiders; and is Hard to pronounce—confuses and distances customers. This 50 percent–new second edition has double the number of brainstorming tools and techniques, even more secrets and strategies to nab an available domain name, a brand-new chapter on how companies are using creative names around the office to add personality to everything from cafeterias to conference rooms, and much more.
    Note: Online resource; Title from title page (viewed October 1, 2019)
    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
    Language: English
    Pages: 1 online resource (478 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A comprehensive guide to programming with network sockets, implementing Internet protocols, designing IoT devices, and much more with C Key Features Apply your C and C++ programming skills to build powerful network applications Get to grips with a variety of network protocols that allow you to load web pages, send emails, and do much more Write portable network code for Windows, Linux, and macOS Book Description Network programming enables processes to communicate with each other over a computer network, but it is a complex task that requires programming with multiple libraries and protocols. With its support for third-party libraries and structured documentation, C is an ideal language to write network programs. Complete with step-by-step explanations of essential concepts and practical examples, this C network programming book begins with the fundamentals of Internet Protocol, TCP, and UDP. You'll explore client-server and peer-to-peer models for information sharing and connectivity with remote computers. The book will also cover HTTP and HTTPS for communicating between your browser and website, and delve into hostname resolution with DNS, which is crucial to the functioning of the modern web. As you advance, you'll gain insights into asynchronous socket programming and streams, and explore debugging and error handling. Finally, you'll study network monitoring and implement security best practices. By the end of this book, you'll have experience of working with client-server applications and be able to implement new network programs in C. The code in this book is compatible with the older C99 version as well as the latest C18 and C++17 standards. You'll work with robust, reliable, and secure code that is portable across operating systems, including Winsock sockets for Windows and POSIX sockets for Linux and macOS. What you will learn Uncover cross-platform socket programming APIs Implement techniques for supporting IPv4 and IPv6 Understand how TCP and UDP connections work over IP Discover how hostname resolution and DNS work Interface with web APIs using HTTP and HTTPS Explore Simple Mail Transfer Protocol (SMTP) for electronic mail transmission Apply network programming to the Internet of Things (IoT) Who this book is for If you're a developer or a system administrator who wants to get started with network programming, this book is for you. Basic knowledge of C programming is assumed. Downloading the example code for this ebook: You can dow...
    Note: Online resource; Title from title page (viewed May 13, 2019)
    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
    Language: English
    Pages: 1 online resource (736 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Choose the smarter way to learn about containerizing your applications and running them in production. Key Features Deploy and manage highly scalable, containerized applications with Kubernetes Build high-availability Kubernetes clusters Secure your applications via encapsulation, networks, and secrets Book Description Kubernetes is an open source orchestration platform for managing containers in a cluster environment. This Learning Path introduces you to the world of containerization, in addition to providing you with an overview of Docker fundamentals. As you progress, you will be able to understand how Kubernetes works with containers. Starting with creating Kubernetes clusters and running applications with proper authentication and authorization, you'll learn how to create high-availability Kubernetes clusters on Amazon Web Services (AWS), and also learn how to use kubeconfig to manage different clusters. Whether it is learning about Docker containers and Docker Compose, or building a continuous delivery pipeline for your application, this Learning Path will equip you with all the right tools and techniques to get started with containerization. By the end of this Learning Path, you will have gained hands-on experience of working with Docker containers and orchestrators, including SwarmKit and Kubernetes. This Learning Path includes content from the following Packt products: Kubernetes Cookbook - Second Edition by Hideto Saito, Hui-Chuan Chloe Lee, and Ke-Jou Carol Hsu Learn Docker - Fundamentals of Docker 18.x by Gabriel N. Schenker What you will learn Build your own container cluster Run a highly distributed application with Docker Swarm or Kubernetes Update or rollback a distributed application with zero downtime Containerize your traditional or microservice-based application Build a continuous delivery pipeline for your application Track metrics and logs for every container in your cluster Implement container orchestration to streamline deploying and managing applications Who this book is for This beginner-level Learning Path is designed for system administrators, operations engineers, DevOps engineers, and developers who want to get started with Docker and Kubernetes. Although no prior experience with Docker is required, basic knowledge of Kubernetes and containers will be helpful.
    Note: Online resource; Title from title page (viewed March 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (504 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Provides a comprehensive and updated study of GARCH models and their applications in finance, covering new developments in the discipline This book provides a comprehensive and systematic approach to understanding GARCH time series models and their applications whilst presenting the most advanced results concerning the theory and practical aspects of GARCH. The probability structure of standard GARCH models is studied in detail as well as statistical inference such as identification, estimation, and tests. The book also provides new coverage of several extensions such as multivariate models, looks at financial applications, and explores the very validation of the models used. GARCH Models: Structure, Statistical Inference and Financial Applications, 2nd Edition features a new chapter on Parameter-Driven Volatility Models, which covers Stochastic Volatility Models and Markov Switching Volatility Models. A second new chapter titled Alternative Models for the Conditional Variance contains a section on Stochastic Recurrence Equations and additional material on EGARCH, Log-GARCH, GAS, MIDAS, and intraday volatility models, among others. The book is also updated with a more complete discussion of multivariate GARCH; a new section on Cholesky GARCH; a larger emphasis on the inference of multivariate GARCH models; a new set of corrected problems available online; and an up-to-date list of references. Features up-to-date coverage of the current research in the probability, statistics, and econometric theory of GARCH models Covers significant developments in the field, especially in multivariate models Contains completely renewed chapters with new topics and results Handles both theoretical and applied aspects Applies to researchers in different fields (time series, econometrics, finance) Includes numerous illustrations and applications to real financial series Presents a large collection of exercises with corrections Supplemented by a supporting website featuring R codes, Fortran programs, data sets and Problems with corrections GARCH Models, 2nd Edition is an authoritative, state-of-the-art reference that is ideal for graduate students, researchers, and practitioners in business and finance seeking to broaden their skills of understanding of econometric time series models.
    Note: Online resource; Title from title page (viewed June 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Berrett-Koehler Publishers | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (168 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A practical and irreverent guide to taking the sting out of feedback and reclaiming it as a motivating, empowering experience for everyone involved. Feedback: the mere mention of the word can make our blood pressure rise and our defenses go up. For many of us, it's a dirty word that we associate with bias, politics, resentment, and self-doubt. However, if we take a step back and think about its true intent, we realize that feedback needn't be a bad thing. After all, understanding how others experience us provides valuable opportunities to learn and grow. Authors M. Tamra Chandler and Laura Grealish explain how feedback got such a bad rap and how to recognize and minimize the negative physical and emotional responses that can erode trust and shut down communication. They offer a new and more ambitious definition of feedback, explore the roles we each play as Seeker, Extender, and Receiver, and introduce the three Fs of making feedback focused, fair, and frequent. You'll also find valuable exercises and strategies, along with real-world examples that illustrate how you can put these ideas into action and join in the movement to fix feedback, once and for all. When it's done right, feedback has been proven to be the most effective means of improving communication and performance for you and your organization. It's too important to give up, and with Chandler and Grealish's help, you'll be able to use it deftly, equitably, and effectively.
    Note: Online resource; Title from title page (viewed June 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (208 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Protect your company’s finances in the event of a disaster In the face of an environmental or man-made disaster, it’s imperative to have a contingency plan that’s mapped out your corporation’s strategy to minimize the impact on the daily functions or life of the corporation. Successful planning not only can limit the damage of an unforeseen disaster but also can minimize daily mishaps—such as the mistaken deletion of files—and increase a business's overall efficiency. Faster Disaster Recovery provides a 10-step approach for business owners on creating a disaster recovery plan (from both natural and man-made events). Each chapter ends with thought-provoking questions that allow business owners to explore their particular situation. Covers natural events such as earthquakes and floods Provides guidance on dealing with man-made events such as terrorist attacks Offers worksheets to make your contingency plans Includes several examples throughout the book There’s no time like the present to develop a business contingency plan—and this book shows you how.
    Note: Online resource; Title from title page (viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (300 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A strategy and implementation guide for building, deploying, and managing APIs Key Features Comprehensive, end-to-end guide to business-driven enterprise APIs Distills years of experience with API and microservice strategies Provides detailed guidance on implementing API-led architectures in any business Book Description APIs are the cornerstone of modern, agile enterprise systems. They enable access to enterprise services from a wide variety of devices, act as a platform for innovation, and open completely new revenue streams. Enterprise API Management shows how to define the right architecture, implement the right patterns, and define the right organization model for business-driven APIs. Drawing on his experience of developing API and microservice strategies for some of the world's largest companies, Luis Weir explains how APIs deliver value across an enterprise. The book explores the architectural decisions, implementation patterns, and management practices for successful enterprise APIs, as well as providing clear, actionable advice on choosing and executing the right API strategy in your enterprise. With a relentless focus on creating business value, Luis Weir reveals an effective method for planning, building, and running business products and services with APIs. What you will learn Create API strategies to deliver business value Monetize APIs, promoting them through public marketplaces and directories Develop API-led architectures, applying best practice architecture patterns Choose between REST, GraphQL, and gRPC-style API architectures Manage APIs and microservices through the complete life cycle Deploy APIs and business products, as well as Target Operating Models Lead product-based organizations to embrace DevOps and focus on delivering business capabilities Who this book is for Architects, developers, and technology executives who want to deliver successful API strategies that bring business value.
    Note: Online resource; Title from title page (viewed July 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Build your best life by forging your own path to business success After speaking to companies such as Merck, Land O'Lakes, and Cargill, and to over 2000 audiences across the world, Damian Mason, successful businessman, agriculturalist, podcaster, and writer, wants to help you achieve your entrepreneurial goals and live a better life. While other business books claim to tell you how to reach success, they fall short because they don’t address the fact that success is different for each of us. Do Business Better helps you define success on your terms, then shows you how to achieve it. You’ll learn the Four Unwavering Traits of Entrepreneurial Success and how to discover the differences between routines and habits, then implement your changes through meaningful actions that create permanent improvement. Along the way, you’ll learn from real-world examples and relatable stories, and discover a wealth of applicable advice on starting, managing, and growing your own enterprise. Discover your best life, then build a path to achieve it Learn how other entrepreneurs have adapted their lives to achieve their goals Find out what’s really standing between you and your dreams Rid yourself of ineffective thinking patterns and develop habits that actually help you Do Business Better is the go-to guide for business people, entrepreneurs, and the self-employed looking to jumpstart their journey and build their dreams into reality. If your goal is prosperity, longevity, and a life and business on your terms, this book is for you.
    Note: Online resource; Title from title page (viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A practical handbook to cybersecurity for both tech and non-tech professionals As reports of major data breaches fill the headlines, it has become impossible for any business, large or small, to ignore the importance of cybersecurity. Most books on the subject, however, are either too specialized for the non-technical professional or too general for positions in the IT trenches. Thanks to author Nadean Tanner’s wide array of experience from teaching at a University to working for the Department of Defense, the Cybersecurity Blue Team Toolkit strikes the perfect balance of substantive and accessible, making it equally useful to those in IT or management positions across a variety of industries. This handy guide takes a simple and strategic look at best practices and tools available to both cybersecurity management and hands-on professionals, whether they be new to the field or looking to expand their expertise. Tanner gives comprehensive coverage to such crucial topics as security assessment and configuration, strategies for protection and defense, offensive measures, and remediation while aligning the concept with the right tool using the CIS Controls version 7 as a guide. Readers will learn why and how to use fundamental open source and free tools such as ping, tracert, PuTTY, pathping, sysinternals, NMAP, OpenVAS, Nexpose Community, OSSEC, Hamachi, InSSIDer, Nexpose Community, Wireshark, Solarwinds Kiwi Syslog Server, Metasploit, Burp, Clonezilla and many more. Up-to-date and practical cybersecurity instruction, applicable to both management and technical positions • Straightforward explanations of the theory behind cybersecurity best practices • Designed to be an easily navigated tool for daily use • Includes training appendix on Linux, how to build a virtual lab and glossary of key terms The Cybersecurity Blue Team Toolkit is an excellent resource for anyone working in digital policy as well as IT security professionals, technical analysts, program managers, and Chief Information and Technology Officers. This is one handbook that won’t gather dust on the shelf, but remain a valuable reference at any career level, from student to executive.
    Note: Online resource; Title from title page (viewed April 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Berrett-Koehler Publishers | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (192 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Businesses worry about new technologies, but customers are the ultimate disruptors—Suman Sarkar offers bold strategies for making sure you understand your customers and keep up with their ever-changing needs. Disruption—the brutal roiling of markets, the decline of long-established brands and products, and the rise of new upstarts—drives business failure and success. Most people think technology causes disruption, but technology merely enables it. Changing customer needs cause disruptions, and too many businesses get caught unaware. Suman Sarkar offers proven strategies that will enable any business to stay radically close to its customers and address their evolving needs. He argues that businesses need to focus on existing customers first—research shows they're likely to spend more and are more profitable than new customers. Personalization is becoming important for the newer generations in both developed and developing markets, so Sarkar describes approaches to make them cost-effective. In our era of instant gratification, customers want what they want now—Sarkar explains how you can develop and deliver products and services faster than ever. And since a few bad Yelp reviews, social media posts, or angry tweets from customers can ruin you, Sarkar shows how to proactively make sure the quality of your products and services stays better than that of your competitors. The key to survival in this era of changing customer needs is to focus on and address them quickly so customers don't switch to the competition. Drawing on his experiences with leading companies worldwide, Sarkar offers five strategies and techniques that will keep you ahead of the curve.
    Note: Online resource; Title from title page (viewed September 3, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Understand, design, and create cognitive applications using Watson’s suite of APIs Key Features Work with IBM Watson APIs to build efficient and powerful cognitive apps Build smart apps to carry out different sets of activities with the help of real-world use cases Get well-versed with the best practices of IBM Watson and implement them in your daily work Book Description Cognitive computing is rapidly becoming a part of every aspect of our lives through data science, machine learning (ML), and artificial intelligence (AI). It allows computing systems to learn and keep on improving as the amount of data in the system increases. This book introduces you to a whole new paradigm of computing – a paradigm that is totally different from the conventional computing of the Information Age. You will learn the concepts of ML, deep learning (DL), neural networks, and AI with the help of IBM Watson APIs. This book will help you build your own applications to understand, and solve problems, and analyze them as per your needs. You will explore various domains of cognitive computing, such as NLP, voice processing, computer vision, emotion analytics, and conversational systems. Equipped with the knowledge of machine learning concepts, how computers do their magic, and the applications of these concepts, you’ll be able to research and apply cognitive computing in your projects. What you will learn Get well-versed with the APIs provided by IBM Watson on IBM Cloud Understand ML, AI, cognitive computing, and neural network principles Implement smart applications in fields such as healthcare, entertainment, security, and more Explore unstructured data using cognitive metadata with the help of Natural Language Understanding Discover the capabilities of IBM Watson’s APIs by using them to create real-life applications Delve into various domains of cognitive computing, such as media analytics, embedded deep learning, computer vision, and more Who this book is for If you’re new to cognitive computing, you’ll find this book useful. Although not a prerequisite, some knowledge of artificial intelligence and deep learning will be an added advantage. This book covers these concepts using IBM Watson’s tools. Downloading the example code for this ebook: You can download the example code files for this ebook on GitHub at the following link: https://github.com/PacktPublishing/Cognitive-Computing-with-IBM-Watson . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title page (viewed April 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (320 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: WordPress erfreut sich großer Beliebtheit: Auf dem Redaktionssystem basieren mehr Websites als auf jedem anderen Content-Management-System. Ganz gleich, ob privat oder kommerziell genutzt, ob für eine Handvoll Besucher oder Tausende Nutzer pro Tag ausgelegt – mit WordPress lassen sich Blogs und Websites jeder Größenordnung umsetzen. Dieses Buch richtet sich an Leser, die ihre erste Website oder ihr erstes Blog realisieren wollen. Technisches Know-how wird nicht vorausgesetzt, Sie werden Schritt für Schritt an die Website-Erstellung mit WordPress herangeführt. Sie erfahren, wie Sie WordPress installieren, das System einrichten, Ihre Website gestalten und Ihre Inhalte veröffentlichen. Moritz „mo.“ Sauer ist passionierter WordPress-Nutzer und Blogger. Dies ist bereits die 4., aktualisierte Auflage seines erfolgreichen WordPress-Buchs, das jetzt auch den neuen Gutenberg-Editor behandelt.
    Note: Online resource; Title from title page (viewed August 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (614 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Ausschreibungen zur Erstellung von Layouts und Druckvorlagen, insbesondere durch öffentliche Auftraggeber enthalten immer öfter die Forderung nach zusätzlicher Lieferung barrierefreier PDFs. Allerdings fehlt vielen Beteiligten in den Produktionsprozessen das entsprechende Wissen, um diese Anforderung erfüllen zu können.Teil eins des Buches erläutert die relevanten gesetzlichen Bestimmungen sowie die technischen Grundlagen. Zahlreiche Praxisbeispiele zeigen die Probleme von Nutzern mit Einschränkungen und welche Unterstützung barrierefreie PDFs leisten können. In Teil zwei geht es um die praktischen Umsetzung vor allem in Adobe InDesign und Microsoft Word und die abschließenden Prüfung der Dokumente. Hierfür stehen Arbeitsdaten als begleitende Materialien zur Verfügung. So lernen die Leser auf der Basis fundierter Kenntnisse, barrierefreie PDF-Dokumente in den Standardapplikationen zu erstellen.
    Note: Online resource; Title from title page (viewed June 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (352 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Cyber-solutions to real-world business problems Artificial Intelligence in Practice is a fascinating look into how companies use AI and machine learning to solve problems. Presenting 50 case studies of actual situations, this book demonstrates practical applications to issues faced by businesses around the globe. The rapidly evolving field of artificial intelligence has expanded beyond research labs and computer science departments and made its way into the mainstream business environment. Artificial intelligence and machine learning are cited as the most important modern business trends to drive success. It is used in areas ranging from banking and finance to social media and marketing. This technology continues to provide innovative solutions to businesses of all sizes, sectors and industries. This engaging and topical book explores a wide range of cases illustrating how businesses use AI to boost performance, drive efficiency, analyse market preferences and many others. Best-selling author and renowned AI expert Bernard Marr reveals how machine learning technology is transforming the way companies conduct business. This detailed examination provides an overview of each company, describes the specific problem and explains how AI facilitates resolution. Each case study provides a comprehensive overview, including some technical details as well as key learning summaries: Understand how specific business problems are addressed by innovative machine learning methods Explore how current artificial intelligence applications improve performance and increase efficiency in various situations Expand your knowledge of recent AI advancements in technology Gain insight on the future of AI and its increasing role in business and industry Artificial Intelligence in Practice: How 50 Successful Companies Used Artificial Intelligence to Solve Problems is an insightful and informative exploration of the transformative power of technology in 21st century commerce.
    Note: Online resource; Title from title page (viewed May 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (326 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: Ein perfektes Architekturfoto kann die Wirkung eines Gebäudes besser transportieren als jedes andere Medium. Doch welche Ausstattung wird dafür benötigt? Was sind die Voraussetzungen für eine gelungene Aufnahme? Warum sieht ein Gebäude auf einem Foto ganz anders aus als in der Realität? Welche Methoden gibt es, die eigenen Aufnahmen zu verbessern? Welche Möglichkeiten eröffnet die digitale Nachbearbeitung? Anhand zahlreicher neuer Bildbeispiele zeigt der Autor den Weg zum perfekten Architekturfoto. In der überarbeiteten 4. Auflage dieses erfolgreichen Buchs wurden die technischen Aspekte der Architekturfotografie, insbesondere die Kameratechnik, aber auch der Bearbeitungsworkflow den neuesten Entwicklungen angepasst. Weitere neue Kapitel befassen sich mit der Landschaftsarchitekturfotografie, der Architekturfotografie mit Drohnen sowie speziellen Eingabegeräten, die den Workflow in der Architekturfotografie stark beschleunigen können. Ein besonderes Augenmerk wurde außerdem auf das Arbeiten mit Graufiltern und verwischten Objekten sowie auf den kreativen Einsatz von Mehrfachaufnahmen gelegt.
    Note: Online resource; Title from title page (viewed May 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Account-Based Marketing is changing the discipline of marketing—Why? Business-to-business (B2B) companies spend $40 Billion on marketing each year, and they embrace tech-driven innovations, yet the traditional model for lead generation has not changed for decades. Why? In addition to the techniques being outdated, they create friction and distrust between marketing and sales teams. ABM has quickly gained traction with leading B2B companies because it aligns sales and marketing teams around the accounts that will have the most business impact. Instead of chasing a large volume of lower-quality, generic leads, ABM helps sales and marketing professionals coordinate their efforts against a specific set of target accounts. Despite the clear advantages of ABM, there continues to be much confusion around just how to implement it. Written by the leaders behind the successful marketing firm Demandbase, Account-Based Marketing explains how to execute a world-class ABM strategy from start to finish. Find out exactly how highly successful B2B companies are using Account-Based Marketing to grow their customer base Develop an effective strategy to adapt ABM principles for your own organization with its own unique needs Integrate your sales and marketing processes into an efficient, cohesive workflow Locate and attract the ideal clients for your business to increase revenue and open up new opportunities From building the right target account list and understanding the impact of ABM on marketing programs, to selling ABM within an organization and finding budget for the strategy, you’ll find it all in this authoritative guide.
    Note: Online resource; Title from title page (viewed March 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (960 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Sie möchten sich schnell in Office 2019 zurechtfinden und die neuen Möglichkeiten sofort in die Praxis umsetzen? Ob auf dem Desktop oder in der Cloud mit Office 365 – das vorliegende Handbuch bietet Ihnen das notwendige Know-how für den Einsatz von Word 2019, Excel 2019, PowerPoint 2019 und Outlook 2019. Kompetentes Expertenwissen in seiner besten Form: Microsoft Office 2019 – Das Handbuch.
    Note: Online resource; Title from title page (viewed February 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Berrett-Koehler Publishers | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (376 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: The Complete Project Manager, 2nd Edition updates a respected textbook on project management soft skills to include project management's most vital new trends: agile methods, delivering business value, respecting ethics, and managing diversity. This is a classic, bestselling, practical guide that addresses the "soft" project management skills that are so essential to successful project, program, and portfolio management. Through a storytelling approach, the authors explain the necessary skills and how to use them to create an environment that supports project success. They demonstrate both the "why" and the "how" of creatively applying soft project management skills in the areas of leadership, conflict resolution, negotiations, change management, and more. This second edition features new sections on ethics, business analysis, agile project management, managing across generations and between cultures, and more. Skills like leadership, negotiations, conflict management, and navigating organizational politics have always been important for project managers who want to succeed. Now the authors show how you can adjust and hone those skills given the forces and trends in today's business world.
    Note: Online resource; Title from title page (viewed August 13, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789800203
    Language: English
    Pages: 1 online resource (786 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Become an expert at managing enterprise identity infrastructure by leveraging Active Directory Key Features Explore the new features in Active Directory Domain Service Manage your Active Directory services for Windows Server 2016 effectively Automate administrative tasks in Active Directory using PowerShell Core 6.x Book Description Active Directory (AD) is a centralized and standardized system that automates networked management of user data, security, and distributed resources and enables inter-operation with other directories. This book will first help you brush up on the AD architecture and fundamentals, before guiding you through core components, such as sites, trust relationships, objects, and attributes. You will then explore AD schemas, LDAP, RMS, and security best practices to understand objects and components and how they can be used effectively. Next, the book will provide extensive coverage of AD Domain Services and Federation Services for Windows Server 2016, and help you explore their new features. Furthermore, you will learn to manage your identity infrastructure for a hybrid cloud setup. All this will help you design, plan, deploy, manage operations, and troubleshoot your enterprise identity infrastructure in a secure and effective manner. You'll later discover Azure AD Module, and learn to automate administrative tasks using PowerShell cmdlets. All along, this updated second edition will cover content based on the latest version of Active Directory, PowerShell 5.1 and LDAP. By the end of this book, you'll be well versed with best practices and troubleshooting techniques for improving security and performance in identity infrastructures. What you will learn Design your Hybrid AD environment by evaluating business and technology requirements Protect sensitive data in a hybrid environment using Azure Information Protection Explore advanced functionalities of the schema Learn about Flexible Single Master Operation (FSMO) roles and their placement Install and migrate Active Directory from older versions to Active Directory 2016 Control users, groups, and devices effectively Design your OU structure in the most effective way Integrate Azure AD with Active Directory Domain Services for a hybrid setup Who this book is for If you are an Active Directory administrator, system administrator, or network professional who has basic knowledge of Active Directory and is looking to become an expert in this topic, this book is for you.
    Note: Online resource; Title from title page (viewed August 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The business ideas and innovation philosophies of the world’s great entrepreneurs—for anyone to implement in any business Steve Jobs. Jeff Bezos. Larry Page. Sergey Brin. Zhang Ruimin. Marc Benioff. Millions of words have been written about the great entrepreneurs of the world. This book is not about describing their achievements. Nor is it about their charisma, personal trials, or their place in popular culture. We have all heard or read about them already. This book is about the entrepreneur, the thinker. It is about the grand ideas, the disruptive thoughts, the innovative underpinnings and business philosophies that gave rise to their achievements. Thank You For Disrupting: The Disruptive Business Philosophies of The World’s Great Entrepreneurs examines 20 of the most significant business leaders of our time. Author Jean-Marie Dru, himself a disruptor who coined the term decades ago, explains not only the impact these leaders have had on their own companies, but also their immense influence on the business world as a whole. Each chapter is replete with in-depth analyses, insightful comments, and personal observations from the author, including discussions covering the experimentation and platforms of Jeff Bezos, to the recruitment policies and core values of Sergey Brin and Larry Page, to the complete CSR and company activism of Paul Polman, and many more. Illustrating how the vision of a disruptive innovator can reach far beyond his or her company, this engaging book encourages and inspires readers to become disruptors in in their own businesses. The Disruptive Business Philosophies of The World’s Great Entrepreneurs is a must-read for anyone interested in the why and how behind the most significant and influential business achievements of our time.
    Note: Online resource; Title from title page (viewed June 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Comprehensively teaches the basics of testing statistical assumptions in research and the importance in doing so This book facilitates researchers in checking the assumptions of statistical tests used in their research by focusing on the importance of checking assumptions in using statistical methods, showing them how to check assumptions, and explaining what to do if assumptions are not met. Testing Statistical Assumptions in Research discusses the concepts of hypothesis testing and statistical errors in detail, as well as the concepts of power, sample size, and effect size. It introduces SPSS functionality and shows how to segregate data, draw random samples, file split, and create variables automatically. It then goes on to cover different assumptions required in survey studies, and the importance of designing surveys in reporting the efficient findings. The book provides various parametric tests and the related assumptions and shows the procedures for testing these assumptions using SPSS software. To motivate readers to use assumptions, it includes many situations where violation of assumptions affects the findings. Assumptions required for different non-parametric tests such as Chi-square, Mann-Whitney, Kruskal Wallis, and Wilcoxon signed-rank test are also discussed. Finally, it looks at assumptions in non-parametric correlations, such as bi-serial correlation, tetrachoric correlation, and phi coefficient. An excellent reference for graduate students and research scholars of any discipline in testing assumptions of statistical tests before using them in their research study Shows readers the adverse effect of violating the assumptions on findings by means of various illustrations Describes different assumptions associated with different statistical tests commonly used by research scholars Contains examples using SPSS, which helps facilitate readers to understand the procedure involved in testing assumptions Looks at commonly used assumptions in statistical tests, such as z, t and F tests, ANOVA, correlation, and regression analysis Testing Statistical Assumptions in Research is a valuable resource for graduate students of any discipline who write thesis or dissertation for empirical studies in their course works, as well as for data analysts.
    Note: Online resource; Title from title page (viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (320 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Dieses Buch zeigt, wie aus LEGO und dem Arduino faszinierende Modelle werden. Der Leser lernt, Sensoren und Aktoren, wie es sie in jedem Elektronikversand gibt, so mit den LEGO-Elementen zu verbinden, dass er daraus viele spannende Experimente aufbauen kann. Das Buch eröffnet dem Leser Grundlagen der Elektronik und zeigt ihm schrittweise die Möglichkeiten der Kombination von LEGO und elektronischen Bauteilen. Mit diesen Kenntnissen kann der Leser auch eigene Bots konstruieren. Am Anfang des Buchs steht eine Einführung zum Arduino, zu seiner Stromversorgung in einem LEGO-Modell und zur Verwendung von Breadboards. Bebilderte Übersichen über empfohlenes Werkzeug und die notwendigen Materialien erleichtern den Start. Mit selbstgebauten Adaptern machen Sie eine wiederaufladbare Powerbank LEGO-kompatibel und steuern LEGO-Power-Functions-Motoren mit einem Arduino. Die zahlreichen Anleitungen zu Modellen kann der Leser nachbauen und ist dabei eingeladen, eigene Ideen einzubringen und LEGO-Steine aus dem eigenen Fundus gegen die aus den Anleitungen zu tauschen. Bei kompliziert zu ersetzenden Teilen wie z.B. Zahnrädern liefert das Buch allerdings Teilenummern. Das Buch liefert u.a. Anleitungen zu:- einem Wasserspender- einem Linienfolger- einem Schokoriegeltresor- einer selbstgebauten Steuerung per Bluetoothund viele weitere Gadgets und Bots.
    Note: Online resource; Title from title page (viewed October 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (208 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Sharpen your focus and tighten your time frames to get more done in less time The 25 Minute Meeting goes beyond “cut to the chase” and shows you how to take back your work day with smarter planning and more productive action. Meetings have become a de facto way of working, and as they pile up and stretch to interminable lengths, they eat up our days and sink productivity—if they are poorly planned and run. Done well, meetings are short, sharp, productive affairs that provide critical time and space for the interactions that drive business forward. This book shows you how to effectively and efficiently recover your time with a roadmap to the 25-minute meeting. A clear framework walks you through the entire meeting process, with emphasis on timing and focus, with illustrative case studies showing how real-world meetings have transformed from painful to purposeful with a few simple changes. From purging the invite list, to shutting down irrelevant tangents and facilitating more efficient communication, this book can help you reclaim your lost hours without sacrificing collaboration. Learn the art and science of conducting short, useful, purposeful meetings Follow a clear framework for meeting planning, preparation, and participation Assess your meetings’ effectiveness using helpful checkpoints in each chapter Boost your meetings’ impact with variety and visuals—without adding unnecessary time A well-run meeting is a goldmine of opportunity for Getting Things Done; it is where the diverse set of talents on your team come together into a whole of achievement—it is your most valuable commodity. It’s time to leave dusty, boring, time-sucking meetings in the past and revolutionize the way we come together. The 25 Minute Meeting shows you a fresh, more productive approach to working, cooperating, collaborating, and communicating the 21st century way.
    Note: Online resource; Title from title page (viewed February 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (316 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Over 60 recipes to model and handle real-life biological data using modern libraries from the R ecosystem Key Features Apply modern R packages to handle biological data using real-world examples Represent biological data with advanced visualizations suitable for research and publications Handle real-world problems in bioinformatics such as next-generation sequencing, metagenomics, and automating analyses Book Description Handling biological data effectively requires an in-depth knowledge of machine learning techniques and computational skills, along with an understanding of how to use tools such as edgeR and DESeq. With the R Bioinformatics Cookbook, you'll explore all this and more, tackling common and not-so-common challenges in the bioinformatics domain using real-world examples. This book will use a recipe-based approach to show you how to perform practical research and analysis in computational biology with R. You will learn how to effectively analyze your data with the latest tools in Bioconductor, ggplot, and tidyverse. The book will guide you through the essential tools in Bioconductor to help you understand and carry out protocols in RNAseq, phylogenetics, genomics, and sequence analysis. As you progress, you will get up to speed with how machine learning techniques can be used in the bioinformatics domain. You will gradually develop key computational skills such as creating reusable workflows in R Markdown and packages for code reuse. By the end of this book, you'll have gained a solid understanding of the most important and widely used techniques in bioinformatic analysis and the tools you need to work with real biological data. What you will learn Employ Bioconductor to determine differential expressions in RNAseq data Run SAMtools and develop pipelines to find single nucleotide polymorphisms (SNPs) and Indels Use ggplot to create and annotate a range of visualizations Query external databases with Ensembl to find functional genomics information Execute large-scale multiple sequence alignment with DECIPHER to perform comparative genomics Use d3.js and Plotly to create dynamic and interactive web graphics Use k-nearest neighbors, support vector machines and random forests to find groups and classify data Who this book is for This book is for bioinformaticians, data analysts, researchers, and R developers who want to address intermediate-to-advanced biological and bioinformatics problems by learning through a recipe-based approach. W...
    Note: Online resource; Title from title page (viewed October 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839212956
    Language: English
    Pages: 1 online resource (1 video file, approximately 12 hr., 21 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Python programming masterclass for beginners – learn all about Python 3 with object-oriented concepts, five projects and more! About This Video No prior knowledge of Python is required. You will learn how to write clean and proper Python code as we take you through the concepts, some example projects, and the proper programming structure. Acquire the prerequisite Python skills to move into specific branches of web development, data science, image processing, and more. In Detail Welcome to "Python Programming A-Z – Learn Python Programming by Building Five Projects," a course that takes you through your Python journey from beginner to advanced step by step. This course touches on every important concept of the latest version of Python, Python 3. Throughout the course, we will explore the most essential Python features: Basics of Python programming – expressions, variables, and printing output Python operators – the Python assignment operator, relational and logical operators, and short circuit operators Python conditionals and if statements Methods – parameters, arguments, and return values Object-oriented programming – classes and objects Encapsulation, inheritance, and abstract classes Python data structures in-depth – lists, sets, dictionaries, and tuples Conditionals – if/else statements and nested if/else Loops – for loops, while loops, break, and continue The mutability and immutability of Python’s basic types Built-in and user-defined modules Errors and exception handling – try, except, else, and finally Custom exceptions – raising exceptions and creating and raising a custom exception Data analysis with Pandas Face recognition with OpenCV Building a GUI application with Tkinter An automated Twitter bot with Tweepy Understanding the basics of databases and working with SQLite 3 Five projects with OpenCV, pandas, PyTube, Tkinter, Tweepy, and more After completing this course, you will be ready to work as an intern, fresher, or freelancer, and you will also be able to implement everything yourself! Most importantly, you will be ready to use the huge scope offered by Python programming.
    Note: Online resource; Title from title screen (viewed October 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (486 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: Over 90 recipes to help you develop widgets, forms, layouts, charts, and much more using the latest features of Python 3 Key Features Use object-oriented programming to develop impressive GUIs in Python Create interesting charts to visually represent data using Matplotlib Develop GUIs with the latest versions of tkinter, PyQt5, and wxPython frameworks Book Description Python is a multi-domain, interpreted programming language that is easy to learn and implement. With its wide support for frameworks to develop GUIs, you can build interactive and beautiful GUI-based applications easily using Python. This third edition of Python GUI Programming Cookbook follows a task-based approach to help you create effective GUIs with the smallest amount of code. Every recipe in this book builds upon the last to create an entire, real-life GUI application. These recipes also help you solve problems that you might encounter while developing GUIs. This book mainly focuses on using Python's built-in tkinter GUI framework. You'll learn how to create GUIs in Python using simple programming styles and object-oriented programming (OOP). As you add more widgets and expand your GUI, you will learn how to connect to networks, databases, and graphical libraries that greatly enhance the functionality of your GUI. You'll also learn how to use threading to ensure that your GUI doesn't become unresponsive. Toward the end, you'll learn about the versatile PyQt GUI framework, which comes along with its own visual editor that allows you to design GUIs using drag and drop features. By the end of the book, you'll be an expert in designing Python GUIs and be able to develop a variety of GUI applications with ease. What you will learn Create amazing GUIs with Python's built-in tkinter module Customize GUIs using layout managers to arrange GUI widgets Advance from the typical waterfall coding style to an OOP style using Python Develop beautiful charts using the free Matplotlib Python module Use threading in a networked environment to make GUIs responsive Discover ways to connect GUIs to a MySQL database Understand how unit tests can be created and internationalize GUI Delve into the world of GUI creation using PyQt5 Who this book is for If you're a programmer or developer looking to enhance your Python skills by writing powerful GUI applications, this book is for you. Familiarity with the Python programming language is necessary to get the most out of the book. Downloading the examp...
    Note: Online resource; Title from title page (viewed October 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (568 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Offers a holistic approach to guiding product design, manufacturing, and after-sales support as the manufacturing industry transitions from a product-oriented model to service-oriented paradigm This book provides fundamental knowledge and best industry practices in reliability modelling, maintenance optimization, and service parts logistics planning. It aims to develop an integrated product-service system (IPSS) synthesizing design for reliability, performance-based maintenance, and spare parts inventory. It also presents a lifecycle reliability-inventory optimization framework where reliability, redundancy, maintenance, and service parts are jointly coordinated. Additionally, the book aims to report the latest advances in reliability growth planning, maintenance contracting and spares inventory logistics under non-stationary demand condition. Reliability Engineering and Service provides in-depth chapter coverage of topics such as: Reliability Concepts and Models; Mean and Variance of Reliability Estimates; Design for Reliability; Reliability Growth Planning; Accelerated Life Testing and Its Economics; Renewal Theory and Superimposed Renewals; Maintenance and Performance-Based Logistics; Warranty Service Models; Basic Spare Parts Inventory Models; Repairable Inventory Systems; Integrated Product-Service Systems (IPPS), and Resilience Modeling and Planning Guides engineers to design reliable products at a low cost Assists service engineers in providing superior after-sales support Enables managers to respond to the changing market and customer needs Uses end-of-chapter case studies to illustrate industry best practice Lifecycle approach to reliability, maintenance and spares provisioning Reliability Engineering and Service is an important book for graduate engineering students, researchers, and industry-based reliability practitioners and consultants.
    Note: Online resource; Title from title page (viewed March 11, 2019)
    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
    Language: English
    Pages: 1 online resource (664 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Develop your JavaScript programming skills by learning strategies and techniques commonly used in modern full-stack application development Key Features Write and deploy full-stack applications efficiently with JavaScript Delve into JavaScript's multiple programming paradigms Get up to speed with core concepts such as modularity and functional programming to write efficient code Book Description In depth knowledge of JavaScript makes it easier to learn a variety of other frameworks, including React, Angular, and related tools and libraries. This book is designed to help you cover the core JavaScript concepts you need to build modern applications. You'll start by learning how to represent an HTML document in the Document Object Model (DOM). Then, you'll combine your knowledge of the DOM and Node.js to create a web scraper for practical situations. As you read through further lessons, you'll create a Node.js-based RESTful API using the Express library for Node.js. You'll also understand how modular designs can be used for better reusability and collaboration with multiple developers on a single project. Later lessons will guide you through building unit tests, which ensure that the core functionality of your program is not affected over time. The book will also demonstrate how constructors, async/await, and events can load your applications quickly and efficiently. Finally, you'll gain useful insights into functional programming concepts such as immutability, pure functions, and higher-order functions. By the end of this book, you'll have the skills you need to tackle any real-world JavaScript development problem using a modern JavaScript approach, both for the client and server sides. What you will learn Apply the core concepts of functional programming Build a Node.js project that uses the Express.js library to host an API Create unit tests for a Node.js project to validate it Use the Cheerio library with Node.js to create a basic web scraper Develop a React interface to build processing flows Use callbacks as a basic way to bring control back Who this book is for If you want to advance from being a frontend developer to a full-stack developer and learn how Node.js can be used for hosting full-stack applications, this is an ideal book for you. After reading this book, you'll be able to write better JavaScript code and learn about the latest trends in the language. To easily grasp the concepts explained here, you should know the basic syntax of...
    Note: Online resource; Title from title page (viewed September 30, 2019)
    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: 9781789612813
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 32 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: An overview of enterprise-ready, modern web development with examples showing popular Angular concepts and strategies About This Video Addresses the challenges you'll meet transitioning to TypeScript from JavaScript Learn key Angular concepts so that you can develop your own powerful web apps Confidently build your own website using Angular and apply what you've learned to practical web development projects In Detail Angular is one of the largest and most widely used frameworks for front-end and full-stack web development; the Angular community is very eager to get hands-on with its latest features. Design patterns allow for a structured and more intuitive way to build applications that are modular, highly scalable and fault-tolerant. This course will serve as a practical and insightful journey through the most valuable design patterns in use, and provides clear guidance on how to use them effectively in Angular. You will explore the best ways to work with Angular and how to use it to achieve the stability and performance required in today's web development world. You'll get to know best practices to improve your productivity and your application's code base. By the end, you’ll be capable using Angular 8 (and future versions) to build better applications that are scalable and high-performing.
    Note: Online resource; Title from title screen (viewed June 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (416 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This book is about constructing models from experimental data. It covers a range of topics, from statistical data prediction to Kalman filtering, from black-box model identification to parameter estimation, from spectral analysis to predictive control. Written for graduate students, this textbook offers an approach that has proven successful throughout the many years during which its author has taught these topics at his University. The book: Contains accessible methods explained step-by-step in simple terms Offers an essential tool useful in a variety of fields, especially engineering, statistics, and mathematics Includes an overview on random variables and stationary processes, as well as an introduction to discrete time models and matrix analysis Incorporates historical commentaries to put into perspective the developments that have brought the discipline to its current state Provides many examples and solved problems to complement the presentation and facilitate comprehension of the techniques presented
    Note: Online resource; Title from title page (viewed April 2, 2019)
    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
    Language: English
    Pages: 1 online resource (486 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Discover the advanced features of Solidity that will help you write high-quality code and develop secure smart contracts with the latest ERC standards Key Features Delve into Solidity and understand control structures, function calls, and variable scopes Explore tools for developing, testing, and debugging your blockchain applications Learn advanced design patterns and best practices for writing secure smart contracts Book Description Solidity is among the most popular and contract-oriented programming languages used for writing decentralized applications (DApps) on Ethereum blockchain. If you're looking to perfect your skills in writing professional-grade smart contracts using Solidity, this book can help. You will get started with a detailed introduction to blockchain, smart contracts, and Ethereum, while also gaining useful insights into the Solidity programming language. A dedicated section will then take you through the different Ethereum Request for Comments (ERC) standards, including ERC-20, ERC-223, and ERC-721, and demonstrate how you can choose among these standards while writing smart contracts. As you approach later chapters, you will cover the different smart contracts available for use in libraries such as OpenZeppelin. You'll also learn to use different open source tools to test, review and improve the quality of your code and make it production-ready. Toward the end of this book, you'll get to grips with techniques such as adding security to smart contracts, and gain insights into various security considerations. By the end of this book, you will have the skills you need to write secure, production-ready smart contracts in Solidity from scratch for decentralized applications on Ethereum blockchain. What you will learn Test and debug smart contracts with Truffle, Ganache, Remix, and MetaMask Gain insights into maintaining code quality with different tools Get up to speed with ERC standards such as ERC-20 and ERC-721 Become adept at using design patterns while writing smart contracts Use MultiSignature (MultiSig) wallets and improve the security of contracts Use Oracle services to fetch information from outside the blockchain Who this book is for This book is for developers and data scientists who want to learn Ethereum, blockchain, and Solidity to write smart contracts and develop production-ready code. Basic knowledge of Solidity is assumed. Downloading the example code for this ebook: You can download the example code files fo...
    Note: Online resource; Title from title page (viewed August 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: How can you communicate effectively and create meaningful interactions in an increasingly digital world? By teaching. In Make Yourself Clear , educational experts and entrepreneurs Reshan Richards and Stephen J. Valentine explain the many parallels between teaching and business and offer companies, both large and small, concrete advice for building the teaching capacity of their salespeople, leaders, service professionals, and trainers. The rise of digital communications has led to three emergent, often problematic, forces: automation, an increase in the speed and volume of information transfer, and an unmet need for people to feel more than satisfied in their interpersonal transactions, particularly between sellers and consumers. Through a mix of research, anecdotes, case studies, and theoretical speculation, this book equips readers to build understanding within their current and future audiences by leveraging the tools, methods, and mindsets used by successful teachers. You will be equipped to understand others better, and in turn, to be better understood. Make Yourself Clear is not prescriptive, nor does it suggest rigid steps, pillars, or frameworks. Instead, it provides immediately recognizable and relatable context, suggesting actions that can be tried, measured, tested, and iterated upon in any communication context that involves the exchange of information and ideas. Ground your business communications in proven techniques Profit from expert instruction given by those who have helped thousands of readers and workshop students Develop your sales career by applying effective teaching practices to customer and colleague interactions For educators, adopt the latest best practices into your teaching style Backed by thorough research and extensive real-world testing, Make Yourself Clear opens a door to more productive communication and more effective interactions. It offers compelling and relevant insights to longtime fans of the work of Richards and Valentine and newcomers alike, leading to real and lasting benefits.
    Note: Online resource; Title from title page (viewed May 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: An authoritative guide to the latest developments for the design of low-cost smart antennas Traditional smart antenna systems are costly, consume great amounts of power and are bulky size. Low-cost Smart Antennas offers a guide to designing smart antenna systems that are low cost, low power, and compact in size and can be applied to satellite communications, radar and mobile communications. The authors — noted experts on the topic — provide introductions to the fundamental concepts of antennas, array antennas and smart antennas. The book fills a gap in the literature by presenting the design techniques of low-cost radio frequency (RF) smart antennas as well as approaches for implementing the hardware of the antenna and the beamforming network (BFN). A comprehensive and accessible book, Low-cost Smart Antennas not only presents an up-to-date review of the topic but includes illustrative case studies that contain in-depth explorations of the theory and technology of smart antennas. While other resources highlight the software (signal processing algorithms), this book is unique by focusing on the antenna hardware. This important book: Offers an introduction to the most recent developments of the design of low-cost smart antennas and their applications Presents a unique book that puts the focus on antenna hardware Includes a variety of case studies that clearly demonstrate the implementation of current design techniques Introduces both fundamental theories as well as more advanced topics Written for students and researchers and antenna engineers, Low-cost Smart Antennas explores the most recent advances in the field with an emphasis on antenna hardware.
    Note: Online resource; Title from title page (viewed March 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (362 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Solve business challenges with Microsoft Power BI's advanced visualization and data analysis techniques Key Features Create effective storytelling reports by implementing simple-to-intermediate Power BI features Develop powerful analytical models to extract key insights for changing business needs Build, publish, and share impressive dashboards for your organization Book Description To succeed in today's transforming business world, organizations need business intelligence capabilities to make smarter decisions faster than ever before. This Power BI book is an entry-level guide that will get you up and running with data modeling, visualization, and analytical techniques from scratch. You'll find this book handy if you want to get well-versed with the extensive Power BI ecosystem. You'll start by covering the basics of business intelligence and installing Power BI. You'll then learn the wide range of Power BI features to unlock business insights. As you progress, the book will take you through how to use Power Query to ingest, cleanse, and shape your data, and use Power BI DAX to create simple to complex calculations. You'll also be able to add a variety of interactive visualizations to your reports to bring your data to life. Finally, you'll gain hands-on experience in creating visually stunning reports that speak to business decision makers, and see how you can securely share these reports and collaborate with others. By the end of this book, you'll be ready to create simple, yet effective, BI reports and dashboards using the latest features of Power BI. What you will learn Explore the different features of Power BI to create interactive dashboards Use the Query Editor to import and transform data Perform simple and complex DAX calculations to enhance analysis Discover business insights and tell a story with your data using Power BI Explore data and learn to manage datasets, dataflows, and data gateways Use workspaces to collaborate with others and publish your reports Who this book is for If you're an IT manager, data analyst, or BI user new to using Power BI for solving business intelligence problems, this book is for you. You'll also find this book useful if you want to migrate from other BI tools to create powerful and interactive dashboards. No experience of working with Power BI is expected. Downloading the example code for this ebook: You can download the example code files for this ebook on GitHub at the following link: https://github...
    Note: Online resource; Title from title page (viewed September 13, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: How do we create new ways of looking at the world? Join award-winning data storyteller RJ Andrews as he pushes beyond the usual how-to, and takes you on an adventure into the rich art of informing. Creating Info We Trust is a craft that puts the world into forms that are strong and true. It begins with maps, diagrams, and charts — but must push further than dry defaults to be truly effective. How do we attract attention? How can we offer audiences valuable experiences worth their time? How can we help people access complexity? Dark and mysterious, but full of potential, data is the raw material from which new understanding can emerge. Become a hero of the information age as you learn how to dip into the chaos of data and emerge with new understanding that can entertain, improve, and inspire. Whether you call the craft data storytelling, data visualization, data journalism, dashboard design, or infographic creation — what matters is that you are courageously confronting the chaos of it all in order to improve how people see the world. Info We Trust is written for everyone who straddles the domains of data and people: data visualization professionals, analysts, and all who are enthusiastic for seeing the world in new ways. This book draws from the entirety of human experience, quantitative and poetic. It teaches advanced techniques, such as visual metaphor and data transformations, in order to create more human presentations of data. It also shows how we can learn from print advertising, engineering, museum curation, and mythology archetypes. This human-centered approach works with machines to design information for people. Advance your understanding beyond by learning from a broad tradition of putting things “in formation” to create new and wonderful ways of opening our eyes to the world. Info We Trust takes a thoroughly original point of attack on the art of informing. It builds on decades of best practices and adds the creative enthusiasm of a world-class data storyteller. Info We Trust is lavishly illustrated with hundreds of original compositions designed to illuminate the craft, delight the reader, and inspire a generation of data storytellers.
    Note: Online resource; Title from title page (viewed January 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (412 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Fuji-X-Secrets macht viele exklusive Inhalte der populären Fuji X Secrets Camera- und RAW-Workshops von Rico Pfirstinger in Buchform zugänglich und liefert gleichzeitig viele interessante Tipps und Tricks für alle Benutzer von X-Serie-Kameras in verständlicher Form – von der klassischen X100 bis zu aktuellen Kameras wie der X-T3, X-T30 und GFX 100. Ein unverzichtbarer Leitfaden für jeden, der das Optimum aus seiner X-Kamera herausholen will. Kurzum: "Was Sie schon immer über das Fujifilm X-System wissen wollten – aber bisher nie zu fragen wagten". Schwerpunkt sind dabei die Kameras mit X-Processor Pro (X100F, X-Pro2, X-T2, X-T20, X-E3, X-H1, GFX 50S, GFX 50R) und X-Processor 4 (X-T3, X-T30, X-Pro3 und GFX 100), aber auch die älteren Kameras mit EXR und EXR II Prozessor (X20, X30, XQ1, XQ2, X-E2(S), X-T1, X-T10, X-Pro1, X-E1, X70, X100, X100S, X100T) sowie X-M1, X-A1, X-A2, X-A3, X-A5, X-A7 und X-T100.
    Note: Online resource; Title from title page (viewed October 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: 'An instant classic—this book is so utterly relevant and needed. And it is hellishly refreshing to boot. I fucking love it, and heartily recommend it to all.' —Dr Jason Fox, best-selling author of How to Lead a Quest Take a practical approach to the communication challenges in your workplace. Through 11 strategies, 23 tactics and 15 stories this handy how-to will help curious humans: use the science of connection to create compelling communication translate mind-numbing complexity into captivating simplicity hijack attention, engage and influence others. Whether you're a leader looking to connect with your workforce; a member of a small team, hungry to make a difference; or at the helm of a global organisation, with an eye on the horizon – this is a how-to for forward thinkers like you.
    Note: Online resource; Title from title page (viewed February 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (458 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Explore the fundamentals of systems programming starting from kernel API and filesystem to network programming and process communications Key Features Learn how to write Unix and Linux system code in Golang v1.12 Perform inter-process communication using pipes, message queues, shared memory, and semaphores Explore modern Go features such as goroutines and channels that facilitate systems programming Book Description System software and applications were largely created using low-level languages such as C or C++. Go is a modern language that combines simplicity, concurrency, and performance, making it a good alternative for building system applications for Linux and macOS. This Go book introduces Unix and systems programming to help you understand the components the OS has to offer, ranging from the kernel API to the filesystem. You'll then familiarize yourself with Go and its specifications. You'll also learn how to optimize input and output operations with files and streams of data, which are useful tools in building pseudo-terminal applications. You'll gain insights into how processes communicate with each other, and learn about processes and daemon control using signals, pipes, and exit codes. This book will also enable you to understand how to use network communication using various protocols, including TCP and HTTP. As you advance, you'll focus on Go's best feature - concurrency, which will help you handle communication with channels and goroutines, other concurrency tools to synchronize shared resources, and the context package to write elegant applications. By the end of this book, you will have learned how to build concurrent system applications using Go What you will learn Explore concepts of system programming using Go and concurrency Gain insights into Golang's internals, memory models and allocation Familiarize yourself with the filesystem and IO streams in general Handle and control processes and daemons' lifetime via signals and pipes Communicate with other applications effectively using a network Use various encoding formats to serialize complex data structures Become well-versed in concurrency with channels, goroutines, and sync Use concurrency patterns to build robust and performant system applications Who this book is for If you are a developer who wants to learn system programming with Go, this book is for you. Although no knowledge of Unix and Linux system programming is necessary, intermediate knowledge of Go will help you...
    Note: Online resource; Title from title page (viewed July 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (336 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Break your revenue records with Silicon Valley’s “growth bible” “ This book makes very clear how to get to hyper-growth and the work needed to actually get there ” Why are you struggling to grow your business when everyone else seems to be crushing their goals? If you needed to triple revenue within the next three years, would you know exactly how to do it? Doubling the size of your business, tripling it, even growing ten times larger isn't about magic. It's not about privileges, luck, or working harder. There's a template that the world's fastest growing companies follow to achieve and sustain much, much faster growth. From Impossible to Inevitable details the hypergrowth playbook of companies like Hubspot, Salesforce.com (the fastest growing multibillion dollar software company), and EchoSign—aka Adobe Document Services (which catapulted from $0 to $144 million in seven years). Whether you have a $1 billion or a $100,000 business, you can use the same insights as these notable companies to learn what it really takes to break your own revenue records. Pinpoint why you aren’t growing faster Understand what it takes to get to hypergrowth Nail a niche (the #1 missing growth ingredient) What every revenue leader needs to know about building a scalable sales team There’s no time like the present to surpass plateaus and get off of the up-and-down revenue rollercoaster. Find out how now!
    Note: Online resource; Title from title page (viewed June 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (192 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Lange hat es gedauert – doch jetzt ist Fotografie mit dem Smartphone ein großes Thema. Die Smartphone-Kameras sind leistungsfähig genug und Instagram befeuert den Trend.Mit diesem Buch lernen die Leserinnen und Leser, wie sie mit dem Smartphone bessere Fotos machen – gut komponiert, richtig belichtet und perfekt bearbeitet. Man braucht dazu nichts weiter als ein halbwegs aktuelles Smartphone (iOS oder Android), ein paar Apps – und Freude am Fotografieren. Nach je einem Kapitel zu den Grundlagen und zur empfohlenen Ausrüstung geht es direkt in die Praxis. Die Leserinnen und Leser lernen, kreativ mit Licht, Schärfe, Bewegung und Bildkomposition zu arbeiten und machen erste Schritte in der Porträt-, Landschafts-, Architektur-, Makro-, und Eventfotografie. Sie erstellen Panoramafotos, spielen mit Spiegelungen und Doppelbelichtungen, versuchen sich in Schwarzweiß-Fotografie, probieren verschiedene Kamera-Apps aus und vieles andere mehr. Abschließend optimieren sie ihre Bilder auf dem Smartphone mit Snapseed und Adobe Lightroom CC und synchronisieren alles mit der Cloud und dem PC.
    Note: Online resource; Title from title page (viewed September 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789348262
    Language: English
    Pages: 1 online resource (494 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A definitive guide to PyCharm to help you build business-oriented Python applications ranging from modern web development to data science Key Features Learn basic to advanced PyCharm concepts to improve efficiency of your Python projects Work through practical examples that focus on efficient application development with PyCharm Explore advanced features in PyCharm such as code automation, version control, and GUI debugging Book Description JetBrain's PyCharm is the most popular Integrated Development Environment (IDE) used by the Python community thanks to its numerous features that facilitate faster, more accurate, and more productive programming practices. However, the abundance of options and customizations can make PyCharm seem quite intimidating. Hands-on Application Development with PyCharm starts with PyCharm's installation and configuration process, and systematically takes you through a number of its powerful features that can greatly improve your productivity. You'll explore code automation, version control, graphical debugging/testing, management of virtual environments, and much more. Finally, you'll delve into specific PyCharm features that support web development and data science, two of the fastest growing applications in Python programming. These include the integration of the Django framework as well as the extensive support for IPython and Jupyter Notebook. By the end of this PyCharm book, you will have gained extensive knowledge of the tool and be able to implement its features and make the most of its support for your projects. What you will learn Explore PyCharm functionalities and what makes it stand out from other Python IDEs Set up, configure, and customize your Python projects in PyCharm Understand how PyCharm integrates with Django for web development Discover PyCharm's capabilities in database management and data visualization Perform code automation, GUI testing, and version control in PyCharm Integrate interactive Python tools such as Jupyter Notebooks for building virtual environments Who this book is for If you're a beginner or an expert Python user looking to improve your productivity using one of the best Python IDEs, this book is for you. Basic knowledge of Python programming language is expected. Downloading the example code for this ebook: You can download the example code files for this ebook on GitHub at the following link: https://github.com/PacktPublishing/Hands-on-Application-Development-with-PyCharm ....
    Note: Online resource; Title from title page (viewed September 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789952063
    Language: English
    Pages: 1 online resource (416 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A comprehensive guide that will get you up and running with embedded software development using Qt5 Key Features Learn to create fluid, cross-platform applications for embedded devices Achieve optimum performance in your applications with the QT Lite project Explore the implementation of Qt with IoT using QtMqtt, QtKNX, and QtWebSockets Book Description Qt is an open source toolkit suitable for cross-platform and embedded application development. This book uses inductive teaching to help you learn how to create applications for embedded and Internet of Things (IoT) devices with Qt 5. You'll start by learning to develop your very first application with Qt. Next, you'll build on the first application by understanding new concepts through hands-on projects and written text. Each project will introduce new features that will help you transform your basic first project into a connected IoT application running on embedded hardware. In addition to gaining practical experience in developing an embedded Qt project, you will also gain valuable insights into best practices for Qt development and explore advanced techniques for testing, debugging, and monitoring the performance of Qt applications. The examples and projects covered throughout the book can be run both locally and on an embedded platform. By the end of this book, you will have the skills you need to use Qt 5 to confidently develop modern embedded applications. What you will learn Understand how to develop Qt applications using Qt Creator on Linux Explore various Qt GUI technologies to build resourceful and interactive applications Understand Qt's threading model to maintain a responsive UI Get to grips with remote target load and debug using Qt Creator Become adept at writing IoT code using Qt Learn a variety of software best practices to ensure that your code is efficient Who this book is for This book is for software and hardware professionals with experience in different domains who are seeking new career opportunities in embedded systems and IoT. Working knowledge of the C++ Linux command line will be useful to get the most out of this book. Downloading the example code for this ebook: You can download the example code files for this ebook on GitHub at the following link: https://github.com/PacktPublishing/Hands-On-Embedded-Programming-with-Qt . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title page (viewed July 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (782 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A collection of in-depth conversations with leading developer advocates that reveal the world of developer relations today Key Features Top developer advocates reveal the work they're doing at the center of their tech communities and the impact their advocacy is having on the tech industry as a whole Discover the best practices of developer advocacy and get the inside story on working at some of the world's largest tech companies Features contributions from noted developer advocates, including Scott Hanselman, Sally Eaves, Venkat Subramaniam, Jono Bacon, Ted Neward, and more Book Description What exactly is a developer advocate, and how do they connect developers and companies around the world? Why is the area of developer relations set to explode? Can anybody with a passion for tech become a developer advocate? What are the keys to success on a global scale? How does a developer advocate maintain authenticity when balancing the needs of their company and their tech community? What are the hot topics in areas including Java, JavaScript, "tech for good," artificial intelligence, blockchain, the cloud, and open source? These are just a few of the questions addressed by developer advocate and author Geertjan Wielenga in Developer, Advocate!. 32 of the industry's most prominent developer advocates, from companies including Oracle, Microsoft, Google, and Amazon, open up about what it's like to turn a lifelong passion for knowledge sharing about tech into a rewarding career. These advocates run the gamut from working at large software vendors to small start-ups, along with independent developer advocates who work within organizations or for themselves. In Developer, Advocate!, readers will see how developer advocates are actively changing the world, not only for developers, but for individuals and companies navigating the fast-changing tech landscape. More importantly, Developer, Advocate! serves as a rallying cry to inspire and motivate tech enthusiasts and burgeoning developer advocates to get started and take their first steps within their tech community. What you will learn Discover how developer advocates are putting developer interests at the heart of the software industry in companies including Microsoft and Google Gain the confidence to use your voice in the tech community Immerse yourself in developer advocacy techniques Understand and overcome the challenges and obstacles facing developer advocates today Hear predictions from the people at...
    Note: Online resource; Title from title page (viewed September 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (408 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A comprehensive overview of fluid dynamic models and experimental results that can help solve problems in centrifugal compressors and modern techniques for a more efficient aerodynamic design. Design and Analysis of Centrifugal Compressors isacomprehensive overview of the theoretical fluid dynamic models describing the flow in centrifugal compressors and the modern techniques for the design of more efficient centrifugal compressors. The author — a noted expert in the field, with over 40 years of experience — evaluates relevant numerical and analytical prediction models for centrifugal compressors with special attention to their accuracy and limitations. Relevant knowledge from the last century is linked with new insights obtained from modern CFD. Emphasis is to link the flow structure, performance and stability to the geometry of the different compressor components. Design and Analysis of Centrifugal Compressors is an accessible resource that combines theory with experimental data and previous research with recent developments in computational design and optimization. This important resource Covers the basic information concerning fluid dynamics that are specific for centrifugal compressors and clarifies the differences with axial compressors Provides an overview of performance prediction models previously developed in combination with extra results from research conducted by the author Describes helpful numerical and analytical models for the flow in the different components in relation to flow stability, operating range and performance Includes the fundamental information for the aerodynamic design of more efficient centrifugal compressors Explains the use of computational fluid dynamics (CFD) for the design and analysis of centrifugal compressors Written for engineers, researchers and designers in industry as well as for academics specializing in the field, Design and Analysis of Centrifugal Compressors offers an up to date overview of the information needed for the design of more effective centrifugal compressors.
    Note: Online resource; Title from title page (viewed April 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Auf immer ausgeklügelteren Wegen versuchen Kriminelle, sich über das Internet Zugang zu unserem Geld, unseren Daten oder unserer Identität zu verschaffen. Dieses Buch versetzt Sie in die Lage, Betrugsversuche und Datendiebstahl bei der Nutzung von Smartphone oder PC frühzeitig zu erkennen und sich effektiv dagegen zu schützen. Der Autor beschreibt die häufigsten, zum Teil subtilen Betrugsmaschen, die Ihnen beim Surfen, bei der Nutzung von Apps oder beim Abrufen von E-Mails begegnen können. Beschrieben werden z.B. Lockangebote auf betrügerischen Websites, unseriöse Gewinnspiele, Phishingmails, Werbebanner- oder Abofallen. Das Buch zeigt Ihnen, wie Sie Ihren Computer und Ihr Smartphone so einrichten, dass Sie besser vor Betrugsversuchen geschützt sind. Sie erfahren auch, wohin Sie sich wenden können, wenn Sie doch Opfer eines Internetbetrugs geworden sind.
    Note: Online resource; Title from title page (viewed October 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Real-time conversations turn leads into customers Conversational Marketing is the definitive guide to generating better leads and closing more sales. Traditional sales and marketing methods have failed to keep pace with the way modern, internet-savvy consumers purchase goods and services. Modern messaging apps, which allow for real-time conversations and instant feedback, have transformed the way we interact in our personal and professional lives, yet most businesses still rely on 20th century technology to communicate with 21st century customers. Online forms, email inquiries, and follow-up sales calls don’t provide the immediacy that modern consumers expect. Conversational marketing and sales are part of a new methodology centered around real-time, one-on-one conversations with customers via chatbots and messaging. By allowing your business to communicate with customers in real time—when it’s most convenient for them —conversational marketing improves the customer experience, generates more leads, and helps you convert more leads into customers. Conversational Marketing pioneers David Cancel and Dave Gerhardt explain how to: Merge inbound and outbound tactics into a more productive dialog with customers Integrate conversational marketing techniques into your existing sales and marketing workflow Face-to-face meetings, phone calls, and email exchanges remain important to customer relations, but adding a layer of immediate, individual conversation drives the customer experience—and sales—sky-high.
    Note: Online resource; Title from title page (viewed January 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Offers timely and comprehensive coverage of dynamic system reliability theory This book focuses on hot issues of dynamic system reliability, systematically introducing the reliability modeling and analysis methods for systems with imperfect fault coverage, systems with function dependence, systems subject to deterministic or probabilistic common-cause failures, systems subject to deterministic or probabilistic competing failures, and dynamic standby sparing systems. It presents recent developments of such extensions involving reliability modelling theory, reliability evaluation methods, and features numerous case studies based on real-world examples. The presented dynamic reliability theory can enable a more accurate representation of actual complex system behavior, thus more effectively guiding the reliable design of real-world critical systems. Dynamic System Reliability: Modelling and Analysis of Dynamic and Dependent Behaviors begins by describing the evolution from the traditional static reliability theory to the dynamic system reliability theory, and provides a detailed investigation of dynamic and dependent behaviors in subsequent chapters. Although written for those with a background in basic probability theory and stochastic processes, the book includes a chapter reviewing the fundamentals that readers need to know in order to understand contents of other chapters which cover advanced topics in reliability theory and case studies. The first book systematically focusing on dynamic system reliability modelling and analysis theory Provides a comprehensive treatment on imperfect fault coverage (single-level/multi-level or modular), function dependence, common cause failures (deterministic and probabilistic), competing failures (deterministic and probabilistic), and dynamic standby sparing Includes abundant illustrative examples and case studies based on real-world systems Covers recent advances in combinatorial models and algorithms for dynamic system reliability analysis Offers a rich set of references, providing helpful resources for readers to pursue further research and study of the topics Dynamic System Reliability: Modelling and Analysis of Dynamic and Dependent Behaviors is an excellent book for undergraduate and graduate students, and engineers and researchers in reliability and related disciplines.
    Note: Online resource; Title from title page (viewed March 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (272 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Mit dem LEGO-Boost-Set bauen junge (und jung gebliebene) Konstrukteure Roboter mit vielen Funktionen. Durch visuelles Programmieren können bereits Kinder im Grundschulalter LEGO-Steine mit Code verknüpfen. Doch dem Baukasten fehlt ein gedrucktes Handbuch. Mit dieser ausführlichen Anleitung zum LEGO-Boost-Set entwerfen LEGO-Fans ihre eigenen Roboter und gewinnen spielerisch Einblicke in Grundlagen der Programmierung.Das Buch stellt drei Modelle vor, die mit bunten Schritt-für-Schritt-Anleitungen nachgebaut werden: • MARIO ist ein Rover, ideal für Programmier-Experimente• BrickPecker sortiert LEGO-Steine• CYBOT kann sprechen, auf Objekte schießen und reagiert auf Sprachbefehle LEGO-Boost-Elektronik-Komponenten gehören zur Powered-Up-Produktlinie, die mit ihren Motoren, Leuchten, Sensoren und Bluetooth-Steuerung die bisherige LEGO-Elektronikserie Power Functions ablöst.
    Note: Online resource; Title from title page (viewed October 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (236 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Document the architecture of your software easily with this highly practical, open-source template. Key Features Get to grips with leveraging the features of arc42 to create insightful documents Learn the concepts of software architecture documentation through real-world examples Discover techniques to create compact, helpful, and easy-to-read documentation Book Description When developers document the architecture of their systems, they often invent their own specific ways of articulating structures, designs, concepts, and decisions. What they need is a template that enables simple and efficient software architecture documentation. arc42 by Example shows how it's done through several real-world examples. Each example in the book, whether it is a chess engine, a huge CRM system, or a cool web system, starts with a brief description of the problem domain and the quality requirements. Then, you'll discover the system context with all the external interfaces. You'll dive into an overview of the solution strategy to implement the building blocks and runtime scenarios. The later chapters also explain various cross-cutting concerns and how they affect other aspects of a program. What you will learn Utilize arc42 to document a system's physical infrastructure Learn how to identify a system's scope and boundaries Break a system down into building blocks and illustrate the relationships between them Discover how to describe the runtime behavior of a system Know how to document design decisions and their reasons Explore the risks and technical debt of your system Who this book is for This book is for software developers and solutions architects who are looking for an easy, open-source tool to document their systems. It is a useful reference for those who are already using arc42. If you are new to arc42, this book is a great learning resource. For those of you who want to write better technical documentation will benefit from the general concepts covered in this book.
    Note: Online resource; Title from title page (viewed October 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (304 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Smarter decision-making based on cognitive science AlphaBrain is the investor's guide to achieving more, doing better, and reaching higher. At its core, the magnitude of your success is based on the quality of your decisions. The problem is that human beings are poor decision-makers; we tend to approach problems after they arise instead of planning for them in advance. We put too much weight on instinct, belief, and "gut feeling." We make the same mistakes over and over again—so reliably, in fact, that cognitive science can accurately predict exactly which mistakes we'll make and when. This book offers a way to understand and plan for the human mind's usual tendencies to help you make smarter investment decisions. Using a framework based on cognitive research, you'll learn how to approach decisions objectively, systematically, and constantly review your process; you'll take action based on evidence instead of intuition, and get ahead of potential problems before they get the best of you. With so much riding on the correctness of your choices, natural tendency can be a dangerous thing. This book shows you how to remove the bias and emotion to start making choices backed by hard evidence and objective data and lower your stress. Shift your processes from reactive to proactive Base decisions on reality over belief Eliminate cognitive bias and reduce common mistakes Make better decisions with a systematic, objective approach Why do we begin managing risk only once it becomes apparent? Why do we react to the market instead of making the big decisions before emotion takes over? Investing has always been a largely reactive field, but those who dominate it approach decision-making less like a human and more like a machine. AlphaBrain shows you how to get real about investing, with cognitive techniques that lead to smarter, evidence-based decisions.
    Note: Online resource; Title from title page (viewed February 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789957754
    Language: English
    Pages: 1 online resource (560 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Master the intricacies of Elasticsearch 7.0 and use it to create flexible and scalable search solutions Key Features Master the latest distributed search and analytics capabilities of Elasticsearch 7.0 Perform searching, indexing, and aggregation of your data at scale Discover tips and techniques for speeding up your search query performance Book Description Building enterprise-grade distributed applications and executing systematic search operations call for a strong understanding of Elasticsearch and expertise in using its core APIs and latest features. This book will help you master the advanced functionalities of Elasticsearch and understand how you can develop a sophisticated, real-time search engine confidently. In addition to this, you'll also learn to run machine learning jobs in Elasticsearch to speed up routine tasks. You'll get started by learning to use Elasticsearch features on Hadoop and Spark and make search results faster, thereby improving the speed of query results and enhancing the customer experience. You'll then get up to speed with performing analytics by building a metrics pipeline, defining queries, and using Kibana for intuitive visualizations that help provide decision-makers with better insights. The book will later guide you through using Logstash with examples to collect, parse, and enrich logs before indexing them in Elasticsearch. By the end of this book, you will have comprehensive knowledge of advanced topics such as Apache Spark support, machine learning using Elasticsearch and scikit-learn, and real-time analytics, along with the expertise you need to increase business productivity, perform analytics, and get the very best out of Elasticsearch. What you will learn Pre-process documents before indexing in ingest pipelines Learn how to model your data in the real world Get to grips with using Elasticsearch for exploratory data analysis Understand how to build analytics and RESTful services Use Kibana, Logstash, and Beats for dashboard applications Get up to speed with Spark and Elasticsearch for real-time analytics Explore the basics of Spring Data Elasticsearch, and understand how to index, search, and query in a Spring application Who this book is for This book is for Elasticsearch developers and data engineers who want to take their basic knowledge of Elasticsearch to the next level and use it to build enterprise-grade distributed search applications. Prior experience of working with Elasticsearch will be us...
    Note: Online resource; Title from title page (viewed August 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A four-color journey through a complete Tableau visualization Tableau is a popular data visualization tool that’s easy for individual desktop use as well as enterprise. Used by financial analysts, marketers, statisticians, business and sales leadership, and many other job roles to present data visually for easy understanding, it’s no surprise that Tableau is an essential tool in our data-driven economy. Visual Analytics with Tableau is a complete journey in Tableau visualization for a non-technical business user. You can start from zero, connect your first data, and get right into creating and publishing awesome visualizations and insightful dashboards. • Learn the different types of charts you can create • Use aggregation, calculated fields, and parameters • Create insightful maps • Share interactive dashboards Geared toward beginners looking to get their feet wet with Tableau, this book makes it easy and approachable to get started right away.
    Note: Online resource; Title from title page (viewed May 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (192 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Sie fühlen sich verantwortlich für Ihre agilen Teams. Sie möchten, dass die Teams wachsen, schneller auf Veränderungen in komplexen und sich schnell verändernden Märkten agieren und selbstorganisiert arbeiten. Doch das bloße Vertrauen, dass die Teams selbst den Weg zur Autonomie erfolgreich beschreiten, greift zu kurz. Wann sollten Sie Raum geben, wann eingreifen? Peter Koning bietet in diesem Buch ein „Steuerrad"" und konkrete Werkzeuge zur kontinuierlichen Verbesserung. Das Steuerrad umfasst vier Aspekte: Setzen Sie inspirierende Ziele – Ermöglichen und unterstützen Sie Ownership – Beschleunigen Sie das Lernen – Entwickeln Sie eine agile Kultur. Während Sie mit den in diesem Buch beschriebenen Werkzeugen und Tipps experimentieren und sie in Ihre eigene Praxis überführen, werden Sie als agile Führungskraft wachsen und immer besser in der Lage sein, neue Organisationsformen zu gestalten und selbstorganisierte Teams auf eine effektive Art und Weise zu führen.
    Note: Online resource; Title from title page (viewed July 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (184 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Choose the best speak-up arrangements for your organisation The last five years have seen dramatic and fundamental changes in whistleblower procedures for organisations. Prompted by a spate of important public disclosures, organizations are now mandated by law to implement effective arrangements enabling employees to speak up about perceived wrongdoing. Currently few resources exist to help with this. To help fill the gap, The Whistleblowing Guide examines the opportunities and challenges associated with different types of whistleblowing and speak-up arrangements, making recommendations based on best practices you can trust. Identifies the major organisational, structural and cultural obstacles to speaking up through speak-up arrangements Proposes effective whistleblowing and speak-up arrangements Explains the specific policy and legislation requirements that can promote or impede the effective implementation of speak-up arrangements, and how these can be translated into commercial and public organizations across sectors and cultures Makes a clear distinction between internal and external reporting arrangements The Whistleblowing Guide offers conceptual clarification about these key issues, including a focus on internal and external speak-up procedures, organisational response and communication, impartiality and trust.
    Note: Online resource; Title from title page (viewed June 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Accelerate sales and improve customer experience Every day, most working professionals entrust their most important messages to a form of communication that doesn't build trust, provide differentiation, or communicate clearly enough. It's easy to point to the sheer volume of emails, text messages, voicemails, and even social messaging as the problem that reduces our reply rates and diminishes our effectiveness. But the faceless nature of that communication is also to blame. Rehumanize Your Business explains how to dramatically improve relationships and results with your customers, prospects, employees, and recruits by adding personal videos to emails, text messages, and social messages. It explains the what, why, and how behind this new movement toward simple, authentic videos—and when to replace some of your plain, typed-out communication with webcam and smartphone recordings. • Restore face-to-face communication for clarity and connection • Add a personal, human touch to your emails and other messages • Meet people who’ve sent thousands of videos • Learn to implement your own video habit in an easy, time-saving way • Boost your replies, appointments, conversion, referrals, and results dramatically If you’re ready to influence, teach, sell, or serve in a more personal way, Rehumanize Your Business is your guide.
    Note: Online resource; Title from title page (viewed April 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (216 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Dieses Buch soll Ihnen den Weg zur professionellen Fotografie zeigen und Sie ein Stück auf diesem Weg begleiten. Professionell fotografieren bedeutet in erster Linie, bewusst und mit einem kommunikativen Ziel zu fotografieren. Fotografie als Kommunikationsmittel zu sehen, gibt ihnen ein grundsätzlich anderes Verständnis und verleiht Ihrer Arbeit eine neue fotografische Qualität.Ein kreativer Beruf braucht natürlich künstlerisches Talent. Dieses bildet die Voraussetzung, auf der Sie aufbauen können. Mehr als ein Baustein ist es aber nicht, denn wenn Sie wirklich erfolgreich sein wollen, müssen Sie in verschiedenen Gebieten Fähigkeiten aufweisen. Eine gute Ausbildung baut daher auf drei Talenten auf: Den visuellen, den handwerklichen und den kaufmännischen Fähigkeiten. Und nach diesem "3-Talente-Schema“ ist dieses Buch aufgebaut. Es beinhaltet die wesentlichen Schritte, die Sie zu einer erfolgreichen fotografischen Tätigkeit führen. Auch wenn der hier beschriebene Weg mehr Zeit in Anspruch nimmt als das Lesen dieses Buches, soll es doch eine nützliche Orientierungshilfe auf diesem Weg bieten und Sie mit dem nötigen Wissen für einen Einstieg in die professionelle Fotografie ausstatten.
    Note: Online resource; Title from title page (viewed March 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (206 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Auge in Auge mit einem Wildschwein, Dachs, Bären oder Eichhörnchen – welcher Fotograf träumt nicht davon? Von allen Tieren sprechen Säugetiere die Fantasie am meisten an. Die Niedlichkeit eines Füchschens, die Urkraft von einem Wisent, das Lächeln eines Seehunds oder die Perlaugen einer Maus sind unwiderstehliche Fotomotive. Wie können Sie solche Fotos selbst machen? In diesem Praxisbuch lesen Sie alles über eine gute Vorbereitung, wie und wo Sie die Tiere finden, nahe an sie herankommen und welche Techniken Sie verwenden können. Dieses Buch geht noch weiter und zeigt Ihnen, wie Sie Bilder hervorbringen, die sich von allem, was bereits fotografiert wurde, abheben, und eine eigene Handschrift entwickeln können. Die Autoren sind erfahrene Wildlife-Fotografen, die Ihre Kenntnisse und Geheimnisse gerne an Sie weitergeben.
    Note: Online resource; Title from title page (viewed February 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (494 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: Discover interesting recipes to help you understand the concepts of object detection, image processing, and facial detection Key Features Explore the latest features and APIs in OpenCV 4 and build computer vision algorithms Develop effective, robust, and fail-safe vision for your applications Build computer vision algorithms with machine learning capabilities Book Description OpenCV is an image and video processing library used for all types of image and video analysis. Throughout the book, you'll work through recipes that implement a variety of tasks. With 70 self-contained tutorials, this book examines common pain points and best practices for computer vision (CV) developers. Each recipe addresses a specific problem and offers a proven, best-practice solution with insights into how it works, so that you can copy the code and configuration files and modify them to suit your needs. This book begins by setting up OpenCV, and explains how to manipulate pixels. You'll understand how you can process images with classes and count pixels with histograms. You'll also learn detecting, describing, and matching interest points. As you advance through the chapters, you'll get to grips with estimating projective relations in images, reconstructing 3D scenes, processing video sequences, and tracking visual motion. In the final chapters, you'll cover deep learning concepts such as face and object detection. By the end of the book, you'll be able to confidently implement a range of computer vision algorithms to meet the technical requirements of your complex CV projects. What you will learn Install and create a program using the OpenCV library Segment images into homogenous regions and extract meaningful objects Apply image filters to enhance image content Exploit image geometry to relay different views of a pictured scene Calibrate the camera from different image observations Detect people and objects in images using machine learning techniques Reconstruct a 3D scene from images Explore face detection using deep learning Who this book is for If you’re a CV developer or professional who already uses or would like to use OpenCV for building computer vision software, this book is for you. You’ll also find this book useful if you’re a C++ programmer looking to extend your computer vision skillset by learning OpenCV. Downloading the example code for this ebook: You can download the example code files for this ebook on GitHub at the following link: https://github...
    Note: Online resource; Title from title page (viewed May 3, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (190 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Manipulate and analyze network data with the power of Python and NetworkX Key Features Understand the terminology and basic concepts of network science Leverage the power of Python and NetworkX to represent data as a network Apply common techniques for working with network data of varying sizes Book Description NetworkX is a leading free and open source package used for network science with the Python programming language. NetworkX can track properties of individuals and relationships, find communities, analyze resilience, detect key network locations, and perform a wide range of important tasks. With the recent release of version 2, NetworkX has been updated to be more powerful and easy to use. If you're a data scientist, engineer, or computational social scientist, this book will guide you in using the Python programming language to gain insights into real-world networks. Starting with the fundamentals, you'll be introduced to the core concepts of network science, along with examples that use real-world data and Python code. This book will introduce you to theoretical concepts such as scale-free and small-world networks, centrality measures, and agent-based modeling. You'll also be able to look for scale-free networks in real data and visualize a network using circular, directed, and shell layouts. By the end of this book, you'll be able to choose appropriate network representations, use NetworkX to build and characterize networks, and uncover insights while working with real-world systems. What you will learn Use Python and NetworkX to analyze the properties of individuals and relationships Encode data in network nodes and edges using NetworkX Manipulate, store, and summarize data in network nodes and edges Visualize a network using circular, directed and shell layouts Find out how simulating behavior on networks can give insights into real-world problems Understand the ongoing impact of network science on society, and its ethical considerations Who this book is for If you are a programmer or data scientist who wants to manipulate and analyze network data in Python, this book is perfect for you. Although prior knowledge of network science is not necessary, some Python programming experience will help you understand the concepts covered in the book easily. Downloading the example code for this ebook: You can download the example code files for this ebook on GitHub at the following link: https://github.com/PacktPublishing/Network-Science-with...
    Note: Online resource; Title from title page (viewed April 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (706 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: In diesem praktischen Leitfaden erfahren Sie, wie Sie mithilfe von VBA und Makros nahezu jede Excel-Routineaufgabe automatisieren und zuverlässigere und effizientere Excel-Arbeitsblätter erstellen, um in kürzerer Zeit mehr Aufgaben zu erledigen. Die renommierten Excel-Experten Bill Jelen (MrExcel) und Tracy Syrstad zeigen Ihnen nützliche Makrotechniken und helfen Ihnen dabei, automatisierte, leistungsfähige Berichte zu erstellen und Informationen sofort zu visualisieren, um schnell damit weiterarbeiten zu können. Erfassen und verwenden Sie Daten überall, egal ob am Desktop-Computer, am Tablet oder in der Cloud, und automatisieren Sie die besten neuen Features von Excel 2019 und Excel für Office 365.
    Note: Online resource; Title from title page (viewed July 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (452 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Learn how you can control LEDs, make music, and read sensor data using popular microcontrollers such as Adafruit Circuit Playground, ESP8266, and the BBC micro:bit Key Features Load and execute your first program with MicroPython Program an IoT device to retrieve weather data using a RESTful API Get to grips with integrating hardware, programming, and networking concepts with MicroPython Book Description MicroPython is an open source implementation of Python 3 that runs in embedded environments. With MicroPython, you can write clean and simple Python code to control hardware instead of using complex low-level languages such as C and C++. This book guides you through all the major applications of the MicroPython platform to build and program projects that use microcontrollers. This MicroPython book covers recipes that will help you experiment with the programming environment and hardware programmed in MicroPython. You'll find tips and techniques for building a variety of objects and prototypes that can sense and respond to touch, sound, position, heat, and light. This book will take you through the uses of MicroPython with a variety of popular input devices and sensors. You'll learn techniques to handle time delays and sensor readings, and apply advanced coding techniques to create complex projects. As you advance, you'll deal with Internet of Things (IoT) devices and integration with other online web services. In addition to this, you'll use MicroPython to make music with bananas and create portable multiplayer video games that incorporate sound and light animations into the gameplay. By the end of this book, you'll have mastered the tips and tricks to troubleshoot your development problems and take your MicroPython project to the next level. What you will learn Execute code without any need for compiling or uploading using REPL (read-evaluate-print-loop) Program and control LED matrix and NeoPixel drivers to display patterns and colors Build projects that make use of light, temperature, and touch sensors Configure devices to create Wi-Fi access points and use network modules to scan and connect to existing networks Use Pulse Width Modulation to control DC motors and servos Build an IoT device to display live weather data from the Internet at the touch of a button Who this book is for If you want to build and program projects that use microcontrollers, this book will offer you dozens of recipes to guide you through all the major applications o...
    Note: Online resource; Title from title page (viewed May 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (324 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Gute Fotografie basiert auf handwerklicher, technischer Fertigkeit des Fotografen, auf einem geschulten fotografischen Blick, auf einer emotionalen Auseinandersetzung mit dem Sujet, und, was oft vergessen wird, auf Geduld, Ausdauer und Disziplin. Diese Aspekte des fotografischen Schaffens in einen persönlichen ""Visuellen Workflow"" zu integrieren, und diesen Workflow dann in der fotografischen Praxis umzusetzen, will Ibarionex Perello mit seinem Buch vermitteln. Ein Buch für alle Fotografen, die spüren, dass ihre guten Bilder häufig dem Zufall geschuldet sind und die Qualität nicht konstant erreicht wird. Keine Patentrezepte, sondern eine Handreichung für planvolle, bewusste Fotografie mit Leidenschaft und Methode.
    Note: Online resource; Title from title page (viewed May 3, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1440 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The most comprehensive guide to FASB Codifications, updated with the latest pronouncements Wiley GAAP 2019 is the essential resource for US GAAP implementation. Covering all codifications by the Financial Accounting Standards Board (FASB)—including the latest updates—this book provides clear explanations and practical examples for real-world application of these dynamic guidelines. Each chapter includes relevant sources of GAAP and expert guidance on interpretation, terminology, relevant concepts, and applicable rules, while in-depth discussion on the issues surrounding specific pronouncements offers informative perspective for a variety of scenarios. This user-friendly reference covers every pronouncement currently in effect or being deliberated—including FASB Technical Bulletins, FASB Implementation Guides, AcSEC Practice Bulletins, and AICPA Accounting Interpretations—in a single volume, fully referenced to the FASB Current Text and cross-referenced to the new FASB codification system. Clear and concise without sacrificing depth or rigor, this invaluable resource simplifies research and helps CPAs and other accounting professionals ensure accuracy and compliance. Examine the latest changes to US GAAP standards and practices Gain expert perspectives on the issues surrounding specific pronouncements Learn how the standards translate to common real-world scenarios Clarify implementation through numerous illustrations and real-world examples Staying up-to-date with constantly-evolving guidelines is a challenge, but the requirement for accurate interpretation and appropriate application adds an additional layer of complexity in an area where noncompliance could expose an organization to significant risk. Wiley GAAP 2019 provides the guidance, insight, and perspective accounting professionals need to ensure accurate and up-to-date GAAP implementation.
    Note: Online resource; Title from title page (viewed March 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Proven techniques to win over any audience and make any sale Mastering the Art of Oral Presentations is your expert guide to delivering memorable and effective speeches and presentations. Whether selling a product, offering a service, or bidding for a contract, your oral presentation skills can often determine success or failure. This invaluable resource delivers real-world advice and proven strategies to elevate your game and close the deal. Comprehensive coverage of preparation procedures, delivery techniques, and presentation strategies provide you with the tools and knowledge to motivate and persuade your audience. Emphasizing real-world versatility, this unique book delivers methods equally effective to both individual and team presentations. Drawing from decades of experience, authors John Parker Stewart and Don Fulop offer keen insight into the process of winning over an audience. From topics ranging from rhetorical devices and visual cues to body language and stage presence, this expert guide will help convey a take-home message that resonates and endures long after your presentation has concluded. A must-have resource for government contractors, sales and marketing professionals, and anyone seeking to raise the level of their oral presentation skills, this book will help you: Develop winning approaches to oral presentations regardless of experience or skill level Build the confidence to present your ideas to individuals, teams, and large audiences Incorporate your personal and professional lives into your communication strategies Create and deliver messages that will win the hearts and minds of any audience Mastering the Art of Oral Presentations: Winning Orals, Speeches, and Stand-Up Presentations is an indispensable tool for those who speak to influence, to promote, and to sell—aiding you in making positive and lasting impressions on potential customers, team members, and decision makers.
    Note: Online resource; Title from title page (viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789531367
    Language: English
    Pages: 1 online resource (770 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Gain comprehensive insights into programming practices, and code portability and reuse to build flexible and maintainable apps using object-oriented principles Key Features Extend core OOP techniques to increase integration of classes created with Python Explore various Python libraries for handling persistence and object serialization Learn alternative approaches for solving programming problems with different attributes to address your problem domain Book Description Object-oriented programming (OOP) is a relatively complex discipline to master, and it can be difficult to see how general principles apply to each language's unique features. With the help of the latest edition of Mastering Objected-Oriented Python, you'll be shown how to effectively implement OOP in Python, and even explore Python 3.x. Complete with practical examples, the book guides you through the advanced concepts of OOP in Python, and demonstrates how you can apply them to solve complex problems in OOP. You will learn how to create high-quality Python programs by exploring design alternatives and determining which design offers the best performance. Next, you'll work through special methods for handling simple object conversions and also learn about hashing and comparison of objects. As you cover later chapters, you'll discover how essential it is to locate the best algorithms and optimal data structures for developing robust solutions to programming problems with minimal computer processing. Finally, the book will assist you in leveraging various Python features by implementing object-oriented designs in your programs. By the end of this book, you will have learned a number of alternate approaches with different attributes to confidently solve programming problems in Python. What you will learn Explore a variety of different design patterns for the __init__() method Learn to use Flask to build a RESTful web service Discover SOLID design patterns and principles Use the features of Python 3's abstract base Create classes for your own applications Design testable code using pytest and fixtures Understand how to design context managers that leverage the 'with' statement Create a new type of collection using standard library and design techniques Develop new number types above and beyond the built-in classes of numbers Who this book is for This book is for developers who want to use Python to create efficient programs. A good understanding of Python programming is required t...
    Note: Online resource; Title from title page (viewed June 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (496 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: Expertly navigate any workplace conversation and come out on top When confronted with difficult situations in the workplace, many people are at a loss for words. That’s why New York Times bestselling authors Stephen M. Pollan and Mark Levine created Lifescripts: What to Say to Get What You Want in Life's Toughest Situations . Using two-color flowcharts, Lifescripts maps out 171 difficult conversations, guiding you through discussion openers and effective responses reach the desired result. This completely revised and updated edition includes nearly 50 new business-focused scripts covering everything from apologizing for a misdirected email to requesting better meeting manners. Inside, you’ll find scripts to fit any situation you’re confronting at work. Use the signature Lifescripts visual flowcharts to work your way through exactly how the conversation should go. Be it boosting employee morale or getting the raise you deserve, when the time comes, you’ll be prepared not only with the right words and phrases, but with the confidence you need to get what you want. Work your way through conversation scripts for terminations, performance reviews, negotiating job offers, asking for raises, and much more Learn a unique set of icebreakers, pitches, questions, answers, and defenses for each difficult conversation Easily develop a winning conversational strategy using the signature visual flowcharts unique to Lifescripts Get strategic tips on attitude, timing, preparation, and behavior to help make any conversation a success This revised Third Edition of Lifescripts is here to help employees and managers communicate even more clearly and effectively. Whatever the situation, Lifescripts provides a road map to navigate the most perplexing, problematic dialogues for success.
    Note: Online resource; Title from title page (viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (304 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Somewhere along the way, we got distracted. As much as we multitask, love our devices and feel like we’re in control, deep down we know that something is off. Shortened attention spans, declines in critical thinking, lack of sleep, self-doubt and decreased creativity are just some of the effects coming to light in an age of digital distraction. It’s time to reclaim our lives. It’s time to take control. Lifescale is a journey of self-discovery and growth. It’s about getting back into balance and remastering our destinies. Author Brian Solis knows first-hand. He struggled with distraction and all of its ill-effects. To get his life back, he developed a set of techniques, exercises, and thought experiments designed to tame the chaos, and positively and productively navigate our day-to-day lives. Instead of falling victim to the never-ending cycle of newsfeeds, Likes, addictive apps, and boredom scrolling (aka the endless scroll), we can learn to manage our time and inspire our own lives in a way that will bring meaning back—without sacrificing the benefits that our devices bring us. In Lifescale , Brian has done the legwork to pull together scientific findings and practical tools into one book. Readers—especially those who are distracted—will connect with the humor, pathos, and inspiration inside. Using this book’s simple but powerful lessons, we can: Identify sources of distraction and turn attention toward creativity and productivity Understand and resist the manipulative techniques that turn us into digital addicts Find meaning and purpose to guide our time in more meaningful ways Visualize future success to successfully dive into deep work and stop procrastinating Break bad habits, establish rituals, and establish routines that help you achieve goals Nurture imagination and learn to express ourselves more artistically Maximize productivity with simple but effective strategies Focus for extended periods and make breaks more restorative Foster a strong sense of purpose in life and identify the steps needed to bring it to life every day Smile more and build self-esteem With the renewed perspective Lifescale offers, we can finally learn to prioritize what matters, and live our digital and physical lives with intention and true happiness.
    Note: Online resource; Title from title page (viewed March 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (236 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Wenn Ihre Landschaftsfotos nicht vermitteln, wie begeistert oder ergriffen Sie beim Machen der Bilder vor Ort waren – dann brauchen Sie dieses Buch. Scott Kelby verrät Ihnen darin seine 200 wichtigsten Tipps für wirklich packende Landschaftsfotos. Kompakt und praxisnah zeigt er Ihnen die benötigte Hardware (Stativ, Filter und mehr), die Geheimnisse guter Komposition, wie Sie Sternenhimmel und Panoramen fotografieren sowie wichtige Kniffe zur Veredelung Ihrer Bilder in Lightroom.
    Note: Online resource; Title from title page (viewed August 2, 2019)
    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...