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  (177)
  • [Erscheinungsort nicht ermittelbar] : Packt Publishing  (158)
  • [Erscheinungsort nicht ermittelbar] : Pearson Education India  (10)
  • [Erscheinungsort nicht ermittelbar] : Manning Publications  (9)
Datasource
Material
Language
Years
  • 1
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (280 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Machine Learning for Business teaches business-oriented machine learning techniques you can do yourself. Concentrating on practical topics like customer retention, forecasting, and back office processes, you'll work through six projects that help you form an ML-for-business mindset. To guarantee your success, you'll use the Amazon SageMaker ML service, which makes it a snap to turn your questions into results.
    Note: Online resource; Title from title page (viewed January 1, 2020)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    ISBN: 9781617296277
    Language: English
    Pages: 1 online resource (304 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Unit Testing Principles, Patterns and Practices teaches you to design and write tests that target the domain model and other key areas of your code base. In this clearly written guide, you learn to develop professional-quality test suites, safely automate your testing process, and integrate testing throughout the application life cycle. As you adopt a testing mindset, you'll be amazed at how better tests cause you to write better code.
    Note: Online resource; Title from title page (viewed January 13, 2020)
    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: 9781838982652
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 31 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Work with Tables, Partition, Indexes, Encryption, and Database Administration - in the AWS Cloud with AWS DynamoDb About This Video Learn with the help of demo tutorials Become an expert in AWS DynamoDB with this step-by-step tutorial In Detail With a rise in the demand for database administrators, there is already a serious shortage of hirable talent. Simply put, there's a massive opportunity for you to get equipped with the right skillset so that you can join talent-hungry large fintech companies or startups and be at the forefront of global innovation. You can even launch unique businesses or application development services for the next generation or enjoy plush paying cool projects powered by DynamoDB database. Whatever your choice may be, AWS DynamoDB will be your key to financial success and the growth of the community as a whole! Why AWS DynamoDB? Over the years, NoSQL databases have gained high popularity. DynamoDB is a trending NoSQL database that can be used for a variety of application workloads. Be it a web application, a backend application, or a mobile application, DynamoDB can offload all your administrative work, as it is completely managed by AWS. Most companies use DynamoDB to power their products at scale, and a huge number of AWS customers use it for mobile, web, gaming, ad tech, IoT, and many other applications that require a low-latency data access. Furthermore, big companies like Netflix, Expedia, Comcast, and Redfin use DynamoDB as their NoSQL database storage. Now you know why it's important to learn DynamoDB! What sets us apart? This AWS DynamoDB course does not assume any expertise in databases. We give you step-by-step instructions, handholding you through all the exercises, so you can follow along and understand exactly how DynamoDB and NoSQL databases come together. Practical demo tutorials: Where most courses simply bombard you with dense theory and set you on your way, we believe in developing a deep understanding of not only what you're doing, but also why you're doing it. This course focuses on building your understanding of the inner working of DynamoDB. Real-world knowledge: This course is designed to pass on our experience of working with real startups and projects, along with insights into the problems that engineers and architects face. Each module is comprised of in-depth demos and walkthroughs to help you develop the skills to build your own application powered by DynamoDB. Practice truly does make per...
    Note: Online resource; Title from title screen (viewed July 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    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 ...
  • 5
    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 ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839216244
    Language: English
    Pages: 1 online resource (1 video file, approximately 11 hr., 53 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Use Photoshop to create Facebook ads, Instagram posts, newsletters, YouTube thumbnails, CVs, business cards, and more! About This Video Practical Photoshop techniques that can be immediately applied Graphic Design skills that are frequently needed in all manner of projects You'll create, from scratch, Facebook ads, Instagram posts, YouTube thumbnails, newsletters, CVs, business cards, and much more Professional Photoshop workflows that you can immediately incorporate into your projects In Detail This course is a must for everyone who needs any type of graphics for their business or career. You'll learn how to create all sort of designs that are very much required in today's digital age: Clickable Facebook ads Instagram posts that will get you tons of likes YouTube thumbnails that will get you clicks Newsletters that will improve your open-rate and click-through rate CVs (résumés) that will get you hired or promoted Business cards that will make a lasting impression Logo design principles that will leave you shocked! Beautiful cover images for your social media profiles All these projects will be done in Photoshop, but the great thing about it is you don't need any serious experience with it. If you have a very basic understanding of the program, this course will teach you everything you need to know. If, however, you have never opened Photoshop and have no clue about it, then this course may not be for you. Photoshop is not just about manipulating photos, making your waist smaller, or removing acne! Through this course, you'll learn how to use it like the powerful tool it is, and you'll be able to supercharge your career or personal projects.
    Note: Online resource; Title from title screen (viewed November 22, 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
    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 ...
  • 8
    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 ...
  • 9
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838826864
    Language: English
    Pages: 1 online resource (1 video file, approximately 34 hr., 4 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Master Node.js to build REST APIs, GraphQL APIs, add authentication, use MongoDB, SQL, and much more! About This Video If you have no Node.js experience, you'll love this course because it starts with zero knowledge assumed. It's the perfect course to become a Node.js developer If you have basic Node.js experience, this course will help you get insights into the basic modules quickly and delve into advanced topics covered in the course In Detail Join the most comprehensive Node.js course. Node.js is probably the most popular and modern server-side programming language you can learn these days! Node.js developers are in high demand as this language is used for everything from traditional web apps with server-side rendered views over REST APIs through to GraphQL APIs and real-time web services. Not to mention its applications in build workflows for projects of all sizes. This course will teach you all of that! Right from scratch with zero prior knowledge assumed. Though if you do bring some knowledge, you'll, of course, be able to quickly jump into the course modules that are most interesting to you. All topics and features of the course will be shown and used in these projects and so you'll learn about them in a realistic environment. Here's what you'll learn in this course: Node.js basics and basic core modules, parsing requests and sending responses Rendering HTML dynamically (on the server) and using Express.js Working with files and generating PDFs on the server (on-the-fly) File upload and download and using the Model-View-Controller (MVC) pattern Using Node.js with SQL (MySQL), Sequelize, NoSQL (MongoDB), and Mongoose Working with sessions and cookies, user authentication, and authorization Sending e-mails, validating user input, and data pagination Handling payments with Stripe.js and building REST APIs Authentication and file upload in REST APIs Building GraphQL APIs and authentication in GraphQL APIs File upload in GraphQL APIs Building a real-time Node.js app with WebSocket Automated testing (unit tests) and deploying a Node.js application Prerequisites: - No Node.js knowledge is required at all No other programming language knowledge (besides JavaScript, see next point) is required Basic JavaScript knowledge is assumed though you should at least be willing to pick it up whilst going through the course. A JS refresher module exists to get you up to the speed with the latest syntax quickly Basic HTML with CSS knowledge will be helpful ...
    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 ...
  • 10
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson Education India | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (576 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: Project Management Professional (PMP®) is a credential oered by the Project Management Institute (PMI®). Both government and private organizations employ PMP® certied project managers in an attempt to improve the success rate of projects in all areas.
    Note: Online resource; Title from title page (viewed June 30, 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: 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 ...
  • 12
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838987183
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 5 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Create stunning user interfaces across all Apple platforms with Swift 5 About This Video The flow of the course is simple and you will enjoy how complex concepts were taught in a logical sequence. In Detail Apple has just announced the biggest thing since Swift, and it is aptly named, SwiftUI. Apple changed the game with the release of Swift 5 years ago. It has helped millions of developers create amazing apps with easy to learn yet powerful clean code. SwiftUI brings that same ideal to the visual side of apps. SwiftUI helps developers by binding their User Interfaces with their data. When the data changes, so does the UI. When the UI changes, so does the data. SwiftUI is also incredibly reusable. Views you create can be reused time and time again. SwiftUI is also baked into the new Xcode 11 and uses Previews to show you in REAL TIME how your code changes will effect the look of your app. In this course we'll cover: Your First SwiftUI App Xcode Previews Views Deep Dive Data and SwiftUI Accessibility Drawing and Animation SwiftUI for MacOS, WatchOS, and tvOS SwiftUI In Existing Projects Come join and learn the biggest developer tool released since Swift! Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/SwiftUI---Build-Beautiful-Robust-Apps . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839215803
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 22 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Boost your productivity by discovering the power of OneNote About This Video Discover exciting features for OneNote 2016 Learn and understand how to use the OneNote interface In Detail In today's information-driven world, effective management of your information is crucial. Microsoft OneNote 2016 for beginners is for those with no previous experience, or upgrading from a previous version of OneNote. This 6-hour course includes: Covers exciting features new for OneNote 2016. A complete explanation of the toolbars and interface. Discover how to use the OneNote interface. Organize notes and other information into a virtual junk drawer. Explore the Ribbon interface and how to work with touch devices. Learn how to create and manage notes. Discover how to effectively insert images and screen clippings. Explore the benefits of using tables to help organize your information. Discover how to protect your notes. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Microsoft-OneNote-2016 . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed August 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838986742
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 18 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Prove your Azure Architect Technology skills to the world About This Video Become a Microsoft Azure superhero! Prepare confidently with the complete AZ-300 Technologies course Benefit from this updated course as Microsoft changes the exam requirements over time In Detail Microsoft Azure skills are in high demand in the current business marketplace. With more than 100 data centers across 50+ regions, Microsoft is one of the largest data centers in the world. Microsoft has three certification tests around Azure, and passing the AZ-300 exam gives you the Microsoft Specialist: Architecting Microsoft Azure Solutions certification. In this complete preparation course for Exam AZ-300: Microsoft Azure Architect Technologies, you'll be taken through the requirements of the new AZ-300 exam section by section. While the technology world is full of buzzwords and flavors of the month, the cloud is a real paradigm shift in the way solutions are designed and architected. There are numerous reasons why you should include Azure cloud technology in the design of your solution-cost savings being the most appealing for businesses. Some companies spend millions of dollars every month on their IT infrastructure, and every few years that hardware needs to be repaired and upgraded. Being able to reduce capital investment and essentially rent powerful equipment on-demand makes way for cost savings. Along with it, you have the scalability, flexibility, and worldwide reach of the cloud. This course will help you get to grips with all that you need to pass the exam and achieve the certification. Moreover, you'll also find additional web-based resources in each section to help you do further research and expand your knowledge beyond the requirements of the exam. With lifetime access, this course will be ready for you when you are ready to take the exam. Enroll today! Microsoft, Windows, and Microsoft Azure are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. This course is not certified, accredited, affiliated with, nor endorsed by the Microsoft Corporation. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/AZ-300-Azure-Architecture-Technologies-Certification-Exam . If you require support please email: customercarepackt.com.
    Note: Online resource; Title from title screen (viewed May 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838982829
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 hr., 52 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: SQL skills are in demand. Learn to master SQL using MySQL. Become a SQL Guru today! About This Video Learn to aggregate and analyze data using SQL functions Get up to speed with SQL using MySQL In Detail SQL is the programming language used to get data in and out of databases. Relational databases are extremely popular with companies of all sizes. Employers are also constantly searching for people with SQL skills, which is ideal if you're looking to pursue a career in this domain. In this course, you will learn how to use SQL using the MySQL relational database - one of the most popular databases in the world. You'll start by installing MySQL workbench on your computer. Next, you'll understand how to import the famous MySQL employee database into your MySQL database. Gradually, you'll get hands-on with generating SQL reports, before going on to exploring all about SQL join statements. In addition to this, you'll create table joins using database tables with millions of records. You'll discover how easy it is to use SQL to update one record or multiple records in the database. As you progress, you'll delve into using SQL sub-selects and writing advanced SQL reports against an e-commerce database. Later, you'll focus on what database transactions are, and the tools you have to control them with MySQL. The course will then take you through using SQL to create tables in your MySQL database. You'll also learn the MySQL syntax to alter existing database tables. Finally, you'll tackle challenging real-world-style assignments for SQL reporting and database maintenance tasks, along with using SQL views for common reports. By the end of this course, you will be well-versed with SQL and have the skills to use it effectively for your database management needs. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/SQL-Beginner-to-Guru-MySQL-Edition---Master-SQL-with-MySQL . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed May 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838985547
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 6 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Prove your Azure admin infrastructure and deployment skills to the world About This Video Prepare thoroughly for the new Exam AZ-103 exam: Microsoft Azure Administrator Includes the complete AZ-100 course along with all the requirements of the AZ-103 exam In Detail Most companies are now implementing or investigating how to implement cloud technologies within their operations. With 75% growth in the last fiscal quarter, Microsoft Azure still has a lead over Amazon AWS. Get ahead of the curve by getting Azure-certified and prepare to advance your career. Having Azure skills on your resume will help you get picked by hiring managers and can even make way for a promotion. Microsoft's exam AZ-103: Microsoft Azure Administrator will validate your Azure management skills. This course covers the requirements for exam AZ-103 in depth, taking you through Azure subscriptions and resources, implementing storage, deploying and managing virtual machines (VMs), configuring virtual networks, and managing identities. Each of the topics that Microsoft tests for in the exam are covered in this course. Enroll today and get lifetime access to the course, so you can prepare at your own pace. Microsoft, Windows, and Microsoft Azure are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. This course is not certified, accredited, affiliated with, nor endorsed by the Microsoft Corporation. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/AZ-103-Azure-Administrator-Exam-Certification-Plus-AZ-100- . If you require support please email: customercarepackt.com.
    Note: Online resource; Title from title screen (viewed May 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    ISBN: 9781617295744
    Language: English
    Pages: 1 online resource (448 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: WebAssembly in Action teaches you how to write and run high-performance browser-based applications using C++ and other languages supported by WebAssembly. In it, you'll learn to create native WebAssembly modules, interact with JavaScript components, and maximize performance with web workers and pthreads. And you'll love how the clearly organized sections make it a breeze to find the important details about every function, feature, and technique.
    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 ...
  • 18
    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 ...
  • 19
    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 PHP programming Key Features Ideal for the PHP beginner who is getting started for the first time Complete step-by-step exercises and open-ended activities to help build and reinforce 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 PHP 7, and a smarter way to learn PHP development is to learn by doing. The PHP Workshop focuses on building up your practical skills so that you can develop cutting-edge, high-performance web applications. It's ideal if you're looking to work with an existing application, or even develop your own side project with a PHP framework like Laravel. You'll learn from real examples that lead to real results. Throughout The PHP Workshop, you'll take an engaging step-by-step approach to understanding PHP 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 third-party libraries. 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 PHP 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. It's a premium learning experience that's included with your printed copy. To redeem, follow the instructions located at the start of your PHP guide. Fast-paced and direct, The PHP Workshop is the ideal companion for PHP 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 PHP 7 Work with PHP MySQL databases and build dynamic applications Learn how to compile logical errors and handle exceptions in your programs Explore how PHP unit testing can help create a bug-free development process Integrate third-party packages into your applications Connect external web services to your applications with tools like Guzzle Who this book is for Workshops are ideal for f...
    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 ...
  • 20
    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 ...
  • 21
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839216732
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 30 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Master Excel 2016 for complete beginners in this helpful, info-packed video course About This Video Learn the new features in Microsoft Excel 2016 in a step-by-step format A practical course (with exercise files) to help you learn and use Excel 2016 In Detail This course assumes you've never worked with Microsoft Excel in your life, or you are upgrading from a previous version. Your professional trainer will start you at the very beginning: installing the program, creating your first workbook, and entering data. Before you know it, you'll be using Excel 2016 like a pro, including its advanced functions. You will have the expertise you need to impress the boss at work. You can also use this essential application to accomplish all kinds of tasks for your personal life or business. This course starts with where to find Microsoft Excel and installing the program. Then you learn, step-by-step, simple 1-2-3 methods for getting up-and-running with Excel 2016. It's important to note that we don't assume you know anything about Excel 2016. We start from the basics. After installation, we discuss what is new with 2016, using the touchscreen, opening a workbook, and how to use Help to get additional answers when you need them. Then we show you how to personalize Excel for your own use with exciting Excel options. We discuss all the ribbons and toolbars, entering and editing data, backup and recovery, fills and series, and printing your projects. We also work with worksheets and formulas/functions. Upon completion of this course, you will know the essentials of Microsoft Excel 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-Excel-Beginners-2016 . If you require support please email: customercarepackt.com
    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 ...
  • 22
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (674 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Perform advanced data manipulation tasks using pandas and become an expert data analyst. Key Features Manipulate and analyze your data expertly using the power of pandas Work with missing data and time series data and become a true pandas expert Includes expert tips and techniques on making your data analysis tasks easier Book Description pandas is a popular Python library used by data scientists and analysts worldwide to manipulate and analyze their data. This book presents useful data manipulation techniques in pandas to perform complex data analysis in various domains. An update to our highly successful previous edition with new features, examples, updated code, and more, this book is an in-depth guide to get the most out of pandas for data analysis. Designed for both intermediate users as well as seasoned practitioners, you will learn advanced data manipulation techniques, such as multi-indexing, modifying data structures, and sampling your data, which allow for powerful analysis and help you gain accurate insights from it. With the help of this book, you will apply pandas to different domains, such as Bayesian statistics, predictive analytics, and time series analysis using an example-based approach. And not just that; you will also learn how to prepare powerful, interactive business reports in pandas using the Jupyter notebook. By the end of this book, you will learn how to perform efficient data analysis using pandas on complex data, and become an expert data analyst or data scientist in the process. What you will learn Speed up your data analysis by importing data into pandas Keep relevant data points by selecting subsets of your data Create a high-quality dataset by cleaning data and fixing missing values Compute actionable analytics with grouping and aggregation in pandas Master time series data analysis in pandas Make powerful reports in pandas using Jupyter notebooks Who this book is for This book is for data scientists, analysts and Python developers who wish to explore advanced data analysis and scientific computing techniques using pandas. Some fundamental understanding of Python programming and familiarity with the basic data analysis concepts is all you need to get started with this book.
    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 ...
  • 23
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (336 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Programming with Types teaches type-based techniques for writing software that's safe, correct, easy to maintain, and practically self-documenting. Designed for working developers, this clearly written tutorial sticks with the practical benefits of type systems for everyday programming tasks. Following real-world examples coded in TypeScript, you'll build your skills from primitive types up to more-advanced concepts like functors and monads.
    Note: Online resource; Title from title page (viewed November 20, 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
    ISBN: 9781838987558
    Language: English
    Pages: 1 online resource (1 video file, approximately 12 hr., 55 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Advanced Tutorial to Learn essential skills needed to transform your career from QA Engineer to SDET/Test Architect About This Video This course provides a lot of real-world experience by giving good examples with Selenium Grid, Automation Testing concepts, Test Infrastructure, Jenkins and other interesting things. In Detail If you have a passion to take up your Automation career to the next level? If yes then join me on this journey. The one and only Best "Full Stack QA tutorial" which touches upon technical challenges in every phase of Automation by providing smart solutions using latest technologies like Dockers, Jackson API, Jenkin Pipelines, Data Structures using Java Streams, Window Batch Scripting, Database readers, GIt and many more! After successful course completion, you should be able to apply for any Test Architect /SDET positions or lead the Challenging Automation projects from Scratch. Below are in detail Scenarios we are going to cover in this Tutorial Dockerization, integrating Selenium Grid with Docker, Building JSON/XML from database results, Parsing JSON into Java objects with Jackson API, Jenkins pipeline Scripting for CI/CD, Dynamically monitoring Server Logs with Java, Windows Batch job scripting, Data provider to Excel Integration, Java streams, Lambda expressions, GIT version control system and many more, 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/SDET-Test-Architect-Essentials--Road-to-Full-stack-QA . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    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 ...
  • 26
    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 ...
  • 27
    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 ...
  • 28
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (626 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Get started with C++ programming by learning how to build applications using its data structures and algorithms Key Features Explore data structures such as arrays, stacks, and graphs with real-world examples Study the trade-offs between algorithms and data structures and discover what works and what doesn't Discover how techniques such as bloom filters and multi-way heaps boost real-world applications Book Description C++ is a mature multi-paradigm programming language that enables you to write high-level code with a high degree of control over the hardware. Today, significant parts of software infrastructure, including databases, browsers, multimedia frameworks, and GUI toolkits, are written in C++. This book starts by introducing C++ data structures and how to store data using linked lists, arrays, stacks, and queues. In later chapters, the book explains the basic algorithm design paradigms, such as the greedy approach and the divide-and-conquer approach, which are used to solve a large variety of computational problems. Finally, you will learn the advanced technique of dynamic programming to develop optimized implementations of several algorithms discussed in the book. By the end of this book, you will have learned how to implement standard data structures and algorithms in efficient and scalable C++ 14 code. What you will learn Build applications using hash tables, dictionaries, and sets Explore how modern hardware affects the actual run-time performance of programs Apply common algorithms such as heapsort and merge sort for string data types Use C++ template metaprogramming to write code libraries Implement a URL shortening service using a bloom filter Use appropriate modern C++ idioms such as std:: array instead of C-style arrays Who this book is for This book is for developers or students who want to revisit basic data structures and algorithm design techniques. Although no mathematical background is required, basic knowledge of complexity classes and Big O notation along with a qualification in an algorithms course will help you get the most out of this book. Familiarity with C++ 14 standard is assumed.
    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 ...
  • 29
    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 ...
  • 30
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839215070
    Language: English
    Pages: 1 online resource (1 video file, approximately 30 hr., 37 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn Unity Android game development with C# and Unity About This Video Build Android mobile games with the Unity Game Engine Publish games on the Google Play store In Detail Building Android-based games is made easier with this course that focuses on the fundamentals of Unity Android game development. Starting with the installation of the Java Development Kit and Android SDK, you later go on to discover the various Unity features and how to use them. By creating example games, you'll get hands-on with the process of creating immersive mobile Android games using Unity. You'll not only understand how to build the games but also publish them on the Google Play store. The course will even introduce you to aspects that will help you make your games more exciting such as developing achievement unlock systems. By the end of this course, you will have comprehensive insights into Unity, along with the skills you need to build robust 2D and 3D games. 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/Unity-Android-Game-Development-Build-7-2D-and-3D-Games . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 24, 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
    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 ...
  • 32
    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 ...
  • 33
    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 ...
  • 34
    ISBN: 9781838641917
    Language: English
    Pages: 1 online resource (810 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Cut through the noise and get real results with a step-by-step approach to beginner JavaScript development Key Features A structured, straightforward introduction to JavaScript for beginners A JavaScript tutorial with step-by-step 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 JavaScript, and a smarter way to learn JavaScript is to learn by doing. The JavaScript Workshop focuses on building up your practical skills so that you can develop cutting-edge applications for web, mobile and desktop users. Alongside knowledge of HTML and CSS, JavaScript is a key skill for those looking to enter professional web development. You'll learn from real examples that lead to real results. Throughout The JavaScript Workshop, you'll take an engaging step-by-step approach to understanding JavaScript code. 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 functional 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 print copy of The JavaScript 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 JavaScript book. Fast-paced and direct, The JavaScript Workshop is the ideal companion for JavaScript beginners. You'll build and iterate on your JavaScript coding skills like a real 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 you can work with JavaScript to develop for the modern web Discover ways to write clean and maintainable JavaScript code Learn how to use unit testing to write bug free and stable JavaScript code Simplify your workflow with package managers like Gulp, Grunt...
    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 ...
  • 35
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838983291
    Language: English
    Pages: 1 online resource (1 video file, approximately 24 hr., 10 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn HTML, CSS, Responsive Design, Flexbox & Grid, Bootstrap, Javascript, API'S, Node, Express, Mongo and so much more! About This Video Learn everything you need to become a full-stack web development in one course All concepts are clearly explained and beginner-friendly, from your first line of HTML code to pushing more complex projects to production In Detail If you are an aspiring web developer or have a little experience, then this is the only course you will need! This course has been designed to give you a structured learning journey, teaching all the skills you need to build full-stack web applications! We begin with a little background into HTML, what it is, and how it came about. Then we take a deep dive into learning about how to use HTML, learning things such as Setting up an HTML project, HTML Structure, Headings, Div and span elements, Adding text and links, Formatting text, Lists, Images, Semantic elements and so on and will move onto styling with CSS. We then take the project even further by learning all about responsive design to make your websites look great on all size devices. Then onto the CSS Flexbox and CSS Grid. After this, we learn about the responsive Bootstrap 4 framework. The next sections will be teaching you all about Javascript, API'S and fetching data and a lot more. We round things off by building a full-stack application called 'Let's travel!'. This is a big project, which is a fun, yet challenging hotel booking project.
    Note: Online resource; Title from title screen (viewed November 28, 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: 9781839210495
    Language: English
    Pages: 1 online resource (1 video file, approximately 31 hr., 30 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Protect yourself from hackers and cyber attacks. Master penetration testing + build security and coding tools with Python. About This Video Kali Linux tools Basic Linux commands Fundamental ethical hacking attacks and protection methods Learn Metasploit and Python In Detail This course is highly practical and 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 that you can practice all the skills and techniques you learn in real-time. You'll start by setting up an ethical hacking lab on your computer. Here you can put the theory you learn to the test and have a safe space to practice using hacking tools and attacks. We'll experience real-time hacking examples and learn how to protect ourselves against these attacks at the same time! In this course, you'll learn: How hackers launch attacks on different systems, computers, users, websites, and wireless networks What tools hackers use, why, and how they work How to protect yourself (or your clients!) against these attacks How to build your security and hacking tools with Python-from scratch and with no programming experience necessary! How to create your own ethical hacking tool portfolio. In the relevant sections, you'll learn about subjects such as Kali Linux, Wireshark, Maltego, net discover, MSFC, Trojan, Backdoor, Veil, Metasploitable, SQLi, MITMf, Crunch, Meterpreter, Beef, Apache, Nmap, SQLMap, Python, Socket, Scapy, Pynput, Keylogger, and more. We start with practical information without excessive detail and progress accordingly without neglecting the theory at the end.
    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 ...
  • 37
    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 ...
  • 38
    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 ...
  • 39
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839210204
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 36 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: The drop-dead simple method to master QuickBooks Pro in this comprehensive course bundle. About This Video Instantly create accurate bookkeeping documents: estimates, invoices, statements, deposits, etc Make sense of your financial reports and easily reconcile bank statements In Detail As a business owner/accountant, you know the value of accurate, easily accessible records. In today's fast-paced marketplace, you need to know your business' financial status at the click of a button. With this easy-to-follow QuickBooks 2019 course, you can avoid many common accounting mistakes and stay abreast of your company's financial health. One of the world's most popular accounting programs, QuickBooks is geared towards small business owners who don't have formal accounting training. However, you still need training to get the best results from this powerful software tool. With this convenient course, you can feel confident using this essential financial management tool. We give you in-depth information you can use to tailor this accounting system to meet your unique needs. You'll discover comprehensive chapters about working with customers/jobs, vendors, items/inventory, registers, and more! With all your sales, revenue, profit, and customer/vendor data at your fingertips in QuickBooks 2019, you can make data-driven decisions at the speed of business. This course takes the headaches out of tax season by helping you create comprehensive categorized income/expense reports. You'll even find out how to track loans, credit cards, and sales tax - and customize forms/reports for easy access and analysis.
    Note: Online resource; Title from title screen (viewed August 13, 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
    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 ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    ISBN: 9781617295874
    Language: English
    Pages: 1 online resource (568 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Practical Data Science with R, Second Edition is a task-based tutorial that leads readers through dozens of useful, data analysis practices using the R language. By concentrating on the most important tasks you'll face on the job, this friendly guide is comfortable both for business analysts and data scientists. Because data is only useful if it can be understood, you'll also find fantastic tips for organizing and presenting data in tables, as well as snappy visualizations.
    Note: Online resource; Title from title page (viewed December 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson Education India | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (544 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: The Second edition of Principles of Management uses contemporary, real-world examples and the latest pedagogical tools to showcase, how management concepts and practices can be utilized to achieve personal and business excellence.
    Note: Online resource; Title from title page (viewed June 30, 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 (550 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Explore the latest ethical hacking tools and techniques in Kali Linux 2019 to perform penetration testing from scratch Key Features Get up and running with Kali Linux 2019.2 Gain comprehensive insights into security concepts such as social engineering, wireless network exploitation, and web application attacks Learn to use Linux commands in the way ethical hackers do to gain control of your environment Book Description The current rise in hacking and security breaches makes it more important than ever to effectively pentest your environment, ensuring endpoint protection. This book will take you through the latest version of Kali Linux and help you use various tools and techniques to efficiently deal with crucial security aspects. Through real-world examples, you'll understand how to set up a lab and later explore core penetration testing concepts. Throughout the course of this book, you'll get up to speed with gathering sensitive information and even discover different vulnerability assessment tools bundled in Kali Linux 2019. In later chapters, you'll gain insights into concepts such as social engineering, attacking wireless networks, exploitation of web applications and remote access connections to further build on your pentesting skills. You'll also focus on techniques such as bypassing controls, attacking the end user and maintaining persistence access through social media. Finally, this pentesting book covers best practices for performing complex penetration testing techniques in a highly secured environment. By the end of this book, you'll be able to use Kali Linux to detect vulnerabilities and secure your system by applying penetration testing techniques of varying complexity. What you will learn Explore the fundamentals of ethical hacking Learn how to install and configure Kali Linux Get up to speed with performing wireless network pentesting Gain insights into passive and active information gathering Understand web application pentesting Decode WEP, WPA, and WPA2 encryptions using a variety of methods, such as the fake authentication attack, the ARP request replay attack, and the dictionary attack Who this book is for If you are an IT security professional or a security consultant who wants to get started with penetration testing using Kali Linux 2019.2, then this book is for you. The book will also help if you're simply looking to learn more about ethical hacking and various security breaches. Although prior knowledge of Kali Linux i...
    Note: Online resource; Title from title page (viewed November 14, 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
    ISBN: 9781789805826
    Language: English
    Pages: 1 online resource (560 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A step-by-step guide that will help you create, share, and deploy applications across your organization using MS PowerApps Key Features Create apps with rich user experiences without paying for costly developers Improve productivity with business process automation using Microsoft Power Automate Build enterprise-grade apps with MS PowerApps' built-in storage space, Common Data Service Book Description Microsoft PowerApps provides a modern approach to building business applications for mobile, tablet, and browser. Learn Microsoft PowerApps will guide you in creating powerful and productive apps that will add value to your organization by helping you transform old and inefficient processes and workflows. Starting with an introduction to PowerApps, this book will help you set up and configure your first application. You'll explore a variety of built-in templates and understand the key difference between types of applications such as canvas and model-driven apps, which are used to create apps for specific business scenarios. In addition to this, you'll learn how to generate and integrate apps directly with SharePoint, and gain an understanding of PowerApps key components such as connectors and formulas. As you advance, you'll be able to use various controls and data sources, including technologies such as GPS, and combine them to create an iterative app. Finally, the book will help you understand how PowerApps can use several Microsoft Power Automate and Azure functionalities to improve your applications. By the end of this PowerApps book, you'll be ready to confidently develop lightweight business applications with minimal code. What you will learn Design an app by simply dragging and dropping elements onto your canvas Understand how to store images within PowerApps Explore the use of GPS and how you can use GPS data in PowerApps Get to grips with using barcodes and QR codes in your apps Share your applications with the help of Microsoft Teams and SharePoint Use connectors to share data between your app and Microsoft's app ecosystem Who this book is for This book is ideal for business analysts, IT professionals, and both developers and non-developers alike. If you want to meet business needs by creating high productivity apps, this book is for you. Don't worry if you have no experience or knowledge of PowerApps, this book simplifies PowerApps for beginners.
    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 ...
  • 45
    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 ...
  • 46
    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 ...
  • 47
    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 ...
  • 48
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789612080
    Language: English
    Pages: 1 online resource (528 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Get up to speed with using C# 8 and .NET Core 3.0 features to build real-world .NET Core applications Key Features Learn the core concepts of web applications, serverless computing, and microservices Create an ASP.NET Core MVC application using controllers, routing, middleware and authentication Build modern applications using cutting-edge services from Microsoft Azure Book Description .NET Core is a general-purpose, modular, cross-platform, and opensource implementation of .NET. The latest release of .NET Core 3 comes with improved performance and security features, along with support for desktop applications. .NET Core 3 is not only useful for new developers looking to start learning the framework, but also for legacy developers interested in migrating their apps. Updated with the latest features and enhancements, this updated second edition is a step-by-step, project-based guide. The book starts with a brief introduction to the key features of C# 8 and .NET Core 3. You'll learn to work with relational data using Entity Framework Core 3, before understanding how to use ASP.NET Core. As you progress, you'll discover how you can use .NET Core to create cross-platform applications. Later, the book will show you how to upgrade your old WinForms apps to .NET Core 3. The concluding chapters will then help you use SignalR effectively to add real-time functionality to your applications, before demonstrating how to implement MongoDB in your apps. Finally, you'll delve into serverless computing and how to build microservices using Docker and Kubernetes. By the end of this book, you'll be proficient in developing applications using .NET Core 3. What you will learn Understand how to incorporate the Entity Framework Core 3 to build ASP.NET Core MVC applications Create a real-time chat application using Azure's SignalR service Gain hands-on experience of working with Cosmos DB Develop an Azure Function and interface it with an Azure Logic App Explore user authentication with Identity Server and OAuth2 Understand how to use Azure Cognitive Services to add advanced functionalities with minimal code Get to grips with running a .NET Core application with Kubernetes Who this book is for This book is for developers and programmers of all levels who want to build real-world projects and explore the new features of .NET Core 3. Developers working on legacy desktop software who are looking to migrate to .NET Core 3 will also find this book useful. Basic knowledge ...
    Note: Online resource; Title from title page (viewed December 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson Education India | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (360 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: "Big Data Simplified blends technology with strategy and delves into applications of big data in specialized areas, such as recommendation engines, data science and Internet of Things (IoT) and enables a practitioner to make the right technology choice. The steps to strategize a big data implementation are also discussed in detail. This book presents a holistic approach to the topic, covering a wide landscape of big data technologies like Hadoop 2.0 and package implementations, such as Cloudera. In-depth discussion of associated technologies, such as MapReduce, Hive, Pig, Oozie, ApacheZookeeper, Flume, Kafka, Spark, Python and NoSQL databases like Cassandra, MongoDB, GraphDB, etc., is also included.
    Note: Online resource; Title from title page (viewed June 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
    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 ...
  • 51
    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 ...
  • 52
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839219474
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 28 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Master the art of test-driven development in Ruby using the popular RSpec Gem. No previous testing experience is needed! About This Video Master the syntax and structure of RSpec, the most popular Ruby Gem for testing Explore the wide collection of RSpec matches available to test your code In Detail This course offers a comprehensive overview of the RSpec testing library for the Ruby programming library. RSpec is the most popular Ruby Gem of all time, with over 300 million downloads to date. If you're new to the topic, testing is the practice of writing code that confirms that other code works as expected. Tests control for regressions, which are changes to the code that break the program. The benefits of testing extend beyond the codebase. Adopting a test-driven approach will also make you a better developer. Tests force you to think critically about a program and its features: classes, objects, methods and more. Testing Ruby with RSpec: The Complete Guide begins with the essentials and proceeds to more complex topics, including: Installation Project initialization Test-Driven Development (TDD) let variables before and after hooks Subjects Shared examples Shared context Built-in matchers Mocks and doubles Instance doubles Class doubles At the completion of this course, you'll have acquired hands-on Ruby testing experience with this awesome RSpec library
    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 ...
  • 53
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838985035
    Language: English
    Pages: 1 online resource (1 video file, approximately 24 hr., 38 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn C# Scripting for Unity Game Development from Absolute Basics and create your own 3D & 2D Games with Unity using C#. About This Video Gain a strong understanding of C# and basic programming concepts Build example games with Unity Learn complex concepts through a simple approach even without previous coding experience In Detail Unity is free, easy to learn, has excellent documentation, and is the game engine used for building modern games. Moreover, the career opportunities in Unity game development are countless and being able to learn C# scripting along with it will further build on your skills. Get off to a steady start in game development with this course that covers all the essential concepts, tools, and functions that you'll need to build fully functional games with C# and the Unity game engine. Starting with the installation of Visual Studio, this course will then take you through different C# language features and how to use them. You'll focus on the fundamentals of the Unity API, along with important object-oriented programming concepts. The course will also equip you with the knowledge you need to create reusable C# scripts. Later, you'll understand all about version control with GitHub, Bitbucket and SourceTree. In addition to this, you'll be able to implement basic artificial intelligence (AI) features in Unity. By the end of this course, you'll be well-versed with C# scripting in Unity, and have developed the skills you need to create intuitive 3D and 2D games. 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/Unity-C-Scripting-Complete-C-For-Unity-Game-Development . 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 ...
  • 54
    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 ...
  • 55
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839218569
    Language: English
    Pages: 1 online resource (1 video file, approximately 11 hr., 55 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In 10 days' you can have your own app in the App Store! Learn how to make apps using Swift 4.2' Xcode 10' and iOS 12 About This Video Build real-world apps so that you can easily master the topics we are learning Discover the essentials of Swift 4.2, Xcode 10 and iOS 12 with hands-on practice to build and publish your apps to the App store Use Swift 4 and Xcode 10 to create iOS 12 apps in 10 days In Detail Looking to get started with creating fun and interactive apps? This course will equip you with the skills you need to create an app and submit it to the App Store in just 10 days. While other courses offer 40+ hours of video content, this quick and engaging course keeps it simple and manageable for beginners. On June 4 2018, Apple announced iOS 12, and the course is based on this latest version. Following a step-by-step approach, you will use Swift 4 and Xcode 10 to create exciting iOS 12 apps. Your ten-day schedule will look like this: Day 1 - Exploring the basics, such as writing your first line of Swift and getting started with Xcode Day 2 - Delving further into Swift and creating a Tip Calculator Day 3 - Learning about Table Views while creating an app to remember jokes - the Joke Bank app Day 4 - Understanding advanced Swift functions, classes, and methods and applying these skills to the Joke Bank App Day 5 - Creating a functional To-Do List app Day 6 - Adding Core Data to your To-Do app to save your items Day 7 - Adding images to an app and allowing users to take a photo Day 8 - Making a Bitcoin Price Tracker that connects with an API to display real-time Bitcoin prices Day 9 - Using the new Core ML 2 to learn the basics of machine learning Day 10 - Submitting your app to the App Store and learning how to make money with iOS This course can be downloaded easily so you can even use it offline. 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-10-Day-iPhone-App-Bootcamp---New-iOS-12-and-Xcode . 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 ...
  • 56
    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 ...
  • 57
    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 ...
  • 58
    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 ...
  • 59
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (336 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Docker in Action, Second Edition teaches you to create, deploy, and manage applications hosted in Docker containers running on Linux. Fully updated, with four new chapters and revised best practices and examples, this second edition begins with a clear explanation of the Docker model. Then, you go hands-on with packaging applications, testing, installing, running programs securely, and deploying them across a cluster of hosts. With examples showing how Docker benefits the whole dev lifecycle, you'll discover techniques for everything from dev-and-test machines to full-scale cloud deployments.
    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 ...
  • 60
    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 ...
  • 61
    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 ...
  • 62
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839217975
    Language: English
    Pages: 1 online resource (1 video file, approximately 17 hr., 27 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn Blender 3D modeling, animation, UV mapping, and texture painting; build game assets; and learn 3D Game Development with Unity About This Video Learn Blender from absolute basics up, and build example 3D models Create a complete 3D game in Unity In Detail Learn the basic concepts, tools, and functions that you will need to build fully functional 3D models with Blender and use them in the Unity 3D game engine. Learning the fundamentals of Blender game design puts a powerful and very useful tool at your fingertips. Blender is free and, easy to learn, has excellent documentation, and is used for 3D modeling and game development. Jobs in Blender 3D modeling & game development are plentiful, and learn 3D Modeling with Blender will give you a strong background so you can more easily build awesome 3D game models. Throughout this course, suitable for novice artists and programmers, you'll learn all of the 3D modeling fundamentals and establish a strong understanding of the concepts behind Blender 3D modeling. 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/Blender-3D-Modeling-and-Animation-Build-20-3D-Projects-in-Blender . 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 ...
  • 63
    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 ...
  • 64
    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 ...
  • 65
    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 ...
  • 66
    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 ...
  • 67
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839212123
    Language: English
    Pages: 1 online resource (1 video file, approximately 38 hr., 57 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn how to build and launch React web applications using React, Redux, Webpack, React-Router, and more! About This Video Build and launch React web applications using React, Redux, Webpack, React-Router Learn the latest React libraries and tools In Detail The Complete React Developer Course (with Hooks and Redux) starts with the fundamentals and covers everything you'll need to build, and launch React web apps. You'll see what it takes to build and launch a React app, from the first line of code to the final production deployment. This course was designed with one goal: to turn you into a professional React developer capable of developing, testing, and deploying real-world production applications. You'll learn React by doing, not watching. From the first videos, you'll build each project and resolve programming challenges designed to test and reinforce what you've learned. Throughout the course you'll build two React web apps: The first app, a decision-making app called Indecision, is our starter application. You'll learn React fundamentals while learning exactly what it takes to get a React app up-and-running. The second app, an expense manager called Budget, has all the features you'd expect from a real application. You'll set up authentication, user accounts, routing, testing, form validation, database storage, and more.
    Note: Online resource; Title from title screen (viewed October 17, 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: 9781838556518
    Language: English
    Pages: 1 online resource (404 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: Get up to speed with a series of performance-enhancing coding techniques and methods that will help you improve the performance of your Unity applications Key Features Optimize graphically intensive games using the latest features of Unity such as Electronic Clearance Service (ECS) and the Burst compiler Explore techniques for solving performance issues with your VR projects Learn best practices for project organization to save time through an improved workflow Book Description Unity engine comes with a great set of features to help you build high-performance games. This Unity book is your guide to optimizing various aspects of your game development, from game characters and scripts, right through to animations. You'll explore techniques for writing better game scripts and learn how to optimize a game using Unity technologies such as ECS and the Burst compiler. The book will also help you manage third-party tooling used with the Unity ecosystem. You'll also focus on the problems in the performance of large games and virtual reality (VR) projects in Unity, gaining insights into detecting performance issues and performing root cause analysis. As you progress, you'll discover best practices for your Unity C# script code and get to grips with usage patterns. Later, you'll be able to optimize audio resources and texture files, along with effectively storing and using resource files. You'll then delve into the Rendering Pipeline and learn how to identify performance problems in the pipeline. In addition to this, you'll learn how to optimize the memory and processing unit of Unity. Finally, you'll cover tips and tricks used by Unity professionals to improve the project workflow. By the end of this book, you'll have developed the skills you need to build interactive games using Unity and its components. What you will learn Apply the Unity Profiler to find bottlenecks in your app, and discover how to resolve them Discover performance problems that are critical for VR projects and learn how to tackle them Enhance shaders in an accessible way, optimizing them with subtle yet effective performance tweaks Use the physics engine to keep scenes as dynamic as possible Organize, filter, and compress art assets to maximize performance while maintaining high quality Use the Mono framework and C# to implement low-level enhancements that maximize memory usage and prevent garbage collection Who this book is for The book is intended for intermediate Unity game devel...
    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 ...
  • 69
    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 ...
  • 70
    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 ...
  • 71
    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 ...
  • 72
    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 ...
  • 73
    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 ...
  • 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
    ISBN: 9781838822767
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 55 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Create a super-fast web app with Gatsby and React, and deploy it with Netlify About This Video Enhance your React skills by building an end-to-end web application that comes with all the tools you'll need to make a highly performant web app Understand Gatsby's building blocks, build a strong foundation, and write applications with it Take advantage of the exciting new features available in Gatsby V2 In Detail GatsbyJS is a modern static site generator for React that comes with all the tools you need to build fast and highly performant applications. In this 3-hour course, you will learn how to use GatsbyJS by leveraging React skills you already possess. First, we introduce you to GatsbyJS. Then you'll set up your environment, clone a simple starter web app repo, and go over some of the fundamentals. You'll learn how to use GraphQL to query data from flexible sources and take advantage of Gatsby's templating functionality to programmatically generate pages. You will incorporate some plugins to improve performance and usability, optimize images, and finally deploy your site with Netlify. By the end of the course, you will have a fully functioning, end-to-end blog web application and will feel confident about building applications with GatsbyJS.
    Note: Online resource; Title from title screen (viewed November 1, 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
    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 ...
  • 77
    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 ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839217562
    Language: English
    Pages: 1 online resource (1 video file, approximately 12 hr., 55 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn how to build real-world applications using Spring Framework 5 and Spring Boot 2 About This Video Learn the latest techniques for building Spring MVC applications using Spring Boot 2 Build a real-world project Learn how to deploy your project into production In Detail This course offers hands-on experience building Spring Framework applications using Spring Boot. The first thing that is going to stand out is that we are going to move away from the boring, non-useful demos. In the new course, we are going to build a practical application from start to finish. While we are creating this application together, we will take a look at some of the new features Spring Framework 5 & Spring Boot 2 have to offer. By taking this course you will have the latest skills that you need to build real applications using the Spring Framework. What is Spring Boot? Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". Spring Boot takes an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration. Spring Boot is the starting point for building all Spring-based applications. Spring Boot is designed to get you up and running as quickly as possible, with a minimal upfront configuration of Spring. The new features in Spring Boot 2 & Spring Framework 5 Spring MVC SPring Security & Thymeleaf Spring Data JPA Spring Boot Essentials Gain hands-on experience building Spring Framework applications using Spring Boot 2
    Note: Online resource; Title from title screen (viewed November 8, 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 (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 ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson Education India | Boston, MA : Safari
    ISBN: 9789353941529
    Language: English
    Pages: 1 online resource (408 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: "Today we live in an era of internet where there are more connected devices than humans. The ecosystem of these interrelated computing devices, over the internet, for data sharing, communication and automation is called Internet of Things (IoT). Internet of Things not only exposes the learners to the world of IoT but also takes them deep into implementation, security and testing. The text is supplemented with case studies and real-world examples to enable the learners efficiently to implement the concepts discussed. Table of Contents: Chapter 1. Internet of Things-An Answer to the Next Generation Automated World Chapter 2. IoT Frameworks Chapter 3. Design Patterns for IoT Chapter 4. IoT Architecture Choices Chapter 5. IoT Core Modules Chapter 6. Essential Elements for Designing IoT Architecture Chapter 7. IoT Implementation Strategies Chapter 8. Types of Testing in IoT Chapter 9. Artificial Intelligence for IoT Chapter 10. Data Analytics and Machine Learning for IoT Chapter 11. Security Challenges for IoT Chapter 12. Holistic View on IoT Security Chapter 13. Hands-On Examples of IoT Experiments Chapter 14. IoT Project Ideas"
    Note: Online resource; Title from title page (viewed June 30, 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 (822 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Push the limits of what C - and you - can do, with this high-intensity guide to the most advanced capabilities of C Key Features Make the most of C's low-level control, flexibility, and high performance A comprehensive guide to C's most powerful and challenging features A thought-provoking guide packed with hands-on exercises and examples Book Description There's a lot more to C than knowing the language syntax. The industry looks for developers with a rigorous, scientific understanding of the principles and practices. Extreme C will teach you to use C's advanced low-level power to write effective, efficient systems. This intensive, practical guide will help you become an expert C programmer. Building on your existing C knowledge, you will master preprocessor directives, macros, conditional compilation, pointers, and much more. You will gain new insight into algorithm design, functions, and structures. You will discover how C helps you squeeze maximum performance out of critical, resource-constrained applications. C still plays a critical role in 21st-century programming, remaining the core language for precision engineering, aviations, space research, and more. This book shows how C works with Unix, how to implement OO principles in C, and fully covers multi-processing. In Extreme C, Amini encourages you to think, question, apply, and experiment for yourself. The book is essential for anybody who wants to take their C to the next level. What you will learn Build advanced C knowledge on strong foundations, rooted in first principles Understand memory structures and compilation pipeline and how they work, and how to make most out of them Apply object-oriented design principles to your procedural C code Write low-level code that's close to the hardware and squeezes maximum performance out of a computer system Master concurrency, multithreading, multi-processing, and integration with other languages Unit Testing and debugging, build systems, and inter-process communication for C programming Who this book is for Extreme C is for C programmers who want to dig deep into the language and its capabilities. It will help you make the most of the low-level control C gives you.
    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 ...
  • 82
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (368 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Increase the performance of various neural network architectures using NEAT, HyperNEAT, ES-HyperNEAT, Novelty Search, SAFE, and deep neuroevolution Key Features Implement neuroevolution algorithms to improve the performance of neural network architectures Understand evolutionary algorithms and neuroevolution methods with real-world examples Learn essential neuroevolution concepts and how they are used in domains including games, robotics, and simulations Book Description Neuroevolution is a form of artificial intelligence learning that uses evolutionary algorithms to simplify the process of solving complex tasks in domains such as games, robotics, and the simulation of natural processes. This book will give you comprehensive insights into essential neuroevolution concepts and equip you with the skills you need to apply neuroevolution-based algorithms to solve practical, real-world problems. You'll start with learning the key neuroevolution concepts and methods by writing code with Python. You'll also get hands-on experience with popular Python libraries and cover examples of classical reinforcement learning, path planning for autonomous agents, and developing agents to autonomously play Atari games. Next, you'll learn to solve common and not-so-common challenges in natural computing using neuroevolution-based algorithms. Later, you'll understand how to apply neuroevolution strategies to existing neural network designs to improve training and inference performance. Finally, you'll gain clear insights into the topology of neural networks and how neuroevolution allows you to develop complex networks, starting with simple ones. By the end of this book, you will not only have explored existing neuroevolution-based algorithms, but also have the skills you need to apply them in your research and work assignments. What you will learn Discover the most popular neuroevolution algorithms - NEAT, HyperNEAT, and ES-HyperNEAT Explore how to implement neuroevolution-based algorithms in Python Get up to speed with advanced visualization tools to examine evolved neural network graphs Understand how to examine the results of experiments and analyze algorithm performance Delve into neuroevolution techniques to improve the performance of existing methods Apply deep neuroevolution to develop agents for playing Atari games Who this book is for This book is for machine learning practitioners, deep learning researchers, and AI enthusiasts who are looking to implement...
    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 ...
  • 83
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839217593
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 51 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Create a Gatsby.js Progressive Web App with GraphQL, React, and WordPress and add JAMstack to your skills About This Video The author demonstrates how to set up and create an application from scratch using Gatsby and WordPress. Gatsby.js builds the fastest possible website. In Detail Gatsby JS is a free and open source framework based on React that helps developers build blazingly fast, static site generators which can create websites and apps. But what does this mean? Well, it combines the best parts of React, Webpack, React-router, GraphQL, and other front-end tools and creates one amazing tool that developers can enjoy using! With Gatsby.js, you can use modern web tech without the headaches. Everything will be set up, waiting for you to start building. One of the best things about Gatsby is that you can bring in your own data from headless CMS, APIs, databases, or file systems. There is no limit. You can even source data from WordPress and this makes it very easy for clients to interact with the website you've built for them and add new content. They just need to update their posts on WordPress and that's it. Also, with Gatsby you will not build a website with last decade's tech. The future of the web is mobile, JavaScript and APIs-the JAMstack. Every website is a web app and every web app is a website. With Gatsby, it is very easy to make your project a static Progressive Web App (PWA). You get code and data splitting out-of-the-box. Gatsby loads only the critical HTML, CSS, data, and JavaScript so your site loads as fast as possible. Once loaded, Gatsby prefetches resources for other pages so clicking around the site feels incredibly fast. Gatsby.js builds the fastest possible website. Instead of waiting to generate pages when requested, pre-build pages and lift them into a global cloud of servers-ready to be delivered instantly to your users wherever they are.
    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 ...
  • 84
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789539332
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Use Apache Flink and its ecosystem to process real-time big data About This Video Hands-on examples to help you build and administer a Flink ecosystem Gain insights into how all Apache Flink features-such as building your own Flink environment, importing data, and ultimately using it-work Exploit Apache Flink's capabilities (such as distributed data streaming and pipelining) to improve performance In Detail Have you heard of Apache Flink, but don't know how to use it to get on top of big data? Have you used Flink, but want to learn how to set it up and use it properly? Either way, this course is for you. This course first introduces Flink concepts and terminology, and then moves on to building a Flink instance, collecting data, and using that data to generate output that can be used as processed data input into other systems. You will also use the Flink APIs to process data in batch and streaming modes. By the end of the course, you will be capable of using the Apache Flink ecosystem to achieve complex tasks such as event processing and machine learning.
    Note: Online resource; Title from title screen (viewed October 25, 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: 9781838984564
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 43 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In this course, we cover everything from A-Z in Articulate Storyline About This Video Rapid eLearning course authoring Custom learning interactions Complex learning interactions In Detail Become an Articulate Storyline ninja! Learn to build highly interactive online and mobile courses with Articulate Storyline 360 or 3. It's simple enough for beginners, powerful enough for experts. In this course, you will learn to master creating engaging online training with Articulate Storyline! We will cover everything from A-Z. You'll learn how to start a course, create your own content, make it interactive and engaging, use variables and triggers, and then publish it to a Learning Management System, mobile device, or website. In this course, you will learn: Starting a new project Scenes as opposed to pages Working with page-level content Creating your own visuals within Storyline Working with media (external images, video, and audio) Customizing the theme and player Animation basics Create drag and drop interactions Working with Storyline triggers to create interactivity Using variables for advance interactivity Creating quizzes and question banks Publishing your course for an LMS or mobile devices Building interactive games & interactions within Articulate Storyline With Jeff as your sensei, you will become a certified Storyline ninja in no 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 ...
  • 86
    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 ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781788478120
    Language: English
    Pages: 1 online resource (818 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Learn the fundamentals, practical applications, and latest features of C# 8.0 and .NET Core 3.0 from expert teacher Mark J. Price. Key Features Build modern, cross-platform applications with .NET Core 3.0 Get up to speed with C#, and up to date with all the latest features of C# 8.0 Start creating professional web applications with ASP.NET Core 3.0 Book Description In C# 8.0 and .NET Core 3.0 - Modern Cross-Platform Development, Fourth Edition, expert teacher Mark J. Price gives you everything you need to start programming C# applications. This latest edition uses the popular Visual Studio Code editor to work across all major operating systems. It is fully updated and expanded with new chapters on Content Management Systems (CMS) and machine learning with ML.NET. The book covers all the topics you need. Part 1 teaches the fundamentals of C#, including object-oriented programming, and new C# 8.0 features such as nullable reference types, simplified switch pattern matching, and default interface methods. Part 2 covers the .NET Standard APIs, such as managing and querying data, monitoring and improving performance, working with the filesystem, async streams, serialization, and encryption. Part 3 provides examples of cross-platform applications you can build and deploy, such as web apps using ASP.NET Core or mobile apps using Xamarin.Forms. The book introduces three technologies for building Windows desktop applications including Windows Forms, Windows Presentation Foundation (WPF), and Universal Windows Platform (UWP) apps, as well as web applications, web services, and mobile apps. What you will learn Build cross-platform applications for Windows, macOS, Linux, iOS, and Android Explore application development with C# 8.0 and .NET Core 3.0 Explore ASP.NET Core 3.0 and create professional web applications Learn object-oriented programming and C# multitasking Query and manipulate data using LINQ Use Entity Framework Core and work with relational databases Discover Windows app development using the Universal Windows Platform and XAML Build mobile applications for iOS and Android using Xamarin.Forms Who this book is for Readers with some prior programming experience or with a science, technology, engineering, or mathematics (STEM) background, who want to gain a solid foundation with C# 8.0 and .NET Core 3.0.
    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: 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 ...
  • 89
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (468 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Gain expertise in advanced deep learning domains such as neural networks, meta-learning, graph neural networks, and memory augmented neural networks using the Python ecosystem Key Features Get to grips with building faster and more robust deep learning architectures Investigate and train convolutional neural network (CNN) models with GPU-accelerated libraries such as TensorFlow and PyTorch Apply deep neural networks (DNNs) to computer vision problems, NLP, and GANs Book Description In order to build robust deep learning systems, you'll need to understand everything from how neural networks work to training CNN models. In this book, you'll discover newly developed deep learning models, methodologies used in the domain, and their implementation based on areas of application. You'll start by understanding the building blocks and the math behind neural networks, and then move on to CNNs and their advanced applications in computer vision. You'll also learn to apply the most popular CNN architectures in object detection and image segmentation. Further on, you'll focus on variational autoencoders and GANs. You'll then use neural networks to extract sophisticated vector representations of words, before going on to cover various types of recurrent networks, such as LSTM and GRU. You'll even explore the attention mechanism to process sequential data without the help of recurrent neural networks (RNNs). Later, you'll use graph neural networks for processing structured data, along with covering meta-learning, which allows you to train neural networks with fewer training samples. Finally, you'll understand how to apply deep learning to autonomous vehicles. By the end of this book, you'll have mastered key deep learning concepts and the different applications of deep learning models in the real world. What you will learn Cover advanced and state-of-the-art neural network architectures Understand the theory and math behind neural networks Train DNNs and apply them to modern deep learning problems Use CNNs for object detection and image segmentation Implement generative adversarial networks (GANs) and variational autoencoders to generate new images Solve natural language processing (NLP) tasks, such as machine translation, using sequence-to-sequence models Understand DL techniques, such as meta-learning and graph neural networks Who this book is for This book is for data scientists, deep learning engineers and researchers, and AI developers who want to furthe...
    Note: Online resource; Title from title page (viewed December 12, 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: 9781838984793
    Language: English
    Pages: 1 online resource (1 video file, approximately 13 hr., 41 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Look into installation and configuration of Domain Controller, Active Directory, DNS, WebServer (IIS), Group Policy, WSUS and more. About This Video Gain a solid understanding of a domain controller and DNS management Explore Web Server (IIS) administration Get up to speed with Windows Server Update Services (WSUS) administration In Detail Windows is one of the basic operating systems that you should know if you're pursuing a career in IT. Whether you're just starting your career or looking to advance in your existing IT field, it is always beneficial to start with Windows. This course will help you get started with Windows Server 2016 administration, systematically taking you through the essential concepts and techniques. You'll begin by understanding Windows 2016 installation, configuration, administration, troubleshooting, command line, OS tools and more. The course will also guide you through creating users, groups, and organizational units (OUs) with Active Directory Users and Computers (ADUC). As the course nears completion, you will focus on storage management. All along, you'll not only learn the concepts but also test your knowledge through quizzes, homework and hand-out material just like a live classroom training. The instructor of this course has been teaching this exact course in a classroom environment in New York City. 80% of his students who took this course got a job in Windows within months. To help you progress in your career and get your dream IT job, this course even features an exclusive resume and interview workshop. By the end of this course, you will be well-versed in Windows Server 2016 administration and have developed the skills you need to pursue a career in IT. 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-Windows-Server-2016-Administration- . 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 ...
  • 91
    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 ...
  • 92
    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 ...
  • 93
    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 ...
  • 94
    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 ...
  • 95
    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 ...
  • 96
    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 ...
  • 97
    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 ...
  • 98
    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 ...
  • 99
    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 ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838983031
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 hr., 46 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Master Apache Maven to Build and Deploy your Java and Spring Boot Applications About This Video Develop and deploy Java and Spring Boot applications using Apache Maven Learn to configure Apache Maven plugins for real-world use cases In Detail Apache Maven is the most popular Java build tool. Companies and open source communities around the world consider Apache Maven the 'go-to' build tool for their Java projects. Apache Maven is the most popular Java build tool. Companies and open source communities around the world consider Apache Maven the 'go-to' build tool for their Java projects. In this course, you will gain comprehensive insights into Apache Maven for building and deploying your apps. You'll explore Maven build lifecycles, before going on to understanding how to use Maven to build and package Java projects. The course will then demonstrate how to use Maven with popular alternative JVM languages including Groovy, Kotlin, and Scala. Next, you will configure Maven to run your unit and integration tests written in JUnit 3, JUnit 4, JUnit 5, TestNG, and Spock. You will then delve into generating source code from XML and JSON schemas. In addition to this, the course will get you started with leveraging annotation processing at compile time for Project Lombok and Mapstruct. The course will help you further build on your knowledge with insights into the Apache Maven plugin system, along with guiding you through how plugins are used in the build lifecycle. From building Spring Boot apps, and improving code quality with code coverage and spot bug reports, through to unlocking the capabilities of the Spring Boot Maven plugins, this course helps you learn efficiently at your own pace. Finally, you'll be able to deploy project artifacts to Maven repositories, and later develop multi-module Maven projects. By the end of this course, you will have comprehensive knowledge of Apache Maven, along with the skills to use it for developing and deploying robust 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/Apache-Maven-Beginner-to-Guru . 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 ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...