Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • Safari, an O’Reilly Media Company.  (414)
  • Ford, Neal  (9)
  • van Vugt, Sander
  • Boston, MA : Safari  (416)
  • [Erscheinungsort nicht ermittelbar] : dpunkt
  • Electronic videos  (416)
Datasource
Material
Language
Years
  • 101
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 54 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Building a chat server is a great way to learn the Tokio library because a chat server forces you to think about concurrent IO, which is the core purpose of Tokio. Lily demonstrates how you can spawn background tasks to manage independent network streams, and use tokio::select! to concurrently poll tasks which require a shared state. The lessons learned here can be applied generally to all kinds of asynchronous coding challenges in Rust. From the author of Refactoring to Rust.
    Note: Online resource; Title from title screen (viewed April 6, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 102
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 29 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Known for its speed and multithreading support—and its more than four decades of powerful application development—C++ remains one of the most popular languages for a wide range of applications from banking and trading to advanced software development. And the language continues to evolve. Join us for four hours of expert-led sessions on the changes that C++20 will bring and explore the modern features that’ll ensure that C++ will continue to play an integral role in almost all the applications we use and and remain an ideal choice for creating complex open source projects. About the Open Source Software Superstream Series: Each day in the four-part OSCON Superstream Series covers a different programming language and its ecosystem, with unique sessions including keynotes from language luminaries, debates on controversial topics, and hands-on coding talks. And they’re packed with insights from innovators and the latest tools and technologies to help you stay ahead of it all. What you’ll learn and how you can apply it Explore the latest features of C++20 Dive into high-performance programming with C++ Discover how to extend C++ with WebAssembly Learn how to implement CRTP for library design and implementation This recording of a live event is for you because… You’re a C++ developer looking to improve your awareness of and skills with new practices and technologies. You’re a developer in another programming language and are curious about how you can use C++ for your open source projects. You’re an experienced developer who wants to learn new tools and techniques from expert programmers and software developers. Recommended follow-up: Take C++ Essentials: Templates (live online training course with Klaus Iglberger) Take C++ Essentials: STL Algorithms (live online training course with Klaus Iglberger) Read Effective Modern C++ (book) Read C++ Crash Course (book) Experiment with the C++ Sandbox
    Note: Online resource; Title from title screen (viewed October 14, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 103
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801814706
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 50 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Build two different websites from development to deployment with the help of Next.js and other tools, the backend support provided by the Strapi CMS About This Video Build a music event application from start to finish Build a static blog with pagination, search, and categories using markdown Learn to build a full-stack application with CRUD, pagination, authentication, and more In Detail Next.js is a framework for building server-side rendered React websites as well as static websites. This is a project-based course for learning Next.js. You'll build a music events application that will give you the foundational knowledge that you need to create your own applications. You'll use Strapi as our backend, but you could just as well use anything. The course starts with learning the fundamentals of Next.js like pages and routing, data fetching methods, custom API routes, static generation, CSS styling, and image optimization. While working on the main project, you will also be working with Strapi CMS, authentication with JSON Web Tokens, authorization and access control, storing HttpOnly cookies on the server, pagination, search filters, and more, image uploading with Cloudinary integration, and deploying to Vercel and Heroku. The second project is a static blog using Next.js called DevSpace, where you will work with Tailwind CSS integration, static data fetching/generation, create, fetch and parse markdown with Frontmatter, search functionality with API route/serverless function, post caching, Git Hooks with Husky, and deploy to Vercel. By the end of this course, you will be able to create two different websites: Music Event Website and DevSpace (static blog) using Next.js and various other tools from development to deployment.
    Note: Online resource; Title from title screen (viewed September 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 104
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 23 min.)
    Edition: 2nd edition
    Keywords: Electronic videos
    Abstract: 5 Hours of Video Instruction Overview Natural Language Processing LiveLessons covers thefundamentals of Natural Language Processing in a simple and intuitive way,empowering you to add NLP to your toolkit. Using the powerful NLTK package, itgradually moves from the basics of text representation, cleaning, topicdetection, regular expressions, and sentiment analysis before moving on to theKeras deep learning framework to explore more advanced topics such as textclassification and sequence-to-sequence models. After successfully completingthese lessons you’ll be equipped with a fundamental and practical understandingof state-of-the-art Natural Language Processing tools and algorithms. About the Instructor Bruno Goncalves is a senior data scientist working at the intersection of data science and finance who has been programming in Python since 2005. For the past 10 years, his work has focused on NLP, computational linguistics applications, and social networks. Skill Level Intermediate Learn How To Represent text Clean text Understand named entity recognition Model topics Conduct sentiment analysis Utilize text classification Understand word2vec word embeddings Define GloVe Transfer learning Apply language detection Who Should Take This Course Data scientists with an interest in natural language processing Course Requirements Basic algebra, calculus, and statistics, plus programming experience Lesson Descriptions Lesson 1, Text Representations: The first step in any NLP application is the tokenization and representation of text through one-hot encodings and bag of words. Naturally, not all words are meaningful, so the next step is to remove meaningless stopwords and identify the most relevant words for your application using TF-IDF. The next step is to identify n-grams. Finally, you learn how word embeddings can be used as semantically meaningful representations and finalize things with a practical demo. Lesson 2, Text Cleaning: Lesson 2 builds on the text representations of Lesson 1 by applying stemming and lemmatization to identify the roots of words and reduce the size of the vocabulary. Next comes deploying regular expressions to identify words fitting specific patterns. The lesson finishes up by demoing these techniques. Lesson 3, Named Entity Recognition: In named entity recognition you develop approaches to tag words by the part of speech to which they correspond. You also identify meaningful groups of words by chunking...
    Note: Online resource; Title from title screen (viewed October 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 105
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803239248
    Language: English
    Pages: 1 online resource (1 video file, approximately 11 hr., 46 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to develop applications using MongoDB from scratch with this beginner-friendly course About This Video Relate the concepts and practical applications of MongoDB with real-world problems Implement any project from scratch that requires MongoDB knowledge Know the theoretical and practical aspects of MongoDB In Detail MongoDB, a fast and scalable NoSQL database, is extremely popular right now. This object-oriented database is simple and dynamic. In this course, you start by becoming proficient in the elementary concepts of MongoDB, including installing and setting up MongoDB Atlas, and understanding the database structure, collection structure, document structure, and basic Mongo commands. Next, you'll explore the Basic, Create, Read, Update, and Delete operations in MongoDB. You'll then explore in detail the MongoDB query operators and project operators. Following this, you'll learn about MongoDB update operators. In the concluding modules, you'll explore MongoDB with Node and Python. In the final module, you'll sharpen your practical knowledge of the theoretical concepts you learned in this course by working on two mini-projects. In the first project, you'll work on MongoDB with Django, in which you'll develop a CRUD-based application using Django and MongoDB. In the second project, you'll implement an ETL pipeline using PySpark to dump the data in MongoDB. By the end of this course, you will be able to implement any project from scratch that requires MongoDB knowledge. Who this book is for This course is designed for absolute beginners. As a newbie in this field, you will spend sufficient time - in gaining a thorough understanding of the fundamental concepts. You also need a good understanding of SQL. If you want to become a data scientist, database administrator, database engineer, or data engineer, then this course is for you.
    Note: Online resource; Title from title screen (viewed October 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 106
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 56 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Everyone has a personal brand, whether you’re aware of it or not. Your personal brand can help you stand out from your competitors and colleagues, attract opportunities, and otherwise benefit your career. So it’s important to take control of your brand and shape it into how you’d like to be perceived. In this edition of Meet the Expert Kate Strachnyi dives into the fundamentals of building your data science brand. You’ll learn the importance of building a brand in data science, how to get started, the power of authenticity on social media, and more. Building your personal brand is a journey, and there are several paths that you can take. (You can always start small and grow your brand over time.) The journey doesn’t have to be difficult, but it will likely take you outside of your comfort zone. This session will help you set off in the right direction. Recorded on October 26, 2021. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Meet the Expert explores emerging business and technology topics and ideas through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and ideas while hearing their unique perspectives, insights, fears, and predictions.
    Note: Online resource; Title from title screen (viewed October 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 107
    Language: English
    Pages: 1 online resource (1 video file, approximately 59 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Sponsored by f5 Banking and financial services organizations face an uphill battle to keep pace with rapidly changing customer expectations and demands for seamless, personalized experiences that they can access online and on their mobile devices. This challenge is exacerbated by complex legacy development processes, a difficult regulatory environment, the effects of the COVID-19 pandemic on consumer behavior, and the widespread adoption and use of fintech, which is pulling customers away from traditional banking and financial services companies. In this edition of Meet the Expert, DevOps specialist Gee Chow and cloud architect Roy Muermann explain how banks and financial services organizations are currently approaching the migration of legacy applications (by optimizing container management and automating app delivery, for instance). You’ll also get practical advice on how to best integrate new functionality (like how to best manage and secure APIs in modern digital experiences) and explore the latest security methodologies and processes associated with evolving app development and modernization vulnerabilities (in other words, DevSecOps). Recorded on October 20, 2021. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Meet the Expert explores emerging business and technology topics and ideas through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and ideas while hearing their unique perspectives, insights, fears, and predictions.
    Note: Online resource; Title from title screen (viewed October 20, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 108
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803234489
    Language: English
    Pages: 1 online resource (1 video file, approximately 22 hr., 21 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Master C# programming basics with Windows Forms and multiple hands-on projects. About This Video Understand the purpose of the .net framework and how public properties give us access to private fields Learn the process of setting various object properties by changing the designer file manually Understand how to use the ternary operator to make logical decisions In Detail Are you looking forward to learning C# with Windows forms and with a variety of projects? Then this course will help you build a solid foundation in C# with ease. This course provides a step-by-step guide to create executable Windows form projects using C#. You will learn to code in C# and gain an in-depth understanding of the structures of Windows forms by understanding various fundamental concepts such as namespace, class, keyword, and so on. You will also learn to use the .NET framework, understand the difference between classes versus structs and explore the concept of enumerations. In the further section, you will learn about changing variables using compound operations. Learn about the practical examples of while loops, for loops and understand gridviews with for loops. Also, learn about how to work with double loops and for each loop with arrays. There are specific sections added that are focused on practical applications of C#. By the end of this course, you will be able to create Windows forms project by coding in C# for each part all by yourself. Who this book is for This course is for those who are interested in C#, Windows Forms, and some object-oriented programming.
    Note: Online resource; Title from title screen (viewed October 18, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 109
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803245317
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 hr., 15 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Gain expertise with hands-on real-time use cases using Boto3 and Lambda functions for automating their workloads About This Video Gain expertise with hands-on real-time use cases using Boto3 and Lambda functions Explore in detail the concepts of Lambda function and different types of Lambda triggering methods Understand session, resource, client, collections, waiters, and paginators In Detail The objective of the course, AWS Automation with Boto3, Python, and Lamba Functions, is to cover the core concepts of Boto3 and Lambda. In most of the cases, Boto3 works along with Lambda and that's the reason we combine Boto3 and Lambda into one course. We have divided the course into two parts to get more clarity about Boto3 and Lambda. Part 1 is about how to write and execute Python Boto3 on our local server or any OS. Part 2 is about writing and executing Python Boto3 in Lambda with different triggering methods. Boto3 is the name of the Python SDK for AWS or Boto3 is the Python module to work with AWS services using Python scripts. It allows you to create, update, and delete AWS services from our Python scripts without opening AWS management console through the browser; we can execute these Python Boto3 scripts either from our local server or using AWS Lambda service. In this course, we will see how to implement and execute Python Boto3 scripts on our local server; then, we will move on with AWS Lambda service. Boto3 is built on top of the Botocore module. We will also explore the different types of Boto3 sessions and the concepts of Boto3 to write Python scripts for AWS automation. By the end of this course, you will get the knowledge to apply different concepts of Boto3 and Lambda for different AWS services. Who this book is for This course is designed for individuals looking to master Boto3 and AWS Lambda functions with different triggering method skills to automate tasks in real time.
    Note: Online resource; Title from title screen (viewed October 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 110
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803249629
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 38 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Get your hands dirty with Java programming from scratch. This Java course will help beginners jump into Java programming quickly and easily. About This Video Learn the core foundation skills to progress ahead and pass your Java certificate exam Learn Java to work in industries such as cloud, AI, big data, the IoT, and more Easy-to-watch video tutorials along with real-world projects to practice along with the instructor In Detail Java is one of the most popular programming languages. Java is used for software development, mobile and web applications, cloud and big data projects, the Internet of Things, artificial intelligence, and much more. This highly-focused Java for beginners' course will stick to the most important skills that you need to learn Java quickly and efficiently. The instructor has broken down the essence of Java into bite-sized lessons to make it easy for anyone to understand and implement important concepts while learning. The course begins with setting up the environment, followed by first/basic steps, then you'll learn about variables, expressions, strings, conditionals, loops, methods, classes and objects, exceptions, and collections. The last section is purely dedicated to the frequent questions asked by beginners in Java programming. By the end of this course, you will acquire substantial knowledge in Java programming to advance your career as a Java programmer. Who this book is for This course is for anyone who wants to become a Java developer and is interested in computer programming, with no experience. It is designed for absolute beginners. No programming experience is needed; all you need is a desire to learn Java. Everything you need to run and practice with Java is explained in the course.
    Note: Online resource; Title from title screen (viewed October 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 111
    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., 0 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Join us for a special conversation on security with Sam Newman and Tanya Janca, founder of We Hack Purple. They’ll chat about DevSecOps, how to implement continuous security throughout your entire software development and delivery pipeline, and more. What you’ll learn and how you can apply it Explore the origins of, need for, and challenges around security See what’s coming next for infrastructure and ops This recording of a live event is for you because… You want the chance to ask Sam Newman and Tanya Janca your questions around dev and app security. You’re looking for ways to improve your systems and to mitigate security risks. You want to become well-versed in the foundations and best practices of pipeline creation. Recommended follow-up: Read Learning DevSecOps (early release book) Read Security Chaos Engineering (report) Read Container Security (book) Read DevSecOps in Kubernetes (report)
    Note: Online resource; Title from title screen (viewed October 6, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 112
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803232546
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 7 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Master the art of Agile project management with the help of this comprehensive beginner’s friendly course About This Video Understand the Workflows and how schemes work Comparative study on team-managed project versus company-managed project Explore the different versions, important terms, and concept In Detail Companies use different ways to organize their projects, and the type of methodology they use determines the tool that is best suited for their needs. Jira is a project management software designed to help teams of all types to manage work. Jira is an issue tracking and project management tool that is highly configurable and flexible, which allows it to be used in a wide variety of processes. There are different versions of Jira available, but the core concepts are applicable across these versions. In this course, we will be using a non-premium version of Jira Software on Cloud. Jira Software is the flagship version of Jira that is used for agile project management, meaning it is beneficial for companies that use the Agile methodology. With that being said, learning Jira requires learning some Agile concepts, and this course includes a crash course on the basics of Agile methodology to help you get started with Jira. By the end of this course, you will gain a clear understanding of Jira and the best way to use it for effective project management in teams. Who this book is for The course is best suited for team managers, project managers, and beginners who want to explore the software’s functionalities and level up their project management skills.
    Note: Online resource; Title from title screen (viewed October 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 113
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803236780
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 43 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn how you can implement and train your own custom YOLOv4 object detection models in computer vision About This Video Social distancing app to calculate the distance between people to determine if they are at risk Object counting app for counting cars in a parking lot and DeepSORT to track vehicles in traffic Mask detection app to detect whether or not a person is wearing a mask; if not, flagging an alert In Detail This course is a perfect fit if you want to natively train your own YOLOv4 neural network. You’ll start off with a gentle introduction to the world of computer vision with YOLOv4, install darknet, and build libraries for YOLOv4 to implement YOLOv4 on images and videos in real-time. You’ll even solve current and relevant real-world problems by building your own social distancing monitoring app and implementing vehicle tracking using the robust DeepSORT algorithm. After that, you’ll learn more techniques and best practices/rules of how to take your Python implementations and develop GUIs for your YOLOv4 apps using PyQT. Then, you’ll be labeling your own dataset from scratch, converting standard datasets into YOLOv4 format, amplifying your dataset 10x, and employing data augmentation to significantly increase the diversity of available data for training models, without collecting new data. Finally, you’ll develop your own Mask Detection app to detect whether a person is wearing their mask and to flag an alert. By the end of this course, you’d be able to implement and train your own custom CNNs with YOLOv4. It will help you in solving real-world problems, freelancing AI projects, getting that opportunity in AI, and tackling your research work by saving time and money. The world is your oyster; just start exploring the world once you have skills in AI. Who this book is for This course is for developers, researchers, and students who have at least some programming experience and want to become proficient in AI for computer vision and visual recognition. An individual with machine learning knowledge and who wants to break into neural networks or AI for visual understanding, a scientist looking to apply deep learning + computer vision algorithms, individuals looking to utilize computer vision algorithms in their own projects will highly benefit from this course. A high-range PC/laptop, Windows 10, and CUDA Nvidia GPU graphics card are pre-requisites.
    Note: Online resource; Title from title screen (viewed October 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 114
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 1 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: 8 Hours of Video Instruction DevOps is a set of practices that works to automate and integrate the processes between software development and IT teams so they can build, test, and release software faster and more reliably. These days, it is imperative for engineers in the IT industry to understand what DevOps is and how it works so they can keep their skills and knowledge up to date. This LiveLessons does just that! Description The days of specializing in just one technology are obsolete. People and teams involved in the whole DevOps cycle are now (or soon will be) cross-functional, where developers can add operations knowledge and operations engineers can incorporate development and scripting knowledge in order to help the entire team output better products faster. In this video training, Paul Furlan covers what you need to skill up and succeed. With this LiveLessons course, IT Pros will have the chance to see how a product can be developed by applying DevOps to the entire process, and they will also have hands-on labs to test concepts and learn. About the Instructor Paul Furlan describes himself as an information technologies Swiss army knife. He is an IT industry veteran with more than 17 years of experience across several roles, such as helpdesk, full-stack web development, systems administration, and backups. He is currently a DevOps engineer focused on the support and administration of the VCS and CI/CD pipelines. In addition to his day job, Paul spends time reading content related to science and technology (sometimes out loud to practice pronunciation), challenges himself to get out of comfort zones, and plays with his pets and recording music. He always tries to make time to learn and practice new skills. He promotes this to everyone in the IT industry, as this field is constantly changing and rapidly evolving. Skill Level Beginner to Intermediate What You Will Learn Build a complete product from ideation through deployment with Gitlab Deploy the application using a DevOps approach with Gitlab Continuous Deployment pipelines. Learn how each phase of the DevOps cycle works. Perform testing on your application to detect bugs and make sure all is working as expected. Unit test and load test to detect bugs, security vulnerabilities, performance, and more. Perform static code analysis. Explore the most popular application packager managers, such as Maven, NPM, NuGet, and PyPi. Who Should Take This Course Primary: Junior IT ...
    Note: Online resource; Title from title screen (viewed November 4, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 115
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803242231
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 24 min.)
    Edition: 1st edition
    DDC: 005.7565
    Keywords: Microsoft .NET Framework ; Streaming video ; Internet videos ; Database management ; Electronic videos ; Microsoft .NET Framework ; Vidéo en continu ; Vidéos sur Internet ; Bases de données ; Gestion ; streaming video ; Database management ; Internet videos ; Streaming video
    Abstract: Learn how to use and take advantage of the full feature set of Entity Framework Core in your .NET applications About This Video Construct a data model using code-first and database-first workflows Understand Entity Framework commands Handle one-to-one, one-to-many, and many-to-many relationships In Detail In this course, Entity Framework Core - A Full Tour, you will learn to work with data in your .NET applications. We will review the general benefits of using Entity Framework Core 5, which is Microsoft's flagship Object Relational Mapper (ORM), to relieve you of many concerns and challenges that come with this component of software development. We will also spend time discovering how EF Core translates classes and references to database models and relationships. You will learn how to write queries, update databases incrementally, roll back changes, and explore the myriad capabilities that Entity Framework Core affords us. By the end of this course, you will have the skills and knowledge of Entity Framework Core needed to fluidly interact with data and write quires for .NET Core applications with ease. Who this book is for This course is for students who want to learn Entity Framework in a hands-on way. In order to take this course, you should have at least 3 months experience of programming in C#. If you need to strengthen your C# fundamentals, you can take the C# beginner course, C# Console, and Windows Forms Development with LINQ & ADO.NET.
    Note: Online resource; Title from title screen (viewed September 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 116
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803231969
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 30 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn about digital forensics, pentesting, and ethical hacking About This Video Learn about using Kali Forensic Mode and Autopsy Explore open source intelligence and OSINT Learn how to dump Wi-Fi credentials using netsh In Detail Digital forensics is becoming very important in cyber security to detect and backtrack Black Hat criminals. It is essential to remove hackers’ malicious backdoors/malware and trace them back to avoid possible future incidents. This course acts as digital forensics’ primer for pentesters and cybersecurity professionals wanting to expand their knowledge and add advanced tools and skills to their resumes. Make sure you understand the difference between watching and applying. The course is an excellent primer for anyone considering a career in digital forensics. It’s important to understand the difference between digital forensics and computer security. Who this book is for This course is for pentesters interested in digital forensic investigations and for anyone interested in digital forensics as it relates to pentesting and ethical hacking.
    Note: Online resource; Title from title screen (viewed September 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 117
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 35 hr., 55 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: 36 Hours of Video Instruction Overview CompTIA Network+ N10-008 Complete Video Course is a comprehensive training course that brings CompTIA Network+ exam topics to life through the use of real-world demonstrations, live instruction, and configurations, making learning these foundational networking topics easy and fun. Expert instructor Ryan Lindfield walks you through the full range of topics on the CompTIA Network+ N10-008 exam, including protocol reference models (network components, network topologies, network services, WAN technologies, networking cables, and connectors), Ethernet switch operation, wireless LAN, IPv4 network addressing, IPv6 networks, IP routing, unified communications fundamentals, virtualization fundamentals, network security, network maintenance, and network troubleshooting. This unique product contains multiple types of video presentations, including live instructor whiteboarding, real-world demonstrations, and hands-on router and switch CLI configuration and troubleshooting in real lab environments, allowing you to learn both the concepts and the hands-on application. The 200+ videos contained in this product provide you more than 35 hours of instruction. The product concludes with a series of lessons that give you valuable advice to help prepare for the actual exam. Designed to take you inside Network+ concepts in a unique and interactive way, CompTIA Network+ N10-008 Complete Video Course is guaranteed to help you master the foundational networking topics that will help you succeed on the exam and on the job. About the Instructor Ryan Lindfield is a consultant and trainer with a passion for network security and cryptography. Over the past 20 years, he has worked in data centers, internet service providers, and corporate offices to aid clients in the design and operation of resilient infrastructure. Ryan holds more than 30 technical certifications and is always looking forward to new technologies and challenges. Clients include Fortune 100 tech companies; defense contractors and government entities; inventors; treasure hunters; video game developers; and many more. What You Will Learn Fundamental networking concepts, such as protocol reference models, network devices and theory, network topologies, and network components Network services including GRE, IPsec, DHCP, DNS, Voice over IP, SIP, NTP, NAT, software defined networking, FTP, SNMP, Netflow, RADIUS, TACACS+, Syslog, and more WAN technologies includi...
    Note: Online resource; Title from title screen (viewed October 19, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 118
    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., 45 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: About Architectural Katas: What could be better than practicing software architecture with your handpicked dream team of architects? Participants in Architectural Katas, moderated by Neal Ford, work together virtually in small groups of their choosing to solve a challenge an actual organization is facing. Everyone gets the chance to practice their craft with a real software architecture problem in a safe and social environment, and the finalists and winners earn well-deserved bragging rights (not to mention an intriguing line on their résumé). Plus a selected organization working for social good will have some of its gnarliest software architecture problems solved. What you'll learn-and how you can apply it Identify and design architectural components Explore techniques to analyze and select the right architecture patterns Learn how to diagram and document an architectural solution Develop better communication skills to champion architecture decisions to developers and stakeholders This recording of a live event is for you because... You're a senior-level developer who wants to make the move to architect. You're a practicing software architect who wants to hone your skills and learn new software architecture techniques and practices. You're responsible for creating a software architecture for your company, and you want to practice with a real-world challenge. Recommended follow-up: Read Fundamentals of Software Architecture (book) Read Building Microservices , second edition (book) Read Building Evolutionary Architectures (book) Read Building Event-Driven Microservices (book) Take Software Architecture by Example (live online training course with Mark Richards and Neal Ford) Take Architecture: The Hard Parts (live online training course with Mark Richards and Neal Ford) Take Microservice Fundamentals (live online training course with Sam Newman)
    Note: Online resource; Title from title screen (viewed October 21, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 119
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 hr., 31 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: This well-written book will help you make the most of what Rust has to offer. Ramnivas Laddad, author of AspectJ in Action Rust in Action introduces the Rust programming language by exploring numerous systems programming concepts and techniques. You'll be learning Rust by delving into how computers work under the hood. You'll find yourself playing with persistent storage, memory, networking and even tinkering with CPU instructions. The book takes you through using Rust to extend other applications and teaches you tricks to write blindingly fast code. You'll also discover parallel and concurrent programming. Filled to the brim with real-life use cases and scenarios, you'll go beyond the Rust syntax and see what Rust has to offer in real-world use cases. about the technology Rust is the perfect language for systems programming. It delivers the low-level power of C along with rock-solid safety features that let you code fearlessly. Ideal for applications requiring concurrency, Rust programs are compact, readable, and blazingly fast. Best of all, Rust’s famously smart compiler helps you avoid even subtle coding errors. about the book Rust in Action is a hands-on guide to systems programming with Rust. Written for inquisitive programmers, it presents real-world use cases that go far beyond syntax and structure. You’ll explore Rust implementations for file manipulation, networking, and kernel-level programming and discover awesome techniques for parallelism and concurrency. Along the way, you’ll master Rust’s unique borrow checker model for memory management without a garbage collector. what's inside Elementary to advanced Rust programming Practical examples from systems programming Command-line, graphical and networked applications about the audience For intermediate programmers. No previous experience with Rust required. about the author Tim McNamara uses Rust to build data processing pipelines and generative art. He is an expert in natural language processing and data engineering. Engaging writing style and crisp, easy-to-grasp examples help the reader get off the ground in no time. Sumant Tambe, Linkedin Rust in Action is remarkably polished! Christopher Haupt, Swoogo Makes it easy to explore the language and get going with it. Federico Hernandez, Meltwater I highly recommend this book to those who want to learn Rust. Afshin Mehrabani, Etsy NARRATED BY DEREK DYSART
    Note: Online resource; Title from title screen (viewed June 24, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 120
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 18 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Get some clarity on MLOps, what it is, and what does it mean to be "doing MLOps" by using a maturity model. A maturity model allows you to accurately determine where in the process of applying MLOps best-practices your team is. In this video, I'll explain some of the challenges with MLOps and why it might be difficult to understand some of its processes. This knowledge gap is what the Practical MLOps book tries to address, by clarifying and simplifying what needs to happen. Topics include: * Explain the Machine Learning Operations Maturity Model * Use techniques to strategize the next steps in a model's lifecycle * Accurately determine what might the next step towards model automation will be Useful links: * Azure Maturity Model
    Note: Online resource; Title from title screen (viewed October 24, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 121
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 55 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Rust and Python have more in common than you'd think. Find out more about the main differences and benefits of these popular programming languages in Code Calls Sessions, with Manning bestselling authors Naomi Ceder & Tim McNamara.
    Note: Online resource; Title from title screen (viewed April 15, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 122
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 54 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: The D3.js library gives users the power to develop amazing and versatile visualizations, from simple charts to intricate data interfaces. You’ll tackle the steep learning curve of D3.js by going hands-on to build your own amazing interactive data visualizations. You’ll work with real-world datasets, quickly mastering the building blocks of D3.js that you can easily transfer between tasks.
    Note: Online resource; Title from title screen (viewed October 24, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 123
    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
    Abstract: Patterns in architecture are crucial to writing good software, and looking at distributed systems as a series of patterns is a useful way to gain insights into their implementation. Join us for a special recorded conversation with Neal Ford and ThoughtWorks principal consultant Unmesh Joshi to explore the core principles of patterns and see how they help provide a structured way of looking at a problem space. You’ll examine common patterns and solutions and discover how to link several patterns together in a form of pattern sequence or pattern language, which can offer a bit of guidance when you’re implementing a “whole” or complete system. What you’ll learn and how you can apply it Learn the the core principles of architecture patterns Understand the benefits that patterns provide See what’s coming next with software architecture This recording of a live event is for you because… You want the chance to ask Neal Ford and Unmesh Joshi your questions about architecture patterns. You want to know how patterns can help you design better systems. You want to better understand how distributed systems will impact your business architecture. Recommended follow-up: Read Fundamentals of Software Architecture (book) Read Software Architecture: The Hard Parts (early release book) Read Microservices Patterns (book), listen to the audiobook , or explore the video edition
    Note: Online resource; Title from title screen (viewed November 4, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 124
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 54 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: To take full advantage of cloud economics, organizations are modernizing their Windows workloads using a combination of rehosting, replatforming, and refactoring approaches. This unlocks innovation for businesses and delivers new functionality to their customers. As a .NET developer, you’re likely seeking options for modernizing your existing .NET Framework applications by analyzing .NET applications, their process dependencies, and technical complexities; porting .NET Framework to .NET Core on Linux; and moving to Windows containers—all in a modern and resilient way that can run anywhere. So what’s the best way forward? In this edition of Meet the Expert, Thorr Giddings teaches you how to approach and run a refactoring and replatforming strategy to accelerate innovation, lower TCO, and increase developer productivity for your organization. If you’ve been tasked with evaluating the modernization of Windows applications, this information-packed hour will highlight a number of modernization pathways and tools that you can leverage on AWS to accelerate your modernization journey. Recorded on November 16, 2021. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Meet the Expert explores emerging business and technology topics and ideas through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and ideas while hearing their unique perspectives, insights, fears, and predictions.
    Note: Online resource; Title from title screen (viewed November 16, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 125
    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., 47 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Data Engineering Foundations Part 1: Using Spark, Hive, and Hadoop Scalable Tools Sneak Peek 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 December 3, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 126
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 40 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: These videos are meant to be used with the book: Clean Craftsmanship: Disciplines, Standards and Ethics . The videos demonstrate the code examples in Chapters 2 and 3 on TDD. We recommend that you access the book in a new tab to view the companion videos with the book.
    Note: Online resource; Title from title screen (viewed November 15, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 127
    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., 0 min.)
    Edition: 1st edition
    DDC: 005.74
    Keywords: Blockchains (Databases) ; Personal information management ; Electronic videos ; Chaînes de blocs ; Gestion d'informations personnelles ; Blockchains (Databases) ; Personal information management ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet ; Webcast
    Abstract: Healthcare providers spend billions of dollars annually on data management, yet provider directories often contain inaccuracies that dramatically increase the cost of care while reducing its quality. In response, Aetna, Humana, MultiPlan, Quest Diagnostics, and UnitedHealth Group have formed the Synaptic Health Alliance to explore the use of blockchain technology in tackling the challenge of accurate and efficient provider data management and sharing. Join us for this Case Study with UnitedHealthcare’s Meyrick Vaz to learn more about the Synaptic Health Alliance, better understand why it was founded, and explore the potential of blockchain for solving some of data management’s biggest challenges. You’ll examine the current state of provider data exchange as well as the goals, approach, and results of the initial pilot project for the alliance. Recorded on November 18, 2021. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Case Studies explore how organizations have overcome common challenges in business and technology through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and challenges while hearing their unique perspectives, insights, and lessons learned.
    Note: Online resource; Title from title screen (viewed November 18, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 128
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 hr., 38 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and text appear on the screen. Like an audiobook that you can also watch as a video. A wealth of knowledge to sharpen your toolset. Joe Ivans, California Regional MLS Practical techniques for writing code that is robust, reliable, and easy for team members to understand and adapt. In Good Code, Bad Code you'll learn how to: Think about code like an effective software engineer Write functions that read like well-structured sentences Ensure code is reliable and bug-free Effectively unit test code Identify code that can cause problems and improve it Write code that is reusable and adaptable to new requirements Improve your medium and long-term productivity Save yourself and your team time The difference between good code or bad code often comes down to how you apply the established practices of the software development community. In Good Code, Bad Code you’ll learn how to boost your productivity and effectiveness with code development insights normally only learned through careful mentorship and hundreds of code reviews. about the technology Software development is a team sport. For an application to succeed, your code needs to be robust and easy for others to understand, maintain, and adapt. Whether you’re working on an enterprise team, contributing to an open source project, or bootstrapping a startup, it pays to know the difference between good code and bad code. about the book Good Code, Bad Code is a clear, practical introduction to writing code that’s a snap to read, apply, and remember. With dozens of instantly-useful techniques, you’ll find coding insights that normally take years of experience to master. In this fast-paced guide, Google software engineer Tom Long teaches you a host of rules to apply, along with advice on when to break them! about the audience For coders early in their careers who are familiar with an object-oriented language, such as Java or C#. about the author Tom Long is a software engineer at Google where he works as a tech lead. Among other tasks, he regularly mentors new software engineers in professional coding best practices. Pragmatic advice and useful tips for a career in software development. George Thomas, Manhattan Associates A practical, informative book designed to help developers write high-quality, effective code. Christopher Villanueva, Independent Consultant Smart, well written, actionable i...
    Note: Online resource; Title from title screen (viewed August 31, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 129
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 42 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: For a long time, functional programming wasn't a discipline that you could benefit much from. Today there is a new methodology Alexander Granin calls 'functional declarative design', which is a counterpart to object-oriented design, and which helps in building real programs with functional programming.
    Note: Online resource; Title from title screen (viewed September 15, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 130
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 26 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to use AWS Sagemaker Studio to build ML solutions. Example covered include Autopilot, Platform Overview, Architecture and features. Finally a Sagemaker Jumpstart example is walked through.
    Note: Online resource; Title from title screen (viewed November 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 131
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Talks I want to attend virtually at re:Invent 2021 include: Machine Learning Opportunities for Underrepresented Groups ABW001 MLOps at Amazon: How to productionize ML workloads at scale AMZ302 Serverless ML: Machine learning without managing machines SVS313 Large-scale distributed training of media ML models with Amazon FSx NFX204 New technology for athletic training and live insights (sponsored by Intel) AIM211-S 3DAT
    Note: Online resource; Title from title screen (viewed November 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 132
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: A brief overview of the MLRun open source MLOps framework.
    Note: Online resource; Title from title screen (viewed November 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 133
    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
    Abstract: The increasing push to develop products that feature integrated AI systems brings the intersection of AI and product management into sharp focus. Embedding ML/AI into digital products presents many challenges to traditional product management approaches, including nondeterministic outcomes and the potential for bias against underrepresented groups. These issues are often addressable, but they’re real and cause many projects to fail before they're deployed or can realize value. Join us for this edition of the O’Reilly Radar Talks series with Yelp head of data science Justin Norman to learn how to be a product manager for products using artificial intelligence or machine learning. You’ll explore ML/AI product management from the perspectives of ML practitioners, data scientists, product managers, and consumers as Justin walks you through how AI products are different from “traditional” software products and how product managers must rethink and adapt as a result. You’ll leave better prepared to anticipate and solve the problems you may face as you develop an AI project and shepherd it into production. The O’Reilly Radar Talks series brings you expert opinions on emerging topics through hour-long interactive events. In conversation with some of the industry’s top minds, you’ll look at the early signals indicating significant trends and new technologies that will shape the future—and discover how to begin forging these technologies now. Share your own predictions and ask your questions while gaining insight into our experts’ unique outlooks for the future. What you’ll learn and how you can apply it Explore the kinds of data you need for different kinds of products and discover how to acquire that data Learn how to manage the AI product pipeline and bring an AI product to market Understand how to manage an AI product after it’s been deployed This Radar Talk is for you because… You want to learn how the special requirements of AI are transforming the job of product manager. You’re a product manager and want to work with AI products. You want to better understand the AI product lifecycle. Recommended follow-up : Read Product Management for AI (report)
    Note: Online resource; Title from title screen (viewed December 7, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 134
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 60 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: 2 Hours of Video Instruction 2 hours of introductory training covering key malware and incident response concepts Overview: Threats, viruses, and attacks are unavoidable and as a cybersecurity professional you will need to understand how to analyze these threats. With 2 hours of video training, Malware and Incident Response LiveLessons provides learners with an understanding of basic malware analysis and how to respond to incidents when they happen. Leaners will also explore the basics of how malware works and how to set up a safe environment to analyze malware in a lab. This course is meant to be an introduction to simple tools and techniques for those new to cyber security. Malware and Incident Response LiveLessons is taught by expert trainer, author and cybersecurity expert Aamir Lakhani. Using hands-on demos, in-depth discussions and lightboard work to teach cyber security fundamentals, this video course teaches you cybersecurity best practices in a way that is easy to access and implement in real world situations. Topics include: Threat Landscape Malware Labs Dynamic Analysis Malware Packet Analysis PE File Identification File Persistence String Analysis Skill Level: Beginner Learn How To: Set up a safe environment to analyze malware in a lab Use simple tools and techniques for malware analysis Respond to threats, viruses, and attacks Who Should Take This Course: Cybersecurity Professionals Anyone interested in learning cyber security fundamentals Course Requirements: There is no required prerequisite. About Pearson Video Training: Pearson publishes expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. These professional and personal technology videos feature world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, Pearson IT Certification, Sams, and Que. Topics include: IT Certification, Network Security, Cisco Technology, Programming, Web Development, Mobile Development, and more. Learn more about Pearson Video training at http://www.informit.com/video. Video Lessons are available for download for offline viewing within the streaming format. Look for the green arrow in each lesson.
    Note: Online resource; Title from title screen (viewed December 15, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 135
    ISBN: 9781484279106
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 3 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Excel is a powerful and versatile spreadsheet program that has the versatility to be used for both business and personal needs, providing amazing capabilities that you can use to make any type of data more streamlined, visual, and productive. In this introductory video you will discover how to add and remove, and change the order of items on the Quick Access Toolbar. What You Will Learn How to change the location of the Quick Access Toolbar Become skilled at changing the column width and row heights to adjust for the length or height of data in your cells Test out how to create formulas to perform calculations on the data you have entered in the worksheet cells Use and customize the Quick Access Toolbar You will practice creating, removing, renaming, moving, and copying worksheets. Find out how to hide them and then bring them back, change their order and how to make easily to identify the worksheets by changing their tab color. You will learn how to select multiple cells so that you can then apply formatting, computations, etc. to multiple cells at one time. By dragging across multiple cells in your worksheet, learn how you can make Excel work like a calculator so that it can perform calculations such as sum, average, count, minimum, maximum, etc. You can select these options and more from the status bar. You will also learn how you can turn on and off various Excel features from the status bar. This video is for anyone who is new to Excel and wants to learn about its features. It is also useful to those who want to continue building their Excel skills, or for those who want to get up to speed on the latest changes in the new versions of Excel.
    Note: Online resource; Title from title screen (viewed November 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 136
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803242354
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 1 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Take your first step toward data analysis with Pandas - Learn about DataFrames, Jupyter Notebook, iPython, and Pandas commands. About This Video Short, crisp, and clear course on data analysis using Pandas library in Python Beginners-level course to give you hands-on knowledge to start your journey in data analysis A good blend of theoretical and practical concepts along with resource files to follow along smoothly In Detail Pandas is an open-source library providing you with high-performance, easy-to-use data structures and data analysis tools for Python. Pandas provide a powerful and comprehensive toolset for working with data, including tools for reading and writing diverse files, data cleaning and wrangling, analysis and modeling, and visualization. Fields with the widespread use of Pandas include data science, finance, neuroscience, economics, advertising, web analytics, statistics, social science, and many areas of engineering. This course covers fundamentals of data analysis with Python, predominantly using Pandas library. This course starts with covering the fundamentals of data analysis. You will be then working with Pandas, iPython, Jupyter Notebook. After that, you will explore important Jupyter Notebook commands. Post that, you will be working with CSV, Excel, TXT, JSON files, and API responses. Finally, you will be working with DataFrames (indexing, slicing, adding, and deleting). By the end of this course, you will have a good understanding of Pandas and will be ready to explore data analysis in-depth in the future. Who this book is for This course is ideal for Python programmers and developers, and students who are interested in learning Pandas for doing data analysis. This course is designed for beginners who want to start their journey in the field of data analytics. No prerequisites are required to opt for this course.
    Note: Online resource; Title from title screen (viewed December 21, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 137
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 13 hr., 23 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Sneak Peek 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. Certified Kubernetes Application Developer (CKAD), 2nd Edition
    Note: Online resource; Title from title screen (viewed December 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 138
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 10 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Sponsored by Intel As AI becomes more pervasive, the question of how to build, test, and maintain risk-averse systems grows too. Join experts from the field to learn how they analyze and handle privacy, risk, and safety in their work. About the AI Superstream Series: This four-part series is packed with insights from some of the brightest minds in AI. You’ll get a deeper understanding of the latest tools and technologies that can help keep your organization competitive and learn to leverage AI to drive real business results. What you’ll learn and how you can apply it Understand what secure AI does (and doesn’t) include See what secure AI might look like from design through deployment Discover real-world technical applications of secure AI This recording of a live event is for you because… You're a machine learning engineer or data scientist interested in the challenges of building secure AI and machine learning tools. You want to better understand how industry experts handle security. You want to learn how to improve your AI and machine learning systems. Recommended follow-up: Read AI and the Law (report)
    Note: Online resource; Title from title screen (viewed December 1, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 139
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 30 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and text appear on the screen. Like an audiobook that you can also watch as a video. Down to earth, focused, and right on point. It will challenge you without intimidating you and without insulting your intelligence. Robert C. Martin In Five Lines of Code you will learn: The signs of bad code Improving code safely, even when you don’t understand it Balancing optimization and code generality Proper compiler practices The Extract method, Introducing Strategy pattern, and many other refactoring patterns Writing stable code that enables change-by-addition Writing code that needs no comments Real-world practices for great refactoring Improving existing code—refactoring—is one of the most common tasks you’ll face as a programmer. Five Lines of Code teaches you clear and actionable refactoring rules that you can apply without relying on intuitive judgements such as “code smells.” Following the author’s expert perspective—that refactoring and code smells can be learned by following a concrete set of principles—you’ll learn when to refactor your code, what patterns to apply to what problem, and the code characteristics that indicate it’s time for a rework. about the technology Every codebase includes mistakes and inefficiencies that you need to find and fix. Refactor the right way, and your code becomes elegant, easy to read, and easy to maintain. In this book, you’ll learn a unique approach to refactoring that implements any method in five lines or fewer. You’ll also discover a secret most senior devs know: sometimes it’s quicker to hammer out code and fix it later! about the book Five Lines of Code is a fresh look at refactoring for developers of all skill levels. In it, you’ll master author Christian Clausen’s innovative approach, learning concrete rules to get any method down to five lines—or less! You’ll learn when to refactor, specific refactoring patterns that apply to most common problems, and characteristics of code that should be deleted altogether. about the audience For developers of all skill levels. Examples use easy-to-read Typescript, in the same style as Java and C#. about the author Christian Clausen works as a Technical Agile Coach, teaching teams how to refactor code. A delightful and fun introduction to one of the most overlooked parts of programming—refactoring. Charles Lam, EVN AG Gave me new insights on how to keep my c...
    Note: Online resource; Title from title screen (viewed October 12, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 140
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 13 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Ariel Gamino shows how to put collaborative filtering techniques into action to create recommendation engines, one of the most useful types of machine learning application. You’ll become familiar with the workflow of a professional data scientist.
    Note: Online resource; Title from title screen (viewed November 24, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 141
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 48 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: While it's classic to use classic machine learning to optimize search (aka Learning to Rank), there's even lower hanging fruit that requires much less ML infrastructure: automatically optimizing the Elasticsearch query and index with bayesian optimization.
    Note: Online resource; Title from title screen (viewed December 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 142
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 32 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: With breakthroughs in areas such as image recognition, natural language understanding and board games, AI and machine learning are revolutionizing various industries such as healthcare, manufacturing, retail and finance. Ajay Thampi gives an overview of a few state-of-the-art interpretability techniques and how you could implement them in Python to interpret complex machine learning models.
    Note: Online resource; Title from title screen (viewed November 15, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 143
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to use AWS CloudShell to write PowerShell and C#. Included is code walkthroughs of Powershell, C# and Bash with the AWS SDK and CLI.
    Note: Online resource; Title from title screen (viewed December 15, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 144
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: How to develop for C# on Windows running inside of OS X and using AWS.
    Note: Online resource; Title from title screen (viewed December 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 145
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 41 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Anuradha will walk you through her Liveproject series named : "Transfer Learning for Dicom Image Classification" in which you can explore two important topics in current deep learning research-firstly the concept of transfer learning and secondly explainability in deep learning and artificial intelligence. During the session, she will show the implementations of conventional deep learning models and of those using transfer learning. Then you will see an example of explainable AI as part of this liveProject series. Coding samples on these topics will be demonstrated and explained. Anuradha will also talk about some good literature resources by Manning publications on the above two topics.
    Note: Online resource; Title from title screen (viewed September 9, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 146
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 18 hr., 12 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and text appear on the screen. Like an audiobook that you can also watch as a video. Valuable and accessible… a solid foundation for anyone aspiring to be a data scientist. Amaresh Rajasekharan, IBM Corporation Learn data science with Python by building five real-world projects! Experiment with card game predictions, tracking disease outbreaks, and more, as you build a flexible and intuitive understanding of data science. In Data Science Bookcamp you will find: Techniques for computing and plotting probabilities Statistical analysis using Scipy How to organize datasets with clustering algorithms How to visualize complex multi-variable datasets How to train a decision tree machine learning algorithm In Data Science Bookcamp you’ll test and build your knowledge of Python with the kind of open-ended problems that professional data scientists work on every day. Downloadable data sets and thoroughly-explained solutions help you lock in what you’ve learned, building your confidence and making you ready for an exciting new data science career. about the technology A data science project has a lot of moving parts, and it takes practice and skill to get all the code, algorithms, datasets, formats, and visualizations working together harmoniously. This unique book guides you through five realistic projects, including tracking disease outbreaks from news headlines, analyzing social networks, and finding relevant patterns in ad click data. about the book Data Science Bookcamp doesn’t stop with surface-level theory and toy examples. As you work through each project, you’ll learn how to troubleshoot common problems like missing data, messy data, and algorithms that don’t quite fit the model you’re building. You’ll appreciate the detailed setup instructions and the fully explained solutions that highlight common failure points. In the end, you’ll be confident in your skills because you can see the results. about the audience For readers who know the basics of Python. No prior data science or machine learning skills required. about the author Leonard Apeltsin is the Head of Data Science at Anomaly, where his team applies advanced analytics to uncover healthcare fraud, waste, and abuse. Really good introduction of statistical data science concepts. A must-have for every beginner! Simone Sguazza, University of Applied Sciences and Arts of Southern Swit...
    Note: Online resource; Title from title screen (viewed November 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 147
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801077989
    Language: English
    Pages: 1 online resource (1 video file, approximately 27 hr., 12 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Develop your penetration testing skills and secure your computer systems and networks in the real world About This Video Become familiar with the concepts of networking, ethical hacking, and penetration testing Gain a good understanding of the Linux OS and Linux commands Learn how to write flawless penetration testing scripts in Python In Detail Are you looking to pursue a career in cybersecurity and want to master the art of penetration testing? You’ve come to the right place. With this carefully tailored and structured video course, you’ll grasp the basic and advanced topics of penetration testing with ease. The course starts by taking you through the process of setting up a penetration testing lab. Next, you’ll become familiar with the Linux OS and Linux commands and explore the basic concepts of TCP/IP and the OSI model. Moving along, you’ll learn how to gather information about computer systems and networks passively and actively and use the Metasploit tool to perform privilege escalation. Next, you’ll perform web application pen testing and learn modern techniques to exploit common web application vulnerabilities such as SQL injection, XSS, CSRF, and command injection. You’ll also learn how to perform wireless network pen testing to crack Wi-Fi passwords using Aircrack-ng, capturing packets, traffic sniffing, and Hashcat. Towards the end, you’ll grasp the fundamentals of Python programming and develop offensive Python tools for pen testing and automation. By the end of this course, you’ll have developed all the essentials skills needed for ethical hacking and penetration testing.
    Note: Online resource; Title from title screen (viewed March 23, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 148
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Microsoft Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 42 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Sneak Peek 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. 7+ Hours of Video Instruction Discover how you can use Power BI to help your organization to become more data driven. Whether you are new to analytics or have been stuck preparing and delivering data using legacy BI tools, this video shows you how to use Microsoft Power BI with confidence. In this video, learn ways to import data from various sources as well as how to transform and cleanse data prior to loading it to a report-ready, self-service-enabled data model. Create visualizations in the Power BI Desktop and then secure, share, and collaborate using the various features in the Power BI service. Using his years of experience teaching Power BI to a variety of learners, Microsoft Certified Trainer Chris Sorensen explains the core concepts of Power BI to expose you to the most widely used features and functions in Power BI. He carefully explains the “why” behind using those features, not just the “how.” In his engaging style grounded in real-world scenarios, Chris gives you the confidence to navigate and build effective Power BI solutions, quickly and effectively. Build good habits and develop in your career as a business analyst or data-driven business user. About the Instructor Chris Sorensen CPA, CGA, is the Founder and President of Iteration Insights, a tech-enabled data analytics solutions provider based in Calgary, Alberta. In his career, he has led numerous Analytics projects in more than 15 industries across small to enterprise-sized organizations. He is a Microsoft Certified Data Analyst Associate and Microsoft Certified Trainer with a combined 20+ years of industry-solution delivery and teaching experience. He has evangelized both Excel and Power BI with Microsoft since July 2015 and is the author of the Microsoft Press Exam Ref 70-779 Analyzing and Visualizing Data with Microsoft Excel and co-author of Data Analysis Fundamentals with Excel (Video) published by Microsoft Press. Skill Level Beginner-Intermediate Learn How To Import and transform data in Power Query Editor Build a data model that supports self-service analysis Develop reports and visualizations using the Power BI Desktop Enhance the experi...
    Note: Online resource; Title from title screen (viewed May 14, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 149
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801075763
    Language: English
    Pages: 1 online resource (1 video file, approximately 15 hr., 38 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Your one-way stop to learning basic and advanced Microsoft Excel 2019 skills About This Video Gain a solid understanding of Microsoft Excel 2019 Uncover amazing Microsoft Excel suite techniques and shortcuts to make your job easy Learn how to add life to your Excel spreadsheets by creating stunning charts and graphs In Detail Everyone knows that the Microsoft Office suite is used by millions worldwide. Unlocking its full potential and learning it thoroughly will improve your productivity drastically. This course will help you grasp all the essential and advanced skills for Microsoft Excel 2019 with the help of interesting activities. We’ll start with the basic topics and see what’s new in Excel 2019. Then we will create workbooks; enter data into; explore page setup and print options; work with rows, columns, and cells; learn how the Cut, Copy, and Paste option works; understand functions and formulas; and also get introduced to PivotTables, logical, and lookup formulas. After this, we will move towards advanced concepts such as lookup and advanced lookup functions, financial functions including calculating interest and depreciation, statistical functions, learning how to connect to other workbooks and datasets outside of Excel, and creating awesome visualizations using sparklines and data bars. We’ll also cover some advanced charts such as Surface, Radar, Bubble, and Stock Charts. By the end of this course, you’ll become proficient in using Microsoft Excel for your professional and personal needs.
    Note: Online resource; Title from title screen (viewed March 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 150
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801078252
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 47 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: The Most Comprehensive Developer’s Guide 2021: Easily spin up GraphQL backends in a few hours using Hasura without writing a single line of code! About This Video Transform your database into a GraphQL server with built-in sorting, full-text search, and pagination in a few minutes Use a simple file uploading strategy with GraphQL, Hasura actions, and Firebase storage Build a CI/CD pipeline with GitHub Actions that deploys the Hasura project on development and production environments In Detail If you’re a developer struggling with GraphQL because of its complexity or simply because it takes too much time, this is going to be the most exciting news for you. If you get to know that your existing PostgreSQL (and soon MySQL too) can be turned into a powerful GraphQL API in a matter of seconds or build a performant GraphQL backend from start to finish in a couple of hours with very little to no coding—would you be interested? This course provides you with a solution. This course will talk about “Hasura”, which will help you create your GraphQL backends easier and faster than you ever thought possible without writing a single line of code! Here, you will look at how to let the CRUD code write itself without you even touching your keyboard. Then you’ll learn how to play with all the different features in Hasura using the “playground” approach. After that, you’ll understand how to easily navigate through the most common errors that can cost you a huge chunk of your time if you don’t know about them. Finally, you’ll use Angular and React apps to enhance Hasura features and deploy the code on GitHub Actions. By the end of this course, you’ll be able to use every functionality to create your GraphQL backends effortlessly in record time.
    Note: Online resource; Title from title screen (viewed May 31, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 151
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801074247
    Language: English
    Pages: 1 online resource (1 video file, approximately 14 hr., 42 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn the basic and advanced concepts of ASP.NET Core MVC (.NET 5) by building two applications and developing them on Microsoft Azure and IIS About This Video Learn new and advanced topics in ASP.NET MVC Core Build a Razor app with CRUD operations using the Entity framework for integration with the database Deploy our project website on Microsoft Azure and IIS In Detail This is a beginner to an advanced-level course on .NET 5 that will take you from basics all the way to advanced mode. This course is for anyone who is new to ASP.NET Core or who is familiar with ASP.NET and wants to take the first stab at understanding what is different in ASP.NET Core. From there, we will build multiple projects to understand all the concepts in .NET 5 as we deploy our final application on Azure as well as IIS. Throughout this course, we will understand the evolution of ASP.NET Core, and then take a look at the modified files and folder structure. We will then take a look at new concepts in ASP.NET Core. We will build a small Razor application with CRUD operations using the Entity framework for integration with the database. We will build our Bulky Book website where we will learn advanced topics in ASP.NET MVC Core. Finally, we will deploy our Bulky Book website on Microsoft Azure and IIS. By the end of the course, you will be able to build your own application using ASP.NET Core MVC, Entity Framework Core, and ASP.NET Core Identity.
    Note: Online resource; Title from title screen (viewed June 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 152
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801819022
    Language: English
    Pages: 1 online resource (1 video file, approximately 12 hr., 55 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: This project-based course will help you master the art of building flexible and powerful APIs using Python and Django. About This Video Learn all important concepts in the simplest possible way with examples and real-life projects Learn about throttling and Django filter backend Explore permissions and authentication in Django In Detail This course touches on each and every important topic through concept explanation, documentation, and implementation. The entire course is designed for beginners with one goal in mind—to build powerful REST APIs using Python and Django. Throughout the course, we will explore the most important Django Rest framework topics step-by-step. We will learn topics such as API basics, serializers, class-based views, and so on. After completing this course, you will be ready to work as an intern, fresher, or freelancer and you will also be able to implement everything yourself! Most importantly, you will be ready to dive deep with future practice and hard-level questions on DRF.
    Note: Online resource; Title from title screen (viewed June 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 153
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801071246
    Language: English
    Pages: 1 online resource (1 video file, approximately 37 hr., 19 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn iOS 14 development with Swift 5 + Xcode 12. Build apps, games (Instagram, Foursquare, and more), and also discover SwiftUI About This Video One year web hosting from Eco Webhosting Get 300$ worth of visuals to use in your app design Pass and get CCA Certification participation for Swift Level 1 and Swift Level 2 for free In Detail Do you know why application development with Swift is gaining a huge popularity? The reason being programming in Swift will bring down the cost of software development, the speed of implementation, and the possibility of further innovation. In this course, you are going to write real-life example apps, games, clones, and much more. You will learn and practice all details of Swift 5 and iOS development during these projects and challenges and will also get introduced to SwiftUI. The topics that will be covered are Swift 5 beginner to advanced techniques, layout, push notifications, Parse, Firebase, Cocoapods, OneSignal, maps, core data, JSON and API, Back4App servers, social media development, ML, augmented reality, games with Sprite Kit, SwiftUI, design essentials with Adobe XD, widgets, and app storage. You are also going to work on projects such as Art Book, Catch the Kenny, Currency Converter, Travel Book, Foursquare Clone, Instagram Clone, Snapchat Clone, Angry Bird Clone, Image Recognition App, and so much more. We are going to cover both Firebase and Parse with their latest and most updated versions! By the end of the course, you will be able to write and design a real app and upload it to the AppStore at the end of this course. When you finish this course, you will be able to understand how you can write any iOS app you want.
    Note: Online resource; Title from title screen (viewed July 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 154
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781801813235
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 24 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn Tableau and crack the Tableau Desktop Certified Associate Exam with detailed video tutorials, exam notes PDF, tips and tricks, and a full practice test along with solutions. About This Video Learn Tableau from scratch to ace the Tableau Desktop Certified Associate exam Study guide PDF provided to revise the concepts Exam tips and tricks with a dedicated section for exam tips In Detail This course is designed by considering the fact that you are an absolute beginner, and you’ll be taught even the most basic concepts in Tableau from scratch so that after completing this course, you will be able to create rich visualizations easily and confidently. It will help you prepare and clear your Tableau Desktop Certified Associate exam. In this course, you will find practice tests designed by keeping the current exam format in mind; you will find similar kinds of questions in the exam. We will also show you how to solve the questions in a faster way and all the detailed solutions are provided for the hands-on questions. This course starts with the basic concepts of Tableau to refresh your knowledge. Then, you will look at field and chart types, and how to organize and simplify data. You will then move on to execute calculations, mapping, and analytics. After that, dashboards and data connection will be covered. Following that, you will go through exam tips and tricks. Finally, you will be looking at some practice tests to reinforce your learning. By the end of this course, you will be able to create rich visualizations easily and confidently, and you will be ready to ace your Tableau Desktop Certified Associate exam.
    Note: Online resource; Title from title screen (viewed July 30, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 155
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803230979
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 44 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Learn responsive web design, UI, and UX principles, prepare the design for coding, increasing sales via a great design About This Video A complete web design project, from start to finish, both the desktop and the responsive versions Learn UI and UX principles that will help you design any website, no matter the style or client How to understand what clients want and how to help them achieve their goals In Detail Create beautiful and responsive website designs in Adobe XD. Adobe XD is the next big thing in terms of design tools. It makes you look like a professional designer even if you are just a beginner. Start right now and take your designs to another level. This course will show you how you can design a beautiful website from scratch without any previous experience. This course will cover essential exercises that will teach you how to work like a professional; a complete web design project, from start to finish, both the desktop version and the responsive version; how to prepare the design for coding; how to understand what clients want and how to help them achieve their goals; and UI and UX principles that will help you design any website, no matter the style or client. This course is designed for anyone who is interested in web design—from beginners to professionals, from designers to coders, from business owners to someone who is looking to start a new career or earn some money. At the end of this course, you will not only have a beautiful project for your portfolio but also a deep understanding of what makes a website design successful.
    Note: Online resource; Title from title screen (viewed July 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 156
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803244358
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 60 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local ; Electronic videos
    Abstract: Master the industry standards and enable yourself to carry out professional assessments to secure technologies, as well as communicate risks to high-level executives, management, and technical staff About This Video Build up your own personal security testing lab environment, identify and exploit vulnerabilities Gain the foundational knowledge and skills to carry out multiple types of security assessments Use labs to enhance your learnings In Detail Does finding security bugs, hacking software, and breaking into applications and databases sound exciting? Do you need to secure technologies and build resilient software? If yes, then the software security testing path is for you. This course teaches you the necessary security testing skills to conduct professional security assessments in various approaches. As you progress through the course, you will learn the core tenets of software security, build up your own personal security testing lab environment, identify and exploit vulnerabilities, break contemporary security systems, utilize world-famous tools and approaches, and confidently communicate findings to all stakeholders. Upon completion, you will have the foundational knowledge and skills to carry out multiple types of security assessments including penetration testing, security auditing, and code analysis in order to help build secure and resilient software throughout the SLDC. By the end of the course, you will be able to master industry standards and carry out professional assessments to secure technologies, as well as communicate risks to high-level executives, management, and technical staff. Who this book is for This course is designed for penetration testers, software developers, cyber security enthusiasts, and anyone who wants to grow their software security testing skills.
    Note: Online resource; Title from title screen (viewed August 31, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 157
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803235677
    Language: English
    Pages: 1 online resource (1 video file, approximately 15 hr., 24 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Step into the world of Quantum computing and learn about Quantum Computers, developing circuits to execute them with Python and Qiskit with this perfect beginner-friendly guide About This Video Learn how to use real Quantum computers as well as simulators using IBM Qiskit framework Learn Python programming from scratch Learn to implement Quantum computing algorithms In Detail Quantum computers are expected to change our lives drastically in the upcoming years. We know we can solve specific problems in minutes with Quantum computers while we can solve them in thousands of years with classical computers. If you want to get ahead of technology and learn about the future, then you are in the right place! Throughout the course, we will start from nothing and understand the principles of quantum mechanics and how to use them in Quantum computers. We will write our own codes to execute on real Quantum computers using IBM Qiskit technology. If you have a high school level of mathematical knowledge, you can take this course. Throughout the course, we will use real Quantum computers as well as simulators using IBM Qiskit framework. Python programming language will be delivered from scratch, all the way up to the details. When you complete this training, you will be able to understand the theory and practice of Quantum computing, write your own circuits, and execute codes on real Quantum computers. You will easily adapt your quantum knowledge to other Quantum computers rather than IBM. Since IBM is the only provider for Quantum computers on the cloud, without paying any fee right now, all examples will be executed on IBMQ. Happy coding! Who this book is for This course is for anyone who is interested in learning Quantum computing and Python programming. The course is best suited for beginners who want to start with practical quantum computing concepts. Basic computer knowledge and enthusiasm about Quantum computing are the only prerequisites to extract the most out of this course.
    Note: Online resource; Title from title screen (viewed September 24, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 158
    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
    Abstract: Sponsored by IBM Moving to a cloud native ecosystem offers many benefits, from cost savings to scalability. But the process isn’t as simple as it looks, and companies that want to capitalize on these benefits often stumble into unexpected roadblocks. Whether you’ve just started on your cloud native journey or you’ve already containerized your first app and pushed it to Kubernetes, preparing fully for cloud native migration is crucial. In this Meet the Expert, IBM Cloud developer advocate JJ Asghar discusses surprises that a few enterprises, in the guise of AsgharLabs, ran into when moving toward the cloud native world—and shares the lessons you should learn from their mistakes so your migration to cloud native will deliver on its promises. Recorded on September 15, 2021. See the original event page for resources for further learning or watch recordings of other past events . O'Reilly Meet the Expert explores emerging business and technology topics and ideas through a series of one-hour interactive events. You’ll engage in a live conversation with experts, sharing your questions and ideas while hearing their unique perspectives, insights, fears, and predictions.
    Note: Online resource; Title from title screen (viewed September 15, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 159
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803230719
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 33 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Explore Julia, the next-generation language, for advancing in the field of data science, machine learning, and numerical computing About This Video Learn the syntax of Julia and its differences from Python Learn machine learning models, both traditional and deep Explore data science case studies, including analysis and clustering In Detail The objective of this course is to give you a strong foundation needed to excel in Julia and learn the core of the language as well as the applied side in the shortest amount of time possible. We won't waste time with the theory of why Julia is fast. We will jump right into the details and start coding. You will quickly realize how easy it is to learn this state-of-the-art and promising language. You will see how you can start using Julia to excel in your current job without moving the whole stack to Julia immediately. After explaining the basic concepts, we jump to case studies in data science and then machine learning. We apply both traditional machine learning models and then get to deep learning. You will see how Julia can help you create deep learning models from scratch in just a few lines of code and then move on to the state-of-the-art models without spending too much time. This way, you get to learn the most important concepts in this subject in the shortest amount of time possible without having to deal with the details of the less relevant topics. Once you have developed an intuition of the important stuff, you can then learn the latest and greatest models even on your own! By the end of the course, you will have a strong understanding of Julia programming language fundamentals. Who this book is for This course is for all levels of data science and machine learning practitioners aiming to enhance their abilities and skill level in DS and ML. Developers who want to know how to harness the power of big data can also go for this course. A basic understanding of programming is a must. Understanding Python, basic data science (reading CSVs and so on), and basic concepts of deep learning (such as classification) is not necessary but would be helpful.
    Note: Online resource; Title from title screen (viewed September 23, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 160
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 53 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Internet of Things (IoT) LiveLessons, 2nd Edition Sneak Peek 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 September 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 161
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 12 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Sponsored by Aqua and Palo Alto Networks Security can’t be added in at the end. We need to build it into everything we do (“pull left”). So how can developers get involved in building safer, more secure software? And what new skills do you need to learn to do so? About the Infrastructure & Ops Superstream Series: This five-part series of half-day online events details what you need to know to effectively manage existing legacy systems while migrating to modern, scalable, cost-effective infrastructures—with no interruption to your business. Each event day covers some of the most challenging and promising topics facing those working in infrastructure and operations today: continuous integration and delivery, cloud delivery, Kubernetes, microservices, and security. What you’ll learn and how you can apply it Discover which tools work best for responding to threats Understand how to develop a cybersecurity strategy Learn how to recover from an attack on Kubernetes This recording of a live event is for you because… You need to protect your systems from attacks by ransomware and emerging threats. You want to better understand the emerging threats landscape and what you can do to minimize and respond to attacks. You work with distributed systems and want to learn how to secure containers and Kubernetes. Recommended follow-up: Read “ Security, Permissions, and Privacy ” (chapter 9 in Learning Serverless ) Read Kubernetes Security and Observability (early release book) Read Hacking Kubernetes (early release book) Read “ Security and Backups ” (chapter 11 in Cloud Native DevOps with Kubernetes ) Read Building Microservices , second edition (book) Read Learning DevSecOps (early release book) Take Kubernetes Fundamentals in 3 Weeks (live online training course with Jon Johnson)
    Note: Online resource; Title from title screen (viewed September 29, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 162
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484278079
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 13 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: This video is designed to take the viewer from zero to hero on building and deploying containerized workloads on Azure. If you are interested in Docker and want to learn how to run containers on Azure, then this video is for you. Trainer Peter De Tender introduces you to key Docker concepts, shows you the core operations commands, and guides you through the concepts of a Dockerfile configuration script. Once the container image is ready, viewers will learn how to push the container image to Azure Container Registry, where it can be moved into a running state using Azure Container Instance and WebApp for Containers. Wrapping up the video will be discussion and coding on the topics of monitoring and security of your container workloads. What You Will Learn Gain an overview of containers and cloud concepts Understand the differences between containers and virtual machines Learn about the many Azure Container services Get introduced to methods for monitoring and securing your container workloads This video is for cloud architects, solution architects, IT sysadmins, and developers. Viewers should possess a basic understanding of networking, server operating systems, application building blocks, and cloud affinity. Having basic Azure or other public cloud experience is beneficial, but not required
    Note: Online resource; Title from title screen (viewed September 16, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 163
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803231228
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 0 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Create a SOLID and testable ASP.NET Core application using the best industry standards and clean architecture About This Video Build a strong foundation in .NET 5 Clean Architecture Use advanced tools such as MediatR, Automapper, Fluent API, and Validation Use Identity and JWT to secure application API In Detail Creating a modular, testable, and maintainable application in .NET Core requires a solid foundation. Setting up an application architecture requires foresight and much consideration as early decisions will impact how easily the application is extended and maintained. In the long run though, applications need to be maintained and, in this case, extended. Between its design and the way the code was written, neither is really possible and so the application needs to be redesigned and future-proofed. In this course, we will explore foundational architectural principles that help with the creation of maintainable code. Next, discover how to set up a real-world application architecture with ASP.NET Core. Then, you will learn how to plug in different, common blocks such as email and authentication and have a foundation to plug in other third-party services as needed. By the end of this course, you will have the skills and knowledge of creating a testable and maintainable ASP.NET Core application needed to architect real-world enterprise .NET Core apps. Who this book is for To take this course, you will need to have some knowledge of .NET Core development and C#. Late beginner to intermediate programmers can benefit from this course.
    Note: Online resource; Title from title screen (viewed September 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 164
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 11 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Use Google Cloud Functions to quickly build solutions for Data Engineering.
    Note: Online resource; Title from title screen (viewed September 15, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 165
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803235363
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 58 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Understand DevOps practices from a beginner’s perceptive About This Video Understand the tools required for build automation and continuous integration Explore the tools required for configuration management Understand the tools required for virtualization and containerization In Detail DevOps is a buzzword these days. If you are working in the cloud environment, then you really cannot get away from this buzzword. It is paramount that you have a clear understanding of the terminologies used in the DevOps world. Various jargons used in the DevOps world may be daunting. You will hear about "continuous integration", "build automation", and "orchestration" from the developers. This course is a basic introduction to DevOps essentials everyone must know. We will cover the various practices and tools associated with DevOps. You will also know about the relationship between DevOps and Cloud (AWS and Azure). If you are new to DevOps and you are searching for a real-time course that will give you a kick start into your DevOps career or if you have been in the IT world for quite some time and you want to learn all about DevOps, your search has ended. This course can also provide a quick refresher for anyone who is already working in DevOps. By the end of this course, you will have a working knowledge of the usage of DevOps in the IT world and will be able to act as facilitator to the DevOps functions. Who this book is for This course is for anyone who is learning current trends in technology and for anyone new to the world of DevOps and Cloud.
    Note: Online resource; Title from title screen (viewed October 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 166
    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
    Abstract: Join us for a special conversation on domain-driven design with Neal Ford and Honeycomb principal developer evangelist Jessica Kerr. They’ll discuss why domain-driven design is crucial to writing good software and explain how to apply the core principles of domain-driven design beyond just writing software, helping everyone who interacts with your architecture and application. What you’ll learn and how you can apply it Learn the benefits of domain-driven design See what’s coming next with software architecture This recording of a live event is for you because… You want the chance to ask Neal Ford and Jessica Kerr your questions about how domain-driven design can help you design better systems. You want to better understand how domain-driven design will impact your business architecture. Recommended follow-up: Read Learning Domain-Driven Design (early release book) Watch Software Architecture Superstream Series: Domain-Driven Design and Event-Driven Architecture (recorded event) View Domain-Driven Design Distilled (video) Read Patterns, Principles, and Practices of Domain-Driven Design (book) Take Domain-Driven Design First Steps (live online training course with Andrew Harmel-Law)
    Note: Online resource; Title from title screen (viewed October 5, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 167
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803236445
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 7 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn the fundamentals of security, compliance, and identity across cloud-based and related Microsoft services to pass Microsoft SC 900 exam About This Video In-depth understanding of the concepts of information security, compliance, and identity The course structure is exactly mapped with the Microsoft SC 900 exam Comprehensive and hands-on guide with resource files In Detail Identity is the new perimeter. Application developers and infrastructure teams must focus on identity and the security tools that revolve around it to protect the state of identity. This course covers various aspects of identity and security methodologies used to protect it. This course begins with the concepts of security, compliance, and identity. You’ll look at security methodologies, security concepts, and Microsoft Security and compliance principles. You’ll learn the concepts of zero trust methodology, shared responsibility model, and defense in depth. After that, you’ll cover Microsoft Identity and Access Management Solutions. You’ll look at identity principles and concepts; basic identity and identity types; authentication, access management, and identity protection; and governance capabilities of Azure Active Directory. Next up is Microsoft Security Solutions. This includes basic security capabilities and security management capabilities of Azure and Azure Sentinel, Microsoft 365 Defender, Intune, and Microsoft 365. Finally, you’ll look at Microsoft Compliance Solutions. You’ll look at compliance management capabilities generally, then have a look at the capabilities in Microsoft 365 of information protection and governance, inside risk, eDiscovery, and audit. By the end of this course, you will get hands-on knowledge to pass the Microsoft SC 900 exam. Who this book is for This course is for a broad audience that may include business stakeholders, new or existing IT professionals, or students who have an interest in Microsoft security, compliance, and identity solutions. Individuals looking to familiarize themselves with the fundamentals of security, compliance, and identity (SCI) across cloud-based and related Microsoft services can also benefit from this course. Basic knowledge of security, compliance, and identity, and familiarity with Microsoft Azure and Microsoft 365 will be required. Concepts of Azure Active Directory would be helpful but not mandatory.
    Note: Online resource; Title from title screen (viewed October 18, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 168
    Language: English
    Pages: 1 online resource (1 video file, approximately 6 hr., 52 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: O’Reilly Radar: Data & AI will showcase what’s new, what’s important, and what’s coming in the field. It includes two keynotes and two concurrent three-hour tracks—designed to lay out for tech leaders the issues, tools, and best practices that are critical to an organization at any step of their data and AI journey. You’ll explore everything from prototyping and pipelines to deployment and DevOps to responsible and ethical AI.
    Note: Online resource; Title from title screen (viewed October 14, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 169
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803249964
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 15 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to build a Loan Tracker app SwiftUI3.0, MVVM, Combine, and CoreData. About This Video Understand how to set the navigation title and customizing the UI Learn EditPayment functions and cloud kit Understand how to delete an item and loading view In Detail SwiftUI 3 is one of the most popular tools for building iOS applications. In this course you will learn how to use SwiftUI features and coding to build a robust application for loan tracking. The course is focused on data passing and structuring for SwiftUI. We will use MVVM pattern to develop an application that will use CoreData and CloudKit to save, read, update, and delete data from the CoreData and CloudKit. We will also add some custom calculations and visual interfaces to sort our payments and provide information on the loan. By taking this course, you will learn how to pass data around our application and how to make the core part of our application work. We will use model view pattern to build the application and use Cloudkit in order to sync our local database with the cloud. By the end of this course, you will gain a good understanding of SwiftUI and will be able to build modern and reliable iOS apps. Who this book is for This course is for anyone who has a basic understanding of using SwiftUI to make UI and is interested in learning the process of making the app function.
    Note: Online resource; Title from title screen (viewed October 14, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 170
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803246390
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 29 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Build a strong foundation by taking the intermediate hands-on course on ethical hacking About This Video Learn about advanced password hacking with Metasploit Explore how to access Kali across the WAN with NGROK Learn about how to attack web apps with Burp Suite using SQL Injection In Detail Intermediate Ethical Hacking Hands-On Training provides an intermediate level of white, grey, and black hat skills every cybersecurity professional needs to know. In addition, advanced reconnaissance techniques are taught using the NMap scripting engine and various hacking tools used by pentesters. Sections include web application attacks, wireless network attacks, PowerShell Empire, Netcat, and Wireshark fundamentals. Learn how to create a reverse shell using command injection and also how to upgrade a dumb terminal to fully functional BASH Shell. Moving forward, we will also learn advanced password hacking with Metasploit and how to dump Wi-Fi credentials using netsh. By the end of the course, you will have a deep understanding of external and internal network penetration testing, wireless penetration testing, and web application penetration testing. The lab exercises in the course are based on real-world application of Red Team best practices. Who this book is for This course is for anyone who is interested in learning intermediate skills of pentesting. Before taking this course, students should have completed an introduction to an ethical hacking or pentesting course.
    Note: Online resource; Title from title screen (viewed September 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 171
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 13 hr., 17 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: 13+ Hours of Video Instruction Overview Learn how to use Angular, Node.js, Express, and MongoDB to create unique web applications and learn the fundamentals of full-stack development with the MEAN stack. Description MEAN (MongoDB, Express.js, Angular, and Node.js) is one of the most popular stacks for building full-stack web applications. It enables developers to quickly write an entire application—front end, back end, and database—using only JavaScript. In this course, expert Shaun Wassell demonstrates the MEAN stack through five unique projects. It’s best to learn by doing, and this LiveLessons offers hands-on experience. Shaun leads you through five sample projects of increasing complexity that demonstrate many different aspects and possibilities of full-stack development with the MEAN stack. Visit the author’s GitHub site to download companion files: https://github.com/shaunwa/full-stack-angular-projects . About the Instructor Shaun Wassell ’s goal is to create a world where people are empowered to use programming as a way to solve meaningful problems; a world where writing code is just as natural for most people as walking or breathing. To help make this a reality, he has dedicated the past few years to helping people learn and master software-development skills through video courses, live training sessions, and one-on-one tutoring. Shaun has been programming since he was a kid, when creating video games was his gateway into the world of software. Since then, he’s been fortunate enough to be a contributing member on many amazing software projects and work with some incredible mentors along the way. Skill Level Beginner to Intermediate What You Will Learn How to build full-stack applications using Angular, Node.js, Express, and MongoDB How to use network requests and REST APIs to communicate between the front and back end How to correctly divide application logic between the front and back end How to structure full-stack applications for maximum readability and ease of maintenance How to implement an authentication flow that enables users to log in and save data How to integrate powerful third-party APIs into your full-stack applications Who Should Take This Course JavaScript developers/engineers, front-end developers/engineers, Angular developers/engineers, back-end developers/engineers, and full-stack developers Course Requirements Learners should know the basics of HTML, CSS, and JavaScript and have a strong und...
    Note: Online resource; Title from title screen (viewed November 8, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 172
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803242835
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 37 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn deep learning from scratch using Python and Keras About This Video Perform exploratory data analysis of the loaded data and prepare the data for giving it into the deep learning model Learn how basic CNN layers such as the convolution layer, the pooling layer, and the fully connected layer work Learn to use Google Colab to enhance parallel processing with VGGNet and ResNet models In Detail The artificial intelligence domain is divided broadly into deep learning and machine learning. In fact, deep learning is machine learning itself but deep learning with its deep neural networks and algorithms tries to learn high-level features from data without human intervention. That makes deep learning the base of all future self-intelligent systems. This course begins with going over the basics of Python and then quickly moves on to important libraries of Python that are critical to data analysis and visualizations, such as NumPy, Pandas, and Matplotlib. After the basics, we will then install the deep learning libraries—Theano and TensorFlow—and the API for dealing with these called Keras. Then, before we jump into deep learning, we will have an elaborate theory session about the basic structure of artificial neuron and neural networks, and about activation functions, loss functions, and optimizers. Furthermore, we will create deep learning multi-layer neural network models for a text-based dataset and then convolutional neural networks for an image-based dataset. You will also learn how the basic CNN layers such as the convolution layer, the pooling layer, and the fully connected layer work. Then, we will use different techniques to improve the quality of a model and perform optimization using image augmentation. By the end of this course, you will have a complete understanding of deep learning and will be able to implement these skills in your own projects. Who this book is for This course is designed for beginners who want to learn basic to advanced deep learning and have basic computer knowledge.
    Note: Online resource; Title from title screen (viewed October 27, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 173
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803248660
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 18 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Master unit testing with NUnit, xUnit, and MOQ with a real-world N-Tier web application with the latest version of .NET Core 6 and EF Core About This Video A well designed, comprehensive, and easy to understand course on unit testing in .NET Core Recorded on the latest versions of .NET Core 6, and Visual Studio Code 2022 Get to know the reason behind different options and why one approach is better than the other In Detail "Production application can break with a simple change that was unexpected to alter any other functionality." Sounds familiar, right? The good news is, with well-written unit tests this would be a thing of the past. Automated testing has been a buzzword for a while, but many times developers struggle to find a course that covers the fundamentals of unit testing while implementing what they learned in a real-world project! That is the focus of this course. This course is all about writing effective unit tests using C# programming language and NUnit/xUnit as a unit testing framework. Along the way, we will learn the concepts related to unit testing. Today unit testing is an absolutely required skill from any professional developer. Companies expect developers to know how to write unit tests using the best practices. This course will help you set up a solid foundation with a real-world example and how unit testing could be done in a .NET core web application with EF Core. By the end of this course, you will have a solid foundation with unit testing. Along with a solid foundation, you’ll also implement what is learned in real-world N-Tier web applications with .NET 6 and EF Core. Who this book is for This course is designed for the .NET developer who wants to build better quality software with fewer bugs. This will also help them to learn unit testing from scratch and reinforce their fundamental learning with real-world application. Basic knowledge of C# along with .NET Core and EF Core is required to gain the most out of this course. No prior experience is required in unit testing at all, you will learn it from scratch in this course.
    Note: Online resource; Title from title screen (viewed October 18, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 174
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803238487
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 9 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Get ready to learn the basics of machine learning and the mathematics of statistical regression, which powers almost all machine learning algorithms. About This Video A comprehensive course that includes Python coding, visualization, loops, variables, and functions Manual calculation and then using Python functions/codes to understand the difference Beginner to advanced mathematics and statistical concepts that cover machine learning algorithms In Detail This course is for ML enthusiasts who want to understand basic statistics and regression for machine learning. The course starts with setting up the environment and understanding the basics of Python language and different libraries. Next, you'll see the basics of machine learning and different types of data. After that, you'll learn a statistics technique called Central Tendency Analysis. Post this, you'll focus on statistical techniques such as variance and standard deviation. Several techniques and mathematical concepts such as percentile, normal distribution, uniform distribution, finding z-score, linear regression, polynomial linear regression, and multiple regression with the help of manual calculation and Python functions are introduced as the course progresses. The dataset will get more complex as you proceed ahead; you'll use a CSV file to save the dataset. You'll see the traditional and complex method of finding the coefficient of regression and then explore ways to solve it easily with some Python functions. Finally, you'll learn a technique called data normalization or standardization, which will improve the performance of the algorithms very much compared to a non-scaled dataset. By the end of this course, you'll gain a solid foundation in machine learning and statistical regression using Python. Who this book is for This course is for beginners and individuals who want to learn mathematics for machine learning. You need not have any prior experience or knowledge in coding; just be ready with your learning mindset at the highest level. Individuals interested in learning what's actually happening behind the scenes of Python functions and algorithms (at least in a shallow layman's way) will be highly benefitted. Basic computer knowledge and an interest to learn mathematics for machine learning is the only prerequisite for this course.
    Note: Online resource; Title from title screen (viewed October 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 175
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 8 hr., 9 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: An outstanding source of knowledge for Terraform enthusiasts of all levels. Anton Babenko, Betajob Use Terraform to programmatically create, test, and manage infrastructure using the efficient infrastructure-as-code approach. In Terraform in Action you will learn: Cloud architecture with Terraform Terraform module sharing and the private module registry Terraform security in a multitenant environment Strategies for performing blue/green deployments Refactoring for code maintenance and reusability Running Terraform at scale Creating your own Terraform provider Using Terraform as a continuous development/continuous delivery platform Terraform in Action introduces the infrastructure-as-code (IaC) model that lets you instantaneously create new components and respond efficiently to changes in demand. You’ll use the Terraform automation tool to design and manage servers that can be provisioned, shared, changed, tested, and deployed with a single command. about the technology Provision, deploy, scale, and clone your entire stack to the cloud at the touch of a button. In Terraform, you create a collection of simple declarative scripts that define and manage application infrastructure. This powerful infrastructure-as-code approach automates key tasks like versioning and testing for everything from low-level networking to cloud services. about the book Terraform in Action shows you how to automate and scale infrastructure programmatically using the Terraform toolkit. Using practical, relevant examples, you’ll use Terraform to provision a Kubernetes cluster, deploy a multiplayer game, and configure other hands-on projects. As you progress to advanced techniques like zero-downtime deployments, you’ll discover how to think in Terraform rather than just copying and pasting scripts. what's inside Cloud architecture with Terraform Terraform module sharing and the private module registry Terraform security in a multitenant environment Strategies for performing blue/green deployments about the audience For readers experienced with a major cloud platform such as AWS. Examples in JavaScript and Golang. about the author Scott Winkler is a DevOps engineer and a distinguished Terraform expert. He has spoken multiple times at HashiTalks and HashiConf, and was selected as a HashiCorp Ambassador and Core Contributor in 2020. A must for anyone who wants to understand Terraform. Jürgen Hötzel, Lisperati Takes you by the hand and explains how to use Terrafo...
    Note: Online resource; Title from title screen (viewed May 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 176
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 29 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Use the Kafka distributed streaming data platform to help convert a legacy order fulfillment system to a sleek new asynchronous event-driven architecture. This architecture needs to deliver services that can scale and evolve independently, to speed up your clients eCommerce app. You’ll use the Go language to build a microservice, an event publisher, and multiple event consumers; and work with Kafka’s command-line tools to create, alter, and test topics.
    Note: Online resource; Title from title screen (viewed October 18, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 177
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 50 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Sedat shares coding tips and tricks for beginners by covering some of the most common bad programming practices and shows how we can make use of them, such as fixing code when it isn't broken, avoiding code reuse, and GoTo.
    Note: Online resource; Title from title screen (viewed March 30, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 178
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 29 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to build MLOps predictions with containers * AWS App Runner * AWS ECR (EC2 Container Registry) * Flask * SKlearn * Google Cloud Run * Practical MLOps * MLOPs Cookbook
    Note: Online resource; Title from title screen (viewed October 23, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 179
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 40 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Compare CI/CD with Github Actions vs AWS Code Build * Click * CI/CD * Github Actions * AWS Code Build * Build Badges
    Note: Online resource; Title from title screen (viewed October 23, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 180
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803234267
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 23 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to build dashboards from scratch, customize their look, and add interactive features by taking up this course. About This Video Learn how to set up the layout of dashboards with Dash components Make more dynamic dashboards with chained interactive features Use Plotly to create plots including line charts, Choropleth maps In Detail Data visualization is a critical part of data science, in this quick and practical course you will learn how to create a great-looking interactive dashboard with Dash and Python. With this new skill, you will be able to present and share your analysis better with your customers' executives and the rest of your team. This course is broken down into 5 parts and it is necessary to follow the structure as each part is built on top of the other. The first part is an introduction to Plotly Dash followed by building the layout of dashboards. The third part is how to make dashboards interactive with callbacks, fourth part introduces us to customize the look of dashboards. The last and final part is a business-centric project case study on creating an interactive map dashboard. Throughout the course, you will be using 3 real-world datasets, which are the World Happiness dataset, FIFA Soccer dataset, and US electricity prices to help you learn Dash more. By the end of the course, you will learn to build dashboards from scratch, by customizing their look and adding interactive features, with all free Python libraries. Who this book is for This course can be taken by any Python programmer who wants to present their analyses in interactive web-based dashboards.
    Note: Online resource; Title from title screen (viewed November 26, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 181
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 7 hr., 46 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: 7.5 Hours of Video Instruction Spring is the most used framework for building services and applications and getting them to production. Today’s applications need to scale more and more to handle more users and content with the increasing demand. Reactive Spring Boot LiveLessons, Third Edition , by Josh Long, Spring Developer Advocate, introduces key concepts of reactive programming and examines different aspects of the Spring ecosystem that lend themselves to the functional and reactive style of programming. These videos not only show you where to start and how to build these applications, but they also provide a solid foundation that will allow you to apply the skills learned to other parts of the Spring ecosystem that build on these core concepts. The Third Edition has been updated and expanded to cover GraphQL. Customer Review (5 Stars) “A great walkthrough of all the reactive capabilities of Spring Boot, and then some!” -- O’Reilly Online Learning reviewer Skill Level Intermediate Learn How To Examine the different aspects of the Spring ecosystem that lend themselves to the functional and reactive style of programming Explore Reactive Data Access using Spring Data and Spring Data MongoDB Understand the Reactive Streams specification as a compatibility layer and how to use the Reactive Stream types as a mechanism for interoperability across OS projects Test reactive applications Consume data from a publisher in Spring Integration and from a publisher in Spring Cloud Stream Use Spring Cloud Function Build Edge Services Who Should Take This Course Existing or new Spring users Experienced Java developers Course Requirements Basic Java familiarity. The course uses Java 8, although Spring Boot and most Spring projects support Java 6. Lesson Descriptions Lesson 1, “Basics,” examines what motivates the move to reactive programming and how it is supported in the Reactive Streams specification. Lesson 2, “Data,” covers the importance of data and how Spring supports non-blocking data access for any NoSQL and SQL data stores. Lesson 3, “HTTP Services,” focuses on what reactive programming means in an HTTP environment. It introduces functional reactive HTTP handlers, `RestController`-style controllers, reactive server-sent event streams and more. Lesson 4, “WebSockets,” focuses on Websockets, a binary protocol that supports bi-directional communication. This lesson examines how websockets, which are an extension to HTTP, integra...
    Note: Online resource; Title from title screen (viewed November 18, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 182
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : FT Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 46 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Marketing Analytics Beyond Advertising: How Right-Brained Marketers Can Master the Numbers Sneak Peek 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 12, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 183
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 15 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: What’s in store for infrastructure and operations in the future? Where’s the field headed? And what technologies will take us there? Join us for this recording of a live event covering some of the key changes you can expect to see in the world of infrastructure and operations. You’ll learn about the trends and new technologies that will shape how you deliver software and meet the needs of your business and customers in the coming years, with a focus on the emerging ideas and tools that you can make use of right now. Whether you’re looking for cutting-edge techniques for today or want to get ahead of the game for tomorrow, this is the event for you. What you’ll learn and how you can apply it Explore the technologies that will shape the future of infrastructure and operations Learn how to employ new technologies and stay ahead of the curve This recording of a live event is for you because… You’re a developer who wants to know what’s coming next for infrastructure and operations. You want to better understand new technologies such as data mesh and eBPF. You need to apply continuous delivery principles to make the end-to-end process of developing and deploying ML systems more repeatable and reliable. Recommended follow-up: Read Data Mesh (book) Read Container Security (book) Read Building Machine Learning Pipelines (book) Read Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, second edition (book) Read Linux Observability with BPF (book)
    Note: Online resource; Title from title screen (viewed November 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 184
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson IT Certification | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 11 hr., 39 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: 13+ Hours of Video Instruction Designed to help you pass the EC-Council Certified Ethical Hacker (CEH) certification exam. Overview: The Certified Ethical Hacker (CEH) Complete Video Course , 3rd Edition gives you a complete overview of the topics in the EC-Council's updated Certified Ethical Hacker (CEH), V11 exam. This video course has six modules that dive into the key objectives of the exam, providing an in-depth exploration of ethical hacking, including fundamentals; reconnaissance techniques; network and perimeter hacking; web application hacking; wireless, mobile, IoT and OT hacking; cloud computing, and cryptography. Taught by experienced security experts Omar Santos and Nick Garner, this full-featured video course will help you better understand the world of hacking so you can act to defend attacks, as well as pass the CEH exam. This complete video course is your full resource for passing the CEH exam. Included are real-world demos and labs so you can see how to use tools, tactics, exploits, and technologies using Parrot Security OS. You also will find step-by-step examples of security penetration testing methodologies and concepts for each topic covered in the exam. Topics include * Information security, cybersecurity, and ethical hacking overview * Reconnaissance techniques * Network and perimeter hacking * Web application hacking * Wireless, mobile, IoT, and OT hacking * Cloud computing and cryptography Skill level: Intermediate Learn How To * Perform vulnerability assessments: Vulnerability analysis, hacking concepts, and malware * Perform reconnaissance: Actively and passively gather information about targets through online information gathering, scanning, and enumeration * Attack the network: Using information gathered in the reconnaissance phase, exploit vulnerabilities using sniffing, social engineering, DoS, and session hijacking; exploit vulnerabilities in wireless networks to gain access * Attack the app: Exploit vulnerabilities in web servers and web applications, databases, and iOS/Android applications * Attack the cloud and edge: Investigate edge IoT and cloud architectures and attack vectors * Understand cryptography: Explore symmetric and asymmetric key cryptography methods and algorithms Who Should Take This Course: * Anyone interested in passing the EC Council Certified Ethical Hacker (CEH) exam * Anyone interested in becoming a cybersecurity professional * Anyone interested in ethical hacking (penetration testing) C...
    Note: Online resource; Title from title screen (viewed November 19, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 185
    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., 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: 6+ Hours of Video Instruction Learn the most efficient way to manage and run Microservices in Kubernetes and Istio. Overview Microservices are the new development model for running complex applications. Building and Managing Microservices with Kubernetes and Istio LiveLessons will cover the topics you will need to run successful Microservices in Kubernetes and Istio. Building and Managing Microservices with Kubernetes and Istio LiveLessons starts with an overview of Microservices and why it is the right choice to run complex applications. The course will then discuss how to automatically implement Microservices using Kubernetes, a procedure that starts with source files in Git, before exploring topics of container images and how to build them efficiently. Lastly, it will also cover how to apply decoupling in Kubernetes for full implementation of automated and orchestrated Microservice environment. Instructor Sander van Vugt uses hands-on-labs to give you a deeper understanding of the topics covered in the course. About the Instructor Sander van Vugt has many years of experience working with, writing about, and teaching Linux and Open Source topics. He is the author of the best-selling Red Hat RHCSA Cert Guide and the Red Hat RHCSA Complete Video Course along with many other titles on topics that include RHCE, Bash, Kubernetes, Ansible and more. Sander also works as a Linux instructor, teaching on-site and on-line classes for customers around the world. Topics include: Understanding Microservices Using Git Containers QuickStart Understanding Container Orchestration and Service Mesh Getting Started with Kubernetes Creating Container-based Microservices in Kubernetes Getting Started with Istio Service Mesh Managing Microservices with Istio Service Mesh Skill Level Beginner to Intermediate Learn How To Manage source code for microservices Build custom container images Use Kubernetes technology to manage Microservices Use Service Mesh Who Should Take This Course This course is for anyone who wants to learn how to move from traditional applications that are installed on a server platform to orchestrated containers in a Microservices environment. The course is for developers and DevOps engineers who want to know what happens after the code is written, as well as administrators responsible for implementing the Microservices infrastructure. Course Requirements A computer with a recent operating system and at least 4GB RAM and 20GB...
    Note: Online resource; Title from title screen (viewed December 3, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 186
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 21 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Create a Vim plugin from scratch and get to understand the whole workflow needed to put together a plugin that will work with any file type as well as some specific types like Python or XML. In this video, I'll explain everything you need to know to create a function in Vim, and port anything you may have in your .vimrc over to a specific plugin so that you can distribute it and install it later. Topics include: * Find about public and private functions in Vim * Port existing utilities in a .vimrc to make them a plugin * Map a command to a Vim function Useful links: * Create a Vim Plugin repository * Tim Pope's Pathogen.vim
    Note: Online resource; Title from title screen (viewed November 12, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 187
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 0 sec.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Edward explains what are Generative Adversarial Networks (GANs) and demonstrates how to play with GANs by modifying a GAN implementation for new tasks and losses. He's the author of Inside Deep Learning: Math, Algorithms, Models.
    Note: Online resource; Title from title screen (viewed March 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 188
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 23 hr., 40 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: An accessible introduction to the fundamental algorithms used to run the world. Richard Vaughan, Purple Monkey Collective As a software engineer, you’ll encounter countless programming challenges that initially seem confusing, difficult, or even impossible. Don’t despair! Many of these “new” problems already have well-established solutions. Advanced Algorithms and Data Structures teaches you powerful approaches to a wide range of tricky coding challenges that you can adapt and apply to your own applications. Providing a balanced blend of classic, advanced, and new algorithms, this practical guide upgrades your programming toolbox with new perspectives and hands-on techniques. about the technology Can you improve the speed and efficiency of your applications without investing in new hardware? Well, yes, you can: Innovations in algorithms and data structures have led to huge advances in application performance. Pick up this book to discover a collection of advanced algorithms that will make you a more effective developer. about the book Advanced Algorithms and Data Structures introduces a collection of algorithms for complex programming challenges in data analysis, machine learning, and graph computing. You’ll discover cutting-edge approaches to a variety of tricky scenarios. You’ll even learn to design your own data structures for projects that require a custom solution. what's inside Build on basic data structures you already know Profile your algorithms to speed up application Store and query strings efficiently Distribute clustering algorithms with MapReduce Solve logistics problems using graphs and optimization algorithms about the audience For intermediate programmers. about the author Marcello La Rocca is a research scientist and a full-stack engineer. His focus is on optimization algorithms, genetic algorithms, machine learning, and quantum computing. Easy to follow and filled with practical examples, this book is a fantastic introduction to data structures and algorithms. Zachary Fleischmann, Hawthorne Interactive Look no further if you’re looking for a rich book to bridge the stuff of computer science courses and the pragmatic world of software development. George Thomas, Manhattan Associates Teaches how to modify algorithms and data structures to solve practical problems. Maciej Jurkowski, Grupa Pracuj NARRATED BY JULIE BRIERLEY
    Note: Online resource; Title from title screen (viewed May 24, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 189
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 34 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: When covid-19 struck, we know that people stopped commuting to work and traveling. But what insights about these changes can we get from publicly available data? In this coding session, Reuven Lerner (author of "Pandas Workout") will explore data from New York taxis before and during the pandemic.
    Note: Online resource; Title from title screen (viewed September 13, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 190
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 53 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Ville will demonstrate how to develop and deploy a production-grade ML application on the fly, using tips and techniques presented in his book, Effective Data Science Infrastructure.
    Note: Online resource; Title from title screen (viewed August 12, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 191
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pragmatic AI Solutions | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 42 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Learn to use Python Functions The following techniques are covered: AWS Lambda, Generators, Closers and Partials
    Note: Online resource; Title from title screen (viewed November 11, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 192
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803233147
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 13 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: The complete set of tools and techniques for implementing concurrency with the Go programming language. About This Video Gain a deeper understanding of what concurrency is in Golang and how it is related to our daily life Explore various Go(lang) terminologies along with examples Understand Installation process of the Go compiler and write your first code In Detail According to the most recent developer surveys, Go(lang) is one of the world's most desired and loved languages, and its developers are among the highest paid in the world. Go is also the top language that companies are planning to migrate to, meaning that your Go skills are future proof for many years to come. Concurrency is a very advanced topic within Golang, and some comprehensive Go courses do not address it at all. Yet, we believe that with just a reasonable number of hours of effort, you can be on your way, comfortable with concurrency, and ready to add asynchronous features to your next programming project. In this course, we will cover Concurrency theory, terminology, trends, benefits, and challenges. The difference between concurrency and parallelism/parallel programming. We will also explore Goroutines, blocking code, wait groups and channels, IO bound vs CPU bound code with examples of each, Race conditions, Mutexes, condition variables, atomic variables, concurrency patterns. By the end of this course, you will gain an in-depth understanding of the fundamentals of Go concurrency and will be able to implement it in your future projects. Who this book is for This course is for anyone getting started with concurrency and specifically within the Go programming language. Also, for those who wish to learn the essentials of concurrent programming in the Go programming language. There are no strict prerequisites, but knowledge of computer programming principles and specifically the Go language will be extremely helpful, especially for the coding exercises.
    Note: Online resource; Title from title screen (viewed December 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 193
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803243979
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 46 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Develop your data analysis skills in Python and gain practical experience analyzing real-world datasets. About This Video Experience analyzing real-world datasets in lectures and guided projects The course is arranged in different sections based on the step-by-step process of REAL data analysis Get exposed to basic statistical knowledge necessary for data analysis In Detail Data analysis is a critical skill and is getting more popular. Nowadays, every organization has some data. Data could be extremely useful, but not without appropriate analysis. Data analysis enables us to transform data into insights for businesses to make informative decisions. You can find data analysis being used in every industry, be it healthcare, finance, or technology. Python is one of the most in-demand skills for data science by employers. It is not only easy to learn but also powerful. The design principles of the course are as follows: Instead of dumping all the available Python libraries or functions to you, we picked only the most useful ones based on our industry experience to cover in the course. This allows you to focus and master the foundations. Besides Python programming, you will also get exposed to the basic statistical knowledge necessary for data analysis. Combined with detailed video lectures, you will be given a few projects to work on to reinforce the knowledge. By the end of the course, you will have a solid foundation of data analysis, and be able to use Python for the complete process. Who this book is for This course is helpful for anyone interested in analyzing data effectively. You want to become a data analyst or a data scientist, or you just want the skills to work on your projects. This course is beginner-friendly. However, we recommend you have some basic knowledge of Python or at least another programming language.
    Note: Online resource; Title from title screen (viewed December 21, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 194
    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
    Abstract: Join us for a special conversation on building successful communities with Sam Newman and Agile consultant and coach Emily Webber. They’ll chat about the benefits of communities of practice, which include accelerating professional development, breaking down organizational silos, enabling knowledge sharing and management, building better practices, helping to hire and retain staff, and making people happier. Then they’ll open the floor for questions. This is a chance for you to ask Sam and Emily anything you want about their own career journeys or about using communities to facilitate good collaboration between teams. They’ll spend a few minutes covering the trends that are influencing infrastructure, then tell you what you need to know to stay ahead of the curve. What you’ll learn and how you can apply it Explore the origins of, need for, and challenges around team collaboration See what’s coming next for infrastructure and ops This recording of a live event is for you because… You’re looking for ways to improve your team culture. Recommended follow-up: Read Dynamic Reteaming (book) Read Agile Conversations (book) Take Managing Team Conflict (live online training course with Jennifer Stine) Take Mastering Communication Skills for Virtual Environments (live online training course with Zina O’Leary)
    Note: Online resource; Title from title screen (viewed December 1, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 195
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: 4+ Hours of Video Overview 1. Humane Code: Why are most code bases bad? Why is it that, despite our best intentions, code rots between our fingers? The answer is that most of us still think of code as merely a technical tool to reach a goal: to implement a feature, or fix a bug. While code certainly can do those things, it’s also a written medium for communicating with other people: your colleagues, and your future self. We spend more time reading code than we do writing it, so we should optimise code for readability, instead of focusing on how fast we can produce it. Learn how to think productively about software development, so that you can maintain a sustainable pace, even with a growing code base. This video is about humane code, and how programming is first and foremost an activity that ought to focus on communication. 2. Composite as Universal Abstraction: How do you make code readable? How do you make code fit in your head? How do you create good abstractions? How do you amplify the essentials while eliminating the irrelevant? One useful tool is to employ the Composite design pattern, but when can you apply it? When are objects composable? There’s a simple answer to that question. In this episode, you’ll learn to tell at a glance whether an interface is composable or not. This will also set you on the path of being able to deliberately design APIs in such a way that they’re composable—that is, so that they are intuitively understandable abstractions. Composite is a universal abstraction. It’s not tied to a particular programming language or specific development paradigm. Under a different name, it exists independently of software development. This makes it a powerful abstraction. 3. Much Ado About Nothing: How do you create abstractions that fit in your brain? How do you define abstractions that truly amplify the essentials and eliminate the irrelevant? A Composite makes many objects look like one object, so that’s one way to hide details. As the previous episode revealed, a Composite can be turned into a precise abstraction by realizing that it’s just a monoid. What’s a monoid, then? In this video, you’ll get all the details with easy-to-understand examples in C#. Not only will you learn just how a Composite is a monoid, but you’ll also come to the realization that the Null Object design pattern is a monoid as well; it’s simply a special case of the Composite pattern. This episode gives you the tools to identify monoids in your own cod...
    Note: Online resource; Title from title screen (viewed December 6, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 196
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781803245782
    Language: English
    Pages: 1 online resource (1 video file, approximately 10 hr., 4 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Docker Certified Associate: The ultimate validation for your containerization skills with Docker About This Video Prepare for Docker Certified Associate exam Practice multi-response mock questions for the DCA exam Improve with multiple assignments and quizzes In Detail This course covers the entire syllabus of DCA laid out by Mirantis and explains each aspect with precision and patience. With continuous input for exam preparation and mock exams, you will never lose sight of your goal. In this course, we will first understand what containers and Docker are. We will be containerizing applications with Dockerfiles, then work with Docker images and containers. Post that, we will cover container networking with Docker networks and learn how to provide backup storage to containers. Later, we will cover container orchestration and cluster management with Docker Swarm. Next, we will understand what Compose files and Docker Stack are. Then we will move ahead with Mirantis Kubernetes Engine (formerly Docker Universal Control Plane) and an introduction to Kubernetes and Pods. Lastly, you will learn about container orchestration with Kubernetes on MKE (UCP) and Docker Trusted Registry (DTR) aka Mirantis Secure Registry (MSR). Moreover, there are five hands-on assignments with complete solutions, 10+ quizzes, and two mock exams to solidify your preparation. By the end of this course, you will be well prepared for your DCA exam. Who this book is for This course is designed for IT professionals aiming to become DCA. This course is also designed for beginner DevOps engineers, system admins, or software developers who are interested in Docker and containers This course is also designed for computer science and IT students aiming for DevOps jobs; managers and start-up owners looking to reduce their IT infrastructure costs, or current Docker users looking to expand their knowledge and practice their skills.
    Note: Online resource; Title from title screen (viewed December 28, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 197
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 0 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Josh Fischer discusses the options developers have when deciding how accurate they’d like their stream processing job to be.
    Note: Online resource; Title from title screen (viewed November 19, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 198
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 19 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Valentino Gagliardi teaches how to refactor a section of a React application from classes to Hooks. In the process, he also adds functional tests with Cypress, by exploring network stubbing, and interactions with UI elements.
    Note: Online resource; Title from title screen (viewed May 6, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 199
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 9 hr., 47 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: In Video Editions the narrator reads the book while the content, figures, code listings, diagrams, and text appear on the screen. Like an audiobook that you can also watch as a video. Configuring CI/CD platforms has never been easier! Ubaldo Pescatore, PagoPA Start thinking about your development pipeline as a mission-critical application. Discover techniques for implementing code-driven infrastructure and CI/CD workflows using Jenkins, Docker, Terraform, and cloud-native services. In Pipeline as Code you will master: Building and deploying a Jenkins cluster from scratch Writing pipeline as code for cloud-native applications Automating the deployment of Dockerized and Serverless applications Containerizing applications with Docker and Kubernetes Deploying Jenkins on AWS, GCP and Azure Managing, securing and monitoring a Jenkins cluster in production Key principles for a successful DevOps culture Pipeline as Code is a practical guide to automating your development pipeline in a cloud-native, service-driven world. You’ll use the latest infrastructure-as-code tools like Packer and Terraform to develop reliable CI/CD pipelines for numerous cloud-native applications. Follow this book's insightful best practices, and you’ll soon be delivering software that’s quicker to market, faster to deploy, and with less last-minute production bugs. about the technology Treat your CI/CD pipeline like the real application it is. With the Pipeline as Code approach, you create a collection of scripts that replace the tedious web UI wrapped around most CI/CD systems. Code-driven pipelines are easy to use, modify, and maintain, and your entire CI pipeline becomes more efficient because you directly interact with core components like Jenkins, Terraform, and Docker. about the book In Pipeline as Code you’ll learn to build reliable CI/CD pipelines for cloud-native applications. With Jenkins as the backbone, you’ll programmatically control all the pieces of your pipeline via modern APIs. Hands-on examples include building CI/CD workflows for distributed Kubernetes applications, and serverless functions. By the time you’re finished, you’ll be able to swap manual UI-based adjustments with a fully automated approach! about the audience For developers familiar with Jenkins and Docker. Examples in Go. about the author Mohamed Labouardy is the CTO and co-founder of Crew.work, a Jenkins contributor, and a DevSecOps evangelist. A must-read for any aspiring and season...
    Note: Online resource; Title from title screen (viewed October 17, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 200
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 29 min.)
    Edition: 1st edition
    Keywords: Electronic videos
    Abstract: Michael Grogan is a data scientist with expertise in TensorFlow and time series analysis. He will teach you how to use PyMC3 to generate a posterior distribution of hotel cancellations. This will allow you to build a predictive model that can update its predicted probabilities by incorporating new information.
    Note: Online resource; Title from title screen (viewed April 13, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...