Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • 2015-2019  (203)
  • Safari, an O'Reilly Media Company  (203)
  • Grimm, Wilhelm
  • University of Virginia Library
  • Electronic videos ; local  (203)
Datasource
Material
Language
Years
Year
  • 1
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838983734
    Language: English
    Pages: 1 online resource (1 video file, approximately 29 hr., 30 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn JavaScript by building real-world apps. Includes 3 real-world projects, 80 programming challenges, and ES6/ES7! About This Video Deploy your applications to the web so you can share them with everyone Learn to use promises and async/await with asynchronous JavaScript Increase your efficiency by learning how to debug and fix your code In Detail JavaScript is the most popular programming language in recent times but learning it may seem challenging without the right guidance. You may end up wasting time on out-of-date courses and incomplete YouTube tutorials that talk about JavaScript features without effectively demonstrating how to use them for building real-world applications. Sounds familiar? The Modern JavaScript Bootcamp (2019) starts with the basics and gradually builds on your knowledge of the JavaScript language. You'll not only learn the features of the language, but also how to use those features together to develop a complete application. As you progress, you'll cover modern ES6 and ES7 JavaScript features used in the real world. Next, you'll build three JavaScript applications, before going on to discovering the 80 challenges designed to help you get started with writing code, adding app features, and solving different problems. You'll then be equipped with the skills you need to launch an application, right from the first line of code through to completion. Enrolling in this course will even prepare you for the JavaScript Specialist certification. This certification will qualify you to help companies, brands, and development firms with creating high-quality website code. All along, you'll also brush up on the information from the Framework Course Guide. By the end of this course, you will be well-versed with JavaScript and have developed the skills you need to confidently build your own applications. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/The-Modern-JavaScript-Bootcamp-2019- . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed May 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    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 ...
  • 3
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 51 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Recent discussions about service mesh have been dominated by vendors, each trying to frame service mesh as a new technology that provides security, reliability, and observability for east-west traffic. However, just as microservices are an architectural pattern and not a specific technology, service mesh is a new way to deploy features that in the past fell into the category of API management. In a service mesh, a proxy is deployed locally with each service in an application. Each service only communicates directly with the proxy on its host, and proxies communicate with each other to pass traffic between services over the network. Marco Palladino (Kong) explores the service mesh pattern and discusses the problems the pattern is designed to solve, including security (proxies can encrypt all network traffic without services being aware of it), observability (proxies collect metrics, logs, and tracing data from network traffic), reliability (proxies can enforce rate limiting, retries, and handle network drops), composability (swap or reuse services with nothing but a proxy configuration change), standardization (east-west traffic can all be secured in the same way), and efficient development (service developers can focus on business logic instead of interservice communication). Finally, he explains the requirements for any technology that supports this pattern: services can be any size, in any language, or run on any infrastructure or a mix; proxies need to be lightweight, since an instance will be deployed with each service; proxies should be flexible and composable to provide security, reliability, and observability benefits; proxies should be simple to deploy and replace in containerized environments; and proxies should be self-reliant and resilient to network slowdowns and failures. This session was recorded at the 2019 O'Reilly Software Architecture Conference in San Jose.
    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 ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 41 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: A lot has been said about the SRE profession (how to start an SRE team, how to scale a single team in place, etc.), but how to move from a single SRE team to an SRE organization that requires several teams has been largely unexplored. Gustavo Franco (Google) takes new SRE leaders and individual contributors through what it takes to be a part of or start their second team and beyond. Join in to learn from his experience starting new teams and splitting and moving them from both technical and nontechnical standpoints. This session was recorded at the 2019 O'Reilly Velocity Conference in San Jose.
    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 ...
  • 5
    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 ...
  • 6
    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 ...
  • 7
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838987756
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Master your skills as a Django developer by learning advanced techniques. About This Video You only need to know the basics of Django. Nick speaks with clarity, and explained a lot of things clearly. The project is good enough to learn Django quickly and can actually be implemented in real-life settings. In Detail Welcome to the Mastering Django Series! Learn time saving and advanced techniques to come to a better developer. To get a better idea of what we'll be creating, go watch the promo video for the course. While creating this site, you will learn the following 8 skills: Pipenv - Learn why this tool is so much better than pip and virtualenv separately Pre-made Authentication Views - Get your site up and running quickly with these awesome built-in views Class-Based Views - When working with models, these views can't be beaten. HUGE time savers Django Forms - Rather than creating painstaking HTML forms, let Django handle the heavy work Using other site's APIs - Learn to connect with the YouTube API for data AJAX - I've had so many requests to cover this. Learn how to fetch data without reloading the page Seed Data - Learn how to create a starting point for any database Heroku Deployment - Heroku makes deploying your project simple and fast. I'll show you how It's time to up your Django skills. See you inside! Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Mastering-Django-Part-1---AJAX-Class-Based-Views-Forms . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    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 ...
  • 9
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 36 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: WebAssembly is a powerful tool for porting applications to the web and for speeding up data-intensive web apps. If you don't know what WebAssembly is, how it works, or how to practically get started using it, now's your chance. Robert Aboukhalil (Invitae) leads a deep dive into WebAssembly, demonstrating how it can be used to speed up web tools. As a concrete case study, he'll use fastq.bio, a web tool for analyzing DNA sequencing data in the browser. By rewriting portions of this tool into WebAssembly, he demonstrates how it's possible to obtain a greater than 10x speedup compared to the original JavaScript implementation. Robert will also show you how to leverage WebWorkers alongside WebAssembly to maintain the UI's responsiveness and how this enables you to more easily mount and parse files within a virtual filesystem. He concludes by exploring how WebAssembly can be useful outside the browser-demonstrating how it's possible to rearchitect fastq.bio so that the WebAssembly code runs in a serverless fashion instead of directly in the browser. And because WebAssembly isn't always the right tool, Robert also explores some rules of thumb on when to use WebAssembly and when to avoid it. Prerequisite knowledge Intermediate knowledge of JavaScript What you'll learn Understand what WebAssembly is and how it works Learn to compile C/C++ code to WebAssembly and run it in the browser, use WebWorkers to run computations in the background, and run WebAssembly in a serverless setting Know when to use WebAssembly and when to avoid it This session was recorded at the 2019 O'Reilly Open Source Software conference in Portland.
    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 ...
  • 10
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 52 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Lyft has made the transition from a single monolithic service to 300+ microservices by leveraging Lyft's open source proxy Envoy. Daniel Hochman and Jose Nino begin with a brief history of the project and its rollout at Lyft, before focusing on deployment and configuration choices and how they can affect developer productivity. You'll explore the Envoy ecosystem and the ancillary services that allow operating the service mesh in a secure, reliable, and fast manner, as well as the observability tools Lyft uses that take advantage of Envoy's stats and logging to minimize the burden of managing and understanding a complex architecture. The techniques and tools presented are gaining popularity as industry best practices and are broadly applicable to internet-scale services with varying stacks and network topologies. This session was recorded at the 2019 O'Reilly Velocity Conference in San Jose.
    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 ...
  • 11
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 39 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Deciding what to work on is always difficult and is especially treacherous for folks working as infrastructure engineers and leaders. Infrastructure teams that solve the right problems subtilely shift their company's trajectory upwards. Poor approaches lead toward a morass of firefighting and frustration. With so many opportunities and sometimes fuzzy metrics, planning is threading a needle between the tyranny of choice and the specter of ambiguity. Will Larson (Stripe) unpacks the process of picking and prioritizing technical infrastructure work, which is rarely if ever discussed but is so essential to long-term company success. Will shares Stripe's approach to evolving your approach to prioritizing infrastructure as your company scales, justifying-and maybe even expanding-your company's spend on technical infrastructure, exploring the whole range of possible areas to invest into infrastructure, adapting your approach between periods of firefighting and periods of innovation, and balancing investment in supporting existing products and enabling new product development. You'll come away with a broad set of tools, frameworks, and ideas for plotting the future of your technical infrastructure. This session was recorded at the 2019 O'Reilly Velocity Conference in San Jose.
    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 ...
  • 12
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 40 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Christie Koehler (HashiCorp) takes you through the fundamentals of Terraform as she uses it to deploy cloud infrastructure live. You'll orient yourself to the current state of the infrastructure as Christie open as a cloud shell and inspects the Terraform state file, then makes some changes to the Terraform configuration, which deploys a new pod and configures a web service for that pod. Terraform plan with those changes, review the plan, and apply. Take a look with Christie at the Kubernetes dashboard to verify the changes have been made, and review and approve a pending pull request to the Terraform configuration that sets up a simple serverless app in the cloud infrastructure. As before, Terraform plan with those changes, review, and apply. Then take a look at the cloud provider dashboard to verify the serverless function or application has been deployed, and test it. If there's time, Christie will walk you through how to detect and manage drift (i.e., when infrastructure changes outside of Terraform). This session was recorded at the 2019 O'Reilly Open Source Conference in Portland, OR.
    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 ...
  • 13
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 41 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: As you level up in technical roles, you may find yourself thrust into team leadership and management. This sneaks up on you and can leave you without the skills to adequately understand, engage with, and lead your team-which inevitably has a negative effect on your team, and this effect is multiplied as you scale. What if you could reach into the toolbox you use to understand technical problems-software architecture and distributed systems theory-to understand your team? Could you learn to better manage people? Andrew Harvey (Microsoft) explores the dynamics of teams and how they map to your understanding of distributed systems. Using this understanding, you can apply distributed systems theory to help unpack some of the dynamics of your team and optimize them for scale. From communication to culture, Andrew breaks down the components of the distributed system, explaining what makes it tick, using things like CAP theorem and the eight fallacies of distributed systems. You'll walk away with some tools to help understand your team and set yourself up for successful scaling. This session was recorded at the 2019 O'Reilly Velocity Conference in San Jose.
    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 ...
  • 14
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 25 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In today's increasingly demanding online world, one of the quickest ways to drive existing or potential customers and users to a competitor is by having a nonperformant website or app. With users becoming more discerning, you need to ensure that you're providing the best web experience possible. This reality has pushed performance optimization to be one of the most important disciplines in app and website development. Well-designed and smooth-performing apps and sites can lead to greater conversion rates and a better user experience (UX) in all contexts. In this video course, designed for intermediate-level developers with an understanding of HTML, CSS, JavaScript, and web technologies in general, your host Max Firtman, shows you some of the most important things you can do to boost the performance of your web assets. As the saying goes, you can't fix what you can't measure, so to begin, you'll learn the important metrics to monitor and how to measure them. Max also shows you how to set goals for your web content, find issues that can negatively affect UX, and apply some basic techniques that will improve user perception. You'll also benefit from practical examples and formative assessment to help you absorb and retain what you've learned. This video course is only the beginning of your optimization journey, so at the end we provide suggestions on how to continue along the path to delivering the best web assets you can. What you'll learn-and how you can apply it Set modern performance goals for your web content Detect problems and bottlenecks, and create a plan to mitigate them Enhance the user experience of your content, improving engagement and conversion rates Audit your website and web apps to see what's missing and how you can improve perception metrics This video course is for you because... You're a web developer or designer looking to increase user experience and perception You're a web performance engineer looking to understand the modern metrics and techniques You work with webs and PWAs looking to offer the fastest possible experience to your users You want to become a performance engineer looking to understand the basics of web performance optimization Prerequisites: You should have a basic understanding of HTML, CSS, and JavaScript You should have some knowledge of web technologies such as server-side rendering versus client-side rendering with JavaScript You should be familiar with how a website is rendered on browsers and how to u...
    Note: Online resource; Title from title screen (viewed December 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    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 ...
  • 16
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 1 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Making Things Happen is among the most popular books on project management ever written, known for its direct, actionable, and humane advice on every aspect of leading teams and projects. For the book's 10th anniversary, author Scott Berkun presented a fast and fun summation of the book's core ideas and explained how you can apply them to the projects you're working on today. Recorded on July 10, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O'Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts' unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Innovation , you'll discover what successful companies have in common and how you can follow their lead with small practical steps to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed November 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Data science, visualization, and artificial intelligence are powerful tools, but they can reinforce structural inequalities like sexism and racism. How do we-CTOs, product managers, marketing managers, data scientists, developers, and others-navigate these ethical challenges? The short answer: feminism-a vibrant body of thought and action from the past 50+ years that provides a model for analyzing and addressing the unequal distribution of power in the world as well as working toward data fairness. In this Spotlight on Data , Catherine D'Ignazio and Lauren Klein discuss key concepts from their forthcoming book, Data Feminism (MIT Press, 2020), which applies feminist ideas to data science and outlines seven principles for using data in the service of greater justice. You'll learn what "data feminism" means, how to evaluate your data practices through a feminist lens, and why feminism is not just for, about, or by women. You'll also discover how the principles of data feminism apply to different stages of the data processing pipeline, from project inception to collection to cleaning and analysis to communication. Recorded on August 19, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O'Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts' unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Data , you'll learn about, discuss, and debate the tools, techniques, questions, and quandaries in the world of data. You'll discover how successful companies leverage data effectively and how you can follow their lead to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed December 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484255797
    Language: English
    Pages: 1 online resource (1 video file, approximately 36 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Use Spring to create scalable and fully testable REST APIs. You'll see that by leveraging your Spring MVC experience you can create RESTful web services without learning a new framework or library. In this video, you will learn more about Spring Boot and its most powerful APIs: REST and DI. Starting with Spring Boot, you will use Maven and Spring Boot Starter Parent to set up your project. You will then gain insights on applying business logic to your APIs by using dependency injection. With your business logic set, you will develop your REST API with the Spring RestController and make use of Spring's powerful testing toolkit to test the integration of your application. After going through this course, you will be able to create scalable and fully testable REST APIs to use in your microservices. What You Will Learn Use Spring Boot with a microservices architecture Create business components and plug them into your app using Spring DI Leverage Spring REST for exposing your logic via a REST API Test your logic with Spring integration tests Who This Video Is For Those with basic knowledge of Java programming, who'd like to use Spring for developing RESTful web services.
    Note: Online resource; Title from title screen (viewed December 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 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 ...
  • 20
    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 ...
  • 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
    ISBN: 9781838982263
    Language: English
    Pages: 1 online resource (1 video file, approximately 12 hr., 50 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Linux troubleshooting and administration About This Video Troubleshoot IT and Linux-related issues with effective tools and techniques Diagnose and repair common networking and filesystem errors In Detail Explore the key tips and techniques for maintaining a reliable and highly available Linux server infrastructure and reducing downtime with this interactive course. Beginning with troubleshooting best practices, you'll go on to understand the technique of effectively diagnosing and fixing common and complex Linux server configuration and administration issues. From system access troubleshooting through to filesystem troubleshooting, you'll learn with practical examples and tackle a variety of critical issues. Later, you'll even get to grips with system recovery. All along, this course will guide you on how to apply your skills in a production environment. By the end of this course, you will have developed the skills you need to effectively troubleshoot a variety of Linux-related issues. 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/Linux-Troubleshooting-Course-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 ...
  • 23
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 29 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: A major challenge architects face is planning how to successfully move an existing system to an improved architecture while keeping the system up and running during the process. Ray Mitchell (Fairway Technologies) reviews two real-world scenarios where failing systems were rescued by guiding development toward practical, improved architectures. You'll see examples of how different techniques and methodologies were applied to move real-world systems to new architectures while allowing for incremental improvements along the way. The first scenario focuses on a data aggregation system responsible for collecting power-usage data from a variety of sources to be consumed by multiple applications. The existing system suffered from a proliferation of services without clear responsibility boundaries. This limited scalability and made using the services more complex than necessary. Through domain-driven design, a more clearly defined organization became clear, and an incremental roadmap to move to this architecture enabled immediate gains and long-term success. The second scenario focuses on a reporting system built to provide insight into educational test results at both macro and micro levels. The original system struggled with scaling to generate reports within the required time frame at all levels. An architecture supporting separate optimized data stores for each level of report was designed that would enable all reports to run efficiently. Through careful planning, the existing system continued to deliver, as the improved architecture was incrementally added, allowing for improvements to be seen along the way. This session was recorded at the 2019 O'Reilly Software Architecture Conference in San Jose.
    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 ...
  • 24
    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 ...
  • 25
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Hiring for your engineering team is one of the most important determiners of engineering project success-and also an undeveloped skill in most small teams. How do you design a hiring process that's fair to candidates, respects everyone's time, and leads to the best possible outcome for your team? In this edition of Spotlight on Learning from Failure , learn the dos and don'ts of identifying the right people to add to a team, distilled from the real-world experiences of engineering hiring managers. Recorded on June 25, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O'Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts' unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Learning from Failure , you'll discover the lessons learned from failures both large and small. You'll discover how successful companies have addressed setbacks, missteps, and challenges and how you can grow from their examples.
    Note: Online resource; Title from title screen (viewed November 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: We've moved beyond the information age into the "imagination age." In this new era of business, creativity and imagination are essential skills for success-and to preserve our own humanity. In this Spotlight on Innovation , find out how to develop the skills that will define business success in the imagination age. Science House codirector Rita J. King explains how to apply creativity and imagination to tackle complex problems in a pragmatic way. Along the way, you'll learn why intuition, although iterative in the moment, must be based in deep understanding, just as chess grandmasters' "intuitive" moves are actually based on deep study. Recorded on August 14, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O'Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts' unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Innovation , you'll discover what successful companies have in common and how you can follow their lead with small practical steps to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed December 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 57 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Companies are spending a lot of time and money migrating applications and data to the cloud-in the process, making the IT infrastructure, such as storage and platforms, more complex for administrators, developers, and ultimately end users. Legacy systems still have to run, and IT leaders now have public and private cloud-based systems to deal with as well. So how do you manage the complexity? Find out how to mitigate all of this complexity when planning a migration to the cloud. David Linthicum walks you through current challenges, explaining how to think of them conceptually and how to fix them going forward. Recorded on August 1, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O'Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts' unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Cloud , you'll learn about the complex, ever-evolving world of the cloud. You'll discover how successful companies have adopted and embraced this massive network of shared information and how you can follow their lead to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed November 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 0 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Disinformation campaigns have targeted political and social movements around the world. The crosshairs of influence operations have expanded to include high-visibility brands and large enterprises. Responsible corporate leaders must be prepared to defend hard-won brand reputation and equity. In this edition of Spotlight on Learning from Failure , learn how influence operations are manifesting in 2019 as they've moved beyond politics. Renee DiResta and Robert Matney, coauthors of the US Senate report about Russian disinformation operations, will take you through specific examples of disinformation campaigns affecting brands and discuss the high-level social and corporate implications of the erosion of public trust and public discourse in our information ecosystem. Recorded on July 23, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O'Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts' unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Learning from Failure , you'll discover the lessons learned from failures both large and small. You'll discover how successful companies have addressed setbacks, missteps, and challenges and how you can grow from their examples.
    Note: Online resource; Title from title screen (viewed November 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: You can propel your business forward with AI-centric approaches to solving customer needs, but to be successful, you need to deploy your machine learning models at scale. Yet engineers face unique challenges when using machine learning-based products in production environments, such as specialized resource management and measuring user happiness. In this Spotlight on Data , Todd Underwood, Google's director and lead for machine learning in site reliability engineering (SRE), explains how to sustainably run machine learning systems at scale. You'll learn why machine learning is essential to Google's core functions, providing key advantages across most of Google's products, including Search, Ads, Payments, Billing, Shopping, and more, and how SRE supports these production machine learning systems. Recorded on August 5, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O'Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts' unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Data , you'll learn about, discuss, and debate the tools, techniques, questions, and quandaries in the world of data. You'll discover how successful companies leverage data effectively and how you can follow their lead to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed December 5, 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: 9781838829797
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 20 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn the key elements of RPA, build your first robot using UiPath, and get ready for the future! About This Video Learn key elements of Robotic Process Automation (RPA) and how it works Learn to build a robot using the UiPath RPA platform In Detail Automation is driving a new way of working. In the time to come, workplaces will feature a blend of human and digital workers ("bots"), and this symbiotic relationship will create many new exciting career possibilities. Are you ready to seize the opportunities that arise as we move into this automated era? If not, now is a good time to get trained and certified in the most in-demand and high-paying skill for jobs of the future-Robotic Process Automation (RPA). Robotic Process Automation is a game-changing technology designed to automate high-volume, repeatable tasks that take up a large percentage of a worker's time. With this course, you'll get a clear overview of what RPA is, how it works, and when to apply it. You'll even gain hands-on experience building a robot that automates a simple business process in the UiPath Studio RPA software. This way, you'll understand the bigger picture and find out how the technology works in practice. Further, the course demonstrates how to pilot the technology in an enterprise setting so that you know what steps to take to succeed with any RPA initiative in your organization. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Robotic-Process-Automation-RPA-Fundamentals-and-Build-a-Robot . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    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 ...
  • 32
    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 ...
  • 33
    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 ...
  • 34
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 39 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Do you want to build a machine learning model, but you aren't sure where to start? Starting with an empty notebook, Sara Robinson (Google) live-codes a simple neural network in TensorFlow. She then demonstrates how to train and serve the model on Google Cloud Platform and uses the deployed model to generate predictions from a web app. Prerequisite knowledge A basic knowledge of Python and machine learning concepts, such as training and serving (but not necessarily how to build a model on your own) What you'll learn Learn how to build a simple neural network Understand the end-to-end ML workflow and how to use your trained model for generating predictions This session was recorded at the 2019 O'Reilly Open Source Software conference in Portland.
    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 ...
  • 35
    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 ...
  • 36
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 37 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Alexander Wood (Amazon Web Services) live-codes a serverless web application, including asynchronous events, on AWS Lambda using the Ruby runtime. Using open source tools such as the AWS SAM CLI, the AWS SDK for Ruby, and the Aws::Record Ruby gem, Alexander goes from a blank folder to a web application that has high availability and can scale to thousands of requests per second. Prerequisite knowledge Experience writing production web applications of any kind (useful but not required) What you'll learn Learn how to develop serverless web applications in a live-coding format, the set of open source tools available both generally and for Ruby serverless functions, and a number of best practices for serverless development This session was recorded at the 2019 O'Reilly Open Source Software conference in Portland.
    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 ...
  • 37
    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 ...
  • 38
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 39 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: When it comes to digitally recording and storing valuable information, no other technology can match the strength of security of the blockchain. Blockchain's distributed-ledger technology offers near immutable record keeping for transactions of all kinds, including legal contracts, property deeds, registrations, financial matters, birth certificates and other personal information, municipal archives, important business data, or any other types of activity for which inviolable records must be maintained. Of course, most people associate blockchain with cryptocurrency, but this fascinating technology is capable of much, much more. Ethereum represents the second-generation in the public blockchain, In addition to offering its own cryptocurrency (Ether) Ethereum's second-generation architecture allows it to manage many other types of assets. In this course, designed for participants who have a basic understanding of programming languages such as Java, Python, and JavaScript, and who know how to use web-based applications, your host, blockchain and Ethereum expert, Jim Sullivan, introduces you to the Ethereum network. You'll learn how it works and examine ideas like blockchain consensus, the essential concept at the core of blockchain's reliability and integrity. Jim also presents the tools you'll use to manage your Ethereum environment. You'll explore the differences between first- and second-generation blockchain technology and see how Ethereum nodes can run programming code called Smart Contracts, which you can set up to take actions on Ethereum transactions. In addition, Jim teaches you about designing and building Decentralized Applications or DApps, and much more. You'll benefit from the hands-on approach of this video course, which includes use cases to reinforce what you learn and get you started on your way toward developing enterprise Blockchain applications using Ethereum. What you'll learn-and how you can apply it Understand the structure of the Ethereum Blockchain Learn blockchain cryptography through hands-on exercises Learn how to model and build DApps via step-by-step projects How to design and build Ethereum Smart Contracts Understand common Smart Contract patterns like access restriction and state machine Understand how Ethereum manages assets such as cryptocurrencies, and other assets Use your knowledge of Ethereum to solve real-life problems This course is for you because... You're a data administrator and want to learn how blockc...
    Note: Online resource; Title from title screen (viewed December 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 38 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Virtual machines changed the world and containers swooped in shortly after. Kubernetes now empowers us to wield both technologies according to our needs. Kris Nova (Independent) examines the motivation for each unique piece of technology and dives into use cases for both. She then discusses the migration path of building hybrid cloud native systems from conventional virtualized infrastructure and explores concerns of each application encapsulation method. You'll learn when to use which technology as well as the exciting primitives Kubernetes gives you to manage both containers and VMs seamlessly in a declarative way. If you're currently running large stateful workloads on virtual machine infrastructure and are considering moving to Kubernetes, this talk is for you. Prerequisite knowledge A working knowledge of a legacy virtual machine infrastructure What you'll learn Gain confidence that you can design and implement systems spanning both virtual machines and container infrastructure for your engineering organization Learn valuable lessons about architecting these systems in the field taken from real-life concrete examples from field engineering work This session was recorded at the 2019 O'Reilly Open Source Software conference in Portland.
    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 ...
  • 40
    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 ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839217289
    Language: English
    Pages: 1 online resource (1 video file, approximately 34 hr., 40 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Go from beginner to expert in Python by building projects. The best investment for your Python journey! About This Video Develop a lifelong love for programming with Python! From foundations to expert, learn about every major Python topic. Master Object-Oriented Programming and structure your Python programs like a professional. In Detail The course covers every major Python topic (including Object-Oriented Programming, Web Scraping, and even GUI development), and now includes even more content. Control your browser using Selenium, to scrape websites or even fill in forms Learn to interact with REST APIs and build a currency exchange program Create desktop GUIs using Tkinter, so your users can work with your applications very easily Start working with unit testing in Python by learning about the unit test library We've also completely re-recorded the course's introductory Python material, so it's even clearer and more straightforward! This course will take you from beginner to expert in Python, easily and quickly. We've ensured every piece of content is concise and straightforward and will never leave you confused. This course dives right into Python and makes you productive right from the start. This is the best investment you can make in your Python journey. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/The-Complete-Python-Course . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed August 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: How do you put the power of deep learning into the hands of product managers, business analysts, innovators, educators, and researchers? In this Spotlight on Data , find out how Silicon Valley Innovation Laboratories-a research center established by Japanese electric and electronics equipment company Furukawa Electric-trained a deep learning model to recognize manufacturing defects in fiber optic cables using platform.ai, without writing any code or needing the help of a data scientist. Recorded on August 8, 2019. See the original event page for resources for further learning. Find future live events to attend or watch recordings of other past events . O'Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts' unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Data , you'll learn about, discuss, and debate the tools, techniques, questions, and quandaries in the world of data. You'll discover how successful companies leverage data effectively and how you can follow their lead to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed December 5, 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
    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 ...
  • 44
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 47 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: The last two decades have seen evolutions of software architecture-from on-premises to cloud hosted to mass-scaled microservices. While cloud native applications look very different than something we may have built before some of these techniques were well known, at their heart are still long-running, custom-built server applications that orchestrate the flow of requests, data, and logic. Serverless changes all of this. We no longer build always-on server applications; we rely on events as the agents of flow rather than requests, and the server-side software that we do write may be a small aspect of our system rather than the central hub. Fundamentally, serverless is about choreography of multiple services from multiple teams and vendors-in extreme situations-none of which we have written ourselves. Mike Roberts (Symphonia) introduces some of the patterns, or "common solutions to recurring problems," that we are starting to see in the serverless community. Patterns are not necessarily best practices-they are techniques that have worked for many people, but always given certain contextual constraints. Perhaps even more importantly, however, Mike describes how you, your teams, and your organizations can start harvesting your own patterns, while the bigger industry learns more about this exciting new frontier. This session was recorded at the 2019 O'Reilly Software Architecture Conference in San Jose.
    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 ...
  • 45
    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 ...
  • 46
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 41 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Academic machine learning almost exclusively involves offline evaluation of machine learning models. In the real world this is, somewhat surprisingly, only good enough for a rough cut that eliminates the real dogs. For production work, online evaluation is often the only option to determine which of several final-round candidates might be chosen for further use. As Einstein is rumored to have said, theory and practice are the same, in theory. In practice, they are different. So it is with models. Part of the problem is interaction with other models and systems. Part of the problem has to do with the variability of the real world. Often, there are adversaries at work. It may even be sunspots. One particular problem arises when models choose their own training data and thus couple back onto themselves. In addition to these difficulties, production models almost always have service-level agreements that have to do with how quickly they must produce results and how often they are allowed to fail. These operational considerations can be as important as the accuracy of the model: the right results returned late are worse than slightly wrong results returned in time. Ted Dunning (MapR) offers a survey of useful ways to evaluate models in the real world, breaking the problem of evaluation apart into operational and function evaluation and demonstrating how to do each without unnecessary pain and suffering. You'll learn about decoy and canary models, nonlinear latency histogramming, model-delta diagrams, and more. These techniques may sound arcane, but each is simple at heart and doesn't require any advanced mathematics to understand. Along the way, he shares exciting visualization techniques that will help make differences strikingly apparent. This session was recorded at the 2019 O'Reilly Strata Data Conference in San Francisco.
    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 ...
  • 47
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839211454
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 50 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: A complete guide to the Cassandra architecture, the Cassandra query language, cluster management, and Java/Spark integration. About This Video Master Apache Cassandra basics and its architecture Integrate with the Cassandra Java driver to write and run Cassandra from Java programs In Detail This Apache Cassandra training course teaches you to work with Cassandra. This course is intended for complete Cassandra novices. This course covers the Cassandra architecture in detail, including replication, consistency, gossip protocol, write paths, read paths, Cassandra storage. and compaction. Once you have completed this video-based training course, you will have a solid understanding of Cassandra. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Learn-Apache-Cassandra-in-Just-2-Hours . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838982867
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 27 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Master SQLite databases with Python the fast and easy way! About This Video Learn how to use SQLite databases with Python Create databases and tables Insert, sort, and extract specific data In Detail Free and open-source, SQLite is a popular database among developers for smaller projects, hobby projects, and even testing and development. When used with Python, one of the most powerful programming languages, they make a powerful combination. In this course you'll learn the basics of using SQLite with Python. You'll get started with installing Python and SQLite. The course will then get you up to speed with creating databases and tables. To help you build on your knowledge further, you'll get comprehensive insights into working with tables, including adding, updating, and retrieving specific data using standard SQLite commands. Finally, you'll build a basic app to help reinforce all the things that you've learned through the course. By the end of this course, you'll have hands-on experience in effectively using SQLite with Python.
    Note: Online resource; Title from title screen (viewed May 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    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 ...
  • 50
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484255728
    Language: English
    Pages: 1 online resource (1 video file, approximately 41 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Use TensorFlow to classify images automatically. This video starts by explaining the basics of computerized image classification. You'll understand how software processes images and how you can control and manipulate the images with that process. Then you'll dive into the basics of artificial intelligence and machine learning, understanding the limitations of traditional machine learning algorithms, and learning the new avenues opened up by deep learning and advanced AI. What You Will Learn Apply the TensorFlow and Keras libraries to complex problems Move past traditional machine learning algorithms into more advanced deep learning Develop proficiency in convolutional neural network development Who This Video Is For Advanced programmers and engineers, such as data scientists, machine learning experts, Python developers, and research analysts.
    Note: Online resource; Title from title screen (viewed December 6, 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: 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 ...
  • 52
    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 ...
  • 53
    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 ...
  • 54
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 39 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Building microservices applications introduces more complexity into your architecture. Highly distributed applications on elastic, ephemeral infrastructure that communicate heavily over the network make for an environment where an application is always in a fluid, partially failing state at all times. To help developers transition from the monolithic way of designing and building software to a more service-oriented approach, we need to bridge the gap in tooling to help diagnose and understand what a normal state looks like and how to recover from a non-normal state. Mitchell Kelley and Scott Cranton (solo.io) discuss the types of failures that can occur, namely networking, application behavior/code, and storage, and present a systemic workflow for prodding and exploring a system to detect faults and abnormal behavior. This framework builds on the practices known as chaos engineering. Mitchell and Scott take a look at two open source projects that aim to complement this workflow: the Squash project, for step-by-step distributed microservices debugging, and Gloo Shot, a newly created chaos engineering framework. Prerequisite knowledge Familiarity with debugging applications and building distributed applications A basic understanding of services-oriented applications What you'll learn Understand chaos engineering Learn how to debug distributed applications with appropriate tooling Investigate the requisite workflow to apply toward system behavior exploration This session was recorded at the 2019 O'Reilly Open Source Software conference in Portland.
    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 ...
  • 55
    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 ...
  • 56
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838987541
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Assembly is the foundation for all applications, mobile to desktop. It is used in Raspberry Pi, Arm, Intel and much more About This Video Basic Computer Knowledge and Skills Downloadable starter code and final code for each section. In Detail Learn about everything there is to know about Assembly Programming and How To Make Applications. A step by step process is used to explain every facet of these topics. NOTE: This course includes information on application programming and design! Gain a good understanding of the following concepts with this course: What Assembly is? Assembly Certifications How to develop using Assembly Features of the Assembly programming language Coding semantics Mobile programming Design practises of applications Application programming Network programming Assembly powers all applications from iOS, Android, Windows, Raspberry Pi, Intel, Arm and many more platforms. These platforms are developed for by all companies such as Google, Facebook and Microsoft for mobile development. This course will ensure you are not left out as more and more companies request this awesome and powerful language. This course will teach you everything about programming Assembly applications. You will receive all the knowledge to use and leverage the powerful technology behind these amazing and wonderful platforms. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Assembly-Programming-for-All-Platforms-Learn-to-Code . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 31 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: 11 Steps to Awesome with Kubernetes, Istio, and Knative LiveLessons Sneak Peek 7 Hours of video The Sneak Peek program provides early access to Pearson video products and is exclusively available to Safari subscribers. Content for titles in this program is made available throughout the development cycle, so products may not be complete, edited, or finalized, including video post-production editing.
    Note: Online resource; Title from title screen (viewed November 20, 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: 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 ...
  • 59
    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 ...
  • 60
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838984830
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 37 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Build your audience with professionally designed, UX-friendly apps About This Video Learn basic design principles and tools and work on three brilliant projects Learn the basics of prototyping In Detail Welcome to The Complete Guide to Designing a Mobile App! Many fantastic apps never attract a big audience, and one key reason for that is that they're poorly designed. There's a big difference between building an app and designing it; it's the difference between an app that works perfectly, looks fantastic, and does exactly what it promises, and one that doesn't. The more design work you put into your app, the more successful your app will be. In this course, you'll get a brief overview of design principles, before getting into the how-to and learning by doing, with regular exercises and challenges to test and cement your learning. The first half of the course focuses on: Design basics-Learn simple (but devastatingly effective) design principles. Understand the differences between iOS and Android design systems, and what that means for your app. Polishing your idea-Tailor your app to your users and stand out from the competition! Learn how to sketch out and wireframe an app idea and see the difference this makes! Information architecture-The backbone of any good app. The structure of your design is so important-learn the guiding principles behind the app and information architecture here! Style-color, font, icons, typography. Everything you need to know! Components and patterns-Help users navigate your app. Create forms, fields, notifications, animations, and more! The user experience-Make your app simple and intuitive and your users will love you. Learn how here. Design with Sketch-A complete guide to the hugely well-regarded design software, Sketch. As your skills increase and your confidence grows, you'll start work on three brilliant projects, designing and creating every element of the following apps! An Instagram app A food delivery app A studio booking app By the end of this course, you'll know everything there is to know about app design and will have created three hugely impressive projects for your career portfolio!
    Note: Online resource; Title from title screen (viewed October 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 34 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Technical debt is a funny thing. While the term attempts to make an analogy with financial debt, technical debt and financial debt have nothing in common. Instead, it's the name we give engineering decisions we disagree with. Robert "r0ml" Lefkowitz (Retired) offers an overview of technical debt, explaining how to recognize it, how to prevent or reduce it, and how come we see so much of it. Many so-called best practices today, are, in fact, technical debt factories. The reason we have so much of it is that we eagerly create it at earlier stages of an organization and fail to alter our approaches soon enough when the organization matures, and these early practices which were "investment" become "debt." Robert discusses many of these practices. One of these is microservices-often undertaken as a technique for increasing agility, at the cost of manufacturing tech debt. Robert details common methods for avoiding increasing the tech debt burden by deploying microservices. Robert explores two primary themes that apply to multiple software methods. The first is the principle of parsimony, which dates back to the ancient Greeks but was popularized more recently by the 12th century theologian William of Ockham. The second theme is the doctrine of immutability. This idea, too, flowered during the Middle Ages and is enjoying a renaissance today with the rise of functional programming languages. Robert dives into both of these ideas as they apply to data types, programming languages, network protocols, software dependencies, configuration management, and more. This session was recorded at the 2019 O'Reilly Software Architecture Conference in New York.
    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 ...
  • 62
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 16 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Many presentations on microservices offer a high-level view of the architecture; rarely do you hear what it's like to work in such an environment. Individual services are somewhat trivial to develop, but now you suddenly have countless others to track. You'll become obsessed over how they communicate. You'll have to start referring to the whole thing as "the Platform." You'll have to take on some considerable DevOps work and start learning about deployment pipelines, metrics, and logging. Don't panic. Stephen Pember (Toast) shares what he's learned over the past six years migrating from a monolith to microservices across several companies. He examines what a development lifecycle might look like for adding a new service, developing a feature, or fixing bugs. You'll see how team communication is more important than one might realize, as coordinating on architecture designs and implementation is crucial. Most importantly, he'll show how-while an individual service is simple-the infrastructure demands are now much more more complicated: your organization will need to introduce and become increasingly dependent on various technologies, procedures, and tools ranging from the ELK stack to Grafana to Kubernetes. You'll leave understanding why your resident SREs should be the most valued members of your team.
    Note: Online resource; Title from title screen (viewed December 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800203686
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 39 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Master Spring Boot fundamentals, mastering spring data Java Persistence API, SPRING MVC, REST clients, profiles, logging and more. About This Video Learn how Spring Boot simplifies Java application development Create and run several Spring Boot applications from scratch Become well-versed with Spring Boot while using various Spring modules In Detail Spring is one of the most widely used frameworks in the industry. Whether you're an experienced developer or a complete beginner, this course will get you up to speed with the basics of Spring Boot in an easy and systematic way. You'll start this course by exploring the problems with traditional Spring application development. You will then understand how easy it is to create and deploy an application using Spring Boot. In the next few sections, you'll discover how Spring Boot can help you auto-configure a Spring project. Later, the course will take you through everything from enabling health metrics for applications to customizing health metrics endpoints with your own information. Finally, you'll delve into Spring Security and database caching. By the end of this course, you'll be well-versed with the fundamentals of Spring Boot and have gained hands-on experience of creating Spring Boot applications from scratch.
    Note: Online resource; Title from title screen (viewed December 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 50 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: There's no scarcity of raw data within enterprises. So why can't analysts and data scientists generate insights fast enough to keep up with business needs? Extracting insights depends on data engineering and source teams to ingest, clean, catalog, debug, and deploy, slowing down the overall process. One solution: make the data platform self-serve for analysts and data scientists. And Intuit is doing just that. In this Spotlight on Data , Sandeep Uttamchandani gives an overview of the self-serve design patterns and frameworks Intuit has built to expedite time to reliable insights-its metric of success. You'll learn how the company uses circuit breakers in data pipelines to make data availability in dashboards a function of the data quality, radically reducing debugging time. Recorded on September 16, 2019. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts' unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Data , you'll learn about, discuss, and debate the tools, techniques, questions, and quandaries in the world of data. You'll discover how successful companies leverage data effectively and how you can follow their lead to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed December 20, 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: 9781838989231
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 54 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn about Solidity, smart contracts, Truffle, Ganache, Ethereum Blockchain programming, cryptocurrency, DApps, IPFS, and the Remix IDE About This Video Learn the essentials of the Ethereum blockchain Understand basic and advanced concepts of the Solidity language Learn how to deploy your DApp using Heroku In Detail For the past couple of years, there has been no bigger breakthrough in the IT world than Blockchain technology. The extremely fast growth of the industry, market, and the technology itself has led to an enormous shortage of programmers who truly understand the blockchain technology. Along with the latter, smart contracts have also emerged-and with them, Solidity. The aim of this course is to give you the easiest and the best route to becoming a blockchain developer. We will be focusing on smart contract development with Solidity in the Ethereum ecosystem. You will learn to create your first smart contracts in the Ethereum blockchain-even if you are a complete beginner and know nothing about programming or Solidity. The author will show you how to create your first smart contracts with Remix, the online IDE, and we will go through all the features that Solidity gives us as a programming language. You will also be able to set up your environment to start coding with Solidity on your local machine. The author will show you what settings and configurations he used to set up VSCode and how to successfully install Truffle on Windows. After that, he will teach you the basics of the Truffle Framework and how to make it work with Ganache as your own private Ethereum blockchain network. We will also test out our Solidity smart contract behavior by unit testing with Chai and Mocha. If you are a serious developer, you need to know that your code is working the way you expect it to. When you are finished, you will be able to create your own first decentralized application with Solidity and Truffle. While other courses are filled in with unnecessary information that makes them hard to navigate through and leave you confused, this course will take you step-by-step from a complete beginner to a master of Solidity and smart contract creation in the Ethereum ecosystem.
    Note: Online resource; Title from title screen (viewed November 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 3 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Micro-frontends are a new architectural trend in the development of frontend applications. This architectural style can provide tremendous benefits to your projects and organization, offering a level of decoupling never seen before in single-page applications or universal architectures. That said, micro-frontends need to be explored in practice. Luckily there are already a few companies using them at scale. Drawing on his work at DAZN, Luca Mezzalira explains how to implement micro-frontends, enabling you to scale up a project with tens of developers without reducing the throughput. Topics include: Defining a micro-frontend architecture Using this architectural style to become framework agnostic Scaling up teams on a single project without losing throughput Building and deploying a micro-frontend application Analyzing the benefits and drawbacks of this architecture
    Note: Online resource; Title from title screen (viewed December 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839216251
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 33 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn React by building a Trello-inspired application with a real-time database and authentication! About This Video Learn React using a hands-on, project-based approach by building a feature-rich app from scratch Get to grips with Firebase and create a real-time database with authentication Expand your core JavaScript and development knowledge using one of the most popular technologies in the industry In Detail React is one of the most popular and in-demand technologies in modern web development. Using a component-based approach, React allows you to build interactive user interfaces using JavaScript. This course is designed to teach you everything you need to know to build modern applications using React. You'll learn to build a Trello-inspired project that will enable you to take advantage of React's features: Scaffolding projects using the Create React app React file and folder structures and what they do What components are and how to use them Writing JSX Class-based and function components Managing state Looping through data Using props to pass data and methods to components You won't stop there! Even though React handles the user interface for us, most apps also need a backend. You'll use Firebase to provide a real-time database for your project. This will help you not only to store your data, but also to be subscribed to any database changes as they happen. You'll learn how to do the following: Set up a Firestore database Push and read data from our database Update and delete data Sort and filter data Work with real-time data using onSnapshot This course will guide you in using Firebase to handle authentication. Users can sign up and log in and out, allowing them to have their own personal boards that only they can see and edit. You'll also take advantage of React's Context API to pass the user's auth state throughout your application and handle conditional rendering. To round things off, you'll look at how to build your project for production and then deploy it for the world to see!
    Note: Online resource; Title from title screen (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 41 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: As both engineers and managers reach midcareer levels referred to as career or terminal levels (e.g., senior engineer or senior manager levels in many technology companies), they are often faced with uncertainty and ambiguity on possible next steps in their career. Drawing on her experience supporting engineers and managers through career growth in environments ranging from large company environments to startups, Uma Chingunde (Stripe) offers strategies to think about careers at this stage. She addresses some questions such as, How do you think of your career goal outside of the usual career ladders? How do these change as you get more senior? What are traditional versus nontraditional IC and manager paths you can explore? How do you think about the engineer versus manager track? What are some variations on the above for underrepresented groups?
    Note: Online resource; Title from title screen (viewed December 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Skylines Academy, LLC | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 55 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: With the NEW MS-100 Certification Course: M365 Identity and Services, you'll be able to take and pass the MS-100 exam. The MS-100 exam, coupled with the MS-101 exam (course coming soon!), will award you the "Microsoft 365 Certified" Enterprise Administrator Expert" certification. The MS-100 course is intended for individuals and teams who have some foundational knowledge of Microsoft 365 features and services. (If you are looking to form gain base knowledge of M365, check out our MS-900 M365 Fundamentals course). This course includes the following curriculum: - Introduction and Study Resources - Design and Implement M365 Services - Manage User Identity and Roles - Manage Access and Authentication - Plan Office 365 Workloads and Applications Lectures will educate you on the terms and principles of the M365 platform and demos will enable you with a hands-on experience using scenarios to empower you in the real world. Welcome to the Skylines Academy MS-100 course! We're happy you're joining us!
    Note: Online resource; Title from title screen (viewed December 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 45 min.)
    Edition: 1st edition
    DDC: 005.74
    Keywords: Blockchains (Databases) ; Electronic videos ; local ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Blockchain technology is among the most exciting developments in the IT industry in many years. Often shrouded in mystery (including who the person is who developed it), today blockchain is most well known as the technology that underpins cryptocurrencies, the most famous of those being Bitcoin. But blockchain's distributed-ledger technology holds the promise to revolutionize the way businesses and governments create and maintain important records of transactions of all kinds, whether it's contracts, deeds, or any other types of activity for which an inviolable record must be maintained. In this video course, intended for developers and programmers who have a basic understanding of web-based applications, you learn the fundamentals of a blockchain and Decentralized Applications, or DApps, and how data that's stored there is considered immutable-all but impossible to tamper or change, and if an attempt were made, it would be detected immediately. You'll begin by learning blockchain's terminology and then explore how it's used in cryptocurrency. You'll also look at blockchain deployment models, Consensus Algorithms, blockchain supply chain models, DApp modeling and development, as well as development environment requirements for blockchain coding. You'll examine the theory and concepts such as how many distributed computer hosts, called nodes, add bits of information in "chains" of highly encrypted blocks. When you've completed this video course, you'll have a firm understanding of blockchain basics and a solid foundation from which to continue learning and dive deeper into this fascinating field. What you'll learn-and how you can apply it The history of Bitcoin and blockchain technology Technical structure of a Blockchain Basics of how a blockchain works and it architecture Basic understanding of blockchain use cases in business How hashing algorithms work Understand Decentralized Applications, or DApps, architecture and design Migrate centralized database systems into DApps Understand how blockchain manages assets such as cryptocurrencies, and other assets Build an end-to-end transaction flow for blockchain supply chains Basic understanding of cryptography via hands-on exercises The development environment and requirements for blockchain application development This video course is for you because... You want to understand the use cases for blockchain and resources to help get started in the blockchain space You want to "get ahead of the curve" ...
    Note: Online resource; Title from title screen (viewed December 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 31 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Application security testing has been around for a long time, yet successful attacks continue despite significant investments in application security. And we shouldn't be surprised when we're applying testing tools developed more than 12 years ago to software development methods only made commonplace in the last 3-5 years. In addition, application security is least understood and often takes a back seat to perimeter and endpoint security. At the same time, there's a misconception that the cloud provider takes care of all the security, and few people have considered new attack surfaces introduced by containers and orchestration. Tesla showed us the fallacy here. Traditional application security testing has been targeted to security professionals and is regarded as a separate process from development. This separation and delay creates friction in the process, with many trade-offs required. In an effort to improve application security testing, the new chant has been "shift left" to remove more vulnerabilities earlier and empower the developers. Lucas Charles (GitLab) examines the shortcomings of most shift-left efforts and how cloud native environments, Agile DevOps processes, and minimum viable products with rapid iteration wreaks havoc on traditional security methodologies. He dives into how to bring security into DevOps while avoiding a complex DevOps toolchain that must be integrated with security testing and explores new ways of thinking of app security to turn the industry on its head by using concurrent DevOps-a method that makes it possible for product, development, QA, security, and operations teams to work at the same time. You'll learn the three key requirements of your application security process needed to get you onto the road of an efficient and secure software development lifecycle (SDLC).
    Note: Online resource; Title from title screen (viewed December 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 39 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: EOSDIS is working toward a vision of a cloud-based, highly flexible system to meet its ever-growing and evolving data demands. Cumulus, a free and open source framework, supports this vision via configurable workflows to ingest, process, archive, manage, and distribute NASA's Earth imagery. The Cumulus infrastructure is designed for scalability and reliability, using much of the AWS serverless platform, which enables Cumulus to scale in real time to be performant under the largest expected workloads. Cumulus is poised to make a huge impact on how NASA manages and disseminates its Earth science imagery. In one notable case, the NASA-ISRO Synthetic Aperture Radar (NISAR) mission, Cumulus will be used to collect more data in a year than exists in NASA's current archive. The NISAR mission will collect 45 PB a year and process that data at a rate of 1 GB per second. The need for Cumulus is proven through its application to NASA missions, but its application has extended beyond NASA's Distributed Active Archive Centers (DAACs). It's being used to monitor agriculture in Tanzania, apply machine learning models to estimate hurricane intensity, and generate air quality predictions using near-real-time forecast data. Aimee Barciauskas (Development Seed) outlines the motivation for Cumulus, the achievements and hurdles of the past two years, and its varied applications. You'll learn about the availability of the open-sourced software and how NASA intends to make its Earth Observing Geospatial data available for free to the public in the cloud.
    Note: Online resource; Title from title screen (viewed December 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    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 ...
  • 74
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Skylines Academy, LLC | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 33 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: As HashiCorp Vault continues to grow exponentially in the market, so do the skillsets needed to properly deploy and maintain the solution. Designed for students with little to no experience with Vault, this course will provide you with the education needed to be up and running with Vault in no time. This course follows the NEW HashiCorp Certified: Vault Associate Exam (BETA) Objectives which was launched during HashiConf on September 9-11, 2019. During your journey, Skylines Academy will lead you through a series of sections, modules, and demos to prepare you for managing HashiCorp Vault in the real world. What you will learn: - About HashiCorp Vault services and components - How to configure and deploy key HashiCorp Vault services - Core HashiCorp concepts - How to get started on your journey to becoming an expert in HashiCorp Vault Course Introduction - HashiCorp Vault Overview - Data Protection in Vault - Vault Configuration - Deploying Vault - Accessing Vault - Securing Vault with Policies - Authentication Methods - Vault Secret Engines - Auditing Vault - Vault Clustering and Replication Lectures will educate you on the fundamental terms and principles of the HashiCorp Vault and demos will enable you with a hands-on experience using scenarios to empower you in the real world. Thank you for joining us!
    Note: Online resource; Title from title screen (viewed December 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484255674
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 25 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Make fun and interesting games from scratch using the C# language and the Unity engine. In this quick-start video course designed for complete beginners, expert games developer Alan Thorn guides you step by step through the fascinating world of games programming. Based on Thorn's unique Open Stream learning principles, you'll see that programming is a critically important skill for making successful video games. During this video you'll work on a variety of practical projects, starting with programming basics and finishing at an intermediate level giving you everything needed to make fun, creative games. You'll understand important concepts, such as variables, loops, functions, conditional statements, and lots more. By the end of this course, you'll have created engaging and playable games that you can send to friends and family. Plus, you'll have established a strong foundation in games programming, helping you build your own games from your own ideas to get you on the right path for a rewarding career in games. What You'll Learn Develop important self-learning skills to help you expand your programming knowledge Create effective scripts and programs for making great games Understand important concepts, including variables, loops, functions, and coroutines Balance gameplay mechanics to make interesting experiences Who This Video Is For Those interested in learning games programming for the first time.
    Note: Online resource; Title from title screen (viewed October 28, 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: 9781839214240
    Language: English
    Pages: 1 online resource (1 video file, approximately 17 hr., 20 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Automate your Excel workflow, accelerate your productivity, and master the fundamentals of programming with VBA! About This Video Intermediate knowledge of popular Excel features and basic knowledge of data types is required to take this course In Detail Welcome to Excel VBA Programming-The Complete Guide, the most comprehensive VBA course! Visual Basic for Applications (VBA) is a powerful language built on top of popular Microsoft Office applications such as Excel, Access, and Outlook. It allows developers to write procedures called macros that perform automated actions. Anything that you can do in Excel, you can automate with VBA! Over the course of more than 18 hours of content, we cover VBA from the ground up, beginning with the fundamentals and proceeding to advanced topics including: The Excel Object Model The Visual Basic Editor Objects and methods Variables and data types Writing your own procedures Workbooks and workbook objects Worksheets and worksheet objects Range references Range actions Conditional logic Iteration Alerts Configuring Excel functionality Custom functions Arrays Debugging, even procedures, and user forms No programming experience is required; complete beginners are more than welcome! VBA is a great language to start with because it lets you master the fundamentals of programming in a familiar work environment. No extra software is necessary: VBA is bundled with all modern versions of Excel. Excel is the World's most popular spreadsheet software and is available on over 750 million computers worldwide. Whether you use it for professional or personal reasons, VBA can help you remove redundancy in your workflows and accelerates your productivity drastically! Thanks for checking out this course! Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/Excel-VBA-Programming---The-Complete-Guide . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed August 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 42 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Chances are high that you're already using desktop software built with JavaScript-apps like Slack, Visual Studio Code, or WhatsApp use the framework Electron to combine native code with the conveniences of Node.js and web technologies. Felix Rieseberg walks you through Electron, explaining both the up- and downsides of building apps with JavaScript. He covers the basics while building a small code editor live and examines how Microsoft, GitHub, Slack, and other companies collaborate to maintain Electron. This session is sponsored by Slack.
    Note: Online resource; Title from title screen (viewed December 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    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 ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839218934
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 36 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Great for CCA159 preparation - Big data certification for non-programmers, business analysts, testers, and SQL developers About This Video Get to grips with Hive and Sqoop for big data analytics and ingestion Become well-versed with the essential topics and concepts and achieve CCA159 (Cloudera Big Data Analyst) certification Get to grips with data types and complex data types In Detail This course will help you understand Hive, along with preparing you to achieve CCA159 (Cloudera Big Data Analyst) certification. You will start by delving into Hadoop and its distributed file system. Next, you'll become well-versed with the most common Hadoop commands you'll need to work with Hadoop file systems. Later, you'll explore the Apache Hive, starting with an introduction to it, before moving on to understanding external and managed tables. The next few sections will take you through insert and multi-insert. As you progress, the course will provide insights into different functions such as collection, conditional, Hive string functions, Hive date functions, and mathematical functions. In addition to this, you'll learn to work with different file formats and compressions. By the end of this course, you'll have comprehensive knowledge of Hive and Sqoop and gained the skills you need to pass the CCA Data Analyst Exam. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/CCA-159-Expert-in-Big-Data-Analytics---Advance-Hive-Sqoop . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 43 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Teams considering adoption of service-based or microservice architectures have a wealth of information to consult on the organization and design of application software, the benefits of these architectural approaches, and general considerations for the prerequisites. Even if you're not ready to adopt a microservices architecture, you still want the benefits of rapidly deployable, highly automated infrastructure that enables rapid delivery of new features and services. What can you do to build an infrastructure that supports such mythical delivery? Delivery infrastructure refers to a set of products and capabilities that serve the needs of product developers and operations teams. Paula Paul and Rosemary Wang offer a deeper look at an approach to building the necessary delivery infrastructure to support a distributed service or microservice architecture. You'll explore delivery infrastructure products and their capabilities as well as related aspects of change friction for core compute, observability, delivery pipelines, security, persistence, and more. This session is sponsored by ThoughtWorks.
    Note: Online resource; Title from title screen (viewed December 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 37 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: The idea that architecture can support change was described by Neal Ford, Rebecca Parsons, and Pat Kua in 2017 as evolutionary architecture. How do we enable this kind of evolution? Architectural goals and constraints change independently of functional expectations. Fitness functions describe how close an architecture is to achieving an objective goal. During test-driven development, we write tests to verify that features conform to desired business outcomes; we can also write fitness functions that measure and monitor a system's alignment to architectural goals as they evolve. In order for technology to deliver lasting business value, it must be adaptable. Prose enterprise architecture standards or rigid architecture frameworks often don't have the flexibility to support constant change. Regardless of application architectures (monolith, microservices, microkernel, etc.) or business architecture, fitness function-driven development can introduce continuous feedback for architectural conformance and inform the development process as it happens rather than after the fact. Architecture can be expressed and tested as code, in a pipeline, in the same way we express and test business capability and infrastructure as code. The concept of architecture as code is a tremendous leap for most traditional architecture and development teams, challenging long-standing perceptions and mindsets. Paula Paul and Cassandra Shum (ThoughtWorks) share adventures in the enterprise as they take architects and engineers on a journey toward fitness function-driven development, with real-world hurdles and unexpected insights, as they rethink the connection between architecture and business value in a digital world.
    Note: Online resource; Title from title screen (viewed December 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 24 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Systems may be going cloud native, but your CI/CD may not be keeping up. It's challenging to make sure the environments you test and develop on have parity with the environments you deploy to, and you also have to keep track of what you deployed where and when you deployed it. Moving your systems to more complicated environments impacts your entire software supply toolchain. Christie Wilson (Google) explains the challenges of testing, building, and deploying in a cloud native landscape. She examines how tools and systems available today meet these challenges, the benefits you get from cloud native CI/CD, and what's still to be solved. Prerequisite knowledge Experience with CI/CD pipelines and container-based systems What you'll learn Learn what factors to weigh and what your options are when deciding how to use CI/CD in a cloud native landscape This session was recorded at the 2019 O'Reilly Open Source Software conference in Portland.
    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 ...
  • 83
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 41 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: As our industry matures, there's been an evolution in attitude toward design. From Google to startups, there's a burgeoning belief that the competitive advantage lies in user experience. That said, most of us don't work with trained user experience designers. On small or dev-focused teams, we need to be scrappy, and often it's developers and engineers who make crucial user experience decisions-from workflows to errors to labels. Regardless of your team composition, having some rock-solid user experience principles will help improve the products you build and make your users' wildest dreams come true. Okay, maybe that's a stretch, but they'll definitely be glad you're willing to give them some love. Josh Clark and Mike Biglan (Twenty Ideas) give you some tools to use so that you, as a developer, can be a UX beast. They explore how to nurture curiosity as a means of understanding the user; how to leverage psychology, including decision science, in the process of developing workflows; how to communicate and argue well; and how to become a UX developer unicorn-winning friends and influencing people (including your boss) to become a more valuable and critical member of any team. Prerequisite knowledge Experience developing products What you'll learn Understand what UX is, why it's important, and how to think about UX front and center and work with experienced UX designers This session was recorded at the 2019 O'Reilly Open Source Software conference in Portland.
    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 ...
  • 84
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839214684
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 13 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Master web application security testing and become a successful bug hunter About This Video Master web application security testing Learn how hackers earn thousands of dollars per one bug Discover how to find these bugs step-by-step in practice (demos) In Detail HackerOne is your big opportunity. This is the platform where you can hack legally and at the same time you can make money. You can hack many different companies like Twitter, Yahoo, Uber, Coinbase, and a lot more. And you can get paid for your findings, for example $100, $1,000, or even $10,000 per one bug. It's just amazing. All you need is Internet connection and knowledge. Yes - you need knowledge to go from zero to thousands of dollars at HackerOne, and in this online training I'm going to share my knowledge with you. I'm one of the top hackers at HackerOne and I know quite a lot about hacking and making money that way. In this self-paced online training, I'll present many award-winning bugs. The more you play with award-winning-bugs the more knowledge you get and the more knowledge you have, the more money you can make. I'll also discuss a successful bug hunting strategy that I have been using in the recent years. What's more, I'll present a lot of demos, because I want you to see how all these things work in practice. This self-paced online training is composed of 6 different courses: Start Hacking and Making Money Today at HackerOne Keep Hacking and Making Money at HackerOne Case Studies of Award-Winning XSS Attacks: Part 1 Case Studies of Award-Winning XSS Attacks: Part 2 DOUBLE Your Web Hacking Rewards with Fuzzing How Web Hackers Make BIG MONEY: Remote Code Execution In the 1st course I will discuss the 5 bugs that I recommend you start with and I'll introduce you to the strategy that I have been using successfully for a long time. In the 2nd course, you'll master the strategy and you'll play with the next 5 bugs. In the 3rd course I'll demonstrate award-winning XSS attacks (cross-site scripting). It turns out, that you can get a 4-digit ($$$$) reward per single XSS, but to make it happen you need to learn about non-standard XSS attacks, and this is exactly what I'll present to you. Next, in course No. 4 I'll demonstrate more award-winning XSS attacks, because I want you to become a professional XSS hunter earning more and and more money. In course No. 5, I will present fuzzing, which is one of the most powerful vulnerability detection techniques, and I'll show you how you c...
    Note: Online resource; Title from title screen (viewed September 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789957488
    Language: English
    Pages: 1 online resource (1 video file, approximately 21 hr., 50 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Build 9 projects and master two essential and modern technologies: Python and PostgreSQL About This Video Gain comprehensive understanding of software and programming with Python Create basic beginner-level applications to advanced engaging applications using Python In Detail Ever wanted to learn one of the most popular programming languages on the planet? Why not learn two of the most popular at the same time? Python and SQL are widely used by small to large technology companies thanks to their powerful, yet extremely flexible features. While Python is used in the industry for embedded software, web development, desktop applications, and mobile apps, PostgreSQL allows your applications to become even more powerful by storing, retrieving, and filtering through large datasets easily. This course is your one-stop-shop for everything Python and PostgreSQL. You'll advance from an absolute Python and PostgreSQL beginner to an experienced software developer. Get ready to transform your world and become a super-confident app developer! Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/The-Complete-Python-and-PostgreSQL-Developer-Course . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed July 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 25 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: The transformative benefits gained in evolving from a project to product mind-set should not only be for the devs. In today's digital age, it is more important than ever for the infrastructure itself to be fast, fully automated, self-healing, and scalable to meet the ever-changing business demands. The move to the cloud provides these capabilities, but the real transformation is in the people. Infrastructure teams and their traditional silos across the enterprise must transform to measure their people in terms of their collective contributions to a shared goal rather than by their efforts. This value can only be realized by changing from a project to a product mind-set. Heather Martin (Discover) walks through the journey that started with automating everything in Discover's traditional infrastructure through the capabilities of the cloud to a more valuable shift in treating the infrastructure as a product. The shift to a product-centric organization has allowed Discover to move from a less valuable traditional functional model to one that is agile and focused on delivering business outcomes and capabilities that provide real value that can help anticipate customer needs. Heather reveals how invoking a shared responsibility model and absorbing and evolving needed product characteristics allowed the company to move faster and made its platforms and services more resilient and relevant and how this shift allowed the company to gain insight and fast feedback to develop and quickly deliver a better and more meaningful product. Most importantly, now being able to focus people on value-added work, rather than toil, allows increased business agility to give Discover an advantage over its competitors. The road has had its fair share of bumps and, at times, potholes that almost swallowed the team up. Discover is a company of very tenured technologists that have at times been extremely resistant to change. The technology is easy; it's the people that are hard, and Heather's team has the bruises to prove it. So she shares the lessons learned in the hope you won't make the same mistakes and that you can accelerate your own journey. She provides you with the perspective and guidance to get started, quickly mature, get unstuck, and find yourself delivering infrastructure with more value and intention than ever before.
    Note: Online resource; Title from title screen (viewed December 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    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 ...
  • 88
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 1 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: With emerging technologies and new business models unseating long-standing market leaders and shaking up existing value chains, the business landscape is changing by the second. Amid all of the chaos, however, is an unprecedented opportunity for business leaders to harness the catalysts for these changes and power new waves of growth for their companies. In this Spotlight on Innovation , strategic advisor Scott Anthony teaches you how to reposition your company's core to increase its resilience, create a new growth engine through the process of dual transformation, and lead your organization confidently into the future. Recorded on September 11, 2019. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts' unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Innovation , you'll discover what successful companies have in common and how you can follow their lead with small practical steps to transform your organization and prepare for the Next Economy.
    Note: Online resource; Title from title screen (viewed December 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 1 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: When Healthcare.gov officially launched on October 1, 2013, problems with the website were apparent immediately. High demand caused the site to go down within two hours of launch, and only six people were able to actually complete their applications on the first day. These issues were eventually addressed with the help of Nava, a public benefit corporation formed during efforts to help fix HealthCare.gov's troubled launch. Ultimately, over 1 million people successfully signed up for healthcare by the end of the open enrollment period. In this Spotlight on Learning from Failure , Sha Hwang, cofounder and COO of Nava, shares the stories behind scaling a company whose chief customer was one of the largest organizations on the planet: the United States government. You'll discover organizational, technical, and communication challenges Nava encountered-as well as best practices for building better foundations for culture, diversity, and impact-as you learn how this small team cut through mountains of red tape to transform a highly public debacle into well-oiled (and sustainable) machine. Recorded on August 27, 2019. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Spotlight explores emerging business and technology topics and ideas through a series of one-hour interactive events. In live conversations, participants share their questions and ideas while hearing the experts' unique perspectives, insights, fears, and predictions for the future. In every edition of Spotlight on Learning from Failure , you'll discover the lessons learned from failures both large and small. You'll discover how successful companies have addressed setbacks, missteps, and challenges and how you can grow from their examples.
    Note: Online resource; Title from title screen (viewed December 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 38 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Kubernetes namespaces partition workloads into virtual clusters so multiple teams or applications can safely share a physical cluster. Today, there is no common consensus on how to use Kubernetes namespaces and namespaced objects in relation to identity, resource limits, and security. As the number of teams, clusters, and namespaces grows within an organization, it becomes increasingly difficult to maintain any kind of coherence. Amy Chen (VMware) discusses how, by aligning identity, resource limits, and your application's security posture, cluster operators can get more organizational mileage out of Kubernetes namespaces. She walks you through common scenarios of how organizations use namespaces today; breaks down namespaces in relation to your workloads and users; compares various approaches to namespace management; shows how to enforce RBAC, resource limits, and your application's security posture within namespaces; and outlines friction in existing namespace management workflows.
    Note: Online resource; Title from title screen (viewed December 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839218736
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 42 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Your guide to practice and learn to excel in Word 2019. About This Video Learn to get started with Word 2019 A practical tutorial designed for beginners. In Detail Microsoft Word remains one of the most popular business tools and rightly so. Businesses around the world continue to rely on Word as their go-to for word processing. Yet Microsoft Word training often takes a back seat. The big secret about Microsoft Word is that using it the right way can save you hours of time and help you produce more impactful documents and reports. It's likely your currently using less than 20% of the functionality that Microsoft Word currently offers. Unlocking that 80% could have a huge impact on your productivity and career. In this in-depth Word 2019 course from Simon Sez IT, we not only teach you the most business-relevant features of Microsoft Word, you then get to put into practice what you learn through exercises at the end of each chapter.
    Note: Online resource; Title from title screen (viewed September 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838559243
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 57 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Reap the full benefits of Visual Studio 2019 by mastering its advanced topics About This Video Master debugging with the improvements in the latest features of Visual Studio 2019 Get to grips with all the new Visual Studio 2019 features regardless of your preferred programming language Accelerate your coding-related tasks while tackling and overcoming problems during programming and application development. In Detail This comprehensive course covers the advanced features of Visual Studio 2019 and uses a practical approach to bolster your programming skills and simplify application development requirements. You will master advanced topics to take your skills to the next level with Visual Studio 2019. We begin with a quick overview, then introduce the new features, including updates such as tighter integration between Visual Studio Team Explorer and Azure DevOps, a suite of tools that enables you to easily create cloud-enabled apps powered by Microsoft Azure. You will learn to create apps for the web as well as cross-platform applications. You will learn how to connect to databases using Server Explorer. You will learn how to debug, test, and improve your code and deploy your app. You will also learn how to manage your code, collaborate, and extend Visual Studio's functionalities. By the end of the course, you will have mastered the new features and functionalities of Visual Studio 2019 to utilize the full benefits of Visual Studio when it comes to building advanced applications.
    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 ...
  • 93
    Language: English
    Pages: 1 online resource (1 video file, approximately 45 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Windows 10 is shipping a Linux kernel. You can run many flavors of Linux, side by side, on Windows with deep compatibility and deep integration with Windows. New open source projects like a GPU-accelerated Windows Terminal and the popular VS Code editor are being developed in the open with lots of community involvement. Scott Hanselman, Kayla Cinnamon, and Yosef Durr explain how and why open source is the new normal for Microsoft, showcase a ton of demos, and answer questions-including "What's the catch?" This session is sponsored by Microsoft.
    Note: Online resource; Title from title screen (viewed December 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839211843
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 hr., 28 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: The ultimate next step for anyone interested in supercharging their project management skills About This Video How to manage tasks, meetings, and reminders. Create your own email signatures. Add, manage, and find contacts In Detail In this comprehensive course bundle, you'll gain the knowledge and skills to navigate this program at a professional level. With this tool, you'll find out what's new in Microsoft Outlook 2016, the basics of the Outlook interface, and how to work in the user interface. From keyboard shortcuts to using Outlook on a touch device, you'll discover pro techniques that save you time and effort with this sophisticated software platform. You'll learn to create, reply to, and manage email messages, and organize them using folders. Setting up meetings very precisely and managing them can turn an amateur into a productivity pro. With this course, you'll learn to seamlessly integrate new contacts into your Address Book. You'll easily view and share calendars with others in Microsoft Outlook 2016, create a to-do list, and print your calendar to share with others. In addition, this course describes how to create time-saving rules to filter your email based on your own needs and requirements. You'll even find out how to use the mail merge feature to merge your contact information stored in Outlook 2016 into a Microsoft Word document. 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 be productive and organized. It provides a simple way to get organized so you can start getting more stuff done! 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-Outlook-2016 . If you require support please email: customercarepackt.com
    Note: Online resource; Title from title screen (viewed August 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484255711
    Language: English
    Pages: 1 online resource (1 video file, approximately 55 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Discover ARM-based computing, system-on-a-board technologies, and how the Raspberry Pi is your gateway into SBC (single-board computing). In this video, you'll dive into all the different ways the Raspberry Pi can be used, such as for personal computing, acting as a server, IoT (internet of things) projects, robotics projects, monitor controllers, computer science experiments, digital signage, and super computers. You'll cover the various operating systems available for the Pi, the equipment needed to get started for the most popular types of projects and applications, and how to install and set everything up. With the introduction of the Raspberry Pi 4, the Raspberry Pi is now the most powerful system-on-a-board. This video shows you how to make the most of it. What You Will Learn Pick an operating system Install basic software for computing or popular projects Set up your Pi as a home server Who This Video Is For Someone who has an interest in computing and wants to learn about SBC and the Raspberry Pi. They are a hobbyists or computer professionals looking to expand their knowledge and learn more and experiment with the Raspberry Pi.
    Note: Online resource; Title from title screen (viewed December 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 44 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Describing software or IT architectures and effectively communicating about architecture to (business) stakeholders is a relevant and important skill for all architects. Many architects can advance in that skill, since communicating (about) architecture is hard, especially to nontechnical stakeholders. Jochem Schulenklopper (Xebia) dives into theory, practice, and examples; he presents relevant theories, techniques, and examples of creating architecture visualizations that are attractive, informative, and easier to understand for nontechnical audiences. Visual communication (on architecture) has many facets to look at and can take many forms. Jochem touches upon theory, examples (and some not-so-great examples), and practical advice on each of those facets: basic visual attributes, composition/layout, color, text, graphs, sketches, icons, images and pictures, and storytelling.
    Note: Online resource; Title from title screen (viewed December 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 42 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: This talk is for those organizations that have struggled to provide the right development opportunities for team members as the team grows-whether to developers looking to move into architecture or existing architects looking to become better craftsmen. Jean Bordelon (Bounteous) shares approaches to give aspiring architects meaningful ways to grow and veteran architects ways to hone their craft, as well as lessons learned along the way. Your milage may very, and for sure some of the approaches have worked better than others. Jean offers an overview of the real-world experience as his team experimented with these techniques, helping guide your journey toward a stronger, more capable architecture competency and helping your team reach their potential.
    Note: Online resource; Title from title screen (viewed December 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781839216480
    Language: English
    Pages: 1 online resource (1 video file, approximately 11 hr., 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn Cypress (the future of automation) for front-end web testing and integration (XHR/API) testing with real-time examples. About This Video Build fast and reliable automation tests for any web application using Cypress and perform integration testing with Cypress Get hands-on and design a Cypress automation framework from scratch and learn XHR/API testing using Cypress to build smart automation tests with mock responses Master Cypress components and generate test execution videos, screenshots, and reports In Detail Cypress, the real buzz-word in the automation world, is expected to play a key role in the future because it lets you perform fast, easy, and reliable tests on anything that runs in a browser. Because of its architectural design, Cypress provides (out of box) stable automation results for all modern web apps. It also can perform Integration testing by mocking incoming network responses. During test debugging, by default Cypress takes screenshots of every test step and generates an mp4 video after every test run. The following are just a few of the WOW Factors you'll encounter in this course: Cypress installation and project setup UI automation (Cypress checkboxes, radio buttons, edit boxes, and dropdowns) Handling pop-ups, alerts and frames using Cypress Cypress fixtures and custom commands Master configuration properties and environmental variables Cypress dashboard features with video recording and screenshots Build NPM scripts and integrate a Cypress framework into Jenkins
    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 ...
  • 99
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781838987923
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 15 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Certified Information Security Manager (CISM) Domain 1 - Get 3.5 hours of videos and downloadable lecture slides. About This Video Learn about management-level IT security and cybersecurity Prepare for the Certified Information Security Manager (CISM) exam In Detail In this course, you will explore all the topics covered in Domain 1 of the CISM exam. Included in this course: Full CISM Domain 1 videos (3.5 hours) Downloadable CISM slides for Domain 1 (78 pages) 50+ links for CISM Domain 1 and overall CISM exam preparation Prepare for the 2017 version of the CISM exam, which is what you will be tested on until the next planned CISM curriculum update by ISACA in 2022. To help you prepare, this CISM Domain 1 course covers the following topics: Governance, management, standards, and frameworks Values, vision, and mission Policies, procedures, guidelines, and frameworks SWOT analysis and gap analysis OPEX, CAPEX, and fiscal years KGIs, KPIs, and KRIs-the CIA triad Sensitive information and media security Data classification Data owners and data security frameworks Ethics, laws and regulations, and intellectual property Warfare, terrorism, sabotage, and ransomware Administrative personnel controls Designing security into your software Programming concepts Software development methodologies Artificial intelligence (AI) The CISM exam is 4 hours long and has 150 multiple choice questions. To pass the CISM exam, you obviously need to have the right knowledge of all domains, but the real path to success is to refer to multiple books and videos and solve a lot of practice questions before taking the exam. Downloading the example code for this course: You can download the example code files for this course on GitHub at the following link: https://github.com/PacktPublishing/CISM-Certification-Domain-1-Information-Security-Governance-Video-Boot-Camp-2019 . If you require support please email: customercarepackt.com.
    Note: Online resource; Title from title screen (viewed May 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 39 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: As teams and projects grow, code review becomes increasingly important to support the maintainability of complex code bases. But code reviews aren't as straightforward as they appear because the people involved in them aren't always predictable. Nina Zakharenko (Microsoft) dives deep into guidelines for writing consistent code, linting and analysis tools for various languages, and common code review gotchas. You'll learn about style guides and how they can help make your code more consistent and easier to maintain, as well as what tools are available to help automate the review process. You'll have better code reviews with your teams at work by giving code reviews with empathy using reviews as tools for sharing knowledge instead of turning the process into a competition. You'll also discover a better approach to code reviews in open source projects. What you'll learn Understand how to make reviews an opportunity for developers to learn from each other and encourage technical growth
    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 ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...