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  (165)
  • [Erscheinungsort nicht ermittelbar] : Packt Publishing  (158)
  • [Erscheinungsort nicht ermittelbar] : IBM Redbooks  (7)
Datasource
Material
Language
Years
  • 1
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (30 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Built on over 50 years of Enterprise storage expertise, the IBM® DS8000® series is the flagship of disk storage systems within the IBM System Storage™ portfolio. As of September 2019, the DS8900F is the latest addition and offers two new classes: DS8910F: Flexibility Class all-flash DS8950F: Agility Class all-flash The agility class is efficiently designed to consolidate all your mission-critical workloads for IBM Z®, IBM LinuxONE, IBM Power Systems, and distributed environments under a single all-flash storage solution. This IBM Redbooks® Product Guide gives an overview of the features and functions that are available with the IBM DS8900F models running microcode Release 9.0 (Bundle 89.0 / Licensed Machine Code 7.9.0.xxx).
    Note: Online resource; Title from title page (viewed January 16, 2020)
    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: 9781838986698
    Language: English
    Pages: 1 online resource (604 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Cut through the noise and get real results with a step-by-step approach to learning Java programming Key Features Ideal for the Java beginner who is getting started for the first time A step-by-step Java tutorial with exercises and activities that help build key skills Structured to let you progress at your own pace, on your own terms Use your physical copy to redeem free access to the online interactive edition Book Description You already know you want to learn Java, and a smarter way to learn Java 12 is to learn by doing. The Java Workshop focuses on building up your practical skills so that you can develop high-performance Java applications that work flawlessly within the JVM across web, mobile and desktop. You'll learn from real examples that lead to real results. Throughout The Java Workshop, you'll take an engaging step-by-step approach to understanding Java. You won't have to sit through any unnecessary theory. If you're short on time you can jump into a single exercise each day or spend an entire weekend learning about Reactive programming and Unit testing. It's your choice. Learning on your terms, you'll build up and reinforce key skills in a way that feels rewarding. Every physical copy of The Java Workshop unlocks access to the interactive edition. With videos detailing all exercises and activities, you'll always have a guided solution. You can also benchmark yourself against assessments, track progress, and receive free content updates. You'll even earn a secure credential that you can share and verify online upon completion. It's a premium learning experience that's included with your printed copy. To redeem, follow the instructions located at the start of your Java book. Fast-paced and direct, The Java Workshop is the ideal companion for Java beginners. You'll build and iterate on your code like a software developer, learning along the way. This process means that you'll find that your new skills stick, embedded as best practice. A solid foundation for the years ahead. What you will learn Get to grips with fundamental concepts and conventions of Java 12 Write clean and well-commented code that's easy to maintain Debug and compile logical errors and handle exceptions in your programs Understand how to work with Java APIs and Java streams Learn how to use third-party libraries and software development kits (SDKs) Discover how you can work with information stored in databases Understand how you can keep data secure with cryptograph...
    Note: Online resource; Title from title page (viewed October 31, 2019)
    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: 9781838986995
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 42 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to Code Swift 5 with Mac's Xcode Playgrounds or Linux or Windows. make iOS 12 iPhone Apps or Command Line Tools About This Video Use Swift 5 to make iOS 12 Apps or Command Line Tools Discover all the essential information you need to write Swift code A Practical course to discover what's new in Swift to build your iOS apps In Detail Have you ever wanted to try out programming but didn't know where to start? Have you previously tried to learn Swift but got fed up with incomplete YouTube videos and poorly written tutorials? Or are you looking to move your code from Swift 4 to 5? If your answer to any of these questions is yes, this course is for you! In this Swift 5 course, you'll be taken through all the knowledge you need to write Swift code. Being a self-taught programmer, the author knows just what it feels like to start from scratch, and he's designed this course with you in mind! What is Swift? Swift is a programming language that allows you to write software for iPhones, iPads, Macs, Apple Watches, Apple TVs, desktops, servers, and anything else that runs code! Swift is great for new programmers because it is very intuitive and continues to evolve as Apple adds new features. It is relatively easy to catch software bugs in Swift and you can check the results immediately by running code in a playground. Also, Swift is open source, so you can take this course even if you are using a Linux or Windows computer! Come learn what's new in Swift 5 and gain a new skill! Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Swift-5-Programming-for-Beginners . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838551964
    Language: English
    Pages: 1 online resource (340 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Implement reinforcement learning techniques and algorithms with the help of real-world examples and recipes Key Features Use PyTorch 1.x to design and build self-learning artificial intelligence (AI) models Implement RL algorithms to solve control and optimization challenges faced by data scientists today Apply modern RL libraries to simulate a controlled environment for your projects Book Description Reinforcement learning (RL) is a branch of machine learning that has gained popularity in recent times. It allows you to train AI models that learn from their own actions and optimize their behavior. PyTorch has also emerged as the preferred tool for training RL models because of its efficiency and ease of use. With this book, you'll explore the important RL concepts and the implementation of algorithms in PyTorch 1.x. The recipes in the book, along with real-world examples, will help you master various RL techniques, such as dynamic programming, Monte Carlo simulations, temporal difference, and Q-learning. You'll also gain insights into industry-specific applications of these techniques. Later chapters will guide you through solving problems such as the multi-armed bandit problem and the cartpole problem using the multi-armed bandit algorithm and function approximation. You'll also learn how to use Deep Q-Networks to complete Atari games, along with how to effectively implement policy gradients. Finally, you'll discover how RL techniques are applied to Blackjack, Gridworld environments, internet advertising, and the Flappy Bird game. By the end of this book, you'll have developed the skills you need to implement popular RL algorithms and use RL techniques to solve real-world problems. What you will learn Use Q-learning and the state-action-reward-state-action (SARSA) algorithm to solve various Gridworld problems Develop a multi-armed bandit algorithm to optimize display advertising Scale up learning and control processes using Deep Q-Networks Simulate Markov Decision Processes, OpenAI Gym environments, and other common control problems Select and build RL models, evaluate their performance, and optimize and deploy them Use policy gradient methods to solve continuous RL problems Who this book is for Machine learning engineers, data scientists and AI researchers looking for quick solutions to different reinforcement learning problems will find this book useful. Although prior knowledge of machine learning concepts is required, experience with PyTo...
    Note: Online resource; Title from title page (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839214608
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 hr., 56 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Master the ins and outs of Microsoft Visio 2016 and create incredible flowcharts and diagrams About This Video Master how to create flowcharts and diagrams in Microsoft Visio 2016 Understand the Microsoft Ribbon, the Quick Access Toolbar, and Backstage View. In Detail In this course, you'll find out what's new in Microsoft Visio 2016, the basics of diagram creation, and how to work in the user interface. From keyboard shortcuts to grids and rulers, you'll discover pro techniques that save time and effort on this sophisticated software platform. You'll learn to create, size, and connect shapes and text-and add compelling images to your diagrams. Precise object alignment, layers, and shape data management can turn an amateur effort into a professional presentation. With this course, you'll learn to seamlessly integrate hyperlinks into your designs. This course describes how to create time-saving custom templates, optimize print settings for Visio drawings, and produce large-scale diagrams. You'll even find out how to manage shape sheets and perform basic coding in Microsoft Visio 2016. Whether you're new to this software platform or just need an update on the latest features and pro tips, this course has everything you need to create sophisticated and compelling diagrams! Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Microsoft-Visio-2016 . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed August 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839210914
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 38 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Beginner's step-by-step guide to Microsoft Project 2016 About This Video Learn to develop a plan, assign resources to tasks, track progress, manage your budget, and analyze workloads using MS Project 2016 A practical course designed to help project managers master MS Project 2016 In Detail MS Project helps you develop a plan, assign resources to tasks, track progress, manage your budget, and analyze workloads. This video course, taught by a professional trainer with a background in project management, takes you, step-by-step from the very beginning, through all these functions. You'll go from very simple projects to a more complete knowledge of Project's capabilities and how it works. This course starts right at the very beginning. It doesn't assume you know anything about Microsoft Project, so beginners will feel right at home. You'll learn how to get your own copy of Project 2016, see what's new in version 2016, and explore the structure of this course. The second chapter supplies the basics you need to begin using Project 2016. It first discusses the Help section, where you can get answers and tutorials for any question that comes up. This chapter also discusses creating a workspace, using toolbars, ribbons, and the Status Bar. You'll go on to learn how to use Touch, task basics and project options. By now, you will have become proficient with Project 2016. These more advanced topics carry you through tracking costs, tracking projects, budgeting, and reporting. Upon completion of the course, you'll have mastered Microsoft Project 2016. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Microsoft-Project-Beginners-2016 . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed August 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839213298
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 37 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: This expert-taught MS Project 2019 course is aimed at complete beginners with follow-along project exercises About This Video Discover how to work with costs and deadlines, and overcome scheduling issues Learn about resource allocation and leveling Understand how to measure a project against a baseline project Become well-versed with using safeguards and restrictions Get up to speed with setting up interim plans and baselines Learn how to save your project as a template for future projects In Detail This course starts with the basics, which will help you explore Microsoft Project easily, especially if you're a beginner. The first video lesson introduces you to the software. You'll learn how to get your own copy of Project 2019 and see what's new in version 2019. The second part covers the basics you need to be familiar with to begin using Project 2019. You'll understand how to create a workspace and use toolbars, the ribbon, and the Status Bar. Later, you'll learn how to use task basics and project options. The project will then delve into various aspects of managing a project including setting up your timeline and Gantt chart. As you build on your skills, you'll focus on tracking costs, tracking the project, budgeting, and reporting. All along, each topic is explained with its own video that demonstrates how to correctly use the function. By the end of this course, you'll have learned how to effectively use MS Project 2019 for organizing and managing your projects. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Microsoft-Project-Beginners-2019 . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839215469
    Language: English
    Pages: 1 online resource (1 video file, approximately 11 hr., 27 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn how Microsoft Access 2016 works with clear, easy-to-understand instructions About This Video Learn and master the exciting features of MS Access 2016 A practical course designed to teach you MS Access 2016 with helpful exercise files In Detail Microsoft Access is the leading database application and has become a standard in businesses and organizations around the World. These days, having the ability to work with a database is key to running an efficient and capable operation. Bosses everywhere appreciate any employee who is well trained in MS Access. Now that person can be you! Microsoft Access 2016 for Beginners starts at the very beginning, showing you where to get your copy of MS Access and how to install it on your computer. Before going further, you'll get a quick tour of all the new features and improvements in 2016. You will learn how to get started easily with database templates that make the entire process faster. Then you'll see how to create, save, and open databases. After a tour of the Access Workspace and Backstage, you'll get a complete explanation of the toolbars and ribbons. Next, you'll master keyboard shortcuts that will greatly increase your speed and efficiency. You'll progress to creating your own working database with step-by-step video instruction that takes you through the entire process, helping you master details while understanding the big picture. Later, the course explores importing data from Excel and creating and working with forms and sub-forms. As you become more advanced, you'll learn how to use queries and validations, create reports, and print your projects. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Microsoft-Access-Beginners-2016 . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed August 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (504 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Simplify your DevOps roles with DevOps tools and techniques Key Features Learn to utilize business resources effectively to increase productivity and collaboration Leverage the ultimate open source DevOps tools to achieve continuous integration and continuous delivery (CI/CD) Ensure faster time-to-market by reducing overall lead time and deployment downtime Book Description The implementation of DevOps processes requires the efficient use of various tools, and the choice of these tools is crucial for the sustainability of projects and collaboration between development (Dev) and operations (Ops). This book presents the different patterns and tools that you can use to provision and configure an infrastructure in the cloud. You'll begin by understanding DevOps culture, the application of DevOps in cloud infrastructure, provisioning with Terraform, configuration with Ansible, and image building with Packer. You'll then be taken through source code versioning with Git and the construction of a DevOps CI/CD pipeline using Jenkins, GitLab CI, and Azure Pipelines. This DevOps handbook will also guide you in containerizing and deploying your applications with Docker and Kubernetes. You'll learn how to reduce deployment downtime with blue-green deployment and the feature flags technique, and study DevOps practices for open source projects. Finally, you'll grasp some best practices for reducing the overall application lead time to ensure faster time to market. By the end of this book, you'll have built a solid foundation in DevOps, and developed the skills necessary to enhance a traditional software delivery process using modern software delivery tools and techniques What you will learn Become well versed with DevOps culture and its practices Use Terraform and Packer for cloud infrastructure provisioning Implement Ansible for infrastructure configuration Use basic Git commands and understand the Git flow process Build a DevOps pipeline with Jenkins, Azure Pipelines, and GitLab CI Containerize your applications with Docker and Kubernetes Check application quality with SonarQube and Postman Protect DevOps processes and applications using DevSecOps tools Who this book is for If you are a developer or a system administrator interested in understanding continuous integration, continuous delivery, and containerization with DevOps tools and techniques, this book is for you.
    Note: Online resource; Title from title page (viewed October 25, 2019)
    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: 9781838982867
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 27 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Master SQLite databases with Python the fast and easy way! About This Video Learn how to use SQLite databases with Python Create databases and tables Insert, sort, and extract specific data In Detail Free and open-source, SQLite is a popular database among developers for smaller projects, hobby projects, and even testing and development. When used with Python, one of the most powerful programming languages, they make a powerful combination. In this course you'll learn the basics of using SQLite with Python. You'll get started with installing Python and SQLite. The course will then get you up to speed with creating databases and tables. To help you build on your knowledge further, you'll get comprehensive insights into working with tables, including adding, updating, and retrieving specific data using standard SQLite commands. Finally, you'll build a basic app to help reinforce all the things that you've learned through the course. By the end of this course, you'll have hands-on experience in effectively using SQLite with Python.
    Note: Online resource; Title from title screen (viewed May 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838987541
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Assembly is the foundation for all applications, mobile to desktop. It is used in Raspberry Pi, Arm, Intel and much more About This Video Basic Computer Knowledge and Skills Downloadable starter code and final code for each section. In Detail Learn about everything there is to know about Assembly Programming and How To Make Applications. A step by step process is used to explain every facet of these topics. NOTE: This course includes information on application programming and design! Gain a good understanding of the following concepts with this course: What Assembly is? Assembly Certifications How to develop using Assembly Features of the Assembly programming language Coding semantics Mobile programming Design practises of applications Application programming Network programming Assembly powers all applications from iOS, Android, Windows, Raspberry Pi, Intel, Arm and many more platforms. These platforms are developed for by all companies such as Google, Facebook and Microsoft for mobile development. This course will ensure you are not left out as more and more companies request this awesome and powerful language. This course will teach you everything about programming Assembly applications. You will receive all the knowledge to use and leverage the powerful technology behind these amazing and wonderful platforms. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Assembly-Programming-for-All-Platforms-Learn-to-Code . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838821135
    Language: English
    Pages: 1 online resource (762 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Become an expert at C++ by learning all the key C++ concepts and working through interesting exercises Key Features Explore C++ concepts through descriptive graphics and interactive exercises Learn how to keep your development bug-free with testing and debugging Discover various techniques to optimize your code Book Description C++ is one of the most widely used programming languages and is applied in a variety of domains, right from gaming to graphical user interface (GUI) programming and even operating systems. If you're looking to expand your career opportunities, mastering the advanced features of C++ is key. The book begins with advanced C++ concepts by helping you decipher the sophisticated C++ type system and understand how various stages of compilation convert source code to object code. You'll then learn how to recognize the tools that need to be used in order to control the flow of execution, capture data, and pass data around. By creating small models, you'll even discover how to use advanced lambdas and captures and express common API design patterns in C++. As you cover later chapters, you'll explore ways to optimize your code by learning about memory alignment, cache access, and the time a program takes to run. The concluding chapter will help you to maximize performance by understanding modern CPU branch prediction and how to make your code cache-friendly. By the end of this book, you'll have developed programming skills that will set you apart from other C++ programmers. What you will learn Delve into the anatomy and workflow of C++ Study the pros and cons of different approaches to coding in C++ Test, run, and debug your programs Link object files as a dynamic library Use templates, SFINAE, constexpr if expressions and variadic templates Apply best practice to resource management Who this book is for If you have worked in C++ but want to learn how to make the most of this language, especially for large projects, this book is for you. A general understanding of programming and knowledge of using an editor to produce code files in project directories is a must. Some experience with strongly typed languages, such as C and C++, is also recommended.
    Note: Online resource; Title from title page (viewed October 31, 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: 9781839210150
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn WordPress in a practical, project-based approach. Includes PHP theme development and WordPress eCommerce stores. About This Video Confidently create different types of WordPress website Gain a deep knowledge of WordPress such as custom headers, plugins, themes, permissions and comments, widgets, ecommerce, and multi-site installations Convert HTML and CSS websites into WordPress themes In Detail Take your HTML and CSS skills to the next level, by mastering the World's most popular content management system for building websites: WordPress! Master WordPress from scratch in a fun, project-based approach. This course is for anybody looking for a career building WordPress websites or themes, or even hobbyists looking to learn a new skill. We begin the course by getting you familiar with WordPress and looking at how to install it using a localhost. We then look at WordPress essentials such as blog posts, pages, navigation menus, and installing themes-all while you build your very own blog website. Once you have the basics covered, we move onto customizing our blog using sliders, widgets, and header images, and work with the customizer. You will also optimize your WordPress website for search engines and create backups. The second project takes your WordPress knowledge even further. We create a fully functional eCommerce T-Shirt store. More techniques are introduced throughout this project such as child themes, dealing with products, categories, shipping, and taxes-all while building a beautiful, customized website. After completing the first 2 projects, we move things on even further by introducing you to WordPress theme development and converting an existing HTML and CSS website into a fully functional WordPress theme. This section involves coding in PHP; however, if you are new to PHP a dedicated PHP basics section will get you up to speed. This project introduces new techniques and you will gain a deeper knowledge of how WordPress themes are created. You will learn how WordPress templates are used and employ various WordPress functions to build your theme. Finally, the last section focuses on useful techniques to enhance your WordPress knowledge. Here we will cover exporting localhost websites to a live server, various plugins, and more. So, are you ready to take your web design or WordPress skills to the next level? Join and the author looks forward to having you onboard!
    Note: Online resource; Title from title screen (viewed November 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838985455
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 30 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Develop exciting projects including a guest list and greeting card application and gain hands-on experience with Vue.js About This Video Learn Vue.js by building real-world projects Discover how to use additional tools and modules to enhance your project Explore the list and conditional rendering Get to grips with binding attributes and styles Understand the Vue instance Delve into JavaScript expressions Gain insights into looping and filters Become well-versed with refs and other instance properties and methods Explore the Vue lifecycle In Detail Vue.js is a fun and easy-to-use JavaScript framework for building user interfaces. From easily adding it to an existing website or application to just control a part of it, such as adding new components, through to using it for medium or large single-page applications, you can improve productivity in several ways. The course will guide you through building two challenging yet exciting projects, which will help you apply everything you learn. You'll begin with a guest list app where users can add their name to an event guest list. Although this is a simple app, you'll learn several Vue.js essentials while building it such as two-way data binding, event handling, templates and the Virtual DOM, and instance properties - data, computed, watchers, methods, and filters. You will then build on your knowledge by creating a greeting card application where users can create and edit their custom greeting card. They will be able to add their text and images to create a personalised card. This project will get you up to speed with components (local, global, and single file), installing Node and NPM, passing data with $emit, and storing and retrieving images from Firebase. In addition to this, you'll make use of Vue CLI to scaffold your projects with build tools such as Webpack and Babel. By the end of this course, you will be well-versed with Vue.js and have gained hands-on experience in applying it effectively in your projects.
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (608 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Cut through the noise and get real results with a step-by-step approach to learning Python 3.X programming Key Features Ideal for the Python beginner who is getting started for the first time A step-by-step Python tutorial with exercises and activities that help build key skills Structured to let you progress at your own pace, on your own terms Use your physical copy to redeem free access to the online interactive edition Book Description You already know you want to learn Python, and a smarter way to learn Python 3 is to learn by doing. The Python Workshop focuses on building up your practical skills so that you can work towards building up your machine learning skills as a data scientist, write scripts that help automate your life and save you time, or even create your own games and desktop applications. You'll learn from real examples that lead to real results. Throughout The Python Workshop, you'll take an engaging step-by-step approach to understanding Python. You won't have to sit through any unnecessary theory. If you're short on time you can jump into a single exercise each day or spend an entire weekend learning about Python scripting. It's your choice. Learning on your terms, you'll build up and reinforce key skills in a way that feels rewarding. Every physical copy of The Python Workshop unlocks access to the interactive edition. With videos detailing all exercises and activities, you'll always have a guided solution. You can also benchmark yourself against assessments, track progress, and receive free content updates. You'll even earn a secure credential that you can share and verify online upon completion. It's a premium learning experience that's included with your printed copy. To redeem, follow the instructions located at the start of your Python book. Fast-paced and direct, The Python Workshop is the ideal companion for Python beginners. You'll build and iterate on your code like a software developer, learning along the way. This process means that you'll find that your new skills stick, embedded as best practice. A solid foundation for the years ahead. What you will learn Learn how to write clean and concise code with Python 3 Understand classes and object-oriented programming Tackle entry-level data science and create engaging visualizations Use Python to create responsive, modern web applications Automate essential day-to-day tasks with Python scripts Get started with predictive Python machine learning Who this book is for ...
    Note: Online resource; Title from title page (viewed November 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838824532
    Language: English
    Pages: 1 online resource (664 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Cut through the noise and get real results with a step-by-step approach to learning HTML and CSS programming Key Features An HTML and CSS tutorial with step-by-step exercises and activities Structured to let you progress at your own pace, on your own terms Use your physical print copy to redeem free access to the online interactive edition Book Description You already know you want to learn HTML and CSS, and a smarter way to learn HTML and CSS is to learn by doing. The HTML and CSS Workshop focuses on building up your practical skills so that you can build your own static web pages from scratch, or work with existing themes on modern platforms like WordPress and Shopify. It's the perfect way to get started with web development. You'll learn from real examples that lead to real results. Throughout The HTML and CSS Workshop, you'll take an engaging step-by-step approach to beginning HTML and CSS development. You won't have to sit through any unnecessary theory. If you're short on time you can jump into a single exercise each day or spend an entire weekend learning about CSS pre-processors. It's your choice. Learning on your terms, you'll build up and reinforce key skills in a way that feels rewarding. Every physical print copy of The HTML and CSS Workshop unlocks access to the interactive edition. With videos detailing all exercises and activities, you'll always have a guided solution. You can also benchmark yourself against assessments, track progress, and receive free content updates. You'll even earn a secure credential that you can share and verify online upon completion. It's a premium learning experience that's included with your printed copy. To redeem, follow the instructions located at the start of your HTML CSS book. Fast-paced and direct, The HTML and CSS Workshop is the ideal companion for a HTML and CSS beginner. You'll build and iterate on your code like a software developer, learning along the way. This process means that you'll find that your new skills stick, embedded as best practice. A solid foundation for the years ahead. What you will learn Get to grips with the key features of HTML5 and CSS3 Learn how to integrate animation, media, and custom themes Understand how you can easily customize and maintain CSS Develop your own mobile-first approach while designing websites Learn how to diagnose and resolve common style and structural problems Who this book is for Our goal at Packt is to help you be successful, in whatever it is ...
    Note: Online resource; Title from title page (viewed November 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (398 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: An exploration of continuous deployment to a Kubernetes cluster, using a wide range of Kubernetes platforms with instructions on how to develop a pipeline on a few of the most commonly used CI/CD platforms. Key Features The fifth book of DevOps expert Viktor Farcic's bestselling DevOps Toolkit series, with a discussion of the difference between continuous delivery vs. continuous deployment, and which is best for the user Guides readers through the continuous deployment process using Jenkins in a Kubernetes cluster Provides an overview of the best practices for building, testing, and deploying applications through fully automated pipelines. Book Description Building on The DevOps 2.3 Toolkit: Kubernetes, Viktor Farcic brings his latest exploration of the Docker technology as he records his journey to continuously deploying applications with Jenkins into a Kubernetes cluster. The DevOps 2.4 Toolkit: Continuously Deploying Applications with Jenkins to a Kubernetes Cluster is the latest book in Viktor Farcic's series that helps you build a full DevOps Toolkit. This book guides readers through the process of building, testing, and deploying applications through fully automated pipelines. Within this book, Viktor will cover a wide-range of emerging topics, including an exploration of continuous delivery and deployment in Kubernetes using Jenkins. It also shows readers how to perform continuous integration inside these clusters, and discusses the distribution of Kubernetes applications, as well as installing and setting up Jenkins. Work with Viktor and dive into the creation of self-adaptive and self-healing systems within Docker. What you will learn Gain an understanding of continuous deployment Learn how to build, test, and deploy applications into Kubernetes Execute continuous integration inside containers Who this book is for Readers with an intermediate level understanding of Kubernetes and hands-on experience.
    Note: Online resource; Title from title page (viewed November 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839217142
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 56 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Mega search engine optimization course - learn keyword research, on-page and off-page SEO, link building, SEO audit, 20+ tools, negative SEO, WordPress SEO, and more! About This Video Optimize websites and improve user experience Generate more leads for your business by targeting keywords Rank websites and increase traffic on your website through a search engine In Detail Welcome to "Complete SEO Training Masterclass," one single course to start your SEO journey and go from beginner to advanced step-by-step. This course touches each important aspect of SEO, including all updates: Basic SEO vocabulary Important SEO industry terms Doing keyword research Implementing technical factors and page speed optimization Diving into website indexing and link building techniques Hands-on local SEO Protecting websites from negative SEO Learn to use 20+ different tools Performing SEO audit This course takes you to each topic in a connected way so you can relate to each topic and understand its importance. We will start with basic SEO vocabulary and end our course by learning about SEO audit, connecting with each topic in sequence one after another. You will also learn about common industry tools and learning how to use them will help you to run better and more efficient marketing campaigns. This course will help you to: Understand and master technical SEO factors Optimize websites to improve page speed and follow SEO guidelines Get indexed into search engines Utilize free tools available on the market Learn keyword research, Webmaster, local SEO, and a lot more Start building links from scratch Add free SSL certificates and CDN to our website to increase website speed and security Protect our website against negative SEO After completing this course, you will be ready to work on industry-level projects, and you will also be able to implement everything on your website itself!
    Note: Online resource; Title from title screen (viewed October 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839214578
    Language: English
    Pages: 1 online resource (1 video file, approximately 12 hr., 18 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Use Kotlin instead of Java. Kotlin is a new language that makes programming for Android or JavaScript a dream About This Video Learn Kotlin from the ground up Create two fully functional Android apps In Detail Google is now officially supporting Kotlin in Android development, with the platform recently announcing that it considers the language ideal for Android app developers. Moreover, Kotlin makes it easier to work with JavaScript. In this course, you'll explore a fun and exciting way to learn this language, particularly if you're a beginner. However, experienced programmers will also find this course enriching. If you're just getting started with Kotlin, a dedicated section takes you through Kotlin fundamentals step-by-step. If you already have previous programming experience, you can benefit from the exclusive section titled 'Kotlin for Programmers'. You'll gain hands-on experience by working through projects. The course will guide you through developing two Android apps and a command-line tool. You'll even get to grips with creating JavaScript for a website. While exploring further sections, you'll encounter challenges that will test your new skills and make sure you're getting the most out of this course. By the end of this course, you will be well-versed in Kotlin and have the skills you need to build Android apps, create JavaScript, and much more.
    Note: Online resource; Title from title screen (viewed July 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (824 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Adopt a diagrammatic approach to creating robust real-time embedded systems Key Features Explore the impact of real-time systems on software design Understand the role of diagramming in the software development process Learn why software performance is a key element in real-time systems Book Description From air traffic control systems to network multimedia systems, real-time systems are everywhere. The correctness of the real-time system depends on the physical instant and the logical results of the computations. This book provides an elaborate introduction to software engineering for real-time systems, including a range of activities and methods required to produce a great real-time system. The book kicks off by describing real-time systems, their applications, and their impact on software design. You will learn the concepts of software and program design, as well as the different types of programming, software errors, and software life cycles, and how a multitasking structure benefits a system design. Moving ahead, you will learn why diagrams and diagramming plays a critical role in the software development process. You will practice documenting code-related work using Unified Modeling Language (UML), and analyze and test source code in both host and target systems to understand why performance is a key design-driver in applications. Next, you will develop a design strategy to overcome critical and fault-tolerant systems, and learn the importance of documentation in system design. By the end of this book, you will have sound knowledge and skills for developing real-time embedded systems. What you will learn Differentiate between correct, reliable, and safe software Discover modern design methodologies for designing a real-time system Use interrupts to implement concurrency in the system Test, integrate, and debug the code Demonstrate test issues for OOP constructs Overcome software faults with hardware-based techniques Who this book is for If you are interested in developing a real-time embedded system, this is the ideal book for you. With a basic understanding of programming, microprocessor systems, and elementary digital logic, you will achieve the maximum with this book. Knowledge of assembly language would be an added advantage.
    Note: Online resource; Title from title page (viewed December 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800203686
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 39 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Master Spring Boot fundamentals, mastering spring data Java Persistence API, SPRING MVC, REST clients, profiles, logging and more. About This Video Learn how Spring Boot simplifies Java application development Create and run several Spring Boot applications from scratch Become well-versed with Spring Boot while using various Spring modules In Detail Spring is one of the most widely used frameworks in the industry. Whether you're an experienced developer or a complete beginner, this course will get you up to speed with the basics of Spring Boot in an easy and systematic way. You'll start this course by exploring the problems with traditional Spring application development. You will then understand how easy it is to create and deploy an application using Spring Boot. In the next few sections, you'll discover how Spring Boot can help you auto-configure a Spring project. Later, the course will take you through everything from enabling health metrics for applications to customizing health metrics endpoints with your own information. Finally, you'll delve into Spring Security and database caching. By the end of this course, you'll be well-versed with the fundamentals of Spring Boot and have gained hands-on experience of creating Spring Boot applications from scratch.
    Note: Online resource; Title from title screen (viewed December 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838987916
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 2 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn how to combine the three most important tools in data science: Python, SQL, and Tableau About This Video How to use Python, SQL, and Tableau together Software integration Data preprocessing techniques Apply machine learning In Detail Python, SQL, and Tableau are three of the most widely used tools in the world of data science. Python is the leading programming language SQL is the most widely used means for communication with database systems Tableau is the preferred solution for data visualization; The course starts off by introducing software integration as a concept. We discuss some important terms such as servers, clients, requests, and responses. Moreover, you will learn about data connectivity, APIs, and endpoints. Then we continue by introducing the real-life example exercise the course is centred around: the Absenteeism at Work dataset. The preprocessing part that follows will give you a taste of what BI and data science look like in real-life, on-the-job situations. Then we continue by applying some Machine Learning to our data. You will learn how to explore the problem at hand from a machine-learning perspective, how to create targets, what kind of statistical preprocessing is necessary for this part of the exercise, how to train a Machine Learning model, and how to test it-a truly comprehensive ML exercise. Connecting Python and SQL is not immediate; we show how that's done in an entire section of the course. By the end of that section, you will be able to transfer data from Jupyter to Workbench. And finally, as promised, Tableau will allow us to visualize the data we have been working with. We will prepare several insightful charts and will interpret the results together.
    Note: Online resource; Title from title screen (viewed May 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839216510
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 hr., 27 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn to program with Python 3, visualize algorithms and data structures, and implement them in Python projects About This Video Learn to code with Python while building projects and implementing algorithms and data structures Understand the fundamentals of programming languages In Detail This course is one of the most comprehensive and beginner-friendly courses on learning to code with Python-one of the top programming languages in the World-and using it to build algorithms and data structures with projects from scratch. We will walk you step-by-step through the fascinating world of Python programming using visualizations of programs as they execute, algorithms as they run, and data structures as they are constructed. Nothing is left to the imagination; you'll see it all and then build it all. Since it caters to a broad spectrum of students, the course is split into two parts: part 1 focusing on the Python programming language and part 2 focusing on Algorithms, data structures, performance analysis, and larger-scale projects. Part 1: Python and programming fundamentals Text - Strings Numbers - ints and floats Execution flow control - branching with if/elif/else Compound data types - lists, dictionaries, tuples, and sets Iterables and iteration with generators, for and while loops, and more! Functions, execution context and frames, and building custom functions List comprehension Lambda expressions Generators and creating your own generators with yield Objects and building classes, methods, and special methods Reading from and writing to files using context managers Visualization with each topic and more! Part 2: Algorithms, Data Structures and Performance Analysis Sorting algorithms (basic) - bubble sort, selection sort, and insertion sort Sorting algorithms (advanced) - merge sort and quick sort Big O notation, complexity analysis, divide and conquer, and math visualizations Recursion in-depth with examples Searching algorithms - bisection search and hashing Data structures with linked lists, stacks, queues, trees, and binary search trees Operations with data structures - insert, search, update, and delete Multiple projects with increasing levels of complexity to tie concepts together Visualizations of all algorithms, data structure, operations, and more! All the codes and supporting files for this course are available at -
    Note: Online resource; Title from title screen (viewed September 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (510 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Become well-versed with basic networking concepts such as routing, switching, and subnetting, and prepare for the Microsoft 98-366 exam Key Features Build a strong foundation in networking concepts Explore both the hardware and software aspects of networking Prepare by taking mock tests with up-to-date exam questions Book Description A network is a collection of computers, servers, mobile devices, or other computing devices connected for sharing data. This book will help you become well versed in basic networking concepts and prepare to pass Microsoft's MTA Networking Fundamentals Exam 98-366. Following Microsoft's official syllabus, the book starts by covering network infrastructures to help you differentiate intranets, internets, and extranets, and learn about network topologies. You'll then get up to date with common network hardware devices such as routers and switches and the media types used to connect them together. As you advance, the book will take you through different protocols and services and the requirements to follow a standardized approach to networking. You'll get to grips with the OSI and TCP/IP models as well as IPv4 and IPv6. The book also shows you how to recall IP addresses through name resolution. Finally, you'll be able to practice everything you've learned and take the exam confidently with the help of mock tests. By the end of this networking book, you'll have developed a strong foundation in the essential networking concepts needed to pass Exam 98-366. What you will learn Things you will learn: Become well versed in networking topologies and concepts Understand network infrastructures such as intranets, extranets, and more Explore network switches, routers, and other network hardware devices Get to grips with different network protocols and models such as OSI and TCP/IP Work with a variety of network services such as DHCP, NAT, firewalls, and remote access Apply networking concepts in different real-world scenarios Who this book is for If you're new to the IT industry or simply want to gain a thorough understanding of networking, this book is for you. A basic understanding of the Windows operating system and your network environment will be helpful.
    Note: Online resource; Title from title page (viewed December 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (312 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Get up to speed with planning, deploying, and managing Microsoft Office 365 services and gain the skills you need to pass the MS-101 exam Key Features Explore everything from mobile device management and compliance,through to data governance and auditing Get to grips with using Azure advanced threat protection and Azure information protection Learn effectively through exam-focused practice exercises and mock tests Book Description Exam MS-101: Microsoft 365 Mobility and Security is a part of the Microsoft 365 Certified: Enterprise Administrator Expert certification path designed to help users validate their skills in evaluating, planning, migrating, deploying, and managing Microsoft 365 services. This book will help you implement modern device services, apply Microsoft 365 security and threat management, and manage Microsoft 365 governance and compliance. Written in a succinct way, you'll explore chapter-wise self-assessment questions, exam tips, and mock exams with answers. You'll start by implementing mobile device management (MDM) and handling device compliance. You'll delve into threat detection and management, learning how to manage security reports and configure Microsoft 365 alerts. Later, you'll discover data loss prevention (DLP) tools to protect data as well as tools for configuring audit logs and policies. The book will also guide you through using Azure Information Protection (AIP) for deploying clients, applying policies, and configuring services and users to enhance data security. Finally, you'll cover best practices for configuring settings across your tenant to ensure compliance and security. By the end of this book, you'll have learned to work with Microsoft 365 services and covered the concepts and techniques you need to know to pass the MS-101 exam. What you will learn Implement modern device services Discover tools for configuring audit logs and policies Plan, deploy, and manage Microsoft 365 services such as MDM and DLP Get up to speed with configuring eDiscovery settings and features to enhance your organization's ability to mitigate and respond to issues Implement Microsoft 365 security and threat management Explore best practices for effectively configuring settings Who this book is for This book is for IT professionals looking to pass the Microsoft 365 Mobility and Security certification exam. System administrators and network engineers interested in mobility, security, compliance, and supporting technologies will also...
    Note: Online resource; Title from title page (viewed November 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789955101
    Language: English
    Pages: 1 online resource (332 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Get up to speed with QuickBooks Online 2020 for financial management and bookkeeping Key Features Create a dashboard that highlights your company's financial activity and status upon login Manage customers, vendors, and products and services seamlessly with QuickBooks Explore special transactions such as recurring transactions, managing fixed assets, setting up loans, and recording bad debts Book Description Intuit QuickBooks is an accounting software package that helps small business owners to manage all their bookkeeping tasks. Its complete range of accounting capabilities, such as tracking income and expenses, managing payroll, simplifying taxes, and accepting online payments, makes QuickBooks software a must-have for business owners and aspiring bookkeepers. This book is a handy guide to using QuickBooks Online to manage accounting tasks and drawing business insights by generating reports easily. Using a fictitious company, the book demonstrates how to create a QuickBooks Online account; customize key settings for a business; manage customers, vendors, and products and services; generate reports; and close the books at the end of the period. QuickBooks records your debits and credits, so you don't need to learn accounting. However, you will find out what happens under the hood and understand how your financial statements are impacted by what you do in QuickBooks. You'll also discover tips, shortcuts, and best practices that will help you save time and become a QuickBooks pro. By the end of this book, you'll have become well-versed with the features of QuickBooks and be able to set up your business and manage all bookkeeping tasks with ease. What you will learn Get to grips with bookkeeping concepts and the typical bookkeeping and accounting cycle Set up QuickBooks for both product-based and service-based businesses Track everything, from billable and non-billable time and expenses to profit Generate key financial reports for accounts, customers, jobs, and invoice items Understand the complete payroll process and track payments made to 1099 contractors Manage various bank and credit accounts linked to your business Who this book is for If you're a small business owner, bookkeeper, or accounting student who wants to learn how to make the most of QuickBooks Online, this book is for you. Business analysts, data analysts, managers, and professionals working in bookkeeping, and QuickBooks accountants will also find this guide useful. No experien...
    Note: Online resource; Title from title page (viewed December 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (290 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Understand data science concepts and methodologies to manage and deliver top-notch solutions for your organization Key Features Learn the basics of data science and explore its possibilities and limitations Manage data science projects and assemble teams effectively even in the most challenging situations Understand management principles and approaches for data science projects to streamline the innovation process Book Description Data science and machine learning can transform any organization and unlock new opportunities. However, employing the right management strategies is crucial to guide the solution from prototype to production. Traditional approaches often fail as they don't entirely meet the conditions and requirements necessary for current data science projects. In this book, you'll explore the right approach to data science project management, along with useful tips and best practices to guide you along the way. After understanding the practical applications of data science and artificial intelligence, you'll see how to incorporate them into your solutions. Next, you will go through the data science project life cycle, explore the common pitfalls encountered at each step, and learn how to avoid them. Any data science project requires a skilled team, and this book will offer the right advice for hiring and growing a data science team for your organization. Later, you'll be shown how to efficiently manage and improve your data science projects through the use of DevOps and ModelOps. By the end of this book, you will be well versed with various data science solutions and have gained practical insights into tackling the different challenges that you'll encounter on a daily basis. What you will learn Understand the underlying problems of building a strong data science pipeline Explore the different tools for building and deploying data science solutions Hire, grow, and sustain a data science team Manage data science projects through all stages, from prototype to production Learn how to use ModelOps to improve your data science pipelines Get up to speed with the model testing techniques used in both development and production stages Who this book is for This book is for data scientists, analysts, and program managers who want to use data science for business productivity by incorporating data science workflows efficiently. Some understanding of basic data science concepts will be useful to get the most out of this book.
    Note: Online resource; Title from title page (viewed November 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839214561
    Language: English
    Pages: 1 online resource (1 video file, approximately 23 hr., 26 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Start from scratch and learn both topics simultaneously by writing 20+ hacking programs About This Video Write a remote keylogger that can register all keystrokes and send them by email Interact with files using Python (read, write, and modify them) Convert Python programs to binary executables that work on Windows, OS X, and Linux Convert evil files into Trojans that work and function just like any other file type such as an image or a PDF Write a program that can discover hidden paths in a website Send requests to websites and analyze responses Write a program that can map a website and discover all links, subdomains, files, and directories Run dictionary attacks and guess login information on login pages Write a program that can discover weaknesses in websites In Detail This course is highly practical but doesn't neglect the theory, so we start by covering some basics for ethical hacking and Python programming, installing the required software, and then starting to program straightaway. The course is divided into several sections, each of which aims to achieve a specific goal; the goal is usually to hack into a specific system, so we start by learning how this system works and its weaknesses. Then you'll learn how to write a Python program to exploit these weaknesses and hack the system; as we write the program, the author will teach you Python programming from scratch covering one topic at a time. Thus, by the end of the course, you will have written several ethical hacking programs by yourself (see below) via backdoors, keyloggers, credential harvesters, network hacking tools, website hacking tools; and the list goes on. You'll also have a deep understanding of how computer systems work, how to model problems, and how to design an algorithm to solve problems and implement the solution using Python. So, by the end of the course, you'll have the programming skills to write any program even if it has nothing to do with hacking, but you'll learn to program by programming hacking tools!
    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 ...
  • 29
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (382 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Build, deploy, test, and run cloud-native serverless applications using AWS Lambda and other popular AWS services Key Features Learn how to write, run, and deploy serverless applications in Amazon Web Services Make the most of AWS Lambda functions to build scalable and cost-efficient systems Build and deploy serverless applications with Amazon API Gateway and AWS Lambda functions Book Description Serverless computing is a way to run your code without having to provision or manage servers. Amazon Web Services provides serverless services that you can use to build and deploy cloud-native applications. Starting with the basics of AWS Lambda, this book takes you through combining Lambda with other services from AWS, such as Amazon API Gateway, Amazon DynamoDB, and Amazon Step Functions. You'll learn how to write, run, and test Lambda functions using examples in Node.js, Java, Python, and C# before you move on to developing and deploying serverless APIs efficiently using the Serverless Framework. In the concluding chapters, you'll discover tips and best practices for leveraging Serverless Framework to increase your development productivity. By the end of this book, you'll have become well-versed in building, securing, and running serverless applications using Amazon API Gateway and AWS Lambda without having to manage any servers. What you will learn Understand the core concepts of serverless computing in AWS Create your own AWS Lambda functions and build serverless APIs using Amazon API Gateway Explore best practices for developing serverless applications at scale using Serverless Framework Discover the DevOps patterns in a modern CI/CD pipeline with AWS CodePipeline Build serverless data processing jobs to extract, transform, and load data Enforce resource tagging policies with continuous compliance and AWS Config Create chatbots with natural language understanding to perform automated tasks Who this book is for This AWS book is for cloud architects and developers who want to build and deploy serverless applications using AWS Lambda. A basic understanding of AWS is required to get the most out of this book.
    Note: Online resource; Title from title page (viewed December 24, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839211782
    Language: English
    Pages: 1 online resource (1 video file, approximately 38 hr., 27 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: JavaScript, ES6, Babel, NPM, Webpack - an entire JavaScript ecosystem in a one JavaScript Bootcamp course! About This Video Understand the proper methods for working with arrays: map, forEach, reduce, filter, and includes Understand the purpose of the Node Package Manager (NPM) In Detail This course covers everything you need to know about JavaScript to become a frontend web developer, a full-stack web developer, or a backend developer. You'll start from the very beginning and learn the fundamentals and basic concepts of JavaScript. Then you will learn new features included in ES6, ES7, and more. Also, you'll explore the Node.js environment for JavaScript code execution and you will understand the difference between a web browser and Node.js. In separate sections, we will discuss Babel, NPM, Webpack, and MongoDB. Also, you will master the most popular JavaScript framework: React. JavaScript Bible - JavaScript and ES6 Bootcamp 2019 was designed for developers with different levels of JavaScript knowledge. If you are a beginner in JavaScript, start with the very first section called JavaScript Basics. If you have some experience with JavaScript, jump directly TO the sections where I cover ES6 topics such as REST/spread parameters, arrow functions, ES6 Classes, and more. By the end of the course, you'll have hands-on experience in developing WITH JavaScript and in front-end development. This course covers everything you need to know about JavaScript and become either Frontend Web developer, or Full-stack Web Developer, or Backend developer. We will start from the very beginning and you will learn the fundamentals and basic concepts of JavaScript. Then you will learn new features included in ES6, ES7, etc. Also, we will dive into the Node.js - environment for JavaScript code execution and you will understand what is the difference between Web Browser and Node.js. In separate sections, we will discuss Babel, NPM, Webpack, and MongoDB. Also, you will learn the most popular JavaScript framework - React. JavaScript Bible was designed for developers with different levels of JavaScript knowledge. Each challenge has a task and solution in separate Git branches.
    Note: Online resource; Title from title screen (viewed August 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (304 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Use Java and Deeplearning4j to build robust, scalable, and highly accurate AI models from scratch Key Features Install and configure Deeplearning4j to implement deep learning models from scratch Explore recipes for developing, training, and fine-tuning your neural network models in Java Model neural networks using datasets containing images, text, and time-series data Book Description Java is one of the most widely used programming languages in the world. With this book, you will see how to perform deep learning using Deeplearning4j (DL4J) - the most popular Java library for training neural networks efficiently. This book starts by showing you how to install and configure Java and DL4J on your system. You will then gain insights into deep learning basics and use your knowledge to create a deep neural network for binary classification from scratch. As you progress, you will discover how to build a convolutional neural network (CNN) in DL4J, and understand how to construct numeric vectors from text. This deep learning book will also guide you through performing anomaly detection on unsupervised data and help you set up neural networks in distributed systems effectively. In addition to this, you will learn how to import models from Keras and change the configuration in a pre-trained DL4J model. Finally, you will explore benchmarking in DL4J and optimize neural networks for optimal results. By the end of this book, you will have a clear understanding of how you can use DL4J to build robust deep learning applications in Java. What you will learn Perform data normalization and wrangling using DL4J Build deep neural networks using DL4J Implement CNNs to solve image classification problems Train autoencoders to solve anomaly detection problems using DL4J Perform benchmarking and optimization to improve your model's performance Implement reinforcement learning for real-world use cases using RL4J Leverage the capabilities of DL4J in distributed systems Who this book is for If you are a data scientist, machine learning developer, or a deep learning enthusiast who wants to implement deep learning models in Java, this book is for you. Basic understanding of Java programming as well as some experience with machine learning and neural networks is required to get the most out of this book.
    Note: Online resource; Title from title page (viewed November 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839210501
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 46 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn the fundamentals of Windows Server 2016 system administration About This Video Windows Server 2016 and Active Directory systems administration fundamentals are essential skill sets in most IT jobs today This course is designed specifically for aspiring IT professionals with a proven hands-on teaching approach Taught by an experienced, best-selling instructor with over 40,000 students worldwide In Detail Are you looking to learn the basics of Windows Server 2016 system administration? If so, this is the perfect course for you! In this 8-hour course, I'll show you step-by-step, the fundamentals of Windows Server 2016, giving you a solid foundation of Microsoft's most popular server operating system using VirtualBox, a free virtualization software platform, to create your own virtualized lab at home. Throughout this course, you'll learn by doing, getting valuable hands-on experience, as we progress through the course. Specifically, you'll learn how to: Set-up a virtual LAN with VirtualBox Install Windows 10 and Windows Server 2016 as virtual machines How to navigate Windows Server 2016 Create and manage user and computer accounts in Active Directory Configure Windows Server 2016 as a DHCP server Windows Server DNS and name resolution fundamentals Configure Windows Server 2016 as an IIS web server Configure Windows Server 2016 as a print server Understand and create active directory groups and organizational units Understand and create group policies with Group Policy Objects (GPOs) Learn the fundamentals of NTFS and share permissions Set-up user quotas with File Server Resource Manager (FSRM) Enable Remote Desktop Protocol (RDP) for remote administration Utilize Windows Server Update Services (WSUS) to approve and deploy Windows updates to client systems Utilize Windows Server Backups to backup and restore data Learn to write basic PowerShell Active Directory commands If you're looking to advance or begin your career in Information Technology (IT), this course is a must! Once you complete this course, you'll have set-up your own Windows server as an Active Directory domain controller, DNS server, DHCP server, IIS web server, print server, file server, WSUS server, and much more, giving you a very solid understanding of system administration
    Note: Online resource; Title from title screen (viewed September 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838989279
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 46 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Create stunning visualizations and 3D scenes using the Three.js library About This Video Learn to use the most popular WebGL library to display amazing 3D effects in any modern browser The course takes you step-by-step from creating simple shapes to complex geometry, lighting, and animation. Gives you a deep understanding of the library to prepare you for developing your own content In Detail Three.js is the most popular JavaScript library for displaying 3D content on the web, giving you the power to display incredible models, games, music videos, and scientific/data visualizations in your browser and even on your smartphone! This course begins with a 3D beginner-level primer to 3D concepts and some basic examples to get you started with the most important features that Three.js has to offer. You'll learn how to quickly create a scene, camera, and renderer and how to add meshes using the Geometry primitives included with the library. You'll explore troubleshooting steps that will focus on some of the common pitfalls developers face. You'll learn the very sophisticated animation system included with the library. The course concludes by introducing post-processing, essentially adding filters to your rendered scene, and GLSL, the shading language that is used by all materials included with the library. You'll see how creating your materials is easier than you'd imagine using GLSL. By the end of this course, you'll be able to quickly add advanced features to your 3D scenes, improve the way users interact with them, and make them look stunning.
    Note: Online resource; Title from title screen (viewed September 13, 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 (510 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Get up to speed with the latest features of C# 8, ASP.NET Core 3 and .NET Core 3.1 LTS to create robust and maintainable web services Key Features Apply design patterns and techniques to achieve a reactive, scalable web service Document your web services using the OpenAPI standard and test them using Postman Explore mechanisms to implement a secure web service using client-side SSL and token authentication Book Description In recent times, web services have evolved to play a prominent role in web development. Applications are now designed to be compatible with any device and platform, and web services help us keep their logic and UI separate. Given its simplicity and effectiveness in creating web services, the RESTful approach has gained popularity, and this book will help you build RESTful web services using ASP.NET Core. This REST book begins by introducing you to the basics of the REST philosophy, where you'll study the different stages of designing and implementing enterprise-grade RESTful web services. You'll also gain a thorough understanding of ASP.NET Core's middleware approach and learn how to customize it. The book will later guide you through improving API resilience, securing your service, and applying different design patterns and techniques to achieve a scalable web service. In addition to this, you'll learn advanced techniques for caching, monitoring, and logging, along with implementing unit and integration testing strategies. In later chapters, you will deploy your REST web services on Azure and document APIs using Swagger and external tools such as Postman. By the end of this book, you will have learned how to design RESTful web services confidently using ASP.NET Core with a focus on code testability and maintainability. What you will learn Gain a comprehensive working knowledge of ASP.NET Core Integrate third-party tools and frameworks to build maintainable and efficient services Implement patterns using dependency injection to reduce boilerplate code and improve flexibility Use ASP.NET Core's out-of-the-box tools to test your applications Use Docker to run your ASP.NET Core web service in an isolated and self-contained environment Secure your information using HTTPS and token-based authentication Integrate multiple web services using resiliency patterns and messaging techniques Who this book is for This book is for anyone who wants to learn how to build RESTful web services with the ASP.NET Core framework to improve the sca...
    Note: Online resource; Title from title page (viewed December 27, 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
    ISBN: 9781789809749
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 27 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Boost your .NET Core development with parallel programming concepts About This Video Designed to implement the most popular tools, libraries, and frameworks there are to build web apps in .NET Core 3 Hands-on videos to learn the important concepts of Task Parallel Library, Parallel LINQ, and Parallel Data Structures for .NET Core Real-world projects showing how parallel programming should be used efficiently In Detail With the new industry standard of increasing the processing power of machines, the concept of parallel programming was introduced as well. Concurrency has always been considered a difficult task and not many developers are confident at writing concurrent code. This course will put an end to the myth and help you become a pro at writing thread-safe code. This course-fully comprising the latest C#8 and .NET Core 3.0 updates-will introduce you to the concepts of parallel programming in .NET Core and teach you how to take advantage of the hardware. You'll implement TPL and PLINQ to take the best advantage of a processor and boost the speed and performance of your .NET Core applications. You'll also apply parallel programming to your data structures. By the end of this course, you'll be able to parallelize your code to increase its efficiency and distribute work across multiple processors.
    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 ...
  • 36
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838823818
    Language: English
    Pages: 1 online resource (408 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A step-by-step guide to building microservices using Python and Docker, along with managing and orchestrating them with Kubernetes Key Features Learn to use Docker containers to create, operate, and deploy your microservices Create workflows to manage independent deployments on coordinating services using CI and GitOps through GitHub, Travis CI, and Flux Develop a REST microservice in Python using the Flask framework and Postgres database Book Description Microservices architecture helps create complex systems with multiple, interconnected services that can be maintained by independent teams working in parallel. This book guides you on how to develop these complex systems with the help of containers. You'll start by learning to design an efficient strategy for migrating a legacy monolithic system to microservices. You'll build a RESTful microservice with Python and learn how to encapsulate the code for the services into a container using Docker. While developing the services, you'll understand how to use tools such as GitHub and Travis CI to ensure continuous delivery (CD) and continuous integration (CI). As the systems become complex and grow in size, you'll be introduced to Kubernetes and explore how to orchestrate a system of containers while managing multiple services. Next, you'll configure Kubernetes clusters for production-ready environments and secure them for reliable deployments. In the concluding chapters, you'll learn how to detect and debug critical problems with the help of logs and metrics. Finally, you'll discover a variety of strategies for working with multiple teams dealing with different microservices for effective collaboration. By the end of this book, you'll be able to build production-grade microservices as well as orchestrate a complex system of services using containers. What you will learn Discover how to design, test, and operate scalable microservices Coordinate and deploy different services using Kubernetes Use Docker to construct scalable and manageable applications with microservices Understand how to monitor a complete system to ensure early detection of problems Become well versed with migrating from an existing monolithic system to a microservice one Use load balancing to ensure seamless operation between the old monolith and the new service Who this book is for This book is for developers, engineers, or software architects who are trying to move away from traditional approaches for building complex multi-ser...
    Note: Online resource; Title from title page (viewed November 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (388 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Design end-to-end AR solutions for domains such as marketing, retail, manufacturing, tourism, automation, and training Key Features Use leading AR development frameworks such as ARCore, ARKit, and Vuforia across key industries Identify the market potential of AR for designing visual solutions in different business sectors Build multi-platform AR projects for various platforms such as Unity, iOS, and Android Book Description Augmented reality (AR) is expanding its scope from just being used in mobile and game applications to enterprise. Different industries are using AR to enhance assembly line visualization, guide operators performing difficult tasks, attract more customers, and even improve training techniques. In this book, you'll gain comprehensive insights into different aspects of developing AR-based apps for six different enterprise sectors, focusing on market needs and choosing the most suitable tool in each case. You'll delve into the basics of Unity and get familiar with Unity assets, materials, and resources, which will help you build a strong foundation for working on the different AR projects covered in the book. You'll build real-world projects for various industries such as marketing, retail, and automation in a step-by-step manner. This will give you hands-on experience in developing your own industrial AR apps. While building the projects, you'll explore various AR frameworks used in the enterprise environment such as Vuforia, EasyAR, ARCore, and ARKit, and understand how they can be used by themselves or integrated into the Unity 3D engine to create AR markers, 3D models, and components of an AR app. By the end of this book, you'll be well versed in using different commercial AR frameworks as well as Unity for building robust AR projects. What you will learn Understand the basics of Unity application development and C# scripting Learn how to use Android Studio along with ARCore and Sceneform to build AR prototypes for Android devices Enable AR experiences on the web with ARCore and WebAR Explore emerging AR authoring tools such as Augmented Class! for education Understand the differences and similarities between handheld and head-mounted display (HMD) environments and how to build an app for each target Become well versed in using Xcode with ARKit and SceneKit to develop AR portals for iOS devices Who this book is for This book is for anyone interested in emerging and interactive technologies or looking to build AR application...
    Note: Online resource; Title from title page (viewed December 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (746 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Get to grips with programming techniques and game development using C++ libraries and Visual Studio 2019 Key Features Learn game development and C++ with a fun, example-driven approach Build clones of popular games such as Timberman, Zombie Survival Shooter, a co-op puzzle platformer, and Space Invaders Discover tips to expand your finished games by thinking critically, technically, and creatively Book Description The second edition of Beginning C++ Game Programming is updated and improved to include the latest features of Visual Studio 2019, SFML, and modern C++ programming techniques. With this book, you'll get a fun introduction to game programming by building five fully playable games of increasing complexity. You'll learn to build clones of popular games such as Timberman, Pong, a Zombie survival shooter, a coop puzzle platformer and Space Invaders. The book starts by covering the basics of programming. You'll study key C++ topics, such as object-oriented programming (OOP) and C++ pointers, and get acquainted with the Standard Template Library (STL). The book helps you learn about collision detection techniques and game physics by building a Pong game. As you build games, you'll also learn exciting game programming concepts such as particle effects, directional sound (spatialization), OpenGL programmable shaders, spawning objects, and much more. Finally, you'll explore game design patterns to enhance your C++ game programming skills. By the end of the book, you'll have gained the knowledge you need to build your own games with exciting features from scratch What you will learn Set up your game development project in Visual Studio 2019 and explore C++ libraries such as SFML Explore C++ OOP by building a Pong game Understand core game concepts such as game animation, game physics, collision detection, scorekeeping, and game sound Use classes, inheritance, and references to spawn and control thousands of enemies and shoot rapid-fire machine guns Add advanced features to your game using pointers, references, and the STL Scale and reuse your game code by learning modern game programming design patterns Who this book is for This book is perfect for you if you have no C++ programming knowledge, you need a beginner-level refresher course, or you want to learn how to build games or just use games as an engaging way to learn C++. Whether you aspire to publish a game (perhaps on Steam) or just want to impress friends with your creations, you'll find...
    Note: Online resource; Title from title page (viewed October 31, 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 (598 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Build modern, scalable, and cloud-ready single-page applications using ASP.NET Core, React, TypeScript, and Azure Key Features Explore the full potential and latest features of .NET Core 3.0, TypeScript 3, and React Learn how to manage data, application design, and packaging, and secure your web apps Discover best practices for using React and TypeScript to build a scalable frontend that interacts with REST APIs Book Description Microsoft's ASP.NET Core is a robust and high-performing cross-platform web API framework, and Facebook's React uses declarative JavaScript to drive a rich, interactive user experience on the client-side web. Together, they can be used to build full stack apps with enhanced security and scalability at each layer. This book will start by taking you through React and TypeScript components to build an intuitive single-page application. You'll understand how to design scalable REST APIs that can integrate with a React-based frontend. You'll get to grips with the latest features, popular patterns, and tools available in the React ecosystem, including function-based components, React Router, and Redux. The book shows how you can use TypeScript along with React to make the frontend robust and maintainable. You'll then cover important .NET Core features such as API controllers, attribute routing, and model binding to help you build a sturdy backend. Additionally, you'll explore API security with ASP.NET Core identity and authorization policies, and write reliable unit tests using both .NET Core and React before you deploy your app to the Azure cloud. By the end of the book, you'll have gained all the knowledge you need to enhance your C# and JavaScript skills and build full stack, production-ready applications with ASP.NET Core and React. What you will learn Build RESTful APIs with .NET Core using API controllers Create strongly typed, interactive, and function-based React components using Hooks Build forms efficiently using reusable React components Perform client-side state management with Redux and the React Context API Secure REST APIs with ASP.NET identity and authorization policies Run a range of automated tests on the frontend and backend Implement continuous integration (CI) and continuous delivery (CD) processes into Azure using Azure DevOps Who this book is for If you're a web developer looking to build solid full-stack web applications with .NET Core and React, this book is for you. Although this book does not assum...
    Note: Online resource; Title from title page (viewed December 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (352 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Discover best practices for choosing, building, training, and improving deep learning models using Keras-R, and TensorFlow-R libraries Key Features Implement deep learning algorithms to build AI models with the help of tips and tricks Understand how deep learning models operate using expert techniques Apply reinforcement learning, computer vision, GANs, and NLP using a range of datasets Book Description Deep learning is a branch of machine learning based on a set of algorithms that attempt to model high-level abstractions in data. Advanced Deep Learning with R will help you understand popular deep learning architectures and their variants in R, along with providing real-life examples for them. This deep learning book starts by covering the essential deep learning techniques and concepts for prediction and classification. You will learn about neural networks, deep learning architectures, and the fundamentals for implementing deep learning with R. The book will also take you through using important deep learning libraries such as Keras-R and TensorFlow-R to implement deep learning algorithms within applications. You will get up to speed with artificial neural networks, recurrent neural networks, convolutional neural networks, long short-term memory networks, and more using advanced examples. Later, you'll discover how to apply generative adversarial networks (GANs) to generate new images; autoencoder neural networks for image dimension reduction, image de-noising and image correction and transfer learning to prepare, define, train, and model a deep neural network. By the end of this book, you will be ready to implement your knowledge and newly acquired skills for applying deep learning algorithms in R through real-world examples. What you will learn Learn how to create binary and multi-class deep neural network models Implement GANs for generating new images Create autoencoder neural networks for image dimension reduction, image de-noising and image correction Implement deep neural networks for performing efficient text classification Learn to define a recurrent convolutional network model for classification in Keras Explore best practices and tips for performance optimization of various deep learning models Who this book is for This book is for data scientists, machine learning practitioners, deep learning researchers and AI enthusiasts who want to develop their skills and knowledge to implement deep learning techniques and algorithms using the...
    Note: Online resource; Title from title page (viewed December 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (500 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Learn all about implementing a good gamification design into your products, workplace, and lifestyle Key Features Explore what makes a game fun and engaging Gain insight into the Octalysis Framework and its applications Discover the potential of the Core Drives of gamification through real-world scenarios Book Description Effective gamification is a combination of game design, game dynamics, user experience, and ROI-driving business implementations. This book explores the interplay between these disciplines and captures the core principles that contribute to a good gamification design. The book starts with an overview of the Octalysis Framework and the 8 Core Drives that can be used to build strategies around the various systems that make games engaging. As the book progresses, each chapter delves deep into a Core Drive, explaining its design and how it should be used. Finally, to apply all the concepts and techniques that you learn throughout, the book contains a brief showcase of using the Octalysis Framework to design a project experience from scratch. After reading this book, you'll have the knowledge and skills to enable the widespread adoption of good gamification and human-focused design in all types of industries. What you will learn Discover ways to use gamification techniques in real-world situations Design fun, engaging, and rewarding experiences with Octalysis Understand what gamification means and how to categorize it Leverage the power of different Core Drives in your applications Explore how Left Brain and Right Brain Core Drives differ in motivation and design methodologies Examine the fascinating intricacies of White Hat and Black Hat Core Drives Who this book is for Anyone who wants to implement gamification principles and techniques into their products, workplace, and lifestyle will find this book useful.
    Note: Online resource; Title from title page (viewed December 3, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838985844
    Language: English
    Pages: 1 online resource (1 video file, approximately 12 hr., 60 min.)
    Edition: 1st edition
    DDC: E VIDEO
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: A comprehensive study guide for the AWS Certified Cloud Practitioner exam About This Video You'll understand the fundamentals of cloud computing and business/technical strategies to help you deploy highly available, fault-tolerant, scalable, and cost-effective IT solutions for your business. Build applications and solutions for your business and clients with fast turnaround times and gain a competitive edge This course will prepare you for the AWS Certified Cloud Practitioner Certification exam In Detail This AWS Certified Cloud Practitioner course is for anyone keen to learn and understand Amazon AWS Cloud's core offerings. It targets individuals who have no prior knowledge of Amazon AWS and wish to grow their career by effectively demonstrating an overall understanding of the AWS Cloud, its services, and how it can help deliver cost-effective IT solutions to meet business demands. After taking the AWS Certified Cloud Practitioner course, you will be able to demonstrate a detailed understanding of cloud concepts, AWS services, security and compliance, architectural concepts, cloud-pricing concepts, and support models. You will be able to confidently work on the AWS Cloud platform and start building cloud solutions. This course will prepare you for the AWS Certified Cloud Practitioner Certification exam.
    Note: Online resource; Title from title screen (viewed November 26, 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 (390 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Ace the CompTIA Security+ exam with over 700 practice exam questions written using the style and format of the Security+ exam Key Features Get a detailed breakdown of the type of questions and the exam environment Discover a step-by-step process that guides you through the study process week-by-week Reinforce your learning by solving 100 questions for each domain Book Description Security+ certification is the most popular entry-level certification for cybersecurity professionals. It has no work experience requirement, making it accessible to everyone willing to put in the time to prepare for the exam. Security+® Practice Tests are the perfect tools to prepare for the CompTIA Security+ exam. The first six chapters each cover one of the six Security+ domains. Each of those chapters contains around 100 practice test questions covering the material from that domain. The last two chapters each contain a full-length Security+ practice test that's designed to assess your readiness to take the actual test. At the end of each chapter, you'll find the answers to all of the questions along with detailed explanations to help reinforce your learning of the material. By the end of the book, you'll have enough practice to easily ace the CompTIA Security+ exam. What you will learn Familiarize yourself with the format of the Security+ exam Target your test preparation on each of the Security+ domains Brush up on your understanding by testing yourself on realistic practice questions Discover areas for improvement by comparing your responses to the answers provided Measure your readiness with full-length practice tests Know what to expect on test day and Learn helpful strategies for tackling the different question types Who this book is for This book is designed for service desk analysts, system support engineers, and other IT professionals who want to start their career in managing the IT infrastructure of an organization. Basic knowledge of hardware, software, other relevant components of the IT industry will help you easily grasp the concepts explained in this book.
    Note: Online resource; Title from title page (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (674 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Use structural, behavioral, and concurrent patterns in Delphi to skillfully develop applications Key Features Delve into the core patterns and components of Delphi to enhance your application's design Learn how to select the right patterns to improve your program's efficiency and productivity Discover how parallel programming and memory management can optimize your code Book Description Delphi is a cross-platform Integrated Development Environment (IDE) that supports rapid application development for most operating systems, including Microsoft Windows, iOS, and now Linux with RAD Studio 10.2. If you know how to use the features of Delphi, you can easily create scalable applications in no time. This Learning Path begins by explaining how to find performance bottlenecks and apply the correct algorithm to fix them. You'll brush up on tricks, techniques, and best practices to solve common design and architectural challenges. Then, you'll see how to leverage external libraries to write better-performing programs. You'll also learn about the eight most important patterns that'll enable you to develop and improve the interface between items and harmonize shared memories within threads. As you progress, you'll also delve into improving the performance of your code and mastering cross-platform RTL improvements. By the end of this Learning Path, you'll be able to address common design problems and feel confident while building scalable projects. This Learning Path includes content from the following Packt products: Delphi High Performance by Primoz Gabrijelcic Hands-On Design Patterns with Delphi by Primoz Gabrijelcic What you will learn Understand parallel programming and work with the various tools included with Delphi Explore memory managers and their implementation Leverage external libraries to write better-performing programs Keep up to date with the latest additions and design techniques in Delphi Get to grips with various modern multithreading approaches Break a design problem down into its component parts Who this book is for This Learning Path is for intermediate-level Delphi programmers who want to build robust applications using Delphi features. Prior knowledge of Delphi is assumed.
    Note: Online resource; Title from title page (viewed November 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (94 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: IBM® Db2® Mirror for i provides a new solution for continuous availability for an IBM i environment based on an active-active clustering design that uses a low-latency communication protocol for synchronous database replication. With Db2 Mirror, IBM i customers can benefit from continuous application availability for both planned and unplanned outages. Db2 Mirror can help reduce or eliminate application downtime for regular maintenance operations such as program temporary fix (PTF) installations, operating system (OS) upgrades, or for planned server outages. This IBM Redpaper publication provides a broad overview and understanding of this new solution by covering its architecture, positioning, planning, and implementation aspects. It provides an introduction reference for a seller or technical specialist audience to become familiar with the new Db2 Mirror solution.
    Note: Online resource; Title from title page (viewed December 13, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838987701
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 38 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Accelerate your coding career! Find a great job in programming or app development in a new course from Eazl & Codestars! About This Video Master strategy, résumé/CV writing, LinkedIn profile SEO, and coding interview preparation to achieve successful career advancement Ace whiteboard coding interviews and prepare a keyword-rich, targeted résumé that gets outstanding results In Detail A great job is key to living a happy life; however, the problem is, you know how competitive the job market is and you weren't taught to job hunt even though it is an essential skill. Don't worry! This course will take you through strategy, résumé;/CV writing, LinkedIn profile SEO, coding interview preparation, professional networking, salary negotiation, dealing with HR and recruiters, and much more. This course will not only guide you in gaining control of your career, but it'll also help you act with confidence and purpose so that you don't waste your valuable time and can earn more than you previously thought possible. Careers in Programming can make all this happen within a few weeks. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Careers-in-Programming-How-to-Get-a-Great-Coding-Job-2019- . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838988937
    Language: English
    Pages: 1 online resource (1 video file, approximately 12 hr., 18 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Build high-performance web applications with SvelteJS - a lightweight JavaScript compiler About This Video Learn all about Svelte and run your app on a real server Understand the theory and practical applications of Svelte In Detail If you want to build reactive user interfaces that load quickly and run fast, Svelte.js is a tool you shouldn't overlook! Svelte.js (or just "Svelte") is a modern JavaScript compiler that allows you to write and compile efficient and easy-to-understand JavaScript code that runs in the browser. In this course, you'll learn how to write a frontend application using JavaScript, following the rules laid out by Svelte. The Svelte compiler will then produce a small and highly optimized JavaScript bundle which can be easily deployed. This course covers all about Svelte, helping you understand how it works, what its core features are, and how to run your final app on a real server! Svelte.js is a great alternative to JavaScript frameworks and libraries such as React.js, Angular, or Vue for building highly reactive, modern user interfaces for the web. Moreover, it enables you to build your web projects with less code and helps build faster apps!
    Note: Online resource; Title from title screen (viewed July 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838984670
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 2 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn the MySql Database with Python the fast and easy way! About This Video Learn to use MySQL databases with Python Get to grips with adding, sorting and pulling specific data In Detail Today databases are highly valued as they allow users to effectively manage, access, and update data. MySQL is one of the most popular databases and has a wide variety of applications in e-commerce, data warehousing, and website management. When combined with Python, one of the most popular and powerful programming languages today, you'll be able to manage data efficiently and systematically. In this course, you'll get started by understanding the basics of using MySQL with Python. You'll learn how to install MySQL and Python, before going on to develop databases. In addition to this, you'll explore the technique of creating tables for safely storing data. The course will then guide you on how to add, sort, and retrieve data through functions such as INSERT, ORDER BY, and SELECT. As you progress, you'll be equipped with the knowledge of inserting a single record as well as multiple records into a table. Toward the end, you will discover clauses such as WHERE and LIKE, and later learn to update records. By the end of this course, you will have learned how to confidently use Python with MySQL for your database management needs. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Using-MySQL-Databases-With-Python . If you require support please email: customercarepackt.com.
    Note: Online resource; Title from title screen (viewed May 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839217289
    Language: English
    Pages: 1 online resource (1 video file, approximately 34 hr., 40 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Go from beginner to expert in Python by building projects. The best investment for your Python journey! About This Video Develop a lifelong love for programming with Python! From foundations to expert, learn about every major Python topic. Master Object-Oriented Programming and structure your Python programs like a professional. In Detail The course covers every major Python topic (including Object-Oriented Programming, Web Scraping, and even GUI development), and now includes even more content. Control your browser using Selenium, to scrape websites or even fill in forms Learn to interact with REST APIs and build a currency exchange program Create desktop GUIs using Tkinter, so your users can work with your applications very easily Start working with unit testing in Python by learning about the unit test library We've also completely re-recorded the course's introductory Python material, so it's even clearer and more straightforward! This course will take you from beginner to expert in Python, easily and quickly. We've ensured every piece of content is concise and straightforward and will never leave you confused. This course dives right into Python and makes you productive right from the start. This is the best investment you can make in your Python journey. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/The-Complete-Python-Course . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed August 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838983734
    Language: English
    Pages: 1 online resource (1 video file, approximately 29 hr., 30 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn JavaScript by building real-world apps. Includes 3 real-world projects, 80 programming challenges, and ES6/ES7! About This Video Deploy your applications to the web so you can share them with everyone Learn to use promises and async/await with asynchronous JavaScript Increase your efficiency by learning how to debug and fix your code In Detail JavaScript is the most popular programming language in recent times but learning it may seem challenging without the right guidance. You may end up wasting time on out-of-date courses and incomplete YouTube tutorials that talk about JavaScript features without effectively demonstrating how to use them for building real-world applications. Sounds familiar? The Modern JavaScript Bootcamp (2019) starts with the basics and gradually builds on your knowledge of the JavaScript language. You'll not only learn the features of the language, but also how to use those features together to develop a complete application. As you progress, you'll cover modern ES6 and ES7 JavaScript features used in the real world. Next, you'll build three JavaScript applications, before going on to discovering the 80 challenges designed to help you get started with writing code, adding app features, and solving different problems. You'll then be equipped with the skills you need to launch an application, right from the first line of code through to completion. Enrolling in this course will even prepare you for the JavaScript Specialist certification. This certification will qualify you to help companies, brands, and development firms with creating high-quality website code. All along, you'll also brush up on the information from the Framework Course Guide. By the end of this course, you will be well-versed with JavaScript and have developed the skills you need to confidently build your own applications. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/The-Modern-JavaScript-Bootcamp-2019- . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed May 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838829797
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 20 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn the key elements of RPA, build your first robot using UiPath, and get ready for the future! About This Video Learn key elements of Robotic Process Automation (RPA) and how it works Learn to build a robot using the UiPath RPA platform In Detail Automation is driving a new way of working. In the time to come, workplaces will feature a blend of human and digital workers ("bots"), and this symbiotic relationship will create many new exciting career possibilities. Are you ready to seize the opportunities that arise as we move into this automated era? If not, now is a good time to get trained and certified in the most in-demand and high-paying skill for jobs of the future-Robotic Process Automation (RPA). Robotic Process Automation is a game-changing technology designed to automate high-volume, repeatable tasks that take up a large percentage of a worker's time. With this course, you'll get a clear overview of what RPA is, how it works, and when to apply it. You'll even gain hands-on experience building a robot that automates a simple business process in the UiPath Studio RPA software. This way, you'll understand the bigger picture and find out how the technology works in practice. Further, the course demonstrates how to pilot the technology in an enterprise setting so that you know what steps to take to succeed with any RPA initiative in your organization. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Robotic-Process-Automation-RPA-Fundamentals-and-Build-a-Robot . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839217654
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 29 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Discover Excel 2019 and become confident in using spreadsheets About This Video Learn Excel 2019 with practice exercises Learn Creating workbooks, Entering text, numbers, Creating charts and graphs and lot more in this practical course In Detail This 7-hour Microsoft Excel 2019 course is perfect for those brand new to Excel and who are using Excel 2019 or Excel 365 editions. In this course, your expert author gives you a solid grounding in the basics of Excel and guides you towards becoming more confident with spreadsheets. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Microsoft-Excel-Beginners-2019 . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed August 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839210969
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 1 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Beginner-to-advanced PowerPoint 2019 instruction including follow-along exercises. About This Video Utilize templates to improve your efficiency Create professional-looking presentations using PowerPoint's new Icons function Include multimedia to take your presentations up a notch In Detail This is a video-led course for Windows users. You can preview some videos in the pane above. This course includes practice exercises so you can practice as you learn. Microsoft PowerPoint remains one of the most popular business tools-and rightly so. A great PowerPoint presentation can be the difference between a sale won or lost, a successful or failed investment, and a new initiative launched or sidelined. Microsoft PowerPoint includes many tools and features to help in all these scenarios, yet so few people make full use of this amazing tool. You don't need to be one of them. In this in-depth PowerPoint 2019 course from Simon Sez IT, not only do we walk you through the most business-relevant PowerPoint techniques, you then get to put into practice what you've learned through exercises at the end of each chapter. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Microsoft-PowerPoint-2019 . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed August 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838987756
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Master your skills as a Django developer by learning advanced techniques. About This Video You only need to know the basics of Django. Nick speaks with clarity, and explained a lot of things clearly. The project is good enough to learn Django quickly and can actually be implemented in real-life settings. In Detail Welcome to the Mastering Django Series! Learn time saving and advanced techniques to come to a better developer. To get a better idea of what we'll be creating, go watch the promo video for the course. While creating this site, you will learn the following 8 skills: Pipenv - Learn why this tool is so much better than pip and virtualenv separately Pre-made Authentication Views - Get your site up and running quickly with these awesome built-in views Class-Based Views - When working with models, these views can't be beaten. HUGE time savers Django Forms - Rather than creating painstaking HTML forms, let Django handle the heavy work Using other site's APIs - Learn to connect with the YouTube API for data AJAX - I've had so many requests to cover this. Learn how to fetch data without reloading the page Seed Data - Learn how to create a starting point for any database Heroku Deployment - Heroku makes deploying your project simple and fast. I'll show you how It's time to up your Django skills. See you inside! Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Mastering-Django-Part-1---AJAX-Class-Based-Views-Forms . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838987671
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 13 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: New to machine learning? This is the place to start: Linear regression, Logistic regression, and Cluster Analysis About This Video Learn machine learning with StatsModels and sklearn Apply machine learning skills to solve real-world business cases Get started with linear regression, logistic regression, and cluster analysis In Detail Machine Learning is one of the fundamental skills you need to become a data scientist. It's the steppingstone that will help you understand deep learning and modern data analysis techniques. In this course, you'll explore the three fundamental machine learning topics - linear regression, logistic regression, and cluster analysis. Even neural networks geeks (like us) can't help but admit that it's these three simple methods that data science revolves around. So, in this course, we will make the otherwise complex subject matter easy to understand and apply in practice. This course supports statistics theory with practical application of these quantitative methods in Python to help you develop skills in the context of data science. We've developed this course with not one but two machine learning libraries: StatsModels and sklearn. You'll be eager to complete this course and get ready to become a successful data scientist! Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Machine-Learning-101-with-Scikit-learn-and-StatsModels . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 10, 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
    ISBN: 9781838649333
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 22 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Easily adopt React Hooks for a more productive, maintainable, and cleaner React with a much flatter learning curve About This Video We find out what problems React Hooks are really capable of solving, and exactly how they solve those problems, with an initial simple and a straightforward example Then, once you understand the real motivation behind React Hooks and how they fit into React's architecture, you'll use them in a meaningful way Finally, you'll work on a real-world project using React Hooks and see how class components can best replace function components In Detail Hooks are a new feature and let you use state and other React features without writing a class. Hooks (also called React Hooks) are available from the v16.8.0 React release and are backward-compatible. This course will help you get up-and-running with the latest feature that all React and non-React users are talking about: React Hooks. You'll learn how to use them in a practical way while building a React application. Then you'll learn how to break down complex components into smaller functions with the help of Hooks. You'll access state and lifecycle Hooks in a React function component. We cover the different Hooks available and you'll see how to create your own custom Hooks. We'll also cover the rules that govern using Hooks in your applications and their advantages. By the end of the course, you'll be confident enough to use React Hooks to simplify the way you write your React code.
    Note: Online resource; Title from title screen (viewed August 16, 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: 9781839214196
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 48 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Build three complete websites, learn back- and front-end web development, and publish your site online with DigitalOcean About This Video Master the core concepts of GCP with demos and real-world examples Learn all about computing and networking with the help of detailed lectures and demos A practical course designed for anyone who wants to become a Google Cloud Architect In Detail This GCP course will help you get to grips with the tools and concepts required to become a Cloud Architect. With its large, complex suite of products and services, GCP can be overwhelming. This course is structured into a simple, module-based learning system with core concepts, demos, and real-world examples. Whether you're a beginner looking for an introductory overview of the Google Cloud Platform or a professional studying for the certification, you'll benefit from the course. Cloud computing is at the bleeding edge of technology today. It is has also been one of the most compelling technologies of the last decade in terms of its disruption to software development, operations, systems architecture, testing, and compliance practices. Thanks to the GCP approach of scaling your application without deploying any physical hardware, Google Cloud Computing has become a must-have tool for developers. It allows developers to focus on the things that actually matter, without worrying about the underlying infrastructure. Tons of companies use Google Cloud Computing in production, since you have access to the same cloud technology right from your desktop. By the end of this course, you'll have gained in-depth knowledge of GCP and developed general cloud computing skills to help your project or company to apply the right cloud solution and continuously deliver better software. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Django-2.2-and-Python---The-Ultimate-Web-Development-Bootcamp . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 18, 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
    ISBN: 9781838989453
    Language: English
    Pages: 1 online resource (1 video file, approximately 16 hr., 34 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to use Blender 2.8 to create your own 3D characters About This Video Develop your skills in modeling, rigging, texturing, UV mapping, and rendering Get started with animation using Blender 2.8 and Krita In Detail Blender 2.8 is an exciting milestone in the history of Blender, and there's no better time to start learning its new tools and workflows for 3D animation. You can now delve into 3D animation with the Blender 2.8 Character Creation course and gain the skills you need to build interactive new characters. In this course, you'll use Blender 2.8 to model a character's face with the correct edge flow to ensure it animates credibly. You'll learn how to create hands and feet, along with the character's spacesuit and helmet. In addition to this, you'll use Blender 2.8's sculpting tools to form wrinkles and folds in the spacesuit. Next, the course will guide you on how to bake a normal map to capture high-resolution details and apply them to a lower poly version. To further enhance the character, you can use the new Eevee render engine in Blender 2.8 and create PBR materials for the character. You will also create UV maps so that you can apply textures and add greater detail to the model. From painting eyelashes and eyebrows in Krita, through to mapping textures using transparency in Blender, you'll be adding life to the character step-by-step. When the character has been modeled and textured, you will then turn your attention to rigging. You'll learn how to create the underlying skeleton, or armature that will control the character, before going on to place the character in the scene. You will later explore how to create lights and a turntable animation. By the end of this course, you will be well-versed with Blender 2.8 and have developed the skills you need to build your own 3D characters.
    Note: Online resource; Title from title screen (viewed June 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838553722
    Language: English
    Pages: 1 online resource (1 video file, approximately 19 hr., 55 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: New for 2019! Start with the basics, then learn everything you need to know to pass the AWS Solutions Architect exam About This Video Learn the basics of AWS and set up a free AWS account to run an instance Grasp AWS essentials and prepare for the AWS Solutions Architect - Associate certification In Detail Are you looking to learn more about AWS and what it can do for you or your company? Have you heard about it, but don't know how to take your business and network solutions to the AWS cloud? Perhaps you're a seasoned network techie looking to become an AWS Certified Solutions Architect Associate. If you can relate to any of those, the AWS Essentials and Solutions Architect Associate course is for you. This course includes both AWS Technical Essentials and AWS Certified Solutions Architect - Associate courses. If you're new to AWS and looking for a crash course to get to grips with the foundations, we recommend that you start right from the beginning with the Technical Essentials course, which isn't a certification exam prep course and doesn't cover exam domains, however, the following is a list of what it covers: Terminology and concepts related to the AWS platform How to navigate the AWS Management Console Key concepts for AWS security measures and AWS Identity and Access Management (IAM) Foundational services-Amazon Elastic Compute Cloud (Amazon EC2), Amazon Virtual Private Cloud (Amazon VPC), Amazon Simple Storage Service (Amazon S3), and Amazon Elastic Block Store (Amazon EBS) Database services-Amazon DynamoDB and Amazon Relational Database Service (Amazon RDS) Management services-AWS Auto Scaling, Amazon CloudWatch, Elastic Load Balancing (ELB), and AWS Trusted Advisor Once you're well-versed with the basics, you'll move on to the AWS Solutions Architect - Associate video course, which will take you through the exam domains which are as follows: Domain 1: Design Resilient Architectures (34%) Domain 2: Define Performant Architectures (24%) Domain 3: Specify Secure Applications and Architectures (26%) Domain 4: Design Cost-Optimized Architectures (10%) Domain 5: Define Operationally Excellent Architectures (6%) Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/AWS-Essentials-and-Solutions-Architect-Associate-The-Total-Course . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838984083
    Language: English
    Pages: 1 online resource (1 video file, approximately 11 hr., 36 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Shell scripting and programming to automate your daily tedious tasks About This Video Benefit from the real-time scripts section Learn with the help of a comprehensive course focused on real-life examples In Detail This course is designed for you if you have experience in Linux and want to develop or enhance your Linux shell scripting skills. Most of the scripts practiced in this training are based on real-life examples. While the hobbyists will find it fun work through the examples, these are essential skills for aspiring Linux system admins, and for experienced Linux engineers, these are skills to be consolidated. Lab setup Shell scripting basics Scripting standards Basic shell scripts Real-life scripts Additional resources Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/A-Complete-Course-on-Linux-Bash-Shell-Scripting-with-Real-Life-Examples . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839210747
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 28 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn to effectively integrate and build RESTful API clients into Java and Spring Boot applications using WireMock. About This Video This course will help students to learn about how to write unit tests involving RESTful API integrations Write unit tests that cover all possible scenarios in a REST-based interaction In Detail WireMock is a simulator for HTTP-based APIs or MockServer. REST APIs are everywhere today as they're the modern and easiest way to build functionality and expose them to the real world. When it comes to writing unit test cases that involve REST-based interactions, there is always a challenge in testing error responses, network faults, latency, and timeouts. WireMock will solve the problem of application code that depends on an external service by mocking the actual service. In the microservices architecture, It is pretty common for services to depend on one another and it's always a challenge to write test cases for code that depends on other external services. WireMock provides the necessary tools to simulate an external service so that code that depends on the external service can be tested; this helps to build a robust REST client. This course covers the following techniques using WireMock: Service virtualization Simulating an external service Simulating latency Simulating error responses Simulating network errors Learn to integrate the most powerful HTTP Mock library, WireMock, into your applications to build a resilient and robust REST API client.
    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 ...
  • 62
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839214684
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 13 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Master web application security testing and become a successful bug hunter About This Video Master web application security testing Learn how hackers earn thousands of dollars per one bug Discover how to find these bugs step-by-step in practice (demos) In Detail HackerOne is your big opportunity. This is the platform where you can hack legally and at the same time you can make money. You can hack many different companies like Twitter, Yahoo, Uber, Coinbase, and a lot more. And you can get paid for your findings, for example $100, $1,000, or even $10,000 per one bug. It's just amazing. All you need is Internet connection and knowledge. Yes - you need knowledge to go from zero to thousands of dollars at HackerOne, and in this online training I'm going to share my knowledge with you. I'm one of the top hackers at HackerOne and I know quite a lot about hacking and making money that way. In this self-paced online training, I'll present many award-winning bugs. The more you play with award-winning-bugs the more knowledge you get and the more knowledge you have, the more money you can make. I'll also discuss a successful bug hunting strategy that I have been using in the recent years. What's more, I'll present a lot of demos, because I want you to see how all these things work in practice. This self-paced online training is composed of 6 different courses: Start Hacking and Making Money Today at HackerOne Keep Hacking and Making Money at HackerOne Case Studies of Award-Winning XSS Attacks: Part 1 Case Studies of Award-Winning XSS Attacks: Part 2 DOUBLE Your Web Hacking Rewards with Fuzzing How Web Hackers Make BIG MONEY: Remote Code Execution In the 1st course I will discuss the 5 bugs that I recommend you start with and I'll introduce you to the strategy that I have been using successfully for a long time. In the 2nd course, you'll master the strategy and you'll play with the next 5 bugs. In the 3rd course I'll demonstrate award-winning XSS attacks (cross-site scripting). It turns out, that you can get a 4-digit ($$$$) reward per single XSS, but to make it happen you need to learn about non-standard XSS attacks, and this is exactly what I'll present to you. Next, in course No. 4 I'll demonstrate more award-winning XSS attacks, because I want you to become a professional XSS hunter earning more and and more money. In course No. 5, I will present fuzzing, which is one of the most powerful vulnerability detection techniques, and I'll show you how you c...
    Note: Online resource; Title from title screen (viewed September 12, 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
    ISBN: 9781789957488
    Language: English
    Pages: 1 online resource (1 video file, approximately 21 hr., 50 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Build 9 projects and master two essential and modern technologies: Python and PostgreSQL About This Video Gain comprehensive understanding of software and programming with Python Create basic beginner-level applications to advanced engaging applications using Python In Detail Ever wanted to learn one of the most popular programming languages on the planet? Why not learn two of the most popular at the same time? Python and SQL are widely used by small to large technology companies thanks to their powerful, yet extremely flexible features. While Python is used in the industry for embedded software, web development, desktop applications, and mobile apps, PostgreSQL allows your applications to become even more powerful by storing, retrieving, and filtering through large datasets easily. This course is your one-stop-shop for everything Python and PostgreSQL. You'll advance from an absolute Python and PostgreSQL beginner to an experienced software developer. Get ready to transform your world and become a super-confident app developer! Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/The-Complete-Python-and-PostgreSQL-Developer-Course . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838984830
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 37 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Build your audience with professionally designed, UX-friendly apps About This Video Learn basic design principles and tools and work on three brilliant projects Learn the basics of prototyping In Detail Welcome to The Complete Guide to Designing a Mobile App! Many fantastic apps never attract a big audience, and one key reason for that is that they're poorly designed. There's a big difference between building an app and designing it; it's the difference between an app that works perfectly, looks fantastic, and does exactly what it promises, and one that doesn't. The more design work you put into your app, the more successful your app will be. In this course, you'll get a brief overview of design principles, before getting into the how-to and learning by doing, with regular exercises and challenges to test and cement your learning. The first half of the course focuses on: Design basics-Learn simple (but devastatingly effective) design principles. Understand the differences between iOS and Android design systems, and what that means for your app. Polishing your idea-Tailor your app to your users and stand out from the competition! Learn how to sketch out and wireframe an app idea and see the difference this makes! Information architecture-The backbone of any good app. The structure of your design is so important-learn the guiding principles behind the app and information architecture here! Style-color, font, icons, typography. Everything you need to know! Components and patterns-Help users navigate your app. Create forms, fields, notifications, animations, and more! The user experience-Make your app simple and intuitive and your users will love you. Learn how here. Design with Sketch-A complete guide to the hugely well-regarded design software, Sketch. As your skills increase and your confidence grows, you'll start work on three brilliant projects, designing and creating every element of the following apps! An Instagram app A food delivery app A studio booking app By the end of this course, you'll know everything there is to know about app design and will have created three hugely impressive projects for your career portfolio!
    Note: Online resource; Title from title screen (viewed October 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839211508
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 hr., 54 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Configure NGINX and Apache, install free SSL/TLS certificates from Let's Encrypt, configure Cloudflare, and create CSR requests About This Video TLS certificate structure Cloudflare reverse proxy with free SSL certificates CSR (Certificate Signing Request), domain validation, and certificate installation In Detail This course is all about securing websites with SSL/TLS certificates. We start by exploring the basics of symmetric encryption algorithms such as AES, asymmetric encryption (RSA), and hashing protocols (MD5 and SHA). Also, we will explain the fundamentals of computer networks and TCP/IP stacks; for that, we use the Wireshark traffic analyzer. You will learn about the structure of SSL/TLS certificates. Also, you will understand why CAs (Certificate Authorities) are needed and how the chain of trust is built. We will perform multiple practice activities: Buy a domain and configure DNS settings Use the Certbot ACME client to automatically obtain a free SSL certificate from Let's Encrypt With the help of OpenSSL, generate RSA keys and self-signed certificates Secure WordPress with Apache using SSL/TLS certificates Create a CSR (Certificate Signing Request) via OpenSSL and submit it to the CA server Configure Cloudflare for your domain and set up different SSL operation modes Install and configure NGINX web servers for SSL/TLS certificates Migrate from HTTP to HTTPS Redirect all traffic using HTTP 301 redirect from HTTP to HTTPS No prior knowledge of computer networks, encryption, or configuring web servers is required. This course will teach you everything from scratch-from simple setups to complex solutions. If you want to master SSL and HTTPS in-depth, this course is for you!
    Note: Online resource; Title from title screen (viewed August 20, 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
    ISBN: 9781789953664 , 1789953669 , 9781789956719
    Language: English
    Pages: 1 online resource (646 pages)
    Edition: 3rd edition
    DDC: 658.81200285
    Keywords: Salesforce (Online service) ; Customer relations Management ; Data processing ; Software architecture ; Electronic books ; local ; Salesforce (Serveur) ; Architecture logicielle ; Customer relations ; Management ; Data processing ; Salesforce (Online service) ; Software architecture
    Abstract: A comprehensive guide filled with best practices and tailor-made examples - a must-read for all Lightning Platform architects! Key Features Use the Lightning Platform to build integrated, scalable, and robust apps focused on enterprise-level customer demands Use the Lightning Component framework to deliver modern and responsive user experiences targeting multiple devices through Lightning Experience and Salesforce Mobile Extend your application with access to external services and AI Book Description Salesforce Lightning provides a secure and scalable platform to build, deploy, customize, and upgrade applications. This book will take you through the architecture of building an application on the Lightning platform to help you understand its features and best practices, and ensure that your app keeps up with your customers' increasing needs as well as the innovations on the platform. This book guides you in working with the popular aPaaS offering from Salesforce, the Lightning Platform. You'll see how to build and ship enterprise-grade apps that not only leverage the platform's many productivity features, but also prepare your app to harness its extensibility and customization capabilities. You'll even get to grips with advanced application architectural design patterns such as Separation of Concerns, Unit Testing and Dependency Integration. You will learn to use Apex and JavaScript with Lightning Web Components, Platform Events, among others, with the help of a sample app illustrating patterns that will ensure your own applications endure and evolve with the platform. Finally, you will become familiar with using Salesforce DX to develop, publish, and monitor a sample app and experience standard application life cycle processes along with tools such as Jenkins to implement CI/CD. By the end of this book, you will have learned how to develop effective business apps and be ready to explore innovative ways to meet customer demands. What you will learn Create and deploy AppExchange packages and manage upgrades Understand Enterprise Application Architecture patterns Customize mobile and desktop user experience with Lightning Web Components Manage large data volumes with asynchronous processing and big data strategies Implement Source Control and Continuous Integration Add AI to your application with Einstein Use Lightning External Services to integrate external code and data with your Lightning Application Who this book is for This book is for Light...
    Note: Online resource; Title from title page (viewed November 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (672 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Master advanced Salesforce Administration concepts with expert tips, techniques, and mock tests Key Features Learn advanced features to reduce implementation time and enhance your Salesforce administration skills Develop the ability to solve critical issues with a proactive approach and deliver the best solution Explore complex automation with workflows, approvals, process builder, and custom Apex coding Book Description The Salesforce Advanced Administrator certification extends beyond administrator certification, covering advanced platform features and functions such as configuration, automation, security, and customization. Complete with comprehensive coverage of all these topics and exam-oriented questions and mock tests, this Salesforce book will help you earn advanced administrator credentials. You'll start your journey by mastering data access security, monitoring and auditing, and understanding best practices for handling change management and data across organizations. The book then delves into data model management for improving data quality and lets you explore Sales features such as products, schedules, quotes, and forecasting capabilities. As you progress, this book will guide you in working with content management to set up and maintain Salesforce content. You'll also master organizing your files and data using reports and dashboards. Finally, you'll learn how to use a combination of automation tools to solve business problems. By the end of the book, you will have developed the skills required to get your advanced administrator credentials. What you will learn Master data security to monitor your org effectively Explore best practices for handling change management across orgs Extend the capabilities of Salesforce objects using advanced relationships, validation rules, and duplicate management Handle file libraries with Salesforce CRM content Understand ways to deliver the best solutions with Sales and Service Cloud applications Build reports and dashboards to visualize data for better decision making Customize your CRM with process automation features Who this book is for If you've already achieved your Salesforce administrator certification, this book will help you prepare for the Salesforce Advanced Administrator certification. You'll also find this guide useful if you are a Salesforce administrator or developer and want to maximize your administration skills with deeper knowledge of advanced Salesforce declarative features. ...
    Note: Online resource; Title from title page (viewed November 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839216251
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 33 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn React by building a Trello-inspired application with a real-time database and authentication! About This Video Learn React using a hands-on, project-based approach by building a feature-rich app from scratch Get to grips with Firebase and create a real-time database with authentication Expand your core JavaScript and development knowledge using one of the most popular technologies in the industry In Detail React is one of the most popular and in-demand technologies in modern web development. Using a component-based approach, React allows you to build interactive user interfaces using JavaScript. This course is designed to teach you everything you need to know to build modern applications using React. You'll learn to build a Trello-inspired project that will enable you to take advantage of React's features: Scaffolding projects using the Create React app React file and folder structures and what they do What components are and how to use them Writing JSX Class-based and function components Managing state Looping through data Using props to pass data and methods to components You won't stop there! Even though React handles the user interface for us, most apps also need a backend. You'll use Firebase to provide a real-time database for your project. This will help you not only to store your data, but also to be subscribed to any database changes as they happen. You'll learn how to do the following: Set up a Firestore database Push and read data from our database Update and delete data Sort and filter data Work with real-time data using onSnapshot This course will guide you in using Firebase to handle authentication. Users can sign up and log in and out, allowing them to have their own personal boards that only they can see and edit. You'll also take advantage of React's Context API to pass the user's auth state throughout your application and handle conditional rendering. To round things off, you'll look at how to build your project for production and then deploy it for the world to see!
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838989934
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 33 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Master quantum computing, quantum cryptography, and quantum physics with Microsoft Q# (Q Sharp) and IBM Quantum Experience. About This Video Use quantum cryptography to communicate securely Develop, simulate, and debug quantum programs on Microsoft Q# Run quantum programs on a real quantum computer through IBM Quantum Experience Use Dirac's notation and quantum physics models to analyze quantum circuits In Detail Quantum computing is the next trend in the software industry. Quantum computers are exponentially faster than today's classical computers. Problems that were considered too difficult for computers to solve-such as simulations of protein folding in biological systems and cracking RSA encryption-are now possible through quantum computers. How fast are Quantum computers? A 64-bit quantum computer can process 36 billion bytes of information in each step of the computation. Compare that to the 8 bytes that your home computer can process in each computational step! Companies such as Google, Intel, IBM, and Microsoft are investing billions in their quest to build quantum computers. If you master quantum computing now, you will be ready to profit from this technology revolution. This course teaches quantum computing from the ground up. The only background you need is 12th grade-level high-school Math and Physics. If it has been a while since you completed your high-school Math courses, and if you want a quick review, look at the prerequisite course: QC051: Math Foundation for Quantum Computing. IMPORTANT: You must enjoy Physics and Math to get the most out of this course. This course is primarily about analyzing the behavior of quantum circuits using Math and Quantum Physics. While everything you need to know beyond 12th-grade high school science is explained here, you must be aware that quantum physics is an extremely difficult subject. You might frequently need to stop the video and replay the lesson to understand it. In the first part of this course, you will learn to communicate securely using quantum cryptography. Next, you will learn basic quantum physics along with the mathematical tools you need to analyze quantum systems. Finally, you will use industry tools (Microsoft Q# on Visual Studio and IBM Quantum Experience) to develop quantum software. Additionally, the course materials include a downloadable Q# framework that you can use to experiment with quantum algorithms, entanglement, and superposition. Enroll today and join the quantu...
    Note: Online resource; Title from title screen (viewed November 12, 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 (372 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Learn all that's needed to build a fully functional web application from scratch. Key Features Delve deep into the principle behind RESTful API Learn how to build a scalable web application with the RESTful API architecture and Flask framework Know what are the exact tools and methodology to test your applications and how to use them Book Description Python is a flexible language that can be used for much more than just script development. By knowing the Python RESTful APIs work, you can build a powerful backend for web applications and mobile applications using Python. You'll take your first steps by building a simple API and learning how the frontend web interface can communicate with the backend. You'll also learn how to serialize and deserialize objects using the marshmallow library. Then, you'll learn how to authenticate and authorize users using Flask-JWT. You'll also learn how to enhance your APIs by adding useful features, such as email, image upload, searching, and pagination. You'll wrap up the whole book by deploying your APIs to the cloud. By the end of this book, you'll have the confidence and skill to leverage the power of RESTful APIs and Python to build efficient web applications. What you will learn Understand the concept of a RESTful API Build a RESTful API using Flask and the Flask-Restful extension Manipulate a database using Flask-SQLAlchemy and Flask-Migrate Send out plaintext and HTML format emails using the Mailgun API Implement a pagination function using Flask-SQLAlchemy Use caching to improve API performance and efficiently obtain the latest information Deploy an application to Heroku and test it using Postman Who this book is for This book is ideal for aspiring software developers who have a basic-to-intermediate knowledge of Python programming and who want to develop web applications using Python. Knowledge of how web applications work will be beneficial but is not essential.
    Note: Online resource; Title from title page (viewed November 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800204782
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 3 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn Python programming by developing robust GUIs and games About This Video Learn the basics of Python game programming Develop intuitive and efficient Python GUIs Create simple yet practical applications in Python In Detail Coding for beginners and kids is now made exciting and easy. Learn to code fun games, graphics and graphical user interfaces (GUIs) in Python, one of the most powerful programming languages known for its speed, flexibility, and ease-of-use. The Python coding language integrates well with other platforms and runs on almost all modern devices. This OSI-approved open-source language allows free use and distribution (including commercial distribution). This course helps you delve into the graphics and UX (user experience) aspects of Python. You'll get up to speed with this computer language in a hands-on manner by drawing shapes, coding a simple game, and designing GUIs (graphical user interfaces), including a functional GUI for a temperature converter app. The course will also guide you through analyzing scientific and statistical data. As you advance, you'll get to grips with developing educational software. In addition to this, you'll gain comprehensive insights into accessing and organizing databases, along with understanding how to manage networks. By the end of this course, you will be well-versed with using not only Python 2 but Python 3 as well for designing immersive games and developing interactive applications and websites.
    Note: Online resource; Title from title screen (viewed December 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838822828
    Language: English
    Pages: 1 online resource (1 video file, approximately 20 hr., 53 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Build modern responsive websites and UIs with Sass! Learn Flex and CSS Grid About This Video Build Multiple High-Quality Website and UI Projects HTML5 Semantic Layout & CSS Fundamentals In Detail This course is for both beginners and seasoned developers that want to learn to build responsive websites and user interfaces with modern HTML5 and CSS3+ technologies like Flexbox and CSS Grid as well as the Sass pre-compiler. This course includes hours of both learning & studying sections along with real-life projects. Stop having to rely on frameworks like Bootstrap for your user interface and learn to create your own layouts and utility classes to build custom responsive websites and app UIs. The first few sections are tailored for beginners so even if you have never built anything before, you will learn all of the basics. If you already have experience with basic HTML & CSS, just move to section 3 or 4 and get started. Topic Covered: How Websites Work Visual Studio Code Setup, Shortcuts, Live Server & Emmet HTML5 Semantic Layout CSS Fundamentals Responsive Design With Media Queries CSS Units - rem, em, vh, vw, etc Flexbox CSS Grid Animation with Keyframes & Transitions CSS Variables Sass Pre-compiler with portfolio project Full Projects & Mini Projects Website Deployment to Shared Hosting & Netlify With Git Learn to build your own web SASS solutions. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Modern-HTML-and-CSS-from-the-Beginning-Including-Sass . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed April 25, 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
    Language: English
    Pages: 1 online resource (470 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: Master PostgreSQL 12 features such as advanced indexing, high availability, monitoring, and much more to efficiently manage and maintain your database Key Features Grasp advanced PostgreSQL 12 concepts with real-world examples and sample datasets Explore query parallelism, data replication, database administration, and more Extend PostgreSQL functionalities to suit your organization's needs with minimal effort Book Description Thanks to its reliability, robustness, and high performance, PostgreSQL has become the most advanced open source database on the market. This third edition of Mastering PostgreSQL helps you build dynamic database solutions for enterprise applications using the latest release of PostgreSQL, which enables database analysts to design both physical and technical aspects of system architecture with ease. Starting with an introduction to the newly released features in PostgreSQL 12, this book will help you build efficient and fault-tolerant PostgreSQL applications. You'll thoroughly examine the advanced features of PostgreSQL, including logical replication, database clusters, performance tuning, monitoring, and user management. You'll also work with the PostgreSQL optimizer, configure PostgreSQL for high speed, and understand how to move from Oracle to PostgreSQL. As you progress through the chapters, you'll cover transactions, locking, indexes, and how to optimize queries for improved performance. Additionally, you'll learn how to manage network security and explore backups and replications while understanding useful PostgreSQL extensions to help you in optimizing the performance of large databases. By the end of this PostgreSQL book, you'll be able to get the most out of your database by implementing advanced administrative tasks effortlessly. What you will learn Understand the advanced SQL functions in PostgreSQL 12 Use indexing features in PostgreSQL to fine-tune the performance of queries Work with stored procedures and manage backup and recovery Master replication and failover techniques to reduce data loss Replicate PostgreSQL database systems to create backups and to scale your database Manage and improve the security of your server to protect your data Troubleshoot your PostgreSQL instance for solutions to common and not-so-common problems Who this book is for This book is for PostgreSQL developers and administrators and database professionals who want to implement advanced functionalities and master complex administr...
    Note: Online resource; Title from title page (viewed November 29, 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: 9781789951226
    Language: English
    Pages: 1 online resource (362 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Become an expert in implementing Azure Functions to work seamlessly with your serverless applications Key Features Develop scalable, robust multi-tier apps without worrying about infrastructure needs Deploy and manage cost-effective and highly available serverless apps using Azure Functions Accelerate enterprise-level application development by seamlessly integrating different cloud services with Azure Functions Book Description Application development has evolved from traditional monolithic app development to using serverless options and microservices. This book is designed to guide you through using Microsoft's Azure Functions to process data, integrate systems, and build simple APIs and microservices. You will discover how to apply serverless computing to speed up deployment and reduce downtime. You'll also explore Azure Functions, including its core functionalities and essential tools, along with understanding how to debug and even customize Azure Functions. In addition to this, the book will take you through how you can effectively implement DevOps and automation in your working environment. Toward the concluding chapters, you'll cover some quick tips, troubleshooting techniques, and real-world serverless use cases that will help you make the most of serverless computing. By the end of this book, you will have gained the skills you need to develop and deliver cost-effective Azure serverless solutions. What you will learn Create and deploy advanced Azure Functions Learn to extend the runtime of Azure Functions Orchestrate your logic through code or a visual workflow Add caching, security, routing, and filtering to your APIs Use serverless technologies in real-world scenarios Understand how to apply DevOps and automation to your working environment Who this book is for This book is designed for cloud administrators, architects, and developers interested in building scalable systems and deploying serverless applications with Azure Functions. Prior knowledge of core Microsoft Azure services and Azure Functions is necessary to understand the topics covered in this book.
    Note: Online resource; Title from title page (viewed November 22, 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 (346 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Learn how to apply modern AI to create powerful cybersecurity solutions for malware, pentesting, social engineering, data privacy, and intrusion detection Key Features Manage data of varying complexity to protect your system using the Python ecosystem Apply ML to pentesting, malware, data privacy, intrusion detection system(IDS) and social engineering Automate your daily workflow by addressing various security challenges using the recipes covered in the book Book Description Organizations today face a major threat in terms of cybersecurity, from malicious URLs to credential reuse, and having robust security systems can make all the difference. With this book, you'll learn how to use Python libraries such as TensorFlow and scikit-learn to implement the latest artificial intelligence (AI) techniques and handle challenges faced by cybersecurity researchers. You'll begin by exploring various machine learning (ML) techniques and tips for setting up a secure lab environment. Next, you'll implement key ML algorithms such as clustering, gradient boosting, random forest, and XGBoost. The book will guide you through constructing classifiers and features for malware, which you'll train and test on real samples. As you progress, you'll build self-learning, reliant systems to handle cybersecurity tasks such as identifying malicious URLs, spam email detection, intrusion detection, network protection, and tracking user and process behavior. Later, you'll apply generative adversarial networks (GANs) and autoencoders to advanced security tasks. Finally, you'll delve into secure and private AI to protect the privacy rights of consumers using your ML models. By the end of this book, you'll have the skills you need to tackle real-world problems faced in the cybersecurity domain using a recipe-based approach. What you will learn Learn how to build malware classifiers to detect suspicious activities Apply ML to generate custom malware to pentest your security Use ML algorithms with complex datasets to implement cybersecurity concepts Create neural networks to identify fake videos and images Secure your organization from one of the most popular threats - insider threats Defend against zero-day threats by constructing an anomaly detection system Detect web vulnerabilities effectively by combining Metasploit and ML Understand how to train a model without exposing the training data Who this book is for This book is for cybersecurity professionals and security researche...
    Note: Online resource; Title from title page (viewed November 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (586 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Explore a practical and example-driven approach to understanding SOLIDWORKS 2020 and achieving CSWA and CSWP certification Key Features Gain comprehensive insights into the core aspects of mechanical part modeling Get up to speed with generating assembly designs with both standard and advanced mates Focus on design practices for both 2D as well as 3D modeling and prepare to achieve CWSP and CWSA certification Book Description SOLIDWORKS is the leading choice for 3D engineering and product design applications across industries such as aviation, automobiles, and consumer product design. This book takes a practical approach to getting you up and running with SOLIDWORKS 2020. You'll start with the basics, exploring the software interface and working with drawing files. The book then guides you through topics such as sketching, building complex 3D models, generating dynamic and static assemblies, and generating 2D engineering drawings to equip you for mechanical design projects. You'll also do practical exercises to get hands-on with creating sketches, 3D part models, assemblies, and drawings. To reinforce your understanding of SOLIDWORKS, the book is supplemented by downloadable files that will help you follow up with the concepts and exercises found in the book. By the end of this book, you'll have gained the skills you need to create professional 3D mechanical models using SOLIDWORKS, and you'll be able to prepare effectively for the Certified SOLIDWORKS Associate (CSWA) and Certified SOLIDWORKS Professional (CSWP) exams. What you will learn Understand the fundamentals of SOLIDWORKS and parametric modeling Create professional 2D sketches as bases for 3D models using simple and advanced modeling techniques Use SOLIDWORKS drawing tools to generate standard engineering drawings Evaluate mass properties and materials for designing parts and assemblies Understand the objectives and the formats of the CSWA and CSWP exams Discover expert tips and tricks to generate different part and assembly configurations for your mechanical designs Who this book is for This book is for aspiring engineers, designers, drafting technicians, or anyone looking to get started with the latest version of SOLIDWORKS. Anyone interested in becoming a Certified SOLIDWORKS Associate (CSWA) or Certified SOLIDWORKS Professional (CSWP) will also find this book useful.
    Note: Online resource; Title from title page (viewed December 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838823351
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 52 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn through interactive JMeter videos explaining load testing with real-time examples About This Video Cover installation setup including performance testing Features downloadable theoretical material, code dump, and interview guide In Detail Gain practical insights into load testing with the most popular open-source performance testing tool - JMeter, with this interactive course. The course will start you off with the basics and gradually help you build on your knowledge, all without the need for any prior knowledge of JMeter or performance testing. By the end of this course, you will have developed the skills you need to confidently design performance test cases with JMeter. The course covers the following: JMeter introduction JMeter UI components Record and playback with Proxy Applying load on test cases with Thread Group Analyzing the load with listeners Additional plugins to listeners and Thread Groups Assertions in JMeter Controllers in JMeter Practical use of Controllers in designing JMeter scripts Use of timers in JMeter R Constant throughput timer importance Regular expression extraction for dynamic responses Data-driven testing from an external file Importance of Correlation Use of Correlation on dynamic values HTTP Cookie Manager and Link Parser BeanShell scripting introduction JMeter scripting with BeanShell language Integration of Selenium test cases with JMeter REST API overview and load testing on REST APIs Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Learn-JMETER-from-Scratch-on-Live-Apps---Performance-Testing . If you require support please email: customercarepackt.com.
    Note: Online resource; Title from title screen (viewed April 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (394 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Understand the fundamentals of algorithmic trading to apply algorithms to real market data and analyze the results of real-world trading strategies Key Features Understand the power of algorithmic trading in financial markets with real-world examples Get up and running with the algorithms used to carry out algorithmic trading Learn to build your own algorithmic trading robots which require no human intervention Book Description It's now harder than ever to get a significant edge over competitors in terms of speed and efficiency when it comes to algorithmic trading. Relying on sophisticated trading signals, predictive models and strategies can make all the difference. This book will guide you through these aspects, giving you insights into how modern electronic trading markets and participants operate. You'll start with an introduction to algorithmic trading, along with setting up the environment required to perform the tasks in the book. You'll explore the key components of an algorithmic trading business and aspects you'll need to take into account before starting an automated trading project. Next, you'll focus on designing, building and operating the components required for developing a practical and profitable algorithmic trading business. Later, you'll learn how quantitative trading signals and strategies are developed, and also implement and analyze sophisticated trading strategies such as volatility strategies, economic release strategies, and statistical arbitrage. Finally, you'll create a trading bot from scratch using the algorithms built in the previous sections. By the end of this book, you'll be well-versed with electronic trading markets and have learned to implement, evaluate and safely operate algorithmic trading strategies in live markets. What you will learn Understand the components of modern algorithmic trading systems and strategies Apply machine learning in algorithmic trading signals and strategies using Python Build, visualize and analyze trading strategies based on mean reversion, trend, economic releases and more Quantify and build a risk management system for Python trading strategies Build a backtester to run simulated trading strategies for improving the performance of your trading bot Deploy and incorporate trading strategies in the live market to maintain and improve profitability Who this book is for This book is for software engineers, financial traders, data analysts, and entrepreneurs. Anyone who wants to get...
    Note: Online resource; Title from title page (viewed November 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (346 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Enhance your enterprise application development skills by mastering parallel programming techniques in .NET and C# Key Features Write efficient, fine-grained, and scalable parallel code with C# and .NET Core Experience how parallel programming works by building a powerful application Learn the fundamentals of multithreading by working with IIS and Kestrel Book Description In today's world, every CPU has a multi-core processor. However, unless your application has implemented parallel programming, it will fail to utilize the hardware's full processing capacity. This book will show you how to write modern software on the optimized and high-performing .NET Core 3 framework using C# 8. Hands-On Parallel Programming with C# 8 and .NET Core 3 covers how to build multithreaded, concurrent, and optimized applications that harness the power of multi-core processors. Once you've understood the fundamentals of threading and concurrency, you'll gain insights into the data structure in .NET Core that supports parallelism. The book will then help you perform asynchronous programming in C# and diagnose and debug parallel code effectively. You'll also get to grips with the new Kestrel server and understand the difference between the IIS and Kestrel operating models. Finally, you'll learn best practices such as test-driven development, and run unit tests on your parallel code. By the end of the book, you'll have developed a deep understanding of the core concepts of concurrency and asynchrony to create responsive applications that are not CPU-intensive. What you will learn Analyze and break down a problem statement for parallelism Explore the APM and EAP patterns and how to move legacy code to Task Apply reduction techniques to get aggregated results Create PLINQ queries and study the factors that impact their performance Solve concurrency problems caused by producer-consumer race conditions Discover the synchronization primitives available in .NET Core Understand how the threading model works with IIS and Kestrel Find out how you can make the most of server resources Who this book is for If you want to learn how task parallelism is used to build robust and scalable enterprise architecture, this book is for you. Whether you are a beginner to parallelism in C# or an experienced architect, you'll find this book useful to gain insights into the different threading models supported in .NET Standard and .NET Core. Prior knowledge of C# is required to understand the...
    Note: Online resource; Title from title page (viewed December 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839214240
    Language: English
    Pages: 1 online resource (1 video file, approximately 17 hr., 20 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Automate your Excel workflow, accelerate your productivity, and master the fundamentals of programming with VBA! About This Video Intermediate knowledge of popular Excel features and basic knowledge of data types is required to take this course In Detail Welcome to Excel VBA Programming-The Complete Guide, the most comprehensive VBA course! Visual Basic for Applications (VBA) is a powerful language built on top of popular Microsoft Office applications such as Excel, Access, and Outlook. It allows developers to write procedures called macros that perform automated actions. Anything that you can do in Excel, you can automate with VBA! Over the course of more than 18 hours of content, we cover VBA from the ground up, beginning with the fundamentals and proceeding to advanced topics including: The Excel Object Model The Visual Basic Editor Objects and methods Variables and data types Writing your own procedures Workbooks and workbook objects Worksheets and worksheet objects Range references Range actions Conditional logic Iteration Alerts Configuring Excel functionality Custom functions Arrays Debugging, even procedures, and user forms No programming experience is required; complete beginners are more than welcome! VBA is a great language to start with because it lets you master the fundamentals of programming in a familiar work environment. No extra software is necessary: VBA is bundled with all modern versions of Excel. Excel is the World's most popular spreadsheet software and is available on over 750 million computers worldwide. Whether you use it for professional or personal reasons, VBA can help you remove redundancy in your workflows and accelerates your productivity drastically! Thanks for checking out this course! Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Excel-VBA-Programming---The-Complete-Guide . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed August 23, 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 (56 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Learn when and how to use Clojure's polymorphic features to develop efficient multithreaded applications Key Features Get to grips with the different polymorphic tools that Clojure offers Develop a taste for good Clojure designs through various engaging examples Study various design principles and learn ways to use them in your applications Book Description Clojure is a modern, dynamic language that you can use to develop robust, multithreaded programs. Clojure Polymorphism is a comprehensive guide that shows you how to use Clojure's features to your advantage. The book begins by describing examples that show how to define and implement abstractions with plain functions and multimethods. Then you'll analyze these examples and separate the good and bad aspects of their design principles. You'll also learn how to perform data transformation abstraction with a plain function and discover how to write new cross-platform predicates while keeping the core of your abstraction free from reader conditionals. The later chapters explain the considerations to keep in mind when implementing Clojure protocols on the Java Virtual Machine (JVM). By the end of this book, you'll know how to use the various polymorphic tools of Clojure to your advantage while designing your applications. What you will learn Explore how polymorphism is implemented in Clojure Discover what design principles to use when creating and implementing abstractions Explore different ways to implement protocols in Clojure Implement various design principles while working with the JVM Write and compare plain functions and multimethods for transforming data Analyze functions and abstractions for their performance and flexibility Learn about common "gotchas" to avoid errors when writing code Who this book is for Clojure Polymorphism is useful for all programmers who want to leverage Clojure's polymorphic tools to build efficient applications. To get the most out of this book, you must be a moderately proficient Clojure programmer.
    Note: Online resource; Title from title page (viewed November 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839218934
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 36 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Great for CCA159 preparation - Big data certification for non-programmers, business analysts, testers, and SQL developers About This Video Get to grips with Hive and Sqoop for big data analytics and ingestion Become well-versed with the essential topics and concepts and achieve CCA159 (Cloudera Big Data Analyst) certification Get to grips with data types and complex data types In Detail This course will help you understand Hive, along with preparing you to achieve CCA159 (Cloudera Big Data Analyst) certification. You will start by delving into Hadoop and its distributed file system. Next, you'll become well-versed with the most common Hadoop commands you'll need to work with Hadoop file systems. Later, you'll explore the Apache Hive, starting with an introduction to it, before moving on to understanding external and managed tables. The next few sections will take you through insert and multi-insert. As you progress, the course will provide insights into different functions such as collection, conditional, Hive string functions, Hive date functions, and mathematical functions. In addition to this, you'll learn to work with different file formats and compressions. By the end of this course, you'll have comprehensive knowledge of Hive and Sqoop and gained the skills you need to pass the CCA Data Analyst Exam. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/CCA-159-Expert-in-Big-Data-Analytics---Advance-Hive-Sqoop . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 17, 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: 9781839214592
    Language: English
    Pages: 1 online resource (1 video file, approximately 12 hr., 55 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn about automated software testing with Python, BDD, Selenium WebDriver, and Postman, focusing on web applications About This Video Learn automated software testing with Python Learn to write complete system tests using Python and tools such as Postman In Detail Welcome to the most comprehensive course on automated software testing with Python. Software testing is an essential skill for any developer, and this course will help you truly understand all types of test automation with Python. The focus of this course is on testing for the web-we'll be working with REST APIs and web applications, and technologies such as unittest, Postman, and Selenium WebDriver-ranging from operations such as mocking and patching using the unit test library (to reduce dependencies and turn complex tests into simple ones) to looking at all types of testing: simple unit tests to large system tests and even customer acceptance tests. Throughout the course we work on the Testing Pyramid concept, making sure that we have full coverage of every system component with unit tests. Then we test dependencies using integration tests. Finally, we cover the entire system using system tests. Of course, we also look at what acceptance testing is, how we come up with acceptance tests, and some of the best ways to write acceptance tests for a web application using Behavior-Driven Development and Selenium WebDriver. We also learn about implicit and explicit waits with Selenium WebDriver and Python, a key concept used to speed up the runtime of your acceptance tests. By implementing a Continuous Integration pipeline that runs your tests whenever you make any changes, you'll have much higher project quality so that you don't miss any annoying bugs. We'll look at putting our projects into GitHub and linking with them.
    Note: Online resource; Title from title screen (viewed September 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839215810
    Language: English
    Pages: 1 online resource (1 video file, approximately 12 hr., 30 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Take your REST APIs to a whole new level with this advanced Flask and Python course! About This Video Integrate advanced functionality (such as image uploading, payments, or user confirmation e-mails) in your API Improve operations in existing REST APIs with database migrations and extensive refactoring knowledge Take your REST API development to a whole new level by getting familiar with more of the Flask ecosystem In Detail This Advanced REST API course takes your REST API development to a whole new level by familiarizing you with more of the Flask ecosystem. We start with a simple REST API and teach you everything you need to know about it. We introduce new features and technologies by baking them into this application so you can see how a professional REST API is developed. Every new feature is added to a fully working application and tested. We also help you understand more about how to build features incrementally so you can get them to your users quickly and minimize risk. Remember, this is our most advanced course yet! You should have adequate programming experience with Python or another programming language. Some knowledge of how the web works will also be helpful. You should have prior knowledge of how to install Python packages and how to run your Python applications. If you've used virtualenv or Pipenv before, that's excellent! Knowledge of how to use PyCharm for debugging is also a plus, although we cover using the debugger in the course! Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Advanced-REST-APIs-with-Flask-and-Python . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed August 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839219054
    Language: English
    Pages: 1 online resource (1 video file, approximately 13 hr., 16 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In-depth JavaScript training to help you master important patterns, the power of functions, OOP concepts, and JavaScript projects About This Video Includes important JavaScript Patterns. Covers multiple paradigms: OOP and Functional. Clearly explains advanced JavaScript concepts. In Detail Advanced JavaScript Topics picks up where the Getting Started course ended. You should now have some experience with JavaScript and understand the JavaScript language much better. Therefore, you are ready to learn more of the nuances and important patterns that advanced JavaScript developers know and use. In Advanced JavaScript Topics, we explore more advanced techniques in JavaScript. You will learn advanced concepts for objects and functions, the value of this, the power of functions using closures, and IIFEs. You will learn about the namespace and module patterns, and about JSON and how to load a JSON file. You will follow along as we apply OOP concepts to a project. You will get very familiar with the prototype. These are just the main topics covered in this advanced course. A new bonus section helps you get familiar with functional programming concepts in JavaScript. This course contains invaluable information for those intent on making JavaScript a career choice or a major part of their lives.
    Note: Online resource; Title from title screen (viewed November 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838642365
    Language: English
    Pages: 1 online resource (544 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Cut through the noise and get real results with a step-by-step approach to learning Ruby programming. Key Features Ideal for the Ruby beginner who is getting started with Ruby for the first time A complete Ruby tutorial with exercises and activities that help build key skills Structured to let you progress at your own pace, on your own terms Use your physical copy to redeem free access to the online interactive edition Book Description You already know you want to learn Ruby, and the smarter way to learn Ruby 2.X is to learn by doing. The Ruby Workshop focuses on building up your practical skills so that you can kick-start your career as a developer and rapidly prototype applications. You'll learn from real examples that lead to real results. Throughout The Ruby Workshop, you'll take an engaging step-by-step approach to understanding the Ruby language. You won't have to sit through any unnecessary theory. If you're short on time you can jump into a single exercise each day or spend an entire weekend learning about metaprogramming. It's your choice. Learning on your terms, you'll build up and reinforce key skills in a way that feels rewarding. Every physical copy of The Ruby Workshop unlocks access to the interactive edition. With videos detailing all exercises and activities, you'll always have a guided solution. You can also benchmark yourself against assessments, track progress, and receive content updates. You'll even earn a secure credential that you can share and verify online upon completion. It's a premium learning experience that's included with your printed copy. To redeem, follow the instructions located at the start of your Ruby book. Fast-paced and direct, The Ruby Workshop is the ideal companion for Ruby beginners. You'll build and iterate on your Ruby code like a software developer, learning along the way. This process means that you'll find that your new skills stick, embedded as best practice. A solid foundation for the years ahead. What you will learn Get to grips with the fundamentals of Ruby object-oriented programming Understand common Ruby patterns to help minimize and easily maintain code Explore ways to fetch, process, and output external data Discover ways to work with public APIs and create reusable RubyGems Keep your development process bug-free with various testing methods Explore how to host applications on cloud application platforms like Heroku Who this book is for Our goal at Packt is to help you be successful, i...
    Note: Online resource; Title from title page (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (444 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Acquire necessary skills in preparing for Microsoft certification and enhance your software development career by learning the concepts of C# programming Key Features Prepare for the certification using step-by-step examples, and mock tests with standard solutions Understand the concepts of data security for secure programming with C# Learn to scale and optimize your application codebase using best practices and patterns Book Description Programming in C# is a certification from Microsoft that measures the ability of developers to use the power of C# in decision making and creating business logic. This book is a certification guide that equips you with the skills that you need to crack this exam and promote your problem-solving acumen with C#. The book has been designed as preparation material for the Microsoft specialization exam in C#. It contains examples spanning the main focus areas of the certification exam, such as debugging and securing applications, and managing an application's code base, among others. This book will be full of scenarios that demand decision-making skills and require a thorough knowledge of C# concepts. You will learn how to develop business logic for your application types in C#. This book is exam-oriented, considering all the patterns for Microsoft certifications and practical solutions to challenges from Microsoft-certified authors. By the time you've finished this book, you will have had sufficient practice solving real-world application development problems with C# and will be able to carry your newly-learned skills to crack the Microsoft certification exam to level up your career. What you will learn Explore multi-threading and asynchronous programming in C# Create event handlers for effective exception handling Use LINQ queries for data serialization and deserialization Manage filesystems and understand I/O operations Test, troubleshoot, and debug your C# programs Understand the objectives of Exam 70-483 and apply common solutions Who this book is for The book is intended to the aspirants of Microsoft certifications and C# developers wanting to become a Microsoft specialist. The book does not require the knowledge of C#, basic knowledge of software development concepts will be beneficial
    Note: Online resource; Title from title page (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839219832
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 5 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn and master Excel 2019 by learning advanced functions and formulas About This Video Learn and understand advanced Excel features that delve into high-level consolidation, analysis, and reporting of financial information Learn and master advanced charting and graphing in Excel In Detail Get beyond the basics and supercharge your current skill level in Excel. With this 9-hour, expert-led video training course, you'll gain an in-depth understanding of more advanced Excel features that delve into high-level consolidation, analysis and reporting of financial information. Upon completion of this course, you'll be able to create charts that have an impact from databases that communicate data and financial records efficiently and effectively. You will be able to report data in various formats including: tables, graphs and PivotTables. Once completed you'll have advanced understanding of Excel that will positively impact your professional capability. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Microsoft-Excel-Advanced-2019 . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed August 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839214219
    Language: English
    Pages: 1 online resource (1 video file, approximately 51 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Know all about Linear Algebra for Data Science in Python About This Video Learn linear algebra for data science and understand the essential concepts Understand matrix, scalars, and vectors and learn how to use them In Detail Vectorizing your code is an essential skill to make your calculations faster and take advantage of the capabilities of modern machine and deep learning packages. This course will get you up and running with linear algebra fundamentals for data science in Python. In this course, you will learn about scalars, vectors, and matrices and the geometrical meaning of these objects. You will also learn how you should use linear algebra in your Python code. In addition to this, you'll be able to perform operations such as addition, subtraction and dot product. As you cover further sections, you'll focus on the different syntactical errors you can encounter while vectorizing your code. By the end of this course, you will have gained the skills you need to use linear algebra confidently in your data science projects. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Linear-Algebra-for-Data-Science-in-Python . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 19, 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
    ISBN: 9781839211454
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 50 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: A complete guide to the Cassandra architecture, the Cassandra query language, cluster management, and Java/Spark integration. About This Video Master Apache Cassandra basics and its architecture Integrate with the Cassandra Java driver to write and run Cassandra from Java programs In Detail This Apache Cassandra training course teaches you to work with Cassandra. This course is intended for complete Cassandra novices. This course covers the Cassandra architecture in detail, including replication, consistency, gossip protocol, write paths, read paths, Cassandra storage. and compaction. Once you have completed this video-based training course, you will have a solid understanding of Cassandra. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Learn-Apache-Cassandra-in-Just-2-Hours . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 19, 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
    ISBN: 9781838987350
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 30 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Certified Information Security Manager (CISM) Domain 2-Get 7.5 hours of videos and downloadable lecture slides. About This Video Learn about management-level IT security and cybersecurity Prepare for the Certified Information Security Manager exam In Detail With this CISM Domain 2 video boot camp course, you'll learn all that is necessary to know about information risk management to pass your CISM certification exam. Included in this course: Full CISM Domain 2 videos (7.5 hours) Downloadable CISM slides for both domains (234 pages) 160+ links for Domain 2 and overall CISM preparation Prepare for the 2017 version of the CISM exam, which is what you will be tested on until the next planned CISM curriculum update by ISACA in 2022. In this Domain 2 boot camp course, you'll learn the following topics: Risk identification and risk assessment Risk response and mitigation and risk control monitoring and reporting COBIT5, NIST 800-37, and NIST 800-53 Attackers and vishing and phishing Incident management and its definitions ISO 27001 and 27002 and OWASP Vulnerability scanners and networking basics Security Information and Event Management (SIEM) The OSI model and the TCP/IP model IP addresses and port numbers IP support protocols, cable types, LAN topologies, and much more The exam is 4 hours long and has 150 multiple-choice questions. To pass the CISM exam, you obviously need to have the right knowledge, but the path to success is to solve a lot of practice questions before taking the exam. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/CISM-Certification-Domain-2-Information-Risk-Management-Video-Boot-Camp-2019 . If you require support please email: customercarepackt.com.
    Note: Online resource; Title from title screen (viewed May 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839219924
    Language: English
    Pages: 1 online resource (1 video file, approximately 27 hr., 0 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn the fundamentals of the Flask framework and its various extensions About This Video Build Python-based web apps using Flask. Learn the most popular Flask extensions to add more power to your apps. Deploy Flask apps to Heroku, Python Anywhere, and a Linux server. In Detail Welcome to The Ultimate Flask Course! This course will teach you how to build Flask apps using both Flask and its popular extensions. We don't just cover the basics of the Flask framework, but also how to use its many extensions to make it easier to add functionality to your Flask apps. You'll start by learning the basics of Flask. You'll learn enough to use templates, and how to connect and use an SQLite database in your Flask apps. You will then explore three example apps using only the Flask framework. After those examples, you will learn many popular Flask extensions. Finally, you'll explore three more example apps that use some of the extensions you've learned in the course. The skills you learn in this course will help you create your web apps. By the end of the course, you should understand the fundamentals of building web applications in Flask via its extensions. With this knowledge, you can continue with Flask or try other frameworks, because the principles of web development are the same everywhere.
    Note: Online resource; Title from title screen (viewed September 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    ISBN: 9781838647940
    Language: English
    Pages: 1 online resource (822 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als
    DDC: 005.133
    Keywords: Go (Computer program language) ; Electronic books ; local ; Go (Langage de programmation) ; Computer programming ; software development ; Web programming ; Programming & scripting languages: general ; Computers ; Programming Languages ; General ; Computers ; Programming ; Open Source ; Computers ; Internet ; Application Development ; Go (Computer program language)
    Abstract: Cut through the noise and get real results with a step-by-step approach to learning Go programming Key Features Ideal for the Go beginner who is getting started for the first time A step-by-step Go tutorial with exercises and activities that help build key skills Structured to let you progress at your own pace, on your own terms Use your physical print copy to redeem free access to the online interactive edition Book Description You already know you want to learn Go, and the smart way to learn anything is to learn by doing. The Go Workshop focuses on building up your practical skills so that you can develop high-performing concurrent applications, or even create Go scripts to automate repetitive daily tasks. You'll learn from real examples that lead to real results. Throughout The Go Workshop, you'll take an engaging step-by-step approach to understanding Go. You won't have to sit through any unnecessary theory. If you're short on time you can jump into a single exercise each day, or you can spend an entire weekend learning how to test and secure your Go applications. It's your choice. Learning on your terms, you'll build up and reinforce key skills in a way that feels rewarding. Every physical print copy of The Go Workshop unlocks access to the interactive edition. With videos detailing all exercises and activities, you'll always have a guided solution. You can also benchmark yourself against assessments, track your progress, and receive content updates. You'll even earn secure credentials that you can share and verify online upon completion. It's a premium learning experience that's included with your printed copy. To redeem it, follow the instructions located at the start of your Go book. Fast-paced and direct, The Go Workshop is the ideal companion for Go beginners. You'll build and iterate on your code like a software developer, learning along the way. This process means that you'll find that your new skills stick, embedded as best practice. A solid foundation for the years ahead. What you will learn Get to grips with Go fundamentals and best practices Learn how to effectively organize your code for production environments Explore how third-party packages can help make you a better engineer Keep your development process bug-free with unit tests and benchmarks Who this book is for Our goal at Packt is to help you be successful, in whatever it is you choose to do. The Go Workshop is an ideal Go tutorial for the Go beginner who is just getti...
    Note: Online resource; Title from title page (viewed December 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Language: English
    Pages: 1 online resource (768 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Explore the benefits of VMware vSphere 6.7 to provide a powerful, flexible, and secure virtual infrastructure, and secure apps. Next, you'll pick up on how to enhance your infrastructure with high-performance storage access, such as remote direct memory access (RDMA) and Persistent Key Features Design, deploy and manage VMware vSphere virtual data centers Implement monitoring and security of VMware workloads with ease Explore tips and techniques for designing a robust virtual infrastructure Book Description vSphere 6.7 is the latest release of VMware's industry-leading virtual cloud platform. By understanding how to manage, secure, and scale apps with vSphere 6.7, you can easily run even the most demanding of workloads. This Learning Path begins with an overview of the features of the vSphere 6.7 suite. You'll learn how to plan and design a virtual infrastructure. You'll also gain insights into best practices to efficiently configure, manage, and secure apps. Next, you'll pick up on how to enhance your infrastructure with high-performance storage access, such as remote direct memory access (RDMA) and Persistent memory. The book will even guide you in securing your network with security features, such as encrypted vMotion and VM-level encryption. Finally, by learning how to apply Proactive High Availability and Predictive Distributed Resource Scheduler (DRS), you'll be able to achieve enhanced computing, storage, network, and management capabilities for your virtual data center. By the end of this Learning Path, you'll be able to build your own VMware vSphere lab that can run high workloads. This Learning Path includes content from the following Packt products: VMware vSphere 6.7 Data Center Design Cookbook - Third Edition by Mike Brown and Hersey Cartwright Mastering VMware vSphere 6.7 - Second Edition by Martin Gavanda, Andrea Mauro, Karel Novak, and Paolo Valsecchi What you will learn Understand how to patch, upgrade, and manage a virtual environment with vSphere 6.7 Identify key factors related to a vSphere design Mitigate security risks and meet compliance requirements in a vSphere design Create a vSphere conceptual design by identifying technical and business requirements Map the logical resource design into the physical vSphere design Create professional vSphere design documentation Who this book is for This Learning Path is for administrators, infrastructure engineers, consultants, and architects who want to design virtualized data cent...
    Note: Online resource; Title from title page (viewed November 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839212451
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 55 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Master Blockchain fundamentals, the Blockchain architecture, and various Blockchain use cases. About This Video Gain a strong understanding of what Blockchain is Understand how Blockchain is used in various industry sectors Master the process you'll need to use to design a Blockchain solution. Understand the Blockchain architecture Understand Blockchain smart contracts Work through smart contract use cases and applications in order to explain how they're used in real-world scenarios In Detail Welcome to the Complete Blockchain Professional Course. People have heard about Blockchain, but they don't know what it is. This course has been designed to give you a thorough understanding of how the Blockchain technology is used as a solution to various industry-wide problems. This very comprehensive course explains all the Blockchain basics in an easy-to-understand way. In this course, we cover: How a Blockchain transaction works Types of Blockchain on the market Consensus Blockchain mechanisms Industry challenges facing Blockchain Blockchain architectures Various Blockchain solutions such as Ethereum, Hyperledger, Bitcoin, Cords, Quorum, Multichain, and EOS Different types of Blockchain consensus algorithm such as Proof of Work, Proof of Stake. and Delegated Proof of Stake. Forming your own Blockchain solutions Blockchain smart contracts Smart contract use cases and applications, and how they are used in real-world scenarios Cryptocurrencies such as Bitcoin, Ethereum, and many more Introductions to DAG, Hedra Hashgraphs, and future developments To promote interactivity and clarity, we have provided various quizzes as a part of the modules; you will be able to master all important Blockchain-related topics. If you are passionate about Blockchain, then this course is for you!
    Note: Online resource; Title from title screen (viewed August 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Language: English
    Pages: 1 online resource (370 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Learn through hands-on exercises covering a variety of topics including data connections, analytics, and dashboards to effectively prepare for the Tableau Desktop Certified Associate exam Key Features Prepare for the Tableau Desktop Certified Associate exam with the help of tips and techniques shared by experts Implement Tableau's advanced analytical capabilities such as forecasting Delve into advanced Tableau features and explore best practices for building dashboards Book Description The Tableau Desktop Certified Associate exam measures your knowledge of Tableau Desktop and your ability to work with data and data visualization techniques. This book will help you to become well-versed in Tableau software and use its business intelligence (BI) features to solve BI and analytics challenges. With the help of this book, you'll explore the authors' success stories and their experience with Tableau. You'll start by understanding the importance of Tableau certification and the different certification exams, along with covering the exam format, Tableau basics, and best practices for preparing data for analysis and visualization. The book builds on your knowledge of advanced Tableau topics such as table calculations for solving problems. You'll learn to effectively visualize geographic data using vector maps. Later, you'll discover the analytics capabilities of Tableau by learning how to use features such as forecasting. Finally, you'll understand how to build and customize dashboards, while ensuring they convey information effectively. Every chapter has examples and tests to reinforce your learning, along with mock tests in the last section. By the end of this book, you'll be able to efficiently prepare for the certification exam with the help of mock tests, detailed explanations, and expert advice from the authors. What you will learn Apply Tableau best practices to analyze and visualize data Use Tableau to visualize geographic data using vector maps Create charts to gain productive insights into data and make quality-driven decisions Implement advanced analytics techniques to identify and forecast key values Prepare customized table calculations to compute specific values Answer questions based on the Tableau Desktop Certified Associate exam with the help of mock tests Who this book is for This Tableau certification book is for business analysts, BI professionals, and data analysts who want to become certified Tableau Desktop Associates and solve a...
    Note: Online resource; Title from title page (viewed December 24, 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: 9781838989231
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 54 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn about Solidity, smart contracts, Truffle, Ganache, Ethereum Blockchain programming, cryptocurrency, DApps, IPFS, and the Remix IDE About This Video Learn the essentials of the Ethereum blockchain Understand basic and advanced concepts of the Solidity language Learn how to deploy your DApp using Heroku In Detail For the past couple of years, there has been no bigger breakthrough in the IT world than Blockchain technology. The extremely fast growth of the industry, market, and the technology itself has led to an enormous shortage of programmers who truly understand the blockchain technology. Along with the latter, smart contracts have also emerged-and with them, Solidity. The aim of this course is to give you the easiest and the best route to becoming a blockchain developer. We will be focusing on smart contract development with Solidity in the Ethereum ecosystem. You will learn to create your first smart contracts in the Ethereum blockchain-even if you are a complete beginner and know nothing about programming or Solidity. The author will show you how to create your first smart contracts with Remix, the online IDE, and we will go through all the features that Solidity gives us as a programming language. You will also be able to set up your environment to start coding with Solidity on your local machine. The author will show you what settings and configurations he used to set up VSCode and how to successfully install Truffle on Windows. After that, he will teach you the basics of the Truffle Framework and how to make it work with Ganache as your own private Ethereum blockchain network. We will also test out our Solidity smart contract behavior by unit testing with Chai and Mocha. If you are a serious developer, you need to know that your code is working the way you expect it to. When you are finished, you will be able to create your own first decentralized application with Solidity and Truffle. While other courses are filled in with unnecessary information that makes them hard to navigate through and leave you confused, this course will take you step-by-step from a complete beginner to a master of Solidity and smart contract creation in the Ethereum ecosystem.
    Note: Online resource; Title from title screen (viewed November 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (474 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Deploy, orchestrate, and monitor serverless applications using Kubernetes Key Features Get hands-on experience with frameworks, such as Kubeless, Apache OpenWhisk, and Funktion Master the basics of Kubernetes and prepare yourself for challenging technical assessments Learn how to launch Kubernetes both locally and in a public cloud Book Description Kubernetes has established itself as the standard platform for container management, orchestration, and deployment. By learning Kubernetes, you'll be able to design your own serverless architecture by implementing the function-as-a-service (FaaS) model. After an accelerated, hands-on overview of the serverless architecture and various Kubernetes concepts, you'll cover a wide range of real-world development challenges faced by real-world developers, and explore various techniques to overcome them. You'll learn how to create production-ready Kubernetes clusters and run serverless applications on them. You'll see how Kubernetes platforms and serverless frameworks such as Kubeless, Apache OpenWhisk and OpenFaaS provide the tooling to help you develop serverless applications on Kubernetes. You'll also learn ways to select the appropriate framework for your upcoming project. By the end of this book, you'll have the skills and confidence to design your own serverless applications using the power and flexibility of Kubernetes. What you will learn Deploy a Kubernetes cluster locally with Minikube Get familiar with AWS Lambda and Google Cloud Functions Create, build, and deploy a webpage generated by the serverless functions in the cloud Create a Kubernetes cluster running on the virtual kubelet hardware abstraction Create, test, troubleshoot, and delete an OpenFaaS function Create a sample Slackbot with Apache OpenWhisk actions Who this book is for This book is for software developers and DevOps engineers who have basic or intermediate knowledge about Kubernetes and want to learn how to create serverless applications that run on Kubernetes. Those who want to design and create serverless applications running on the cloud, or on-premise Kubernetes clusters will also find this book useful.
    Note: Online resource; Title from title page (viewed November 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838981143
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 56 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Become a browser automation master with Selenium WebDriver, JavaScript, and Node.js About This Video This is a professional course on Selenium and UI automation tests All you need to take this course is basic JavaScript knowledge Go from a complete Selenium Framework newbie to a master of browser automation In Detail Do you want to master Selenium and browser automation? Do you want to create scripts so you can automate boring tasks or test your web applications? If the answer is yes, then this course is for you. The author will take you from a complete Selenium Framework newbie to a master of browser automation. Here is what you are going to gain from enrolling in this course: From the very first lecture, you'll learn how to use Selenium with JavaScript. We won't waste any time with boring lectures with slides. We start practicing right away, which is the best way to learn in my experience. After that, the author will show you how you can set up Selenium WebDriver with all the settings you need. With the practices he has prepared for you, he shows you how you can handle all kinds of form inputs and how to find elements on your web page as easily as possible. He teaches you about CSS and XPATH selectors, ways to find elements on web pages. Debugging is a very important skill for every programmer, so we are not going to avoid that topic. In the lectures he also shows you how you can debug your code in order to understand why you don't get the results you wanted. In the last section, he shows you how, even if you have no programming skills, you can record actions to be performed on web pages with the Selenium IDE Recorder and how to use custom variables in those recordings. When you have finished this course, you will be able to automate, scrape, and test any website Now, because he wants his students to always feel comfortable when they make a purchase, he has uploaded multiple free videos for you to view at any time.
    Note: Online resource; Title from title screen (viewed November 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839218736
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 42 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Your guide to practice and learn to excel in Word 2019. About This Video Learn to get started with Word 2019 A practical tutorial designed for beginners. In Detail Microsoft Word remains one of the most popular business tools and rightly so. Businesses around the world continue to rely on Word as their go-to for word processing. Yet Microsoft Word training often takes a back seat. The big secret about Microsoft Word is that using it the right way can save you hours of time and help you produce more impactful documents and reports. It's likely your currently using less than 20% of the functionality that Microsoft Word currently offers. Unlocking that 80% could have a huge impact on your productivity and career. In this in-depth Word 2019 course from Simon Sez IT, we not only teach you the most business-relevant features of Microsoft Word, you then get to put into practice what you learn through exercises at the end of each chapter.
    Note: Online resource; Title from title screen (viewed September 26, 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...