Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • Online Resource  (525)
  • 2020-2024  (525)
  • 1995-1999
  • 1990-1994
  • 1970-1974
  • 1955-1959
  • 2023  (525)
  • 1995
  • Instructional films  (525)
Datasource
Material
  • Online Resource  (525)
Language
Years
  • 2020-2024  (525)
  • 1995-1999
  • 1990-1994
  • 1970-1974
  • 1955-1959
Year
  • 1
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media, Inc.
    Language: English
    Pages: 1 online resource (1 video file (2 hr., 52 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Kubernetes Study guides Examinations ; Software container technologies Study guides Examinations ; Application software Study guides Development ; Computer programs ; Examinations ; Application program interfaces (Computer software) Study guides Examinations ; Open source software Study guides Examinations ; Logiciels d'application ; Développement ; Logiciels ; Examens ; Guides de l'étudiant ; Interfaces de programmation d'applications ; Examens ; Guides de l'étudiant ; Logiciels libres ; Examens ; Guides de l'étudiant ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: The ability to use, troubleshoot, and monitor Kubernetes as an application developer is in high demand. In response, the Cloud Native Computing Foundation (CNCF) developed the Certified Kubernetes Application Developer (CKAD) program to establish credibility and value in the job market. The exam is different from the typical multiple choice format of other certifications. It's completely performance based, under immense time pressure, and requires deep knowledge of the tasks. In this four-part course, expert and CKAD Benjamin Muschko walks you through all the topics covered in the exam to fully prepare you to pass with flying colors. Part 4 gives the learner an overview of application environment, configuration, and security, including coverage of custom resource definitions, authentication, authorization, resource management, configmaps and secrets, and the security context. It also covers Services and Networking, including coverage of troubleshooting services, ingresses, and network policies. What you'll learn and how you can apply it When and how to apply Kubernetes concepts to manage an application Objectives, abilities as well as tips and tricks (like time management, navigating the exam environment and the type of questions to expect) needed to pass the CKAD exam The ins and outs of the kubectl command-line tool This course is for you because... You're a developer using Kubernetes to configure, manage, and rollout applications, and you want to obtain CKAD certification. You want to understand the basics of Kubernetes by solving hands-on problems. You want to become a Certified Kubernetes Application Developer. Prerequisites: You should have experience working with containers, in particular Docker You should possess beginner-level understanding of Kubernetes concepts and the resources API You should have familiarity with a Unix environment and Bash commands as well as with command-line-based text editors (optimally vim) and the YAML format Have access the course's GitHub repository.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 20, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (33 hr., 16 min.)) , sound, color.
    Edition: Video edition.
    DDC: 005.2/76
    Keywords: Active server pages ; Microsoft .NET Framework ; Internet programming ; Web site development ; Programmation Internet ; Sites Web ; Développement ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: Build professional-grade full-stack web applications using C# and ASP.NET Core. In ASP.NET Core in Action, Third Edition you'll learn how to: Build minimal APIs for serving JSON to client-side applications Create dynamic, server-side rendered applications using Razor Pages User authentication and authorization Store data using Entity Framework Core Unit and integration tests for ASP.NET Core applications Write custom middleware and components Fully updated to ASP.NET Core 7.0! In ASP.NET Core in Action, Third Edition Microsoft MVP Andrew Lock teaches you how you can use your C# and .NET skills to build amazing cross-platform web applications. This revised bestseller reveals the latest .NET patterns, including minimal APIs and minimal hosting. Even if you've never worked with ASP.NET, you'll start creating productive cross-platform web apps fast. Illustrations and annotated code make learning visual and easy. About the Technology The ASP.NET Core web framework delivers everything you need to build professional-quality web applications. With productivity-boosting libraries for server-side rendering, secure APIs, easy data access and more, you'll spend your time implementing features instead of researching syntax and tracking down bugs. This book is your guide. About the Book ASP.NET Core in Action, Third Edition shows you how to create production-grade web applications with ASP.NET Core 7.0. You'll learn from hands-on examples, insightful illustrations, and nicely explained code. Updated coverage in this Third Edition includes creating minimal APIs, securing APIs with bearer tokens, WebApplicationBuilder, and more. What's Inside Minimal APIs for serving JSON Server-side rendering using Razor Pages Data access with Entity Framework Core Write custom middleware and components About the Reader For beginning to intermediate web developers. Examples are in C#. About the Author Andrew Lock is a Microsoft MVP who has worked with ASP.NET Core since before its first release. Quotes ASP.NET Core is a big subject. Luckily, there's a big book! This is my ASP.NET bible. - Peter Morris, Author of blazor-university.com Masterfully breaks down web programming. This book is a must-read for new and experienced developers alike. It sets the standard in the .NET space. - Khalid Abuhakmeh, JetBrains Andrew Lock's extensive experience and applied advice will truly take any .NET web developer from zero to hero. - James Hickey, Savvyy Technologies Fantastic information to help you make the best applications possible. This book stays on my desk. - Foster Haines, Foster's Website Company.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 20, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (11 hr., 58 min.)) , sound, color.
    Edition: Video edition.
    DDC: 006.3/1
    Keywords: Deep learning (Machine learning) ; Machine learning ; Apprentissage profond ; Apprentissage automatique ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: A vital guide to building the platforms and systems that bring deep learning models to production. In Designing Deep Learning Systems you will learn how to: Transfer your software development skills to deep learning systems Recognize and solve common engineering challenges for deep learning systems Understand the deep learning development cycle Automate training for models in TensorFlow and PyTorch Optimize dataset management, training, model serving and hyperparameter tuning Pick the right open-source project for your platform Deep learning systems are the components and infrastructure essential to supporting a deep learning model in a production environment. Written especially for software engineers with minimal knowledge of deep learning's design requirements, Designing Deep Learning Systems is full of hands-on examples that will help you transfer your software development skills to creating these deep learning platforms. You'll learn how to build automated and scalable services for core tasks like dataset management, model training/serving, and hyperparameter tuning. This book is the perfect way to step into an exciting--and lucrative--career as a deep learning engineer. Designing Deep Learning Systems: A software engineer's guide teaches you everything you need to design and implement a production-ready deep learning platform. First, it presents the big picture of a deep learning system from the developer's perspective, including its major components and how they are connected. Then, it carefully guides you through the engineering methods you'll need to build your own maintainable, efficient, and scalable deep learning platforms. Chi Wang is a principal software developer in the Salesforce Einstein group. Donald Szeto was the co-founder and CTO of PredictionIO.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 20, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (8 hr., 50 min.)) , sound, color.
    Edition: Video edition.
    DDC: 005.13/3
    Keywords: Python (Computer program language) ; Computer software Development ; Python (Langage de programmation) ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: If you're new to Python, it can be tough to understand when, where, and how to use all its language features. This friendly guide shows you how the Python ecosystem fits together, and grounds you in the skills you need to continue your journey to being a software developer. Inside The Well-Grounded Python Developer you will discover: Building modules of functionality Creating a well-constructed web server application Integrating database access into your Python applications Refactor and decoupling systems to help scale them How to think about the big picture of your application The Well-Grounded Python Developer builds on Python skills you've learned in isolation and shows you how to unify them into a meaningful whole. It helps you understand the dizzying array of libraries and teaches important concepts, like modular construction, APIs, and the design of a basic web server. As you work through this practical guide, you'll discover how all the bits of Python link up as you build and modify a typical web server application--the kind of web app that's in high demand by modern businesses. About the Technology As a new programmer, you're happy just to see your code run. A professional developer, on the other hand, needs to create software that runs reliably. It must be fast, maintainable, scalable, secure, well designed and documented, easy for others to update, and quick to ship. This book teaches you the skills you need to go from Python programmer to Python developer. About the Book The Well-Grounded Python Developer shows you why Python, the world's most popular programming language, is a fantastic tool for professional development. It guides you through the most important skills, like how to name variables, functions, and classes, how to identify and write a good API, and how to use objects. You'll also learn how to deal with inevitable failures, how to make software that connects to the internet, core security practices, and many other professional-grade techniques. What's Inside Create a web application Connect to a database Design programs to handle big tasks About the Reader For experienced beginners who want to learn professional-level skills. About the Author Doug Farrell has been a professional developer since 1983, and has worked with Python for over 20 years. Quotes A fun journey, and a great resource. With this book as your guide, you'll be on the summit before you know it. - From the Foreword by Michael Kennedy, founder of Talk Python Training Well-structured with excellent code examples. I highly recommend getting this book to build your Python skills. - Stanley Anozie, Hospitality Digital An excellent tutorial in the foundations of Python development for both the novice and experienced developer. - Philip Best, Amazon This is the best Python reference I've read so far. - Julien Pohie, ThoughtWorks.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 20, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (13 hr., 37 min.)) , sound, color.
    Edition: Video edition.
    DDC: 005.1/17
    Keywords: Computer software Development ; Software engineering ; Object-oriented methods (Computer science) ; Agile software development ; Computer architecture ; Génie logiciel ; Conception orientée objet (Informatique) ; Méthodes agiles (Développement de logiciels) ; Ordinateurs ; Architecture ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: Deliver software that does what it's supposed to do! Behavior-Driven Development guides your software projects to success with collaboration, communication techniques, and concrete requirements you can turn into automated tests. In BDD in Action, Second Edition you'll learn how to: Implement and improve BDD practices Prioritize features from business goals Facilitate an example mapping session Write automated acceptance tests Scale up your automated acceptance tests Deliver accurate reporting and documentation Around half of all software projects fail to deliver on requirements. Behavior-Driven Development (BDD) helps make sure that yours isn't one of them. Behavior-Driven Development in Action, Second Edition teaches you how to ensure that everyone involved in a software project--from developers to non-technical stakeholders--are in agreement on goals and objectives. It lays out the communication skills, collaborative practices, and useful automation tools that will let you seamlessly succeed with BDD. Now in its second edition, this revised bestseller has been extensively updated with new techniques for incorporating BDD into large-scale and enterprise development practices such as Agile and DevOps. About the Technology Behavior-Driven Development is a collaborative software design technique that organizes examples of an application's desired behavior into a concrete, testable specification. Because the BDD process gathers input from all areas of an organization, it maximizes the likelihood your software will satisfy both end users and business stakeholders. The established collaboration practices and automation strategies in this book will help you maximize the benefits of BDD for your dev team and your business clients. About the Book In BDD in Action, Second Edition, you'll learn to seamlessly integrate BDD into your existing development process. This thoroughly revised new edition now shows how to integrate BDD with DevOps and large-scale Agile systems. Practical examples introduce cross-functional team communication skills, leading a successful requirements analysis, and how to set up automated acceptance criteria. What's Inside How BDD positively affects teamwork, dynamics, and collaboration with stakeholders Help teams discover and analyze requirements, uncover assumptions, and reduce risks Make acceptance, integration, and unit testing more effective Automate reporting and living documentation to improve transparency About the Reader For all development teams. No experience with BDD required. Examples in Java, JavaScript, and TypeScript can be easily expressed in your chosen language. About the Author John Ferguson Smart is the creator of the Serenity BDD framework and founder of the Serenity Dojo training school. Jan Molak is the author of the Serenity/JS testing framework, Jenkins Build Monitor, and other CD and testing tools. Quotes John and Jan describe valuable techniques with their customary clarity and detail. I found myself nodding along, as well as having a couple of 'Aha!' moments myself. I am delighted that BDD still has this much traction and interest nearly 20 years on, and I am grateful to John and Jan for producing this new edition of such a comprehensive resource. - From the Foreword by Daniel Terhorst-North, practitioner consultant If understanding how your own software should work is ever a hard question, you should read this book. - Kevin Liao, Sotheby's An approachable and accessible introduction. I recommend it to developers who want to quickly adopt BDD for their projects. - Lorenzo De Leon, West Monroe Partners.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 8, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781835468319 , 1835468314
    Language: English
    Pages: 1 online resource (1 video file (4 hr., 56 min.)) , sound, color.
    Edition: [First edition].
    DDC: 658.8/12
    Keywords: Salesforce (Online service) ; Software architecture ; Salesforce (Serveur) ; Architecture logicielle ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: Salesforce integration with external apps refers to the process of connecting Salesforce--a popular CRM platform--with external applications or systems to enable seamless data exchange, real-time communication, and coordinated workflows between Salesforce and external applications, crucial for organizations looking to enhance their business processes and provide a unified experience for users. The course offers a comprehensive exploration of connecting Salesforce with external applications, equipping us with essential skills for seamless integration without the need for coding. It covers crucial topics such as setting up Salesforce environments, using tools like Salesforce Inspector and Postman, and creating objects to store information. The course delves into advanced concepts including Auth Providers, Named Credentials, HTTP callouts using Flow, and OpenAPI 3.0 to gain practical expertise through hands-on projects that simulate real-world scenarios, including integration with the AHA application. Upon completing the course, we will gain skills in seamlessly connecting Salesforce with external apps without coding. This course teaches us to optimize workflows and automate processes with real-time projects, to accomplish integration with the AHA app, and to become adept Salesforce administrators, developers, or consultants. What you will learn Master connecting Salesforce and external systems seamlessly Implement secure Auth Providers and Named Credentials Initiate real-time HTTP callouts effortlessly using Salesforce Flow Optimize data flows with external services for streamlined integration Understand and apply the fundamentals of OpenAPI 3.0 Apply skills practically by integrating Salesforce with the AHA application Audience This course caters to Salesforce administrators, developers, and consultants seeking to elevate their skills in seamlessly connecting Salesforce with external applications. It is ideal for those who want to explore a code-free approach, optimize workflows, and automate processes within the Salesforce environment. Whether an experienced Salesforce professional or looking into new features, this course offers insights and expertise for effective Salesforce integration. Basic familiarity with Salesforce functionality and concepts is recommended for optimal engagement with the course content. About the Author Deepika Khanna: Deepika Khanna is a highly experienced software developer, blogger, and author. With a robust background in Java/J2EE and Salesforce development, Deepika has been actively engaged in the software industry for the past five years. Based in Dallas, Texas, she has garnered extensive expertise and offers a wealth of knowledge through her 37 courses, benefiting an impressive count of 168,427 students. Notably, she is an Oracle certified JAVA and J2EE developer. If your aspirations align with becoming an Android developer, JAVA/J2EE developer, or Salesforce developer, Deepika's courses provide a comprehensive and valuable learning experience. Join her courses to tap into her passion for guiding individuals worldwide into the realm of programming.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 3, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media, Inc.
    Language: English
    Pages: 1 online resource (1 video file (2 hr., 33 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Kubernetes Study guides Examinations ; Software container technologies Study guides Examinations ; Application software Study guides Development ; Computer programs ; Examinations ; Application program interfaces (Computer software) Study guides Examinations ; Open source software Study guides Examinations ; Logiciels d'application ; Développement ; Logiciels ; Examens ; Guides de l'étudiant ; Interfaces de programmation d'applications ; Examens ; Guides de l'étudiant ; Logiciels libres ; Examens ; Guides de l'étudiant ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: The ability to use, troubleshoot, and monitor Kubernetes as an application developer is in high demand. In response, the Cloud Native Computing Foundation (CNCF) developed the Certified Kubernetes Application Developer (CKAD) program to establish credibility and value in the job market. The exam is different from the typical multiple choice format of other certifications. It's completely performance based, under immense time pressure, and requires deep knowledge of the tasks. In this four-part course, expert and CKAD Benjamin Muschko walks you through all the topics covered in the exam to fully prepare you to pass with flying colors. Part 2 gives the learner an overview of application design and build, covering containers, Pods and Namespaces, Jobs and CronJobs, Volumes, Multi-Container Pods, and Labels and Annotations. What you'll learn and how you can apply it When and how to apply Kubernetes concepts to manage an application Objectives, abilities as well as tips and tricks (like time management, navigating the exam environment and the type of questions to expect) needed to pass the CKAD exam The ins and outs of the kubectl command-line tool This course is for you because... You're a developer using Kubernetes to configure, manage, and rollout applications, and you want to obtain CKAD certification. You want to understand the basics of Kubernetes by solving hands-on problems. You want to become a Certified Kubernetes Application Developer. Prerequisites: You should have experience working with containers, in particular Docker You should possess beginner-level understanding of Kubernetes concepts and the resources API You should have familiarity with a Unix environment and Bash commands as well as with command-line-based text editors (optimally vim) and the YAML format Have access the course's GitHub repository.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 20, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media, Inc.
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 31 min.)) , sound, color.
    Edition: [First edition].
    DDC: 808.06/665
    Keywords: Commercial correspondence ; Business writing ; Business report writing ; Style commercial ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: In business, people must create solutions to client problems and communicate those solutions effectively in writing. This on-demand course will show you how to focus your writing and generate ideas under pressure to a deadline. You will learn how to make those ideas compelling and valuable to your audience. And you will learn techniques professional writers use to express ideas in a way that is far more likely to be read by the audience. Writing effectively is one of the few skills that will be useful throughout your career and particularly useful if you want to advance to higher levels in an organization. Join David Griffiths in this engaging course that will teach you the art of writing well, from time-honored techniques to generating content with new tools such as ChatGPT. What you'll learn and how you can apply it To write and communicate effectively and with purpose This course is for you because... You're a Business and IT professional who wants to learn how to create better communications with clients and colleagues.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 20, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Language: English
    Pages: 1 online resource (1 video file (9 hr., 48 min.)) , sound, color.
    Edition: Video edition.
    DDC: 006.76
    Keywords: Akka ; Internet programming ; Programmation Internet ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: Akka solves the big problems of distributed systems, from multithreading and concurrency to scalability and failure. Learn how to use it effectively. In Akka in Action, Second Edition you will learn how to: Create basic programs with Akka Typed Work with clusters to build robust, fault-tolerant programs Use Akka with Kubernetes Build microservices with Akka Create and maintain distributed state with strong consistency guarantees Employ actor-based concurrency and parallelism Test Akka software Akka in Action, Second Edition teaches you to use Akka Typed to solve common problems of distributed systems. You'll learn how to bring together all of Akka's moving parts to design and implement highly scalable and maintainable software. Extensively revised by Akka contributor Francisco L©đpez-Sancho Abraham, this new edition demonstrates Akka's complex concepts through engaging hands-on examples. Discover the power of the Actor Model, how Akka works with Kubernetes, and how to utilize Akka modules to create microservices that are reliable and fault tolerant. About the Technology For large software systems, the action is in the "-ilities." Scalability. Reliability. Maintainability. Capability. Akka, toolkit for building distributed message-driven applications, delivers on the "ilities." And recent innovations, including Akka Typed, ensure that this amazing platform will remain the best way to build and deploy distributed Java and Scala applications for years to come. About the Book Akka in Action, Second Edition is your guide to building message-centric distributed applications systems. This new edition covers all features of Akka, including Akka Typed. You'll learn to create microservices using Akka's powerful suite of tools, Akka Sharding, Persistence, Streams, Persistence Query, Projections, and gRPC. Practical examples taken directly from industry guide you through clustering, deploying to Kubernetes, and taking full advantage of Akka's Actors-based approach to concurrency. What's Inside Work with clusters to build robust, fault-tolerant programs Maintain distributed systems with strong consistency guarantees Utilize concurrency and parallelism Test Akka software About the Reader For readers comfortable with Java and Scala. About the Authors Francisco Lopez Sancho-Abraham is a senior consultant at Lightbend, and a principal engineer on the Akka Team. Raymond Roestenburg, Rob Bakker, and Rob Williams are the authors of the first edition of Akka in Action. Quotes Akka in Action is the best source for a deep yet practical and hands-on introduction to Akka. In it, Francisco discusses everything from the foundational distributed systems stuff to how to integrate it with the more recent high-level modules like Alpakka and Akka Streams. Highly recommended. - Jonas Bon©♭r, Lightbend All you need to start with Akka and the Actor Model. - Rares Tausancea, ING A gem that few books can match when it comes to Actors, CQRS, and Event Sourcing. For Scala and Java developers, it's an essential read. - Sebastian Harko, IBM Delivers a powerful combination of easy-to-follow lessons on the Akka ecosystem and well-timed discussions on important topics in modern computing. - John Ackley, Carnegie Learning.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 31, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (8 hr., 46 min.)) , sound, color.
    Edition: Video edition.
    DDC: 006.7/4
    Keywords: Cascading style sheets ; Web site development ; Feuilles de style en cascade ; Sites Web ; Développement ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: CSS is a must-know language for all web developers. In this practical book, you'll explore numerous techniques to improve the way you write CSS as you build 12 tiny projects. In Tiny CSS Projects you'll build twelve exciting and useful web projects including: A loading screen created by styling SVG graphics A responsive newspaper layout with multiple columns Animating social media buttons with pseudo-elements Designing layouts using CSS grids Summary cards that utilize hover interactions Styling forms to make them more appealing to your users The projects may be tiny, but the CSS skills you'll learn are huge! Tiny CSS Projects teaches you how to make beautiful websites and applications by guiding you through a dozen fun coding challenges. You'll learn important skills through hands-on practice as you tinker with your own code and make real creative decisions about the projects you're building. You'll rapidly master the basics and then press on into CSS's exciting layout features including grid and flexbox, animations, transitions, and media queries. About the Technology Don't settle for boring web pages! With Cascading Style Sheets you can control color, layout, and typography to make your sites both functional and beautiful. CSS is an essential skill for web developers and designers. This book will help you get started the right way. About the Book Tiny CSS Projects builds your CSS skills by guiding you through 12 creative mini-projects. Each interesting challenge starts with a downloadable HTML skeleton. As you flesh it out with your own design ideas, you'll master CSS concepts like transitions, layout, and styling forms, and explore powerful features including Flexbox and Grid. All the skills you'll learn are easy to transfer to full-size applications. When you finish, you'll have an exciting portfolio of designs ready to go for your next project. What's Inside Transitions and animations using keyframes Layout techniques including Grid and Flexbox Styling form elements including radio buttons Embedding fonts and typography-related styles Conditional styling using pseudo-elements and media queries About the Reader For readers who know the basics of HTML and frontend development. No previous experience with CSS is required. About the Authors Martine Dowden is an author, speaker, and award-winning CTO. Michael Gearon is a user experience designer and frontend developer who has worked with many well-known brands. Quotes A great project-based approach to learning CSS with something for all skill levels. - Joe Attardi, author of Modern CSS An excellent resource! Written in simple language with plenty of applicable examples. This book proves that it is never too late to learn, even after decades of experience. I highly recommend it! - Joseph Del Vecchio, Heritage Environmental Services Clear and concise so it's easy to understand...makes learning engaging and fun. The instructions and code are well-organized and easy to follow. - Md. Zahid Hossain, Webapp Solutions.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 20, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (9 hr., 40 min.)) , sound, color.
    Edition: Video edition.
    DDC: 006.3/1
    Keywords: Deep learning (Machine learning) ; Machine learning ; Apprentissage profond ; Apprentissage automatique ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: Discover one-of-a-kind AI strategies never before seen outside of academic papers! Learn how the principles of evolutionary computation overcome deep learning's common pitfalls and deliver adaptable model upgrades without constant manual adjustment. In Evolutionary Deep Learning you will learn how to: Solve complex design and analysis problems with evolutionary computation Tune deep learning hyperparameters with evolutionary computation (EC), genetic algorithms, and particle swarm optimization Use unsupervised learning with a deep learning autoencoder to regenerate sample data Understand the basics of reinforcement learning and the Q-Learning equation Apply Q-Learning to deep learning to produce deep reinforcement learning Optimize the loss function and network architecture of unsupervised autoencoders Make an evolutionary agent that can play an OpenAI Gym game Evolutionary Deep Learning is a guide to improving your deep learning models with AutoML enhancements based on the principles of biological evolution. This exciting new approach utilizes lesser-known AI approaches to boost performance without hours of data annotation or model hyperparameter tuning. In this one-of-a-kind guide, you'll discover tools for optimizing everything from data collection to your network architecture. About the Technology Deep learning meets evolutionary biology in this incredible book. Explore how biology-inspired algorithms and intuitions amplify the power of neural networks to solve tricky search, optimization, and control problems. Relevant, practical, and extremely interesting examples demonstrate how ancient lessons from the natural world are shaping the cutting edge of data science. About the Book Evolutionary Deep Learning introduces evolutionary computation (EC) and gives you a toolbox of techniques you can apply throughout the deep learning pipeline. Discover genetic algorithms and EC approaches to network topology, generative modeling, reinforcement learning, and more! Interactive Colab notebooks give you an opportunity to experiment as you explore. What's Inside Solve complex design and analysis problems with evolutionary computation Tune deep learning hyperparameters Apply Q-Learning to deep learning to produce deep reinforcement learning Optimize the loss function and network architecture of unsupervised autoencoders Make an evolutionary agent that can play an OpenAI Gym game About the Reader For data scientists who know Python. About the Author Micheal Lanham is a proven software and tech innovator with over 20 years of experience. Quotes Use biology-inspired optimization methods to make quick work of machine learning model training and hyperparameter selection. - Dr. Erik Sapper, Cal Poly-San Luis Obispo Makes learning evolutionary practices with neural networks easy. - Ninoslav ♯⁺erkez, Rimac Technology Data science meets optimization! Includes wonderful scenarios where optimization is applied to improve AI, ML, deep learning, and so on. We're living in a transdisciplinary age! - Ricardo Di Pasquale, Accenture.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 20, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (9 hr., 10 min.)) , sound, color.
    Edition: [Video edition].
    DDC: 005.1
    Keywords: Software engineering ; Computer programming ; Creative ability in technology ; Creative thinking ; Génie logiciel ; Programmation (Informatique) ; Créativité en technologie ; computer programming ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: Programming is a creative act. These techniques will help you maximize the power of creativity to improve your software and your satisfaction in creating it. Inside The Creative Programmer you'll discover: The seven dimensions of creativity in software engineering The scientific understanding of creativity and how it translates to programming Actionable advice and thinking exercises that will make you a better programmer Innovative communication skills for working more efficiently on a team Creative problem-solving techniques for tackling complex challenges In The Creative Programmer you'll learn the processes and habits of highly creative individuals and discover how you can build creativity into your programming practice. This fascinating new book introduces the seven domains of creative problem solving and teaches practical techniques that apply those principles to software development. Hand-drawn illustrations, reflective thought experiments, and brain-tickling example problems help you get your creative juices flowing--you'll even be able to track your progress against a scientifically validated Creative Programming Problem Solving Test. Before you know it, you'll be thinking up new and novel ways to tackle the big challenges of your projects. About the Technology Like composing music, starting a business, or designing a marketing campaign, programming is a creative activity. And just like technical skills, creativity can be learned and improved with practice! This thought-provoking book details practical methods to turn creativity into more effective problem solving, higher productivity, and better software. About the Book The Creative Programmer explores seven dimensions of creativity in software engineering--technical knowledge, collaboration, constraints, critical thinking, curiosity, a creative state of mind, and creative techniques. As you read, you'll apply insights about creativity from other disciplines to the challenges of software development. Numerous relevant examples and exercises drive each lesson home. You'll especially enjoy the unique Creative Programming Problem Solving Test that helps you assess how creative you've been with a programming task. What's Inside The scientific understanding of creativity and how it translates to programming Advice and exercises that will help you become a creative programmer Innovative communication skills for working more efficiently on a team Creative problem-solving techniques for tackling complex challenges About the Reader For programmers of all skill levels. About the Author Wouter Groeneveld is a software engineer and computer science education researcher at KU Leuven, where he researches the importance of creativity in software engineering. Quotes The Creative Programmer is a fantastic mix of engaging historical anecdotes, practical exercises, and extensive references to papers, books, and essays both in and outside of programming.... My own copy has now been filled with pages of scribbles and notes on which I could immediately apply Wouter's lessons, a sign that his exercises are truly engaging and encouraging! - From the Foreword by Dr. Felienne Hermans, Professor of Computer Science Education, Vrije Universiteit Amsterdam, author of The Programmer's Brain Beautifully written and utterly compelling. I love the research, the insight, and the sheer joy Wouter conveys in his writing. - Daniel Terhorst-North, Dan North & Associates.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 30, 2024)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc.
    Language: Undetermined
    Pages: 1 online resource (1 video file)
    DDC: 005.1/4
    Keywords: Computer software Testing ; Computer software Quality control ; Logiciels ; Qualité ; Contrôle ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: Maintaining software quality through testing is important for software delivery to occur frequently and safely. But testing is a broad concept that can be applied in a variety of methods across organizations. This course gives the learner a comprehensive understanding of the fundamentals of software quality through testing including DevOps and Agile principles, testing implementations, what tests should be automated and what should not, how to implement different quality gates, and how to test architecture characteristics. Join expert Thayse Onofrio to understand why all software engineers benefit from making quality a priority, and understanding key aspects to ensure that happens. Learn how to introduce quicker feedback loops and add multiple quality gates in the deployment process. See how agile processes and practices including TDD, BDD, and acceptance testing can be implemented, the benefits of shift-left testing, and how to convince your team of the importance of making quality a part of their development process. You will understand how relying on just one role to ensure quality can introduce numerous risks into your software and why quality is everyone's job. What you'll learn and how you can apply it Gain a comprehensive understanding of the fundamentals of software quality including DevOps and Agile principles, testing implementations, what should be automated and what should not, how to implement different quality gates, and how to test architecture characteristics Discuss and integrate different processes that will enable them to get quicker feedback and improve the overall quality of the software they are building Understand how to implement TDD, BDD, and acceptance testing Create or improve a testing culture and how to communicate the value of building quality in This course is for you because... You lead or are part of a software development team and want to have more confidence in the product you're building and fewer issues in production. You're in a quality-related role and want to better integrate with the development team. You're on the path to becoming a software engineer or quality analyst and want to learn the best practices. Prerequisites: Basic understanding of Agile Recommended follow-up: Read Full Stack Testing (book).
    Note: Machine-generated record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing
    ISBN: 9781835884928 , 183588492X
    Language: Undetermined
    Pages: 1 online resource (1 video file)
    DDC: 005.44769
    Keywords: Electronic data processing personnel Certification ; Project management Study guides Examinations ; Information technology Study guides Management ; Gestion de projet ; Examens ; Guides de l'étudiant ; Technologie de l'information ; Gestion ; Guides de l'étudiant ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: The course begins by laying a solid foundation in project management principles, navigating through essential concepts such as the project life cycle, compliance, privacy, and ESG factors. It imparts a nuanced understanding of varied infrastructure concepts for IT projects and delves into the intricacies of software development life cycles and cloud models. The course focuses on equipping you with the knowledge to manage projects within an IT context, integrating advanced methodologies like Agile, PRINCE2, and DevOps. It addresses the complexities of digital, data, and operational security within project management while emphasizing the importance of strong corporate IT security policies. The course wraps up by consolidating your learning with practical applications, from establishing effective communication and stakeholder engagement to mastering procurement and vendor evaluation, preparing you to adeptly handle real-world project challenges. What you will learn Interpret project life cycle phases Manage IT project infrastructures Enforce robust IT security policies Execute effective risk responses Lead projects with ESG considerations Harness DevOps for project efficiency Audience This course is ideal for IT project managers and experienced professionals aiming to refine their project oversight capabilities. Familiarity with IT concepts and project management frameworks is advantageous. Perfect for those pursuing CompTIA Project+ certification and excellence in IT project execution. About the Authors ACI Learning: ACI Learning trains leaders in Cybersecurity, Audit, and Information Technology. Whether starting an IT career, mastering a profession, or developing a team, they provide essential support at every step. Robin Abernathy: Robin Abernathy's path to the IT world was filled with unexpected turns. Initially resistant to writing and computer careers, she ended up managing a computer store, igniting her passion for IT. With over two decades in the field, she's specialized in cybersecurity, project management, and CompTIA training materials. Joining ACI Learning in 2022, Robin overcame her aversion to her southern accent to present on camera. Robin holds a BS in Communications, focusing on Technical Writing, and boasts certifications including CompTIA's A+, Network+, Security+, and more. Her distinctions include BS in Communications, Author and certifications include CompTIA A+, Network+, Security+, Project+, Server+, CASP+, ITIL v3, CAPM, MCP. Lauren Deal: With a decade of in-classroom teaching experience, work as a national television host on the Home Shopping Network, and a background as a talk show producer and host, Lauren possesses a perfect blend of skills and interests in IT. This unique combination makes her an ideal learner advocate for ACI Learning training. She excels in asking clarifying questions related to exam objectives and enthusiastically learns alongside ACI Learning audiences. Additionally, Lauren has been studying the evolving use of AI technology and the development process of Augmented and Virtual Reality. Her certifications include AWS Certified Cloud Practitioner.
    Note: Machine-generated record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications
    Language: Undetermined
    Pages: 1 online resource (1 video file)
    DDC: 005.13/3
    Keywords: Julia (Computer program language) ; Programming languages (Electronic computers) ; Computer programming ; Julia (Langage de programmation) ; Programmation (Informatique) ; computer programming ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: Learn the awesome Julia programming language by building fun projects like a rocket launcher, a password keeper, and a battle simulator. Julia as a Second Language covers: Data types like numbers, strings, arrays, and dictionaries Immediate feedback with Julia's read-evaluate-print-loop (REPL) Simplify code interactions with multiple dispatch Sharing code using modules and packages Object-oriented and functional programming styles Julia as a Second Language introduces Julia to readers with a beginning-level knowledge of another language like Python or JavaScript. You'll learn by coding engaging hands-on projects that encourage you to apply what you're learning immediately. Don't be put off by Julia's reputation as a scientific programming language--there's no data science or numerical computing knowledge required. You can get started with what you learned in high school math classes. About the Technology Originally designed for high-performance data science, Julia has become an awesome general purpose programming language. It offers developer-friendly features like garbage collection, dynamic typing, and a flexible approach to concurrency and distributed computing. It is the perfect mix of simplicity, flexibility and performance. About the Book Julia as a Second Language introduces Julia by building on your existing programming knowledge. You'll see Julia in action as you create a series of interesting projects that guide you from Julia's basic syntax through its advanced features. Master types and data structures as you model a rocket launch. Use dictionaries to interpret Roman numerals. Use Julia's unique multiple dispatch feature to send knights and archers into a simulated battle. Along the way, you'll even compare the object-oriented and functional programming styles-Julia supports both! What's Inside Data types like numbers, strings, arrays, and dictionaries Immediate feedback with Julia's read-evaluate-print-loop (REPL) Simplify code interactions with multiple dispatch Share code using modules and packages About the Reader For readers comfortable with another programming language like Python, JavaScript, or C#. About the Author Erik Engheim is a writer, conference speaker, video course author, and software developer. Quotes Helped kickstart my use of Julia for serious projects. It's a solid review of the core language features that doesn't get bogged down on programming fundamentals you already know. - Jonathan Owens, GE Global Research Everything you need to learn Julia. - Amanda Debler, Schaeffler Technologies Julia for seasoned programmers. - Kevin Cheung, Carleton University Perfect for anyone who needs to learn Julia but doesn't know where to start. - Simone Sguazza, University of Applied Sciences and Arts of Southern Switzerland.
    Note: Machine-generated record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications
    Language: Undetermined
    Pages: 1 online resource (1 video file)
    DDC: 005.1
    Keywords: Microsoft .NET Framework ; Application program interfaces (Computer software) ; Web site development ; Mobile computing Programming ; Interfaces de programmation d'applications ; Sites Web ; Développement ; Informatique mobile ; Programmation ; APIs (interfaces) ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: Build fully-featured APIs with ASP.NET Core! This all-practical guide is written like a real development project, taking you hands-on with modern APIs utilizing REST and GraphQL standards. In Building Web APIs with ASP.NET Core you will learn how to: Set up your environment with VS 2022, Node, Git, and more Create a ASP.NET Core project from scratch Integrate with SQL Server Use Entity Framework Core to set up a data model Create back-end controllers Design an API to serve data Write API documentation using Swagger and Swashbuckle Consume an API using typical web client-side frameworks Handle requests and routes using controllers and Minimal API Release and deploy your Web API in production on cloud-based hosting services such as MS Azure Building Web APIs with ASP.NET Core is a practical beginner's guide to creating your first web APIs using ASP.NET Core. In it, you'll develop an API that feeds web-based services, including websites and mobile apps, for a board games application. The book is cleverly structured to mirror a real-world development project, with each chapter introducing a new feature request. You'll build your API with an ecosystem of ASP.NET Core tools that help simplify everything from setting up your data model to generating documentation. About the Technology Web APIs are the front door to an application, providing controlled access to its data and features. ASP.NET Core, Microsoft's web framework, simplifies and accelerates API creation with powerful, developer-friendly features, including an innovative "no compile" coding experience. It is reliable, fast, free, open-source, and backed by Microsoft's legendary support. About the Book Building Web APIs with ASP.NET Core teaches you how to write safe, maintainable, and performant REST APIs. It's full of best practices for modern and classic API styles, including REST and GraphQL. You'll love the groundbreaking Minimal API model that helps you build pro-quality APIs with just a few lines of code. Each chapter contains realistic user stories, backlog items, and development tasks. What's Inside Create an ASP.NET Core project from scratch Set up a data model with Entity Framework Core Create backend controllers Design an API to serve data About the Reader For developers with some experience using the .NET Framework. About the Author Valerio De Sanctis has more than 20 years of experience in web development and project management using ASP.NET, PHP, and Java. Quotes Great blend of foundational and advanced concepts and techniques. - Darren Gillis, BlackLabel Digital REST, authentication/authorization, validation, and even documentation are all covered in one place. This is the book you're looking for! - Paul Brown, VacoBuilt Fantastic! Provides realistic examples and gets the reader comfortable quickly with API development. - Foster Haines, J2 Interactive I like the pragmatic way to learn by building a real ASP.NET Core API. - Enzo Aggazio, SCAI Lab.
    Note: Machine-generated record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications
    Language: Undetermined
    Pages: 1 online resource (1 video file)
    DDC: 005.13/3
    Keywords: ChatGPT ; Python (Computer program language) ; Computer programming ; Natural language processing (Computer science) ; Artificial intelligence Computer programs ; Python (Langage de programmation) ; Programmation (Informatique) ; Traitement automatique des langues naturelles ; Intelligence artificielle ; Logiciels ; computer programming ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: Writing computer programs in Python just got a lot easier! Use AI-assisted coding tools like GitHub Copilot and ChatGPT to turn your ideas into applications faster than ever. AI has changed the way we write computer programs. With tools like Copilot and ChatGPT, you can describe what you want in plain English, and watch your AI assistant generate the code right before your eyes. It's perfect for beginners, or anyone who's struggled with the steep learning curve of traditional programming. In Learn AI-Assisted Python Programming: With GitHub Copilot and ChatGPT you'll learn how to: Write fun and useful Python applications--no programming experience required! Use the Copilot AI coding assistant to create Python programs Write prompts that tell Copilot exactly what to do Read Python code and understand what it does Test your programs to make sure they work the way you want them to Fix code with prompt engineering or human tweaks Apply Python creatively to help out on the job Learn AI-Assisted Python Programming: With GitHub Copilot and ChatGPT is a hands-on beginner's guide that is written by two esteemed computer science university professors. It teaches you everything you need to start programming Python in an AI-first world. You'll hit the ground running, writing prompts that tell your AI-assistant exactly what you want your programs to do. Along the way, you'll pick up the essentials of Python programming and practice the higher-level thinking you'll need to create working apps for data analysis, automating tedious tasks, and even video games. About the Technology The way people write computer programs has changed forever. Using GitHub Copilot, you describe in plain English what you want your program to do, and the AI generates it instantly. About the Book This book shows you how to create and improve Python programs using AI--even if you've never written a line of computer code before. Spend less time on the slow, low-level programming details and instead learn how an AI assistant can bring your ideas to life immediately. As you go, you'll even learn enough of the Python language to understand and improve what your AI assistant creates. What's Inside Prompts for working code Tweak code manually and with AI help AI-test your programs Let AI handle tedious details About the Reader If you can move files around on your computer and install new programs, you can learn to write useful software! About the Authors Dr. Leo Porter is a Teaching Professor at UC San Diego. Dr. Daniel Zingaro is an Associate Teaching Professor at the University of Toronto. The technical editor on this book was Peter Morgan. Quotes ...masterfully blends the basics of programming with the effective use of AI tools to produce code. - Mehran Sahami, Stanford University This is such a well thought out book from the point of view of someone just starting to code post generative AI tools. - Ana Bell, MIT You are about to learn programming with one of the most exciting human task - supporters of this century... - From the foreword by Beth Simon, UC San Diego This book accelerates your Copilot programming learning journey beyond what I ever thought possible. - Austin Z. Henley, Microsoft.
    Note: Machine-generated record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications
    Language: Undetermined
    Pages: 1 online resource (1 video file)
    DDC: 005.13/3
    Keywords: Python (Computer program language) ; Computer programming ; Python (Langage de programmation) ; Programmation (Informatique) ; computer programming ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    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. Have you ever asked yourself, "How do I do that in Python?" If so, you'll love this practical collection of the most important Python techniques. Python How-To includes over 60 detailed answers to questions like: How do I join and split strings? How do I access dictionary keys, values, and items? How do I set and use the return value in function calls? How do I process JSON data? How do I create lazy attributes to improve performance? How do I change variables in a different namespace? ...and much more! Python How-To walks you through the most important coding techniques in Python. Whether you're doing data science, building web applications, or writing admin scripts, you'll find answers to your "how-to" questions in this book. Inside you'll find important insights into both Python basics and deep-dive topics to help you skill-up at any stage of your Python career. Author Yong Cui's clear and practical writing is instantly accessible and makes it easy to take advantage of Python's versatile tools and libraries. Perfect to be read both from cover to cover, and whenever you need help troubleshooting your code. about the technology Python How-To uses a simple but powerful method to lock in 63 core Python skills. You'll start with a question, like "How do I find items in a sequence?" Next, you'll see an example showing the basic solution in crystal-clear code. You'll then explore interesting variations, such as finding substrings or identifying custom classes. Finally, you'll practice with a challenge exercise before moving on to the next How-To. about the book This practical guide covers all the language features you'll need to get up and running with Python. As you go, you'll explore best practices for writing great Python code. Practical suggestions and engaging graphics make each important technique come to life. Author Yong Cui's careful cross-referencing reveals how you can reuse features and concepts in different contexts. about the audience For beginning to intermediate Python programmers. about the author Dr. Yong Cui has been working with Python in bioscience for data analysis, machine learning, and tool development for over 15 years. Useful examples that correctly answer the basic 'how-to' questions you ask yourself while programming. Vitosh K. Doynov, DHL Global Forwarding Written from the developer's point of view! Cui does a masterful job helping the reader understand elegant Pythonic solutions. Chris Villanueva, Fulton-Nevets, Domestic Holdings I loved how the challenges reinforce each topic. Chris Kardell, DEBS.
    Note: Machine-generated record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Place of publication not identified] : Pearson IT Certification
    ISBN: 9780137966790 , 0137966792
    Language: English
    Pages: 1 online resource (1 video file (24 hr., 34 min.)) , sound, color.
    Edition: [First edition].
    Series Statement: Complete video course
    Series Statement: Live lessons
    DDC: 658.404
    Keywords: Project management Examinations, questions, etc ; Project management Study guides Examinations ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: 23+ Hours of Video Instruction This official PMI video course is your complete guide to self-study for passing the 2023 Certified Associate in Project Management (CAPM)℗ʼ exam. Overview: The Certified Associate in Project Management (CAPM) exam has become one of the leading certifications in the field of project management. CAPM is globally recognized as providing candidates with a solid foundation in hands-on project management skills and knowledge. The CAPM exam covers a broad range of project management concepts and prepares candidates in the skills, tools, and techniques they are likely to be encounter if they are assigned to a project. The CAPM is offered by the Project Management Institute (PMI), a leading worldwide organization in PM, and is a stepping-stone to the Project Management Professional (PMP)℗ʼ certification. As you prepare for the exam, you will learn all the fundamental Project Management concepts necessary to also allow you to apply project management principles in your career. The videos in this course cover the information from the Guide to the Project Management Body of Knowledge (PMBOK Guide) seventh edition, as well as other resources, to provide all you need to know to pass the CAPM exam. This course also gives you access to learning tools such as flash cards, quizzes, and practice tests that help you understand the material you must know to answer the 150 questions you will see on the official exam. Benefits of becoming CAPM Certified include: Become familiar with best project management practices Establish the credibility as knowledgeable in project management Obtain better job prospects and opportunities About the Instructor Roger Warburton taught Project Management (PM) at Boston University's Metropolitan College for over a decade. Roger has taught both undergraduate and graduate students in the classroom as well as online. He designed and taught the primary graduate PM course, which was required for all Masters' Degree Students. MET College students were mid-career professionals pursuing career advancement or seeking a change to a project management career. Roger's course was one of MET College's highest rated by students. The online version won an award for its innovative content. Roger also designed and taught both classroom and online versions of the graduate Project Management Costs and Risks course. Learn How To: Pass the CAPM by applying your understanding of project management in four distinct areas: Project Management Fundamentals and Core Concepts Predictive - Traditional, Plan-Based Methodologies Who Should Take This Course: This course is designed as a self-study tool to help entry-level project managers and career changers new to the field, learn the skills necessary to pass the Certified Associate in Project Management (CAPM) exam. The CAPM can be the first stepping-stone to a career in Project Management (PM). Before taking the CAPM exam, the Project Management Institute requires you have both: A secondary degree (high school diploma), an associate degree, or the global equivalent 23 hours of project management education completed by the time you take the exam The videos and practice materials in this course fulfill the 23 hours of project management education requirement. Course Requirements: There are no pre-requisites for using this course. However, it is recommended that you access PMI's "A Guide to the Project Management Body of Knowledge" (PMBOK Guide) seventh edition and the "CAPM Handbook." Both are available on the pmi.org website.
    Note: Online resource; title from title details screen (O'Reilly, viewed January 10, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 25 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.7
    Keywords: Database management ; Management information systems ; Information storage and retrieval systems ; Data warehousing ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: The ability to store, process, and manage data in the cloud efficiently and cost-effectively is a must for working with today's enormous datasets. Data lakes answered the problem of silos found in many data warehouses. And the data lakehouse emerged as a solution that combined the strengths of both models. But with the number of versatile data storage and management options available, it can be hard to figure out which solution is right for you. These expert-led sessions will give data engineers, software engineers, and solution architects insight into how to increase the scalability, speed, and availability of your data, along with best practices for best utilizing your data warehouse, data lake, or data lakehouse. About the Data Superstream Series: This Superstream series is designed to help your organization maximize the business impact of your data, and packed with insights from key 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 Get an overview of the latest technologies for storing and managing your data Discover the benefits of implementing a data lakehouse for improved analytics and data science Understand how to perform robust analytics on a cloud data warehouse Find out how to test data quality at scale with Apache Iceberg Learn best practices for using a data mesh approach Explore how to democratize and leverage machine learning on a data lakehouse This recording of a live event is for you because... You're a data or software engineer or solution architect interested in learning about the latest trends in storing, processing, and managing data. You want to improve the scalability, speed, and availability of your data. You want to better understand the systems that you already use and learn how to take full advantage of their capabilities. Recommended follow-up: Read The Cloud Data Lake (book) Read Data Management at Scale, second edition (book) Take Google BigQuery First Steps (live online training course with Joy Payton) Take Data Lakehouse Fundamentals (live online training course with Janani Ravi) Please note that slides or supplemental materials are not available for download from this recording. Resources are only provided at the time of the live event.
    Note: Online resource; title from title details screen (O'Reilly, viewed February 20, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781837634170 , 1837634173
    Language: English
    Pages: 1 online resource (1 video file (53 hr., 42 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Application software Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Full stack development refers to the development of both frontend (client-side) and backend (server-side) portions of the web application. Full-stack web developers have the ability to design complete web applications and websites. They work on the frontend, backend, database, and debugging of web applications or websites. You will start with learning about HTML and CSS along with some basic concepts of web development. Then you will look at Bootstrap and Tailwind CSS, and build two different projects using them. After that, you will jump on to learn about JavaScript and JSON, followed by two different projects from scratch. You will then learn in-depth about jQuery, Node, Express, and MongoDB+ Mongoose. With these, you will complete your frontend and backend journey together. After that, you will learn about Restful APIs and explore how to create your own REST API and use Git/GitHub. Finally, you will be looking at various hosting websites for hosting purposes. The author uses analogies to teach you about the different components of web development. By the end of this course, you will be able to create successful, beautiful, and profitable websites. Get hired as a web developer post adding these projects, and master the MERN stack from scratch. What You Will Learn Explore the modern frameworks, libraries, tools, and technologies Learn to build a basic website using bootstrap 5 Build a Facebook login page using HTML, CSS, and Tailwind CSS Build a Slither game using JavaScript Build a Chrome extension using JSON Learn professional developer best practices Audience The course is designed keeping in mind absolute beginners with no coding experience. This course is ideal for the ones who are interested in learning to code and build websites and web apps, starting a career in web development, or the ones who want to start their own business. This course can be followed by someone who knows HTML, CSS, and JavaScript. No coding or web development knowledge is needed; you will start from scratch. A computer (Windows/Mac/Linux) with access to the Internet is the only thing required. All tools and software used in this course will be free and downloaded to be used. About The Author Prerak Mehta: Prerak Mehta is a passionate web developer and teacher. He is fond of adding value to people's lives. His first exposure to programming was when he was in high school and always wanted to develop new video games. As he tried to dig deep and self-explore game development, he started to realize that programming is much more demanding. He understood that conventional teaching techniques were extremely tricky, making it very difficult to understand even the basic concepts. This inspired him to create programming and development-related courses that involve innovative teaching techniques. His courses will improve the learner's understanding of the most difficult concepts with ease and will be fun to learn coding with the help of practical examples.
    Note: "Published in January 2023.". - Online resource; title from title details screen (O'Reilly, viewed February 20, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781837635801 , 1837635803
    Language: English
    Pages: 1 online resource (1 video file (25 hr., 6 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Amazon Web Services (Firm) ; Application software Development ; Web applications ; JavaScript (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: This comprehensive beginner-to-intermediate-level course on AWS and its components begins with an introduction to cloud computing and the three cloud service models (IaaS, PaaS, SaaS). You will learn to deploy and configure virtual instances, understand the foundations of remote server administration and server security using SSH. You will then be introduced to Linux and explore various Linux distributions, file systems, and essential maintenance and directory commands. The latter portion of the course provides a comprehensive guide to AWS. You will set up, secure, and navigate an AWS account, AWS Identity and Access Management (IAM), and manage user accounts for various AWS services, IAM User management and permissions, IAM groups, policies, and access key rotation and Amazon Elastic Compute Cloud (EC2) service. Upon completing the course, you will use your newfound skills to build dynamic front-end UI components using the React JS library. Through a series of hands-on projects, you will create a calculator, a Connect-4 Game clone, and a fully customizable ecommerce site. The React modules start from the basics and work to several intermediate-level concepts. This includes working with code pen, JSX, functional components, props, callbacks, events, the React State hook, conditional rendering, Fetch API, refactoring, and more. What You Will Learn Learn the basics of cloud computing on AWS and Linode Understand the fundamentals of web servers (NGINX versus Apache) Learn about SQL versus NoSQL, database transaction (ACID versus CAP) Code with JavaScript (objects, functions, loops, arrays, events) Learn Amazon EC2 (EC2 users, Elastic IP, security groups, remote admin) Learn AWS (registration, global/regional services, billing alerts) Audience This course is for those interested in cloud computing, cloud computing platforms (AWS and Linode), learning basic Linux and Ubuntu Linux distribution, and setting up a LAMP Stack on a remote virtual Instance. You would benefit immensely if you are interested in web server technology, Apache and NGINX, and foundations of DBMS, including SQL and NoSQL; and if you are interested in administering cloud servers using AWS, AWS IAM, Amazon EC2, JavaScript, and front-end UIs using React JS. Prerequisites include basic computer skills, knowledge of markup languages (HTML and CSS), and no prior programming experience needed. About The Author YouAccel Training: The course is co-authored by Tim Maclachlan--a renowned senior full-stack developer with over 20 years of commercial software development experience. Tim specializes in algorithmic, analytical, and mobile development as a multifaceted developer. He has written numerous applications and worked in various industries, from commercial aviation and military to banking and finance. Tim has a genuine passion for teaching individuals to become better coders and looks forward to interacting with his learners.
    Note: "Published in January 2023.". - Online resource; title from title details screen (O'Reilly, viewed February 20, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    [New York, New York] : Apress
    ISBN: 9781484290316 , 1484290313
    Language: English
    Pages: 1 online resource (1 video file (48 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.7
    Keywords: Active server pages ; Web site development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Learn to apply authentication and authorization on any ASP.NET Core endpoints from any client type by using Single Sign On. This video will teach you how to secure any type of ASP.NET Core endpoints by using an external Single Sign On provider. It covers any types of standard HTTP endpoints (Web API controllers, MVC controllers and Razor pages) as well as endpoints reachable by other communication mechanisms (SignalR and gRPC). You start by going through a short introduction about the video and the author followed by OpenID Connect and OAuth overview. You will then learn how to install development tools along with SSO. Further, you will learn how to apply SSO to secure Razor pages, MVC endpoints, REST API endpoints and Blazor Server Applications. Moving ahead, you will demonstrate how to apply SSO to secure Blazor WebAssembly applications, gRPS services and SignalR hubs. After going through this video, you will be able to set up a Single Sign On provider, so a user that has authenticated in one application would automatically authenticated in all applications within the ecosystem.
    Note: Online resource; title from title details screen (O’Reilly, viewed February 7, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media, Inc.
    Language: English
    Pages: 1 online resource (1 video file (59 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.1
    Keywords: Computer software Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Join us for a special conversation with Sam Newman and software development pro Kevlin Henney, who'll discuss software design things that practitioners keep forgetting about and why good design matters so much. They'll also explore the idea of using the oft-cited "right tool for the job" and explain why that's so difficult to determine when the very process of development is what reveals "the job." This is a chance for you to hear from Sam and Kevlin about software development, how to use the right tools for your work, and their own career journeys. They'll spend a few minutes covering the trends that are influencing software, 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 what really matters for software design See what's coming next for software development This recording of a live event is for you because... You want the chance to ask Sam Newman and Kevlin Henney your questions about software development. Recommended follow-up: Attend Software Development Superstream: Becoming a Senior Software Engineer (live event on February 22).
    Note: Online resource; title from title details screen (O'Reilly, viewed February 20, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781837635078 , 1837635072
    Language: English
    Pages: 1 online resource (1 video file (15 hr., 9 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.1
    Keywords: Application program interfaces (Computer software) ; Application software Development ; JavaScript (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: In this course, we will drive you from the very basic concepts to building, customizing, and deploying a complete Strapi application. We will quickly introduce Strapi and set up our working environment at the beginning of this course. Once everything is in place, you will learn about content types, fields, relations, components, dynamic zones, and authorization and authentication systems. Then you will learn how to work with REST API and GraphQL API. Next, we will cover custom routes, controllers, services, policies, and middleware. Later in the course, we will cover the Admin Panel and learn how to customize it. Then learn how to create a complete plugin that is ready for the Strapi marketplace. Finally, you will learn how to deploy our Strapi API. The application we will be creating includes features built by extending the Strapi core through custom logic (routes, controllers, GraphQL resolvers, and so on). Furthermore, in this course, you will be developing a complete plugin (admin + server code) that is ready to be published on the Strapi Market. (And, in fact, you will find it there now!) The Strapi Plugin section is a course in the course, and it will give you the skills to propose Strapi plugins to customers, both through the newborn Strapi market (that has high growth potential) and directly. By the end of this course, you will feel empowered as you will master a framework that dramatically speeds up time to market in developing production-ready backend applications, while not sacrificing extensibility to adapt it to endless use cases and business requirements! What You Will Learn Create a complete Strapi application with custom features Master Strapi basics such as content types, relations, components, dynamic zones, and more Customize the Strapi REST API with custom routes, controllers, services, and so on Customize the Strapi GraphQL API with custom operations Learn Strapi plugins development by creating a full plugin Deploy Strapi with two different architectures and CI/CD pipeline Audience This course is perfect for anyone that wants to add Strapi to their developer toolbox, being it the most popular headless CMS in the market (and still growing!), which combines top-level out-of-the-box features with strong flexibility and extensibility. One must have a basic knowledge of JavaScript and for the Strapi Plugins section, only the admin UI part, a basic knowledge of React will be useful. About The Author Artcoded Academy: Artcoded Academy is a place to learn full-stack JavaScript and Typescript skills. They feel coding is the best way to empower oneself as a creator, ultimately to bring ideas to life. They teach coding in a concrete, project-oriented way, by targeting a mono-language stack that a solo developer can manage as a one-man business.
    Note: "Published in January 2023.". - Online resource; title from title details screen (O'Reilly, viewed February 20, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    ISBN: 9781484291948 , 1484291948
    Language: English
    Pages: 1 online resource (1 video file (44 min.)) , sound, color.
    Edition: [First edition].
    DDC: 332.1
    Keywords: Banks and banking Social aspects ; Sustainable development Finance ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Sustainability is becoming ever more important and hence we should consider how it has been affecting the financial services industry. Through startups, certifications, standards, regulation and investor pressure, amongst other, sustainability is now more important than ever before. This video explains how the different aspects of sustainability is slowly changing the financial services industry. It will give you introduction to the existing market, its size, the major players and challengers. What You Will Learn What are rating agencies and how do they look at sustainability in the financial services sector What green insurance is and how is it different from the other players in the market What CSR is and how is it related to ESG and sustainability Who This Video is For Professionals looking to understand sustainability in the financial services industry.
    Note: Online resource; title from title details screen (O’Reilly, viewed February 7, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    [Place of publication not identified] : Addison-Wesley Professional
    ISBN: 9780138038939 , 0138038937
    Language: English
    Pages: 1 online resource (1 video file (4 hr., 56 min.)) , sound, color.
    Edition: 2nd edition.
    Series Statement: LiveLessons
    DDC: 005.1
    Keywords: Scrum (Computer software development) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Now updated, the popular Scrum Fundamentals LiveLessons provides practitioners with a core understanding of the most popular agile method, Scrum; helpful advice for creating high-quality products that deliver value to their customers; and information about significant changes to Scrum in recent years and how these changes affect industry and practitioners. In this video training, Tommy Norman (CSM, A-CSM, CSPO, CSP, CTC, CEC, CAL, PSM, SAFe Agilist, Microsoft MVP) introduces Agile software development using Scrum, which is a lightweight, adaptive framework for managing complex projects. It consists of roles, artifacts, and events, as well as a simple set of rules to govern the relationships and interactions between them. This course gives helpful insight into the history of Agile and how its values and principles can focus teams on consistently delivering quality products that immediately add value for the customer. It covers the complete Scrum framework from project initiation, executing Sprints, and delivering a product increment. New content covers updates to the Scrum Guide and the body of knowledge from its creators, new techniques for implementing and scaling Scrum, and certifications that have emerged to support the growing adoption of Scrum. New content for this edition is covered in Lessons 7-10.
    Note: Online resource; title from title details screen (O’Reilly, viewed February 7, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    [Place of publication not identified] : Pragmatic AI Solutions
    Language: English
    Pages: 1 online resource (1 video file (32 min.)) , sound, color.
    Edition: [First edition].
    DDC: 004.67/82
    Keywords: Windows Azure ; Machine learning ; Artificial intelligence ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: This introductory lesson will walk you through everything you need to know to quickly get started with Azure ML Studio using AutoML. After creating the necessary resources, you'll walk through the steps needed to create a regression job using a dataset. Next you'll create a compute cluster and review the different options available and finally, you'll analyze the results after the best model is selected.
    Note: "Pragmatic AI Labs course.". - Online resource; title from title details screen (O'Reilly, viewed January 23, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781837639137 , 1837639132
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 9 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.1
    Keywords: Git (Computer file) ; Computer software Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Workflows are defined by a YAML file checked into your repository and will run when triggered by an event in your repository, or they can be triggered manually, or on a defined schedule. GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. Make code reviews, branch management, and issue triaging work the way you want. In this intensive course, you will learn the fundamentals of GitHub Actions workflow in a compact timeframe. The course covers important concepts such as the workflow structure and components, events, jobs, steps, and runners. It also dives into various topics such as environment variables, GitHub variables, secure password storage, and manual approvals. Additionally, the course teaches techniques for sharing values between steps and jobs and explains the use of self-hosted runners. The course concludes with a demonstration of preparing an infrastructure as code (IAC) template with Bicep and deploying it through a GitHub Action workflow. The course will equip you with the skills to automate your entire software workflow using GitHub Actions, from idea to production. By the end of this course, you will have a solid understanding of how to use GitHub Actions to automate your software workflows. What You Will Learn Understand GitHub Action workflow basics Learn about workflow components (event, job, step, runner) Add a self-hosted runner and execute jobs using it Design an IAC template with Bicep to deploy infrastructures Build, push, and deploy Docker containers Deploy a container to the Azure web app for optimal performance Audience This course is designed for cloud consultants who work on platform automation requirements or those who want to experience the power of Azure Serverless Computing. Azure IAAS and PAAS administrators, application developers, and cloud computing enthusiasts will also gain a lot from this course. To get the most out of this course, you should know about YAML file syntax; some basic understanding of the command line (Win CMD/Unix Shell) will help you quickly grasp the concepts; and Visual Studio Code should be installed on your laptop. About The Autho Vijay Saini: Vijay Saini is an accomplished IT professional who brings a wealth of expertise to the table. With a diversified background across multiple domains, Vijay has proven himself a valuable asset to his current role as a leading cloud service provider. His strong focus on automation has resulted in significant cost savings for the business, making him a valuable asset to the team. Vijay is highly knowledgeable in the areas of Microsoft Azure, cloud technologies, DBMS, and Python, and is a specialist in automation using PowerShell. With a passion for teaching, Vijay has leveraged e-learning platforms to share his expertise with others, helping them develop their own skills and knowledge.
    Note: "Published in February 2023.". - Online resource; title from title details screen (O'Reilly, viewed March 21, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781805124597 , 1805124595
    Language: English
    Pages: 1 online resource (1 video file (6 hr., 29 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.3/5
    Keywords: ChatGPT ; Natural language generation (Computer science) ; Neural networks (Computer science) ; Artificial intelligence ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: ChatGPT is a language generation model developed by OpenAI. Its newest form, Davinci, is behind the ChatGPT program we all know. It grew popular in December 2022 after people started using it and seeing how amazingly it deals with prompt-response completion questions. This course's objective is to build applications and solutions with ChatGPT. You will do that by learning more about OpenAI and ChatGPT and how to use their APIs in your platforms. You will create a serverless function that can take ChatGPT prompts and return responses--the first step to integrate your ChatGPT into your app. You will learn to incorporate the ChatGPT API into many platforms. Connect to OpenAI API and create Azure functions that leverage ChatGPT. Finally, you will develop complete applications and solution examples, including CoverLetterCreator, StockPhotoPPT, PolitelySayNo, and TravelPlan. Upon completion, you will use ChatGPT to increase your productivity and build real-life solutions and applications from scratch using ChatGPT. You will leverage this unique AI model with other OpenAI models such as DALL-E to create business software independently. You will integrate the API into different platforms, including Outlook, Power Apps, Power Automate, Airtable, and Bubble, and build real-life applications and solutions from scratch. What You Will Learn Integrate ChatGPT into business, Outlook, Teams, Excel, and Bubble Build no-code apps, Power Apps, Airtable, TravelPlan, and Tchat Create an app to plan itineraries based on location and trip length Integrate ChatGPT API into Azure Functions to incorporate it anywhere Build a ChatGPT app to create cover letters based on jobs and resumes Make an app to generate stock photos for pitch presentations, slide decks Audience This course is designed for managers and employees who want to integrate ChatGPT into their daily workflows, to improve the efficiencies of their teams by integrating ChatGPT into their tools. Individuals wishing to build and monetize full applications and solutions using ChatGPT or students who want to learn to link ChatGPT into other application/solution-building software such as Bubble, Airtable, Power Apps, and more benefit from this course. About The Author HHN Automate Book Inc.: Henry Habib is a seasoned manager at a leading management consulting firm. He leverages his expertise to provide counsel on growth strategy, operation, and analytics to Fortune 500 companies. With a strong background in implementing data-driven solutions, Henry has a proven track record of making an impact in organizations of all sizes. He strongly advocates for no-code application development in business and deploys such solutions for his clients. These solutions are not only easier to understand but also quicker to implement. In addition to his consulting work, Henry is a dedicated professor who takes pleasure in guiding students toward success in various fields, ranging from case interviews to no-code application development and automation. His courses are designed to be engaging and informative, and he is always available to assist students in mastering challenging concepts.
    Note: "Published in April 2023.". - Online resource; title from title details screen (O'Reilly, viewed April 24, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781837635535 , 1837635536
    Language: English
    Pages: 1 online resource (1 video file (23 hr., 26 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.7/8
    Keywords: Amazon Web Services (Firm) Study guides Examinations ; Web services Study guides Examinations ; Cloud computing Study guides Examinations ; Electronic data processing personnel Certification ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: The AWS Certified Solutions Architect - Associate certification assesses the skills and knowledge of AWS technology across a wide range of AWS services. This certification focuses on cost and performance-optimized solutions and a strong understanding of the AWS Well-Architected Framework. This course begins with a thorough understanding of the certification program. The AWS Technical Essentials course mirrors the class that AWS offers online. The Technical Essentials course covers terminology and concepts related to the AWS platform, navigating the AWS Management Console, key concepts of AWS security measures and AWS Identity and Access Management (IAM), Amazon Elastic Compute Cloud (Amazon EC2), Amazon Virtual Private Cloud (Amazon VPC), Amazon Simple Storage Service (Amazon S3), Amazon Elastic Block Store (Amazon EBS), Amazon DynamoDB, and Amazon Relational Database Service (Amazon RDS), AWS Auto Scaling, Amazon CloudWatch, and AWS Trusted Advisor. The AWS Certified SAA-C03 exam domains covered include Design Secure Architectures (30%), Design Resilient Architectures (26%), Design High-Performing Architectures (24%), and Design Cost-Optimized Architectures (20%). Upon completion of the course, you will thoroughly understand how to prepare for the AWS SAA-XC03 certification and be prepared for the exam comprehensively. What You Will Learn Learn to navigate the AWS Management Console and AWS terminology Explore AWS security, AWS Identity and Access Management (IAM) Understand Amazon DynamoDB and Relational Database Service (RDS) Explore Amazon Elastic Compute Cloud (EC2) and Virtual Private Cloud (VPC) Know Amazon Simple Storage Service (S3) and Elastic Block Store (EBS) Understand AWS Auto Scaling, CloudWatch, and Trusted Advisor Audience This course is intended for individuals looking to move their business solutions to the AWS Cloud and learn how AWS can help manage costs, security, storage, and computational needs. The course will help you prepare for the AWS Certified Solutions Architect - Associate (SAA-C03) certification and help you pass the exam. The AWS SAA-C03 certification is ideal for those in roles such as a solutions architect, DevOps engineer, Site Reliability Engineer (SRE), data engineer, and senior solutions architect. There are no prerequisite requirements for this course. About The Author Total Seminars: Total Seminars, LLC, is a provider of PC and network repair seminars and certification training services through books, videos, and courseware for thousands of organizations throughout the world including the United Nations, the FBI, and all branches of the US Department of Defense. Mike Meyers is the president and co-founder of Total Seminars, which produces the best-selling CompTIA A+ and Network+ Certification books with over 1 million books in print. He is affectionately called the "Alpha Geek" and is the industry's leading authority on CompTIA Certifications. He has created several other best-selling video courses on CompTIA certifications with the Total Seminars team of instructors. Mike has been involved in the computer and network repair industry since 1987 as a technician, instructor, author, consultant, and speaker. He is the author of numerous popular PC books and videos, including the best-selling CompTIA A+ Certification All-In-One Exam Guide and CompTIA Network+ Certification All-In-One Exam Guide. His humorous and easy-to-follow approach to teaching comes through in his video training courses as well as his classroom instructor-led courses. Making IT concepts easy to understand and fun to learn helps students stay engaged and retain the information. Tom Carpenter: Tom Carpenter is the chief technical officer at CWNP (Certified Wireless Network Professionals). He has been engaged with the IT industry for 25+ years, has published 20 books on IT-related content, and is heavily involved in objective development and exam creation in the certification industry. The author uses AWS daily to run several business websites and operates test labs for content creation and management, among other things. The author delivers course content in a casual and informal structure. He prefers to make the courses fun while you learn the practical applications of AWS. He welcomes individuals to join his classes and plan to use AWS in their personal or professional lives!.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781837631865 , 1837631867
    Language: English
    Pages: 1 online resource (1 video file (17 hr., 50 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Application software Development ; Web applications Programming ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: This is the best course to learn React.js, Firebase, and Tailwind CSS by creating a real estate website. In this course, you are going to learn how to build a realtor clone using ReactJS version 18, Firebase version 9, and Tailwind CSS version 3. In this course, we are going to create a stunning new listing section, custom categories, responsive design, listing cards, rent and sale pages, and, most importantly, listing pages where you can see the map and image slider. Realtor clone is the best modern fully functional real estate application that you can currently find. By building this single web app, you will gain the knowledge needed to build any website that uses CRUD operations including CRUD functions in React using Firebase Firestore database. You will learn Firebase auth for complete authentication and learn how to sign up or sign in the users using username and password and Google oAuth. Also, we will add the Forgot Password functionality using Firebase auth to let the users get an email with the link to change their password. You will learn how to style the project using Tailwind CSS, including how to add custom classes. And finally, we will deploy the website to Vercel to be able to share it with others or put it on your portfolio. By the end of the course, you will learn to build a realtor clone using ReactJS version 18, Firebase version 9, and Tailwind CSS version 3. What You Will Learn Create a ReactJS project from scratch Use Firebase Firestore to store and fetch data Learn how to create pages and routes in a React project Learn how to create a beautiful spinner and loader Create a reusable component such as listing cards Learn to create private route and custom hook for protecting the user profile page Audience This course can be taken by React developers who want to have a portfolio project or by programmers who have a basic knowledge of HTML, CSS, and JavaScript. About The Author Dr. Sahand Ghavidel: Sahand Ghavidel holds degrees in Mathematics, Electrical, and Computer Science, and has earned a doctoral degree from Faculty of Engineering and IT, University of Technology Sydney. He has researched for more than a decade about artificial algorithms and optimization. He has won several awards for his outstanding research and has published more than 40 ISI journals and attended many international conferences. The number of people using and citing Sahand's publications is significantly high which is more than 1600 citations, according to Google scholar (April, 2021). He was also awarded the outstanding reviewer in the "International Journal of Electrical Power & Energy Systems" with CiteScore of 5.79 in recognition of his contributions added to the quality of the journal. Sahand has more than 15 years of programming experience. The first programming language he learned was visual basic when he was just 12 years old. Since then, he has made hundreds of websites, and apps with different programming languages like JavaScript and Python.
    Note: "Published in March 2023.". - Online resource; title from title details screen (O'Reilly, viewed April 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media, Inc.
    Language: English
    Pages: 1 online resource (1 video file (57 min.)) , sound, color.
    Edition: Second edition.
    DDC: 005.1
    Keywords: Computer software Development ; Object-oriented methods (Computer science) ; Software patterns ; Java (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Join us for this edition of O'Reilly Book Club with Eric Freeman and Elisabeth Robson, authors of Head First Design Patterns, to learn how you can exploit the wisdom and experience of other developers who've traveled the same design-problem road and survived the trip. Eric and Elisabeth discuss the use and benefits of design patterns and tell you how to recognize places in your designs and existing applications where you can apply a myriad of tried-and-true solutions. With patterns, you get experience reuse instead of code reuse. What you'll learn and how you can apply it Learn how some problems have already been solved with design patterns Apply design patterns in your own code This recording of a live event is for you because... You're looking to discover how design patterns can streamline your work. You want to go beyond the words on the page and hear from the authors. You want to learn from other developers. Recommended follow-up: Read Head First Design Patterns, second edition (book) Attend Design Patterns Boot Camp (live online training with Eric Freeman and Elisabeth Robson).
    Note: Online resource; title from title details screen (O'Reilly, viewed April 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781837632558 , 1837632553
    Language: English
    Pages: 1 online resource (1 video file (9 hr., 14 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.3/1
    Keywords: Deep learning (Machine learning) ; Machine learning ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Unlock the power of deep learning and take your machine learning skills to the next level with our comprehensive course on deep neural networks. This hands-on course will provide you with a solid understanding of the fundamentals of deep learning, including artificial neural networks, activation functions, bias, data, and loss functions. You will learn the basics of Python, with a focus on data science, as well as the essential tools for cleaning and examining data, plotting with Matplotlib, and working with NumPy and Pandas. With this foundation in place, you will dive deep into the world of deep learning, starting with the MP Neuron model and progressing to the Perceptron, the Sigmoid Neuron, and the Universal Approximation Theorem. You will explore common activation functions, such as ReLU and SoftMax, and learn how to apply them in real-world applications. Through a series of practical exercises, you will gain hands-on experience with TensorFlow 2.x, one of the most popular deep learning frameworks in use today. You will learn how to create and train deep neural networks, evaluate their performance, and fine-tune them for optimal results. By the end of the course, you will be well on your way to becoming a deep learning expert in no time. What You Will Learn Learn about the fundamentals of Python and some of its well-known libraries Understand the fundamentals of deep learning and neural networks Build and train your own deep neural network models Learn different activation functions and optimization algorithms Learn techniques for improving model performance and reducing overfitting Apply deep learning to real-world problems in various fields Audience This course is suitable for anyone interested in exploring the field of deep learning and building a solid foundation in artificial neural networks. No prior experience in programming or machine learning is required, making it an ideal starting point for beginners. It is ideal for students, professionals, and anyone who wants to enhance their skills and stay up-to-date with the latest developments in the field of artificial intelligence. Whether you are looking to kickstart your career or simply want to explore the exciting world of deep learning, this course is a great choice. About The Author Manifold AI Learning: Manifold AI Learning is an online academy with the goal to empower students with the knowledge and skills that can be directly applied to solving real-world problems in data science, machine learning, and artificial intelligence. With a curated curriculum and a hands-on guide, you will always be an industry-ready professional.
    Note: "Published in April 2023.". - Online resource; title from title details screen (O'Reilly, viewed April 24, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    [Place of publication not identified] : Pearson IT Certification
    ISBN: 9780138230364 , 0138230366
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 5 min.)) , sound, color.
    Edition: [First edition].
    Series Statement: Live lessons
    Series Statement: Complete video course
    DDC: 005.8
    Keywords: Microsoft Corporation Study guides Examinations ; Computer security Study guides Examinations ; Computer networks Study guides Security measures ; Examinations ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: 3+ hours of video training covering all the objectives of the new (ISC)℗ø exam Certified in Cybersecurity (ISC)℗ø Complete Video Course gives you the foundational cybersecurity knowledge and skills needed to get the ISC℗ø Certified in Cybersecurity certification. The course covers all the subjects you need to pass the ISC℗ø CC exam and start your cybersecurity journey. With a focus on core concepts and practical skills--demonstrated through real-world demos throughout--this is the training you need to successfully study for the exam and start your cybersecurity career. The course starts with an overview of the (ISC)℗ø Certified in Cybersecurity exam, exploring best practices to prepare for the exam and insights into security basics. There's never been a better time to get certified in cybersecurity. Topics covered include: Exam preparation explores the (ISC)℗ø Certified in Cybersecurity exam, and discusses tips to prepare for the exam and go over the (ISC)℗ø Code of Ethics Security principles explores the security concepts of information assurance. You will also learn about risk management processes, different security controls, cybersecurity governance and related processes. Business Continuity, Disaster Recovery, and Incident Response Concepts starts with an overview of business continuity and disaster recovery, and before going deep into principles of incident response. Access Control Concepts is all about different physical access controls, explore the principle of least privilege, and gain an understanding of the concept of segregation of duties. Network Security starts with an overview of computer networking, network threats, and related cyber-attacks and goes deeper into network security infrastructure and network segmentation. Security Operations is Lesson 6 starting with an overview of data security and system hardening, security policies are created, and the importance of security awareness training. About the Instructor Omar Santos is an active member of the cybersecurity community, where he leads several industry-wide initiatives. He is the lead of the DEF CON Red Team Village; the chair of the Common Security Advisory Framework (CSAF) technical committee; the co-chair of the Forum of Incident Response and Security Teams (FIRST) Open Source Security working group; and has been the chair of several initiatives in the Industry Consortium for Advancement of Security on the Internet (ICASI). His active role helps businesses, academic institutions, state and local law enforcement agencies, and other participants dedicated to increasing the security of their critical infrastructures. Omar is the author of more than twenty books and video courses, as well as numerous whitepapers, articles, and security configuration guidelines and best practices. Omar is a principal engineer of the Cisco Product Security Incident Response Team (PSIRT), where he mentors and leads engineers and incident managers during the investigation and resolution of cyber security vulnerabilities. Additional information about Omar's current projects can be found at omarsantos.io, and you can follow Omar on Twitter santosomar. Skill Level: Beginner Learn How To: Pass the ISC2 Certification in Cybersecurity exam Understand the security concepts of Information Assurance Understand the Risk Management Process Understand Security Controls and Data Security Understand Governance Processes Understand Computer Networking Course requirement: None Who Should Take This Course: Anyone contemplating starting a career in cyber security Anyone who would like to better understand cyber security concepts Anyone interested in gaining their first cybersecurity certification 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, Prentice Hall, 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.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    [Place of publication not identified] : Pearson IT Certification
    ISBN: 9780138066338 , 0138066337
    Language: English
    Pages: 1 online resource (1 video file (4 hr., 58 min.)) , sound, color.
    Edition: [First edition].
    DDC: 629.8/92
    Keywords: Robotics Study guides Examinations ; Automation Study guides Examinations ; Instructional films ; Internet videos ; Nonfiction films ; Study guides ; Instructional films ; Nonfiction films ; Internet 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. 5+ Hours of Video Instruction Overview: This video course is your complete guide to self-study for passing the UiPath Certified RPA Associate exam. Robotic Process Automation (RPA) is a form of business process automation that allows anyone to define a set of instructions for a robot or 'bot' to perform. The creation of artificial workers to handle repetitive tasks can lead to dramatic cost savings, which is why this is the latest trend. About the Instructor Milecia McGregor is a senior software engineer with a master's in mechanical and aerospace engineering. She has worked in robotics, front-end development, back-end development, DevOps, IoT, machine learning, data science, cybersecurity, and almost every other part of tech. She has also helped manage teams of developers and has done work as a developer advocate for a number of startups. In her free time, she likes to play with her dog and learn random skills like unicycle riding. Skill Level: Beginner to Intermediate What You Will Learn: Prepare to pass the UiPath Certified RPA Associate exam Learn core concepts like control flow, data manipulation, and selectors Add to your RPA toolbox with the Associate certification. Experience first-hand how to build real RPA bots Debug errors and handle unexpected behavior Learn how UiPath Orchestrator helps with RPA management Who Should Take This Course: Anyone preparing for the UiPath Certified RPA Associate exam including Developers, Business Analysts, Solution Architects, and System Administrators Current RPA developers wanting to learn how to use UiPath Administrators and Architects overseeing automated services at a company Course Requirements: Knowledge of how to break repetitive tasks into easy-to-follow steps Some knowledge about RPA and how it fits into a business Understanding of how to work with data in various formats About The Pearson UiPath Series: UiPath, a global leader in robotic process automation (RPA), provides solutions for businesses to automate routine tasks. The Pearson UiPath Series addresses the needs of today's knowledge workers including RPA Developers, Designers, Solutions Architects who aim to pass the UiPath certifications to further their careers. Whether you're starting out in the RPA field or have been working and want to grow your skill set, Pearson delivers innovative learning products to help you pass your certifications and achieve the learning outcomes you desire. Video includes free access to the academic version of the software platform. Instructions for access provided in Lesson 1. 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.
    Note: "Authorized UiPath video course.". - "UiPath learning partner.". - "Sneak peek."
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    [Place of publication not identified] : Addison-Wesley Professional
    ISBN: 9780137949083 , 0137949081
    Language: English
    Pages: 1 online resource (1 video file (7 hr., 16 min.)) , sound, color.
    Edition: [First edition].
    Series Statement: Live lessons
    DDC: 005.1
    Keywords: Computer software Development ; Computer software ; Development ; Instructional films ; Internet videos ; Nonfiction films ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Approximately 8 Hours of Video Instruction If your development team is still dealing with manual and repetitive build- or deployment-related tasks, this course is for you. Overview Software is at the center of our world and touches nearly everything we do. The world depends on great software and access to features at the speed of innovation. Agile processes and mindsets help teams build features iteratively and get feedback quickly to apply learning and correct courses; however, without concepts like DevOps to remind us of what's possible, feedback and innovation hit a dead end or an unnatural pause. To consider yourself or your team truly agile, you must embrace the concept of continuous delivery in its fullness. Continuous delivery is not a goal but a direction. By walking in the direction of continuous delivery, you get closer and closer on a daily basis to reaching a cadence where features and feedback truly move to users at the speed of innovation. Continuous Delivery is at the core of DevOps. About the Instructor Byron Sommardahl is a 30+ year veteran in software development, and his passion for great code and innovative products has never diminished. He went from floundering junior to sought-after senior and on to architect and CTO. Byron helped found and lead as many as 10 simultaneous projects. He has gathered a great deal of valuable knowledge in product ownership and agile engineering. His background in quality software development, project management, and expert product ownership has given him the knowledge to lead his teams and his clients to consistent success. That's why he started the Dev Amplifier Coaching Program, a weekly coaching community and accountability program designed to help you find and close your gaps in knowledge. Learn How To Influence development teams and stakeholders toward continuous delivery and improvement Write more maintainable scripts that enable CI/CD Instruct CI/CD systems using YAML notation Integrate your code automatically and continuously Automate deployment and verification of working software Inform team leadership with meaningful metrics Who Should Take This Course Software developers IT professionals Site reliability engineers (SRE) Course Requirements Scripting or programming skills Experience with Git Experience in deploying web-based projects to hosting providers An AWS account (free tier is okay) A GitHub account Some experience with agile software development and project management is nice Lesson Descriptions Lesson 1, "Delivering Value Consistently": This lesson defines CI/CD and Continuous Delivery, discuses Continuous Delivery as a direction and culture influencer instead of a just set of tools, and explains how to use metrics as a change agent to influence organizational culture. Lesson 2, "Foundations of Sound CI/CD": This lesson teaches scripting options and how to manage them. It also covers YAML syntax and its application in print scenarios in the CI/CD world. Lesson 3, "Continuous Integration": This lesson teaches teams using CI/CD how to shorten feedback loops by failing fast. It also shows how to test various components of Continuous Integration in preparation for completing the artifact build. Lesson 4, "Continuous Deployment": This lesson builds on Continuous Integration teachings in previous lessons by adding technologies and components of Continuous Deployment to move the artifact into the cloud or into a server for public consumption. This lesson also discusses advanced triggering methods to prompt old build jobs to start at different times and for different reasons. It also covers different reusable actions. Lesson 5, "Deployment Strategies": This lesson unpacks different ways to think about deployments. It covers popular patterns and strategies for deploying distributive systems, as well as how to plan a refactor or new implementation. Lesson 6, "Infrastructure Management": This lesson discusses advanced CI/CD practices, such as directing the infrastructure management tool that is best for you and your team, spinning up and tearing down infrastructure in response to rollbacks, and implementing all of this within your CI/CD pipeline. Lesson 7, "Configuration Management": This lesson shows how to integrate configuration management tools into your CI/CD pipeline to enable automation. It discusses how to define your configuration changes ahead of time so that they can be stored in your source control alongside your code, and how to use scripting to deploy changes to remote machines. Lesson 8, "Continuous Delivery": This lesson discusses where DevOps fits in the greater organizational culture and Continuous Delivery at large, as well as cultural changes necessary to keep Continuous Delivery alive and how to measure the adoption of that change. 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, Prentice Hall, 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.
    Note: Online resource; title from title details screen (O'Reilly, viewed March 21, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [Place of publication not identified] : Pearson IT Certification
    ISBN: 9780138107635 , 0138107637
    Language: English
    Pages: 1 online resource (1 video file (4 hr., 58 min.)) , sound, color.
    Edition: [First edition].
    DDC: 629.8/92
    Keywords: Robotics Study guides Examinations ; Automation Study guides Examinations ; Instructional films ; Internet videos ; Nonfiction films ; Study guides ; Instructional films ; Nonfiction films ; Internet 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. 5 Hours of Video Instruction Overview: This video course is your complete guide to self-study for passing the UiPath Advanced RPA Developer course. Lead the future of work by becoming a UiPath Certified Professional. Gain in-demand skill for the roles of Advanced RPA Developer, Solution Architect, RPA Architect, and more. About the Instructor Leon Petrou is a UiPath MVP, Industrial Engineer (BEng, Cum Laude) and founder of RPA consultancy, FutureRPA.com. Leon is also the lead instructor at the CompleteRPABootcamp.com, where he has helped thousands of students learn UiPath, get certified and land high-paying jobs as RPA Developers. To date, Leon has taught over 50,000 students worldwide, both in-person and online. Leon prides himself on helping his students take the next step in growing their careers by making learning fun and easy. Be sure to visit the Complete RPA Bootcamp website. Skill Level: Intermediate - Advanced What You Will Learn: Prepare to pass the UiPath Certified RPA Associate exam Advance your skills as an RPA developer and prepare for the UiPath Advanced RPA Developer (UiARD) Exam Master the Robotic Enterprise (RE) Framework for building robust and large-scale automations Design and develop complex, production-level RPA solutions Develop end-to-end RPA projects Build and lead production-level automations using the Robotic Enterprise (RE) Framework Who Should Take This Course: RPA Developers Roles requiring RPA Developer expertise such as RPA Architects, Solution Designers, RPA Engineers, Solution Architects, Process Automation Architects Course Requirements: Preferably completed formal or informal UiPath training wi+th hands-on experience. About The Pearson UiPath Series: UiPath, a global leader in robotic process automation (RPA), provides solutions for businesses to automate routine tasks. The Pearson UiPath Series addresses the needs of today's knowledge workers including RPA Developers, Designers, Solutions Architects who aim to pass the UiPath certifications to further their careers. Whether you're starting out in the RPA field or have been working and want to grow your skill set, Pearson delivers innovative learning products to help you pass your certifications and achieve the learning outcomes you desire. Video includes free access to the academic version of the software platform. Instructions for access provided in Lesson 1. 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.
    Note: "Authorized UiPath video course.". - "UiPath learning partner.". - "Sneak peek.". - Online resource; title from title details screen (O'Reilly, viewed March 21, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    [Place of publication not identified] : Pragmatic AI Solutions
    Language: English
    Pages: 1 online resource (1 video file (2 hr., 49 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.1
    Keywords: Python (Computer program language) ; Rust (Computer program language) ; Computer software Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: DevOps command-line tools in Python and Rust Use both Python and Rust to automate systems engineering tasks In this introductory course, you will learn how to build powerful command-line tools using Python and Rust. You will discover how to set up a development environment, incorporate user input, expand functionality using modules and libraries, and optimize performance for common DevOps and Systems Engineering tasks. Whether you're new to programming or an experienced developer, this course will teach you the fundamentals of building command-line tools using Python and Rust. By the end of the course, you'll have the skills to automate tasks and improve the efficiency of your DevOps and Systems Engineering workflows. This course includes GitHub repositories that you can use as a reference for all the learning content: Python CLI Examples Rust CLI Examples Learn objectives Set up a development environment for building command-line tools. Build basic command-line tools. Expand the functionality of command-line tools using modules and libraries. Create a simple command-line tool using Rust and understand the basic structure of a Rust-based CLI tool. Incorporate user input, such as arguments and options. Learn how to organize code into modules and packages, and work with dependencies and libraries in both Python and Rust. About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University. This solid background in technology and teaching, including his past experience as a Linux system administrator is seen throughout this course, where you will get a first-hand experience with high-level knowledge and practical examples. Resources Pytest Master Class Practical MLOps book.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 24, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Online Resource
    Online Resource
    [Place of publication not identified] : Pearson
    ISBN: 9780138260408 , 0138260400
    Language: English
    Pages: 1 online resource (1 video file (4 hr., 17 min.)) , sound, color.
    Edition: [First edition].
    Series Statement: Clean coders video series
    DDC: 005.3028/7
    Keywords: Computer software Quality control ; Computer software Testing ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: 4+ Hours of Video Overview Acceptance Testing by Paul Stringer is from the cleancoders.com video series. Learn acceptance testing through these five dynamic episodes. The Magnificent Testing Pyramid Acceptance Test Driven Development - Part 1 Acceptance Test Driven Development - Part 2 Who, Why & When? Architecture, BDD & Adoption: Related Learning Content Video: Clean Code Fundamentals (Clean Coders Video Series) by Robert C. Martin Book: Clean Craftsmanship by Robert C. Martin - Chapter 8: Acceptance Tests Live Course: Advanced Test-Driven Development by Robert C. Martin Episode Descriptions The Magnificent Testing Pyramid: Where do Acceptance Tests fit? In this episode, you'll develop definitive understanding of the different layers of the pyramid, the different names, and meanings, what they're all for, and how to apply this technical discipline effectively. The episode covers Unit, Functional, Component, Acceptance System & UI tests to unravel the mysteries of the pyramid. With this episode, you'll see how Acceptance Tests turn out to be completely unique from all other tests in ONE very important way and have all the foundations in place to delve deeper into the specifics of Acceptance Testing in the rest of this series. Acceptance Test Driven Development - Part 1: This episode revisits the origins of Acceptance Testing. You'll learn about the breakthrough HP-35 pocket calculator which inspired the first example for how to implement the practice and see the very first stages of this development process. We'll be building our own HP-35 from scratch using the latest fang-dangled app technologies and the examples and requirements from the original HP-35's Quick Reference Guide! And what? You have in this episode Uncle Bob himself sharing how he discovered Acceptance Testing and how it provided the inspiration for him to create 'FitNesse' one of the first Acceptance Testing tools - You don't want to miss this! Acceptance Test Driven Development - Part 2: This episode picks up from where you left off in Part 1. You will continue to apply the practice of "Acceptance Test Driven Development" (ATDD) bringing to life HP-35. We put in place the first arithmetic features with development 'driven' by the quick reference card from an actual HP-35. In this episode. You'll see in fine detail how acceptance tests, fixtures, unit tests and software all come together in a step-by-step walkthrough of ATDD in action. Along the way, watch how Acceptance Tests are the thing that saves Paul from creating bugs in the code. It finishes up with a completed 'rudimentary' YET fully functional text-based user interface and early automated test regression suite capturing all the important business details of what the software should do. This episode is key to seeing how Acceptance Testing practically helps developers get the software right earlier by bridging the detailed gap between business & developer - from the get-go. Who, Why & When? When exactly these 'detailed' requirements should get written on a project? How detailed they should be? Where do they belong in the process and WHO exactly should be writing them? In this episode, we move on from the development side of Acceptance Test-Driven Development and turn to the fundamentals of how these 'requirements' get written in the first place. We'll consider the impact this 'additional' work might have on our team's velocity and how it actually helps planning and the accuracy of our estimates bringing greater predictability through the 'shifting left' of the QA process. Enjoy the chance to be a fly-on-the-wall, watching along as our intrepid team wrestle with the process of writing up-front new requirements specific enough and through example, for the development team to carry on the work of developing their HP-35 calculator. Architecture, BDD & Adoption: When is Acceptance Testing is worth the effort & when it's not! In this episode, Paul shares his own experiences with the adoption of Acceptance Testing and some things you can do to improve your chances of success including the importance of a SOLID software design and architecture when adopting Acceptance Tests. We'll check in on a close cousin of Acceptance Testing: BDD, and see where the two approaches overlap, actual differences between them, what problems they solve and which is right for you. The episode finishes it up by considering the kinds of projects where Acceptance Testing is valuable and reflects on some famous examples of software that went wrong owing to missing requirements and not bugs. You'll get a few last tips as to how to assess your own projects to see if they're likely to benefit from adopting Acceptance Testing. If you decide that Acceptance Tests might be right for your team, Paul proposes his own 3 laws of Acceptance Testing to guide your implementation. And finally, catch up with the team as they put the finishing touches to their HP-35 Calculator and see it all come together (including those pesky UI Tests!!) About Paul Stringer Paul started using his first computer, an Apple ][ in 1983. This began a programming journey that included all things from Basic to Swift. Paul has 20 years of development experience, working with technology startups and enterprises. He continues a passion for all things agile and clean as a lead iOS engineer for UK technology consultants 'Equal Experts'. About Clean Coders Clean Coders is the leading producer of instructional videos for software professionals, taught in a way that both educates and entertains developers. Founded in 2010 by Robert "Uncle Bob" Martin and Micah Martin, Clean Coders has expanded to include a myriad of authors teaching an ever-increasing array of subject matters pertaining to clean code. Our training videos have inspired countless viewers to become the best developers they can be. cleancoders.com.
    Note: Online resource; title from title details screen (O'Reilly, viewed May 23, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media, Inc.
    Language: English
    Pages: 1 online resource (1 video file (53 min.)) , sound, color.
    Edition: [Second edition].
    DDC: 004.2/2
    Keywords: Computer architecture ; Distributed operating systems (Computers) ; Computer software Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Join us for this edition of O'Reilly Book Club with Sam Newman, author of Building Microservices, to learn what microservices are and determine if they're the right choice for your system. You'll discuss the essence of microservice architecture with Sam and your peers while exploring the core concepts that make microservices work and the impact that microservices have on various aspects of software delivery. Plus you can hear from Sam about Building Microservices to better understand whether microservices are right for you. What you'll learn and how you can apply it Understand what microservices are and why they're so popular Determine whether they're right for you This recording of a live event is for you because... You want to go beyond the words on the page and hear from the expert author. You want to learn from others interested in microservices. Recommended follow-up: Read Building Microservices or listen to the audiobook Attend Microservices in 3 Weeks (live online training with Sam Newman).
    Note: Online resource; title from title details screen (O'Reilly, viewed May 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781805129417 , 1805129414
    Language: English
    Pages: 1 online resource (1 video file (13 hr.)) , sound, color.
    Edition: [First edition].
    DDC: 005.4/37
    Keywords: Amazon Web Services (Firm) ; User interfaces (Computer systems) ; Cloud computing ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Vault is one of the most popular tools from HashiCorp and an extremely feature-rich secrets management platform, so naturally, those who are deploying and managing it need to understand how it all works. Therefore, individuals are interested in obtaining the HashiCorp Vault Associate certification. The course starts with an overview of HashiCorp Vault, installation, authentication methods, policies, tokens, secrets engines, and utilization of the Vault CLI, API, and UI. Throughout the course, you will be provided with comprehensive knowledge and skills to deploy HashiCorp Vault and its components effectively. You will delve into the Vault architecture and gain insights on configuring and installing the solution, creating policies, managing tokens, utilizing secrets engines, and much more. Furthermore, the course will guide you through configuring and deploying essential services, exploring core HashiCorp concepts, and providing you with a foundation to become a Vault expert. By the end of the course, you will be fully equipped with the skills and knowledge needed to pass the Vault Associate exam and gain a solid foundation in Vault and be able to confidently use it in your organization. Additionally, you will be prepared to manage HashiCorp Vault in real-world scenarios, ensuring seamless and secure access to critical data. What You Will Learn Get introduced to Vault and look at the architecture of Vault Install and run Vault Server using Packer and manually Configure Auth methods using the CLI, API, and UI Manage policies and tokens using the CLI, API, and UI Access Vault tokens and create Vault policies Compare and configure Secrets Engines Audience This course is perfect for DevOps engineers, cloud architects, security engineers, IT professionals, system administrators, network engineers, developers, and infrastructure engineers looking to become proficient in HashiCorp Vault. Anyone can start their journey to become an expert in HashiCorp Vault today! With a focus on practical application, it is suitable for beginners and intermediate-level learners. Security background is optional, and basic terminal experience with Linux is recommended. About The Author Bryan Krausen: Bryan Krausen is an IT consultant with over 20 years of experience in enterprise IT. He specializes in Amazon Web Services and HashiCorp tools. Bryan focuses on cloud design and facilitates customer workshops that define business and technical requirements to allow businesses to deliver applications on the AWS cloud platform. He was the first individual to earn the HashiCorp Vault Expert partner certification. Bryan has deployed and assisted with adopting the HashiCorp Vault into many Fortune 1000 companies. He delivers lectures at community events, such as HashiConf (2019 to 2022), HashiTalks (2019 to 2020), and many HashiCorp user groups across the mid-west and eastern US.
    Note: Online resource; title from title details screen (O'Reilly, viewed May 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Online Resource
    Online Resource
    [Place of publication not identified] : Apress
    ISBN: 9781484293744 , 1484293746
    Language: English
    Pages: 1 online resource (1 video file (28 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Android (Electronic resource) ; Application software Development ; Global Positioning System ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: This is very simple but useful skill for every Android developer to learn how to get GPS data and display it in its proper format. Based on this knowledge, the developer can create tracking apps and other useful location based apps. Viewers of this video course will learn how to create a basic Android Studio project for Android, reach the GPS module on the device, get location permission, and display the coordinates in proper format on the screen. The video also includes a map so viewers can see not only coordinates but a location on the map too. This is one more amazing skill for the developers. What You'll Learn How to set up the project How to create the use interface How to create the code for the user interface How to write the main logic for getting the location and formatting the data Who This Video Is For People with more advanced skills in Android Studio and Java are the main audience, but the video will be useful for total beginners as well.
    Note: Online resource; title from title details screen (O'Reilly, viewed May 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media, Inc.
    Language: English
    Pages: 1 online resource (1 video file (1 hr.)) , sound, color.
    Edition: [First edition].
    DDC: 005.1
    Keywords: Software engineering ; Computer software Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Join us for a special conversation with Sam Newman and tech leader Pat Kua, where they'll discuss why excellence in software engineering matters more today than ever--and why it's important to continually hone your craft. They'll also explore how engineering practices have evolved and what that implies for the future. This is a chance for you to hear from Sam and Pat about software development, how to use the right tools for your work, and their own career journeys. They'll spend a few minutes covering the trends that are influencing software, then tell you what you need to know to stay ahead of the curve. What you'll learn and how you can apply it Learn what really matters for software design Find out what's coming next for software development This recording of a live event is for you because... You want the chance to hear from Sam Newman and Pat Kua about software development. You want to keep up with the latest developments in engineering practice. Recommended follow-up: Read Building Evolutionary Architectures, second edition (book) Listen to The Manager's Path (audiobook) Read The Staff Engineer's Path (book).
    Note: Online resource; title from title details screen (O'Reilly, viewed May 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    Online Resource
    Online Resource
    [Place of publication not identified] : Apress
    ISBN: 9781484294789 , 1484294785
    Language: English
    Pages: 1 online resource (1 video file (31 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.8
    Keywords: Computer networks Security measures ; Small business Computer networks ; Security measures ; Computer security Government policy ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Cybersecurity is not just for large businesses. Smaller organizations are becoming a prime target for attacks. Consider that about 60% of small businesses close down within six months of being hacked. Unfortunately, the risks keep growing. There are more than 4,000 ransomware attacks daily. Every eight seconds, there is a phishing attempt. But cybersecurity is not just about fending off hackers. It is actually important for a company's growth. If you want to sell your products or services to larger companies, you will likely need to go through cybersecurity due diligence. The good news is that there are cost-effective ways to improve your security systems and policies -- and this video will show how. What You Will Learn How to assess your cybersecurity risks How to evaluate software protections and countermeasures How to train your employees to improve security Who This Video is For Small business owners and startup founders.
    Note: Online resource; title from title details screen (O'Reilly, viewed May 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781805129738 , 1805129732
    Language: English
    Pages: 1 online resource (1 video file (17 hr., 4 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.4/37
    Keywords: Electronic data processing personnel Certification ; User interfaces (Computer systems) Study guides Examinations ; Cloud computing Study guides Examinations ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: The primary objective of the course is to help you pass the HashiCorp Certified: Vault Operations Professional certification. It also prepares you to answer MCQs and perform hands-on tasks on a Vault node/cluster. This course teaches you how to create a working Vault server configuration for various scenarios. You will learn how to monitor a Vault environment to ensure its smooth functioning. It also covers how to employ the Vault security model to safeguard your system. You will then learn how to build fault-tolerant Vault environments that can withstand failures and disruptions. Following that, you will understand the integration of the Hardware Security Module (HSM) in Vault to increase security. You will see how to scale Vault for performance and handle a larger workload and how to configure access control to ensure that users have the right permissions to access data. After that, you will see how to configure the Vault agent for the automation of Vault operations. Finally, you will get an insight into the exam experience and expectations to prepare yourself better for the Vault Operations Pro certification exam. By the end of this course, you will be fully equipped with the skills and knowledge needed to pass the Vault Operations Professional exam and gain a solid foundation in Vault and be able to confidently use it in your organization. What You Will Learn Create a working Vault server configuration given a scenario Monitor a Vault environment and employ the Vault security model Build fault-tolerant Vault environments Understand the Hardware Security Module (HSM) integration Scale Vault for performance Configure access control and Vault Agent Audience This course is designed for DevOps engineers, cloud architects, security engineers, IT professionals, system administrators, network engineers, and infrastructure engineers. Advanced Vault operators who are looking to increase their knowledge and engineers will gain a lot from this course. To get the most out of this course, one should have earned their Vault Associate certification and have a solid understanding of Vault concepts, components, and deployment. The course assumes prior knowledge of Vault components such as storage backends, auth methods, secret engines, and Vault devices. Note that this is not an introductory-level course and will not cover Vault basics. About The Author Bryan Krausen: Bryan Krausen is an IT consultant with over 20 years of experience in enterprise IT. He specializes in Amazon Web Services and HashiCorp tools. Bryan focuses on cloud design and facilitates customer workshops that define business and technical requirements to allow businesses to deliver applications on the AWS cloud platform. He was the first individual to earn the HashiCorp Vault Expert partner certification. Bryan has deployed and assisted with adopting the HashiCorp Vault into many Fortune 1000 companies. He delivers lectures at community events, such as HashiConf (2019 to 2022), HashiTalks (2019 to 2020), and many HashiCorp user groups across the mid-west and eastern US.
    Note: "Published in April 2023.". - Online resource; title from title details screen (O'Reilly, viewed May 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Online Resource
    Online Resource
    [Place of publication not identified] : Pearson
    ISBN: 9780138230258 , 0138230250
    Language: English
    Pages: 1 online resource (1 video file (7 hr., 41 min.)) , sound, color.
    Edition: [First edition].
    Series Statement: Live lessons
    DDC: 005.8
    Keywords: Git (Computer file) ; Application software Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: 9+ Hours of Video Instruction Over 9 Hours of Video Instruction Demonstrating How To Use GitOps To Manage Cloud Native Applications Overview: Automating Kubernetes with GitOps is designed to teach you the key concepts on how to automate infrastructure using Gitops. It introduces core topics of DevOps, pipelines and Git and shows how to build images from code in an automated way. You will build on your knowledge of automating infrastructure using Terraform and Ansible and proceed with how to use GitOps operators in a Kubernetes environment and build a custom operator. Finally, you will also learn how to use operators provided by ecosystems, such as Tekton and Argo CD. Best-selling author and trainer Sander van Vugt uses real-world scenarios and demos throughout so you can see in real time how to use GitOps efficiently and effectively to manage Cloud Native applications. Topics Include: Understanding the Fundamentals teaches the fundamentals by covering DevOps, GitOps and how to work with pipelines. From Code to Image teaches how to code from image and goes deeper on creating container images based on the code that you have in Git. Automating Infrastructure is about infrastructure automation. It covers how to use infrastructure as code, using Terraform, and about configuration as code, using Ansible. From Image to Application is about GitOps and how to advance from running container images to running applications in Kubernetes, accompanied by a short introduction to running applications in Kubernetes. Using Kubernetes Ecosystem Solutions covers GitOps solutions that come from the Kubernetes ecosystem including observability, tekton pipelines, and automated code updates. 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 and RHCE Cert Guides as well as a number of other titles on Kubernetes (including CKAD and CKA), Ansible, Containers, Bash, Microservices, and more. Sander also works as a Linux and DevOps instructor, teaching onsite and online classes for customers around the world. Skill Level : Intermediate Learn How To : Use DevOps, GitOps, and pipelines Build Container Images using Dockerfile Run Applications in Kubernetes Setup Kubernetes for Gitops Build a custom GitOps operator and run it in Kubernetes Use advanced Kubernetes solutions to integrate the GitOps operator in Kubernetes Use GitOps solutions provided by the ecosystem, such as Argo CD, Jenkins, and Tekton Course requirement: Basic knowledge of Kubernetes is recommended. Students without Kubernetes knowledge are recommended to watch Getting Started with Kubernetes, 3rd Edition by Sander van Vugt: https://learning.oreilly.com/videos/getting-started-with/9780138057626/ Who Should Take This Course: IT professionals who want to learn how to use GitOps and Kubernetes to implement an optimized way to manage infrastructure as code, as well as applications. DevOps Engineers Software Developers IT Administrators IT Architects Hybrid Cloud Administrators 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.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 24, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781805121664 , 1805121669
    Language: English
    Pages: 1 online resource (1 video file (4 hr., 52 min.)) , sound, color.
    Edition: [First edition].
    DDC: 776
    Keywords: Computer graphics Programming ; UnrealScript (Computer program language) ; Art and technology ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Midjourney, an artificial intelligence program created by a San Francisco-based independent research lab, generates images from natural language descriptions, like OpenAI's DALL-E and Stable Diffusion. The course begins with an introduction to AI art, Midjourney, and Discord. We will set up and configure the apps and navigate around Midjourney and Discord V4 servers. We will explore beginner prompts and write our first prompt, upscale and reroll images, and Light and Beta upscalers. We will set up aspect ratios and add more information to our prompts. We will configure Midjourney V4, use the remix setting, and learn about the end of the trial version. We will move to prompt crafting; work with a camera and perspectives, lighting/color; use Chaos, single images, and Niji mode. We will explore style settings, make portraits, dynamic poses, stickers, woodcarvings, badges, movie posters, portrait, and landscape photographs, create icons and videogame icon packs, and render sketches. We will use DALL-E, generate frames in DALL-E 2, and create and sell art on Redbubble. We will finally explore a few working examples and create a futuristic soldier and medieval marketplace before wrapping up. Upon completion, we will master Midjourney to create stunning images of AI-based art, ideate creations beyond the app, and use other AI art options. What You Will Learn Understand and leverage Discord and access Midjourney to create AI images Express your imagination visually with artificial intelligence (AI) Learn Midjourney comprehensively, a text-to-image AI program Master the Midjourney prompt system and control it to fine-tune images Engage with the Midjourney community to push your creations further Elevate your creations by taking them beyond the Midjourney approach Audience This course is designed to deliver content to beginners excited to channel their imagination to create breathtaking images or professionals in various fields looking to support their craft with stunning graphics. Individuals looking to create illustrations for a children's book, create a mood board for fashion projects, or create animation actors and superhero characters will benefit from this course. The prerequisites for the course include possessing a computer, tablet, or smartphone, a stable internet connection, and an email account. No artistic mastery is required for the course. Scott Bromander: Scott Bromander is the director of software engineering at Statespace, the makers of the Aimlabs website and Aim Lab (PC Game on Steam with 25m+ registered users). Scott has experience in the web/game development industry for over 15 years and a parallel career as an educator. He has worked with several Fortune 100 companies, partnering with them to design and build world-class web applications. In addition, he has designed curriculums for several development boot camp programs and has led higher education computer science programs. He is passionate about getting people engaged in technology and loves helping people.
    Note: "Published in April 2023.". - Online resource; title from title details screen (O'Reilly, viewed May 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media, Inc.
    Language: English
    Pages: 1 online resource (1 video file (2 hr., 10 min.)) , sound, color.
    Edition: [First edition].
    Series Statement: Security Superstream
    DDC: 005.3
    Keywords: Application software Security measures ; Computer security ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Modern applications contain thousands of times more code than those of a decade ago. And they're highly connected and constantly updated, leaving them especially vulnerable to attack. So it's no surprise that an estimated 84% of security breaches happen at the application layer. Join experts in the field to learn the latest developments in application security. You'll get up to speed on techniques and best practices related to API security, the OWASP Top 10, bug bounty programs, and much more. What you'll learn and how you can apply it Understand the fundamentals of securing your organization's applications. Gain a deeper understanding of bug hunting, API security, OAuth, and security champion programs. Learn how to implement the best practices effectively. This recording of a live event is for you because... You're a security practitioner interested in application security. You're a developer who wants to improve the security posture of your work. You're an IT professional new to or looking to enter a security role. You want to get started with bug hunting. You want to become well-versed in the foundations and best practices of application security. Recommended follow-up: Read Web Application Security (book) Take Web Application Security Fundamentals (live course with Ming Chow) Take Hands-On Introduction to OAuth 2.0 (live course with Aaron Parecki) Please note that slides or supplemental materials are not available for download from this recording. Resources are only provided at the time of the live event.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 24, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (6 hr., 10 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Application software Security measures ; Computer security ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Every company uses software to function. From Fortune 500 technology companies to sole-proprietor landscaping firms, software is integral to businesses large and small. The right software, properly secured, can help organizations to move quickly and stay ahead of their competition. Business software provides a means to track employees, customers, inventory, and scheduling. Data moves from a myriad of systems, networks, and software applications, providing insights to businesses looking to stay competitive. Depending on the needs and resources of a company, it may develop and build its own software, or it may purchase ready-made software and integrate it into the business operations. What this means is that every organization, regardless of size and industry, has a software need. That is why there is an urgent need for people to develop and implement secure software. That's where this course comes in: it is designed to help you become one of those crucial people. This course will familiarize you with the common vulnerabilities that plague developed code, as outlined by the publications that set the industry standards, such as the OWASP Top 10 list of critical risks and the SANS Top 25 list of most dangerous flaws in software. You will understand what type of development behaviors lead to vulnerabilities and how to avoid those behaviors when creating secure code. You will learn how to perform a threat model on development features to understand what threats could impact your code, where they come from, and how to mitigate them. You will also learn to review and operate developer analysis tools to discover vulnerabilities, allowing you to correct them early in the development life cycle. Finally, you will understand how application security fits in an overall cyber security program.
    Note: Online resource; title from title details screen (O'Reilly, viewed May 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 22 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.8
    Keywords: Linux ; Computer security ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: When you work in IT cyber security, you are responsible for ensuring that all operating systems are fully secured. Guide to Security for Linux Systems introduces you to the parameters and policies that will help you fulfill this responsibility. You will gain an understanding of the procedures and steps needed to secure operating systems; learn about the different types of security breaches you may encounter; and get familiar with the tools and software you can use to ensure a safe Linux system.
    Note: Online resource; title from title details screen (O'Reilly, viewed May 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (6 hr., 51 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.4/4769
    Keywords: Electronic data processing personnel Certification ; Computer networks Study guides Security measures ; Examinations ; Computer security Study guides Examinations ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: In this course you will learn everything you need to know to take your cyber-security career to the next level. Whether you are already in cyber security and want to prepare for the CISSP exam, or you are working in technology and are curious about what cybersecurity is, this course is for you. The course covers the range of topics that professionals in the field need to know about security and risk management in organizations, including best practices for security in architecture, networking, and physical locations. You'll learn how organizations test and monitor for security, and how they use asset management to discover the data and systems that exist in their organization so they can protect them. And you'll see how security fits into the software development lifecycle We will delve into the importance of security concepts such as confidentiality, integrity, and availability. How to use authentication and authorization to manage user and system access. How organizations prepare for disasters and ready themselves to resume operations. How to use risk management to define your company's approach to security. Supply chain risks. Threat modeling. Security models. Cryptoanalysis. And so much more! We cover a lot of topics here, and when you've finished the course you will have a thorough understanding of how security fits into an organization, and all the areas that need to be secured. Grab a comfy chair and get ready to learn.
    Note: Online resource; title from title details screen (O'Reilly, viewed May 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781835084625 , 1835084621
    Language: English
    Pages: 1 online resource (1 video file (5 hr., 20 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.3/5
    Keywords: ChatGPT ; Natural language generation (Computer science) Computer programs ; Neural networks (Computer science) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: This course is designed to help you harness the power of ChatGPT and create a lifelike voice assistant or sales chatbot that is fluent in any language. You will learn how to build a web application that showcases the power of Eleven Labs and ChatGPT AI technology. In the first section, you will set up your environment for front-end and back-end development, including installing the necessary packages and tools. The second section covers the basics of web development and creating a simple UI for your application. The third section dives deeper into the backend, working with AI and building the core functionality of your chatbot. In the fourth section, you will learn how to integrate ChatGPT into your application and create a smooth conversational flow. The fifth section covers building the frontend of your application and adding audio recording and playback functionality. Finally, in the sixth section, you will learn about further prompt engineering and use cases for your chatbot. By the end of this course, you will be able to build a fully functional voice assistant or sales chatbot using the power of Eleven Labs and ChatGPT AI technology. You will have gained valuable experience in web development, working with AI, and integrating different technologies to build a complex application. What You Will Learn Build a realistic, lifelike chatbot for any purpose Create chatbots with different personalities, including voice and sales personas Implement ChatGPT and Eleven Labs AI into your applications Learn about full-stack development using React and FastAPI Understand prompt engineering for chatbot development Explore real-time AI interaction in a fun and engaging way Audience This course is ideal for developers, programmers, or anyone with an interest in artificial intelligence and building lifelike voice assistants or chatbots. Prior knowledge of programming and familiarity with JavaScript and React is necessary. The course assumes that you have a basic understanding of front-end and back-end development and of REST APIs and HTTP requests. If you have an interest in creating innovative voice assistants and chatbots using cutting-edge technology, this course is for you. About The Author XCHAIN ANALYTICS LTD: XCHAIN ANALYTICS LTD is a lead analyst and full stack developer with expertise in Python and React. His passion lies in discovering and promoting innovative ideas that are often overlooked in the hype-driven tech industry. With a focus on authenticity and practicality, Shaun strives to share his knowledge and empower others through teaching. He believes in the power of continuous learning and experimentation, and often finds himself exploring new ventures. However, he always returns to teaching as his true calling, where he can put his ideas into action and help others effectively.
    Note: "Published in May 2023.". - Online resource; title from title details screen (O'Reilly, viewed June 13, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781805127321 , 1805127322
    Language: English
    Pages: 1 online resource (1 video file (5 hr., 55 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.8
    Keywords: Computer networks Security measures ; Computer security ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Nessus is a vulnerability scanner that helps security professionals identify and remediate potential vulnerabilities in their network, applications, and infrastructure with a wide range of features, including vulnerability scanning, compliance management, and reporting, to help organizations assess their security and mitigate risks. This course provides the knowledge and skills needed to use Nessus effectively. We will start with the basics, such as installing and setting up Nessus, and then move on to more advanced topics such as customizing scans and automating security testing. We will differentiate Nessus Essentials versus Nessus Professional and understand automated vulnerability scanning. You will learn to write custom professional reports and learn tips and tricks to handle Nessus well. We will explore the concept of second opinion scanning and differentiate unauthenticated and authenticated scans. We will explore network and web application scans and import results of Nmap in Nessus; we will create a VA Project Worksheet and explore vulnerability scanning with Metasploit. You will learn to manually analyze and rank vulnerabilities. By the end of this course, you will have learned everything needed to perform a complete vulnerability assessment independently using Nessus and identify, analyze, and rank security vulnerabilities. What You Will Learn Explore unauthenticated/authenticated scans and network/web app scans Automate vulnerability scanning and write custom professional reports Understand the concepts of second opinion scanning Learn and perform a vulnerability scanning using Metasploit Learn to import the results of Nmap in Nessus Analyze/rank vulnerabilities and create a VA Project Worksheet Audience This course is designed to deliver content for penetration testers looking to build deeper knowledge of Nessus, cybersecurity enthusiasts desiring to learn more about vulnerability assessments, and freelancers wishing to add an in-demand skill to their profile. The prerequisites for the course include a computer/device with Windows/OSX/Linux. No programming or hacking knowledge is required. The ability to Google using intermediate to advanced skills for obtaining information is desirable. About The Author Avinash Yadav: Avinash Yadav is a young information security expert with a special focus on cybersecurity management as well as double-blind penetration testing. He brings his experience to the table through his passion for teaching. He has authored a couple of online courses with well-curated concepts and practicals on penetration testing and information security that the students can pursue to build up skills that are needed to be able to work in the cybersecurity domain rather than just focusing on random sources of information. He looks forward to helping aspiring students on their journey to explore penetration testing, ethical hacking, and information security to become the person they would want to be, in an arguably short period of time!.
    Note: Online resource; title from title details screen (O'Reilly, viewed June 13, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781805125174 , 1805125176
    Language: English
    Pages: 1 online resource (1 video file (6 hr., 43 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: Rust (Computer program language) ; Computer programming ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Over 300 of the biggest companies in the world reportedly use Rust in their tech stacks, including Dropbox, Sentry, and Brilliant. Rust is mostly used if you are looking for work in project types such as web development, systems programming, and CLI tools. In this course, you will build multiple complex programs from scratch for your portfolio! In these projects, you will learn how to think and properly develop your ideas into written code, including how to maximize your time. You will master the Rust fundamentals: variables, if/else, operators, Boolean logic, String Object, functions, arrays, modifiers, macros, loops, strings, vectors, object handling, concurrency, memory allocation, stack versus the heap, and more. You will understand Rust from the beginning: public and private visibility, struct and enums, special macros and variables, functions, HashMaps, and more. Additionally, you will also see how Rust works behind the scenes: memory safety and data races, events and error handling, scoping, threading, and more. Next, we will deep dive into functions, methods, closures, recursion, main function, and more. Finally, you will deep dive into object-oriented programming: Structs and Enum building from scratch, GenericTypes, and traits for libraries and modules. By the end of the course, you will have the knowledge and confidence that you need to ace your Rust job interviews and become a developer for programming in Rust. Whay You Will Learn Get introduced to basic concepts, issues, and use cases of Rust Learn how Rust and safe memory really works under the hood See public and private visibility, and struct and enums in Rust Look at the functions, methods, closures, and recursion in Rust Study variables, if/else, operators, Boolean logic, and functions in Rust Study arrays, modifiers, macros, loops, strings, and vectors in Rust About The Author Clarian North: Clarian North is a recognized industry-certified instructor, CEO of Orbital LLC, and a senior project engineer with over 90K enrolments worldwide. His students have gone on to work for some of the biggest production companies such as Universal, Google, Amazon, Warner, and the BBC. He has contributed to viral streams, grown a unique digital imprint in over 80 countries, and been featured in Rolling Stone, Billboard, Guardian, Bloomberg, and Vice. He has worked for majors, indies, and international publishing houses, including Grammy-nominated and award-winning productions, mixing for Emirates Airline Inflight Radio, and producing for Kompakt Records. He is dedicated to giving accessible and comprehensive tech courses, teaching complex subject matter with clear and example-based explanations, and guiding students through complex techniques with just a computer and free software.
    Note: "Published in April 2023.". - Online resource; title from title details screen (O'Reilly, viewed May 23, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media, Inc.
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 43 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Software architecture ; Computer software Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Frontend developers and architects combine interface design skills and programming excellence to ensure that users can easily interact with their organizations' web pages. As the demand for online goods continues to grow, developers, architects, and designers will need to consider the efficiency, scalability, performance, and security of their websites to best support their customers. The rise of new language frameworks and micro-frontends means that it's now possible to create truly decoupled user interfaces leading to faster deploying and more scalability. Join leading experts and practitioners from the field for a deep dive into the discipline of frontend architecture. You'll gain insight into the latest tools, standards, and best practices that have elevated frontend web development to an entirely new level. What you'll learn and how you can apply it Understand how cloud native and the Web Platform APIs are pushing the boundaries of what was once known as the Jamstack and micro-frontends into a full stack composable architecture Learn what the future holds for frontend developers This recording of a live event is for you because... You're a software architect or developer working on or thinking about working on frontend architectures and want to learn best practices. You want to effectively develop your frontend architecture into a system where user data is "at the beck and call of the users themselves" for a more user-centric experience. Recommended follow-up: Listen to Blazor in Action (audiobook) Read Building Micro-Frontends (book) Read Micro Frontends in Action (book).
    Note: Online resource; title from title details screen (O'Reilly, viewed June 13, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781805128175 , 1805128175
    Language: English
    Pages: 1 online resource (1 video file (7 hr., 13 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.1
    Keywords: Computer software Development ; User interfaces (Computer systems) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: HashiCorp Packer is an open-source tool for creating identical machine images for multiple platforms from a single source configuration. Packer is lightweight, runs on every major operating system, and is highly performant, creating parallel machine images for various platforms. The course begins with a detailed introduction to HashiCorp Packer and the problems it solves. It illustrates use cases and examples. We will then explore writing Packer templates using HCL2 (the new standard for Packer 1.7+). You will learn about different builders, using variables, provisioners, post-processors, and code organization. We will integrate automation pipelines, secret management, and terraform. We will advance to integrate HashiCorp Packer with other automation tools, such as HashiCorp Terraform, HashiCorp Vault, and GitLab CI/CD. Using Packer, we will build images on multiple public cloud platforms and VMware images. Upon completing the course, you can use HashiCorp Packer in your organization independently. You will use HCL2 to create your Packer templates and automate your machine images across multiple platforms--a critical skill to enabling automation in your environments. What You Will Learn Understand the core components and functions of HashiCorp Packer Learn to automate the creation of machine images Create real-world solutions with HashiCorp Packer using HCL2 Gain hands-on experience with Packer with demonstration labs integrate Packer with Terraform, HashiCorp Vault, and GitLab CI/CD Write Packer templates using HCL2 (the new standard for Packer 1.7+) Audience This course is designed for DevOps engineers looking to simplify the management of images in one or more platforms, automation engineers who want to create an image factory, engineers who want to easily manage one or many golden images for their workloads, and system administrators responsible for image and operating system maintenance and patching. The prerequisites include no Packer experience necessary and a basic understanding of one or more infrastructure platforms (AWS, Azure, VMware, OpenStack). Linux or Windows OS scripting is desirable but not required. About The Author Bryan Krausen: Bryan Krausen is an IT consultant with over 20 years of experience in enterprise IT. He specializes in Amazon Web Services and HashiCorp tools. Bryan focuses on cloud design and facilitates customer workshops that define business and technical requirements to allow businesses to deliver applications on the AWS cloud platform. He was the first individual to earn the HashiCorp Vault Expert partner certification. Bryan has deployed and assisted with adopting the HashiCorp Vault into many Fortune 1000 companies. He delivers lectures at community events, such as HashiConf (2019 to 2022), HashiTalks (2019 to 2020), and many HashiCorp user groups across the mid-west and eastern US.
    Note: "Published in April 2023.". - Online resource; title from title details screen (O'Reilly, viewed May 23, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781805122050 , 1805122053
    Language: English
    Pages: 1 online resource (1 video file (16 hr., 58 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.2/762
    Keywords: JavaScript (Computer program language) ; Computer programming ; Recursion theory ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: We understand that learning programming can be overwhelming, especially when it comes to problem-solving under pressure during coding interviews. That's why we have developed an efficient model of hours upon hours of practice examples, complete with multiple solutions and a glossary of definitions. This approach allows you to move through the course at your own pace, starting with the very basics of programming in JavaScript, such as datatypes, or diving right into code examples, matrices, Fibonacci sequences, and more. The course is divided into four main sections. First, an introduction will help you set up the necessary tools and provide an overview of what you can expect to learn. From there, the course covers the introduction to programming and JavaScript basics for absolute beginners. Next, you will explore data structures, from zero to intermediate level, before moving on to the fundamentals of algorithms. Finally, you will learn about advanced algorithms and data structures, giving you a complete picture of this essential skill set. You will gain the experience and focused practice needed to overcome any challenge in JavaScript and programming data structures and algorithms. By the end of the course, you will be confident in your knowledge and prepared to tackle coding interviews, impressing your future interviewer and colleagues alike. What You Will Learn Sign in to the CodeSandbox IDE and create a new Vanilla.js template on it Look at the comments, datatypes, variables, functions, and operators in JavaScript Use the splice method to decode the puzzle and update new user database Build an Uber app customer JavaScript object database Automate a company's website with correct formatting in JavaScript Understand the Fibonacci series and recursion in JavaScript Audience This course is designed for individuals who want to gain a comprehensive understanding of JavaScript and tackle coding interview challenges with confidence. If you have been struggling to grasp the fundamentals of programming or feel uncertain about solving coding problems, this course is perfect for you. If you are interested in pursuing a career as a programmer or seeking to upskill in advanced topics, whether you are a beginner or have prior experience with JavaScript, this course will teach you advanced concepts in data structures and algorithms to take your skills to the next level. No programming experience is required as you will learn everything from the ground up. About The Author Clarian North: Clarian North is a recognized industry-certified instructor, CEO of Orbital LLC, and a senior project engineer with over 90K enrolments worldwide. His students have gone on to work for some of the biggest production companies such as Universal, Google, Amazon, Warner, and the BBC. He has contributed to viral streams, grown a unique digital imprint in over 80 countries, and been featured in Rolling Stone, Billboard, Guardian, Bloomberg, and Vice. He has worked for majors, indies, and international publishing houses, including Grammy-nominated and award-winning productions, mixing for Emirates Airline Inflight Radio, and producing for Kompakt Records. He is dedicated to giving accessible and comprehensive tech courses, teaching complex subject matter with clear and example-based explanations, and guiding students through complex techniques with just a computer and free software.
    Note: "Published in May 2023.". - Online resource; title from title details screen (O'Reilly, viewed June 13, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 34 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.54
    Keywords: Microsoft Excel (Computer file) ; Electronic spreadsheets ; Corporations Finance ; Data processing ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Learn financial modeling in Excel and build a complete financial model from scratch. Whatever your educational or professional background--engineering, finance, or law--it can be difficult to break into the competitive field of infrastructure project finance and public-private partnerships (PPPs). You need to learn a new set of skills and technical knowledge if you hope to get past the interview and into the industry. We can relate to your anguish since we have experienced it firsthand.We developed this course to help young professionals succeed. This is not your typical course; instead, it is the result of thousands of hours of research, teaching, and practice in the classroom, workplace, and interview room. We have extensive experience in the project financing industry, gained while working for a variety of companies, and are pleased to share it with you. You will get all the insider knowledge you'd normally have to pay thousands of dollars for in a company training session. The project finance sector looks complicated from a distance; in this course we bring you in close so you can see how a key building block--the financial model--gets built.
    Note: Online resource; title from title details screen (O'Reilly, viewed June 13, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    [Place of publication not identified] : Apress
    ISBN: 9781484295748 , 1484295749
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 14 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Application program interfaces (Computer software) ; C (Computer program language) ; Regular expressions (Computer science) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Learn everything you need to work with regular expressions in C# and how to apply them to your projects effectively. Regular expressions provide an extremely powerful method for pattern matching with strings. They are very useful for parsing information such as dates, phone numbers, or zip codes from important text files such as code files, log files, spreadsheets, or documents. This video will teach you about how to perform pattern matching with regular expressions using the latest C# version 11. it starts by introducing the topic of regular expressions and their use cases before exploring the C# API for regular expressions. This video discusses everyday use cases of regular expressions, e.g., data validation, information extraction, pattern matching, and search and replace. The video concludes with a look at advanced topics such as performance optimization and troubleshooting. After completing this video, you will be able to use regular expressions in C# 11 for practical applications such as data validation, text processing, and more. What Will You Learn Understand the basics of using regular expressions Format regular expression's output Master the different C# APIs available for working with regular expressions Who Is This Video For Software and application developers .
    Note: Online resource; title from title details screen (O'Reilly, viewed May 23, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 video file (6 hr., 1 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: Python (Computer program language) ; Machine learning ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: This A to Z course introduces newcomers to the world of data science and teaches the fundamental skills for using machine learning and artificial intelligence (AI) to glean meaning and insights from data. It covers Python's data types and shows how to use the must-have Python data science libraries, including Pandas for data analysis and Matplotlib for creating visuals of the results. Once you understand how to format and clean your data and perform exploratory data analysis, we move to the machine learning side. Here, we introduce you to supervised vs unsupervised learning, as well as the core algorithms, including simple and multiple linear regression. We finish up with a deep dive into a recommender system for movies, and a chance to put together all your new skills and knowledge. Each topic is described in plain English, and the course does its best to avoid mathematical notations and jargon. Once you have access to the source code, you can experiment with it and improve upon it, learning and applying these algorithms in the real world. The data science field is lucrative and growing. This course will introduce you to all the foundational skills that a data scientist must have. If you have no background in statistics, don't let that stop you from enrolling in this course!.
    Note: Online resource; title from title details screen (O'Reilly, viewed June 13, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    [Place of publication not identified] : Expanding Security
    ISBN: 9781961356009 , 1961356007
    Language: English
    Pages: 1 online resource (1 video file (2 hr., 10 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.8076
    Keywords: Computing Technology Industry Association Study guides Examinations ; Computer security Study guides Examinations ; Computer networks Study guides Security measures ; Examinations ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Dean Bushmiller will give you the easiest, best path to learning the CompTIA CASP+ This certification qualifies you to assess cyber readiness within an enterprise. You will be able to design and implement the proper solutions to ensure the organization is ready for the next attack. You will have the knowledge and skills required to do the following: The Security Engineering and Cryptography Domain is about applying security practices to cloud, on-premises, endpoint, and mobile infrastructure, while considering cryptographic technologies and techniques This course in the CASP series covers the following topics: Engineering and Cryptography Apply secure configurations to enterprise mobility Managed configurations Deployment scenarios Security considerations Configure and implement endpoint security controls Hardening techniques Processes Mandatory access control Trustworthy computing Compensating controls Explain security considerations impacting specific sectors and operational technologies Embedded ICS/supervisory control and data acquisition Protocols Sectors Explain how cloud technology adoption impacts organizational security Automation and orchestration Encryption configuration Logs Monitoring configurations Key ownership and location Key life-cycle management Backup and recovery methods Infrastructure versus serverless computing Application virtualization Software-defined networking Misconfigurations Collaboration tools Storage configurations Cloud access security broker Given a business requirement, implement appropriate Public key infrastructure solution Public key infrastructure hierarchy Certificate types Certificate usages/profiles/templates Extensions Trusted providers Trust model Cross-certification Configure profiles Life-cycle management Public and private keys Digital signature Certificate pinning Certificate stapling Certificate signing requests Online Certificate Status Protocol versus certificate revocation list HTTP Strict Transport Security Given a business requirement, implement appropriate cryptographic protocols and algorithms Hashing Symmetric algorithms Symetric Complexity Contruction Asymmetric algorithms Protocols Elliptic curve cryptography Forward secrecy Authenticated encryption with associated data Key stretching Troubleshoot issues with cryptographic implementations Implementation and configuration issues Keys.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 14, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Online Resource
    Online Resource
    [Place of publication not identified] : Expanding Security
    ISBN: 9781961356016 , 1961356015
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 35 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.8076
    Keywords: Computing Technology Industry Association Study guides Examinations ; Computer security Study guides Examinations ; Computer networks Study guides Security measures ; Examinations ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Dean Bushmiller will give you the easiest, best path to learning the CompTIA CASP+ This certification qualifies you to assess cyber readiness within an enterprise. You will be able to design and implement the proper solutions to ensure the organization is ready for the next attack. You will have the knowledge and skills required to do the following: For this part of the exam you will consider the impact of governance, risk, and compliance requirements throughout the enterprise This course in the CASP series covers the following topics: Governance, Risk, and Compliance Given a set of requirements, apply appropriate risk strategies Risk assessment Risk handling techniques Risk types Risk management life cycle Risk tracking Risk appetite Risk tolerance Policies and security practices Explain importance of managing and mitigating vendor risk Shared responsibility model Vendor lock-in and vendor lockout Vendor viability Meeting client requirements Support availability Geographical considerations Supply chain visibility Incident reporting requirements Source code escrows Ongoing vendor assessment tools Third-party dependencies Technical considerations Explain compliance frameworks and legal considerations, and IR organizational impact Security concerns of integrating diverse industries Data considerations Geographic considerations Third-party attestation of compliance Regulations, accreditations, and standards Legal considerations Contract and agreement types Explain importance of business continuity and disaster recovery concepts Business impact analysis Privacy impact assessment Disaster recovery plan Business continuity plan Incident response plan Testing plans.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 14, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    [Place of publication not identified] : Pearson
    ISBN: 9780138251826 , 0138251827
    Language: English
    Pages: 1 online resource (1 video file (6 hr., 39 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.8
    Keywords: Computer networks Security measures ; Computer security ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: 5+ Hours of Video Instruction Gives you a vendor-agnostic approach to secure access and resource protection. Overview: Never trust/always verify. This is the core tenant of Zero Trust, but this is easier said than done. But what is zero trust; why should you care about it, and how do you get started? The Zero Trust Framework is a 5-hour video course that answers all these questions and helps you build the skills needed for your Zero Trust journey. You'll learn how to talk about Zero Trust as well as how to use Zero Trust concepts to improve the security of your organization, regardless of where you are in that journey. Included throughout are real-life use cases, assessment methodologies, and maturity ranking techniques that will help you create a customized Zero Trust journey specific to your line of business. Topics include network, endpoint, and cloud security concepts. The course starts by providing an overview of key security concepts covering the foundational security knowledge needed. It then examines misconceptions, such as how Zero Trust best practices can't be achieved by simply acquiring a technology like a firewall, identity management solution, or network access control offering. With a strong focus on revolutionizing your defense strategy using the Zero Trust framework, this is a must for anyone who is responsible for the security of their organization. Bestselling author, trainer, and cyber practitioner Joseph Muniz uses his expertise to discuss the modern standards of the Zero Trust framework. He demonstrates his methodology by working through NIST, the Open Group, and a generic view of Zero Trust from principles to architecture. Topics in this course include Why Care About Security and Zero Trust Security Fundamentals Zero Trust Beginning Zero Trust Principles Open Group Architecture NIST 800-207 Architecture Generalized Zero Trust Architecture Build Your Own Zero Trust Journey About the Instructor Joseph Muniz is the director of business development for security solutions at Microsoft and a security researcher. He is driven to make the world a safer place through education and adversary research. Joseph has extensive experience in designing security solutions and architecture as a trusted advisor for the top Fortune 500 corporations and the U.S. government. Joseph is a researcher and industry thought leader. He speaks regularly at international conferences, writes for technical magazines, and is involved with developing training for various industry certifications. He invented the fictitious character of Emily Williams to create awareness around social engineering. He runs thesecurityblogger.com website, a popular resource for security and product implementation. He is the author and contributor of several publications, including titles ranging from security best practices to exploitation tactics. Joseph's latest titles are The Modern Security Operations Center and CCNP Security Virtual Private Networks SVPN 300-730 Official Cert Guide. When Joseph is not using technology, you can find him on the futbal field. Follow Joseph SecureBlogger. Skill Level: Beginner to intermediary Learn How To: Become a better security professional Build your own Zero Trust journey Understand the true meaning of the Zero Trust security framework Determine how to apply security best practices represented in the latest Zero Trust framework to your organization Understand how to assess your existing security capabilities and map out a plan for improving your organization's security practices Understand security best practices for all areas of your business (cloud, endpoint, and network) Course requirement: Fundamental understanding of network and security concepts Who Should Take This Course: Anyone involved in security architecture and decision-making must have a clear understanding of Zero Trust concepts, which cover job roles in cloud, network, and application security, spanning an entire organization. This course benefits those entering security roles as well as existing careers looking to better understand Zero Trust concepts. 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.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 14, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media, Inc.
    Language: English
    Pages: 1 online resource (1 video file (59 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.1/6
    Keywords: Software refactoring ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Ideas like TDD, BDD and Continuous Delivery are great, but how do you introduce them to legacy systems? Practically, hands-on, how do you change legacy-code to make it testable? When Kent Beck wrote about TDD he introduced a profoundly valuable engineering practice to software development. In his book " Working Effectively with Legacy Code" Michael Feathers defines a legacy system as "a system without automated tests". So how can we take advantage of the benefits of TDD when our code is the wrong shape, when it was developed without automated tests? In this 3-part Video Course. Dave demonstrates his preferred "Four Steps to Refactoring, Approval Testing and De-cluttering", applies them to some very nasty code: making it testable and discovering some surprising things along the way. What you'll learn and how you can apply it How to change legacy-code safely, in small steps, to make it testable. Using Approval testing to ensure changes are safe. Understand a four-step process to guide refactoring in even complex code. This course is for you because... You're a programmer interested in learning how to refactor legacy code so that it is testable. You're looking to introduce TDD, BDD and Continuous Delivery to legacy systems. You want to become more proficient at working with legacy code and improving your code base. Prerequisites: Writing code in one language Basic software developer skills Some knowledge of TDD and testing is helpful.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 14, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781805129240 , 1805129244
    Language: English
    Pages: 1 online resource (1 video file (13 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.3/5
    Keywords: ChatGPT ; Artificial intelligence Computer programs ; Reinforcement learning ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: In this compact course, we will embark on an exhilarating journey into the world of ChatGPT. You will understand Chat GPT's capabilities, starting with an exploration of the GPT-4 architecture and its development by OpenAI. You will start with an overview of ChatGPT's potential uses, setting the stage for your AI adventure. Here, you will get to know how to reflect on how ChatGPT can significantly enhance productivity and creativity in your own work environment. Next, we will focus on a crucial aspect of harnessing ChatGPT's power--crafting effective prompts. You will gain proficiency in this art as we guide you through essential techniques and best practices for writing prompts that elicit accurate, informative, and relevant responses from ChatGPT. Next, we will address the inherent limitations of ChatGPT. Despite its incredible power, ChatGPT may sometimes produce verbose, incomplete, or inaccurate information, and its responses can be sensitive to input phrasing. We will explore effective strategies to overcome these challenges, empowering you to navigate and optimize the capabilities of ChatGPT to their fullest. Moving forward, we arrive at a crucial milestone--the ethical use of ChatGPT. Here, we will emphasize the importance of using AI responsibly and conscientiously. Here, we will cover essential ethical considerations, such as data privacy and confidentiality, content responsibility and accountability, and intellectual property. At the end of this course, you will be well-versed in the fundamentals of ChatGPT, masterful in crafting effective prompts, adept at overcoming AI limitations, and committed to using ChatGPT ethically and responsibly. What You Will Learn Understand the fundamentals of ChatGPT and how to make queries Craft effective prompts that elicit accurate responses from ChatGPT Learn how to manage the limitations of ChatGPT Gain proficiency in using ChatGPT responsibly and ethically Implement AI-driven solutions to streamline work processes and enhance efficiency Learn to use ChatGPT as your AI Virtual Assistant Audience This course is designed for non-technical workers who want to understand more about ChatGPT and put it to good use. Any office worker who wants to increase their productivity level and understanding of ChatGPT can benefit from this course. Companies concerned about the ethical and proper use of ChatGPT should assign this course to employees. No prior prerequisites are required; this course welcomes learners of all backgrounds and levels of expertise. About The Author Framework Tech, Mark Lassoff: Mark Lassoff's parents frequently claim that he was born to be a programmer. In the mid-eighties, when the neighborhood kids were outside playing kickball and throwing snowballs, Mark was hard at work on his Commodore 64 writing games in the BASIC programming language. Computers and programming continued to be a strong interest in college where Mark majored in Communications and Computer Science. After completing his college career, Mark worked in the software and web development departments at several large corporations. In 2001, on a whim, while his contemporaries were conquering the dot com world, Mark accepted a position training programmers in a technical training center in Austin, Texas. It was there that Mark fell in love with teaching programming, which has been his passion ever since. Today Mark is a top technical trainer, traveling the country providing training for software and web developers. Mark's training clients include the Department of Defense, Lockheed Martin, Discover Card Services, and Kaiser Permanente. He has consulted for companies such as Dell, Target, Lockheed Martin, and government agencies including the US House of Representatives. In addition to traditional classroom training and consulting, Mark releases video tutorial training for aspiring programmers on his website, www.LearnToProgram.tv and Udemy.com. He lives in coastal Connecticut near the Connecticut River, where he is in the process of redecorating his house. Want to help?.
    Note: "Published in August 2023.". - Online resource; title from title details screen (O'Reilly, viewed August 14, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    [Place of publication not identified] : Pearson
    ISBN: 9780138203139 , 013820313X
    Language: English
    Pages: 1 online resource (1 video file (35 hr., 39 min.)) , sound, color.
    Edition: 2nd edition.
    DDC: 004.6
    Keywords: Cisco Systems, Inc Study guides Examinations ; Computer networks Study guides Examinations ; Telecommunication Study guides Switching systems ; Examinations ; Instructional films ; Nonfiction films ; Internet 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.
    Note: "Sneak peek.". - "Video course.". - Online resource; title from title details screen (O'Reilly, viewed August 14, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Language: English
    Pages: 1 online resource (1 video file (58 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.3
    Keywords: Artificial intelligence ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Join George Anadiotis and Nazneen Rajani, robust research lead at Hugging Face, for a discussion about one of the fastest changing and most exciting technologies in AI--large language models (LLMs)--and discover how LLMs can contribute to solving your organization's needs. LLMs have revolutionized both NLP and AI by enabling the creation of more accurate systems for understanding human speech as well as cutting-edge applications for tasks such as text processing, machine translation, and text generation. You'll learn how to develop a framework for evaluating different LLMs, how LLMs can be used and fine-tuned effectively, and what ethical implications to consider for potential applications. What's New in AI gives you a chance to hear from leading minds in the field on topics such as generative AI, large language models, responsible AI, current regulations, and other developments as they appear. Host George Anadiotis, founder of Linked Data Orchestration, and members of O'Reilly's community of experts help you make sense of the bigger picture in AI and leverage emerging AI technologies to solve your organization's most challenging problems. What you'll learn and how you can apply it Learn about the most recent LLMs including ChatGPT, BLOOM, Anthropic's Claude, and Google's Bard Understand the capabilities and limitations of these large language models Develop an understanding of the criteria used to evaluate LLMs and how they apply to your setting Learn how to tailor LLMs to your needs This recording of a live event is for you because... You're a data scientist, machine learning engineer, machine learning architect, leader, or practitioner who designs, develops, and deploys machine learning systems. You want to keep up-to-date on the latest developments and breakthroughs in the field of AI. Recommended follow-up: Read "Hello Transformers" (chapter 1 in Natural Language Processing with Transformers, revised edition) Watch Natural Language Processing Using Transformer Architectures (video) Read "Text Generation" (chapter 5 in Natural Language Processing with Transformers, revised edition) Read "Managing Bias in Machine Learning" (chapter 4 in Machine Learning for High-Risk Applications) Please note that slides or supplemental materials are not available for download from this recording. Resources are only provided at the time of the live event.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 7, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781835087954 , 1835087957
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 40 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.8
    Keywords: Computer security ; Computer crimes Prevention ; Computer networks Security measures ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: This course is specifically designed to equip both Android and iOS users with practical skills and techniques to safeguard their mobile devices. You will start to distinguish between legitimate applications and malicious programs disguising themselves as genuine apps. App permissions are another critical aspect of mobile device security. You will uncover the truth behind app permissions and discover methods to restrict unnecessary access to your personal information. By understanding how to manage and control app permissions effectively, you can enhance your device's security without compromising its functionality. This course places a strong emphasis on practical skills, ensuring that you acquire hands-on experience in securing your mobile device. Some of the key topics covered include working with Malwarebytes, Virtual Private Network (VPN) configuration, secure access to public Wi-Fi, and Android device security, to name a few. By the end of the video course, you will gain a comprehensive understanding of mobile device security and walk away with a wide range of practical skills to fortify your device against hackers and malware. What You Will Learn Learn to identify legit apps and spot fake apps Get to know the four ways to work safely with mobile applications Learn to remove ransomware from your mobile device Understand about VPNs and why you need one Learn how to safely download and work with mobile applications Understand mobile malware and how they can affect your mobile device Audience This course is for students and aspiring cybersecurity professionals! Whether you are concerned about protecting your mobile devices against malware and hackers or looking to build a foundation in cybersecurity, this course is designed to provide you with the knowledge and skills you need. About The Author Alexander Oni: Alexander Oni is a bestselling instructor with 70,000 students enrolled in his courses. His passion includes teaching through online courses in an entertaining way. Alex has been teaching online for three years and has created over 25 courses with numerous students registered worldwide. Alex believes we all have one shot at life and should live life to the fullest, constantly stepping out of our comfort zone, visiting places, and trying new things. His success in Udemy has given him financial freedom and the ability to travel and settle anywhere. The author is currently avidly traveling, spending a month in every city and moving to the next. His hobbies include watching movies, sports, and chess.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 7, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781805122708 , 1805122703
    Language: English
    Pages: 1 online resource (1 video file (8 hr., 50 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.6/93
    Keywords: Blender (Computer file) ; Three-dimensional display systems ; Computer graphics ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Welcome to this course, which will take you on a creative journey to build a stylized teenage room filled with intricate details. This course offers a step-by-step journey to build captivating isometric rooms inspired by the art style seen in the Sim City and Sims franchises. You will dive deep into Blender basics, materials and textures, seams, sharps, and UVs. We will guide you through a full reference guide for creating 3D art in games, allowing you to develop strong game asset concepts using Pureref. As you progress, you will learn to simulate cloth using Blender's particle system, creating realistic wrinkles, folds, and drapes that add a touch of authenticity to your designs. Compositing techniques will be covered extensively, enabling you to make your renders pop and enhance the visual impact of your creations. You will also master the art of lighting, utilizing three-point lighting and volumetrics to bring your 3D models to life and create breathtaking backgrounds for your portfolio. Throughout the course, you will harness the power of rendering in both Eevee and Cycles X, unleashing the full potential of Blender's capabilities. By the end, you will have developed a keen eye for textures and shaders and will be able to design isometric rooms in various art styles, showcasing your unique style as a 3D modeler. What You Will Learn Design stylized isometric rooms with Sim City inspiration Simulate realistic cloth for dynamic fabric effects Enhance scenes with three-point lighting and volumetrics Master advanced texture and shader techniques in Blender Navigate Blender 3's interface and shortcuts effectively Optimize 3D modeling workflow for increased productivity Audience This course is designed for a wide range of individuals interested in the art of isometric room design in Blender 3. It is particularly beneficial for beginners who want to delve into 3D modelling, interior design, and isometric art. If you are an aspiring game designer looking to enhance your skills or a mid-level 3D modeler seeking to elevate your workflow, this course is perfect for you. A thirst for learning and a passion for creating visually stunning environments are the main prerequisites for this course. About The Author 3D Tudor Limited By Neil Ian Bettison: Neil Bettison is a professional 3D artist with nine years of modelling experience, including assets, characters, and environments. After attending the University for Creative Arts (UCA) for a BA (Hons) Computer Games Arts degree, Neil began freelancing. In 2019, Neil Bettison founded 3D Tudor, a YouTube channel, to help other game developers because of his passion for 3D modeling. Neil is an excellent tutor known for his concise instructions and expertise in Blender, Unreal Engine 5, and Unity. His to-the-point guidance and years of experience make him a valuable resource for learning particle effects, complex asset animation, and game development.
    Note: "3D Tudor Limited By Neil Ian Bettison.". - Online resource; title from title details screen (O'Reilly, viewed August 3, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781805126751 , 180512675X
    Language: English
    Pages: 1 online resource (1 video file (10 hr., 9 min.)) , sound, color.
    Edition: [First edition].
    DDC: 794.8/1526
    Keywords: Video games Programming ; Video games Design ; Three-dimensional display systems ; UnrealScript (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: This course covers every aspect of environment creation in UE5, consisting of 10 core parts, each covering a crucial aspect of environment creation. Get started with Part 1, where you will learn the importance of asset setup, including importing assets, texturing, and seamless blends. Part 2 delves into asset blending, creating a cohesive and realistic environment. In Part 3, master the art of terrain sculpting and texturing to design lifelike landscapes that draw players in. Learn to add depth and atmosphere with large terrain fog in Part 4, creating the desired mood and ambiance. Part 5 teaches you how to breathe life into your environment by adding foliage, such as grass, shrubs, and trees. Unlock the power of visual effects in Part 6, where you will create dynamic animations such as smoke, fire, and water. Lighting is explored in Part 7, enabling you to set the perfect mood for any scenario. Part 8 focuses on cinematic camera techniques that captivate players with stunning shots. Bring your environment to life in Part 9 by animating foliage, buzzing bee clusters, and flying birds. Lastly, Part 10 introduces Blueprint fundamentals, allowing you to enhance interactivity and functionality within your game. By the end of the course, you will be able to apply these skills to your projects, captivating players in the world you have crafted. What You Will Learn Master Unreal Engine 5's interface and fundamentals Sculpt and texture game environments with expertise Create visually stunning landscapes using terrain tools Enhance immersion with realistic lighting and effects Optimize game environments for different platforms Design dynamic and interactive gameplay experiences Audience The course is tailored for both aspiring and experienced game designers who seek to elevate their skills in environment creation. Whether you are a beginner looking to enter the world of game design or an experienced professional wanting to enhance your expertise in Unreal Engine 5 (UE5), this course is designed for you. About The Author 3D Tudor Limited By Neil Ian Bettison: Neil Bettison is a professional 3D artist with nine years of modelling experience, including assets, characters, and environments. After attending the University for Creative Arts (UCA) for a BA (Hons) Computer Games Arts degree, Neil began freelancing. In 2019, Neil Bettison founded 3D Tudor, a YouTube channel, to help other game developers because of his passion for 3D modeling. Neil is an excellent tutor known for his concise instructions and expertise in Blender, Unreal Engine 5, and Unity. His to-the-point guidance and years of experience make him a valuable resource for learning particle effects, complex asset animation, and game development.
    Note: "3D Tudor Limited by Neil Ian Bettison.". - Online resource; title from title details screen (O'Reilly, viewed August 3, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781835080771 , 1835080774
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 37 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.3/5
    Keywords: ChatGPT ; Natural language processing (Computer science) ; Artificial intelligence Computer programs ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: This course delves deep into the OpenAI API, gaining expertise in NLP and code generation. Learn to leverage the Completions endpoint, optimize prompt design, and understand token usage. With hands-on projects such as fact-based search, image generation, and code completion, we will acquire practical skills and use Node.js, React.js, and Next.js to build cutting-edge applications. This comprehensive course begins with an introduction to the OpenAI API and a deep understanding of its NL and code processing capabilities. We will explore the Completions endpoint and tackle various NLP tasks such as content generation, summarization, semantic search, and sentiment analysis. We will discover the different models available, including the cutting-edge GPT-3 model, and learn to apply them to solve unique use cases. We will master the art of prompt design and settings to optimize API output and control generated text. We will acquire a comprehensive understanding of tokens and their role in controlling API response. We will engage in hands-on projects, build apps like a fact-based search, and generate images using DALL-E. With a focus on cutting-edge tech stacks such as Node JS, ReactJS, and NextJS, you will be equipped to build advanced apps. Upon completion, you will have the skills to leverage OpenAI API and revolutionize NLP and code generation abilities. What You Will Learn Interact and perform various natural language (NLP) tasks with GPT-3 Translate natural language to code, perform code continuation Experiment with code examples, OpenAI playground, and API models Generate new images from scratch with the DALL-E model Apply text completion and various other language-processing tasks Build a simple application with the text completion endpoint Audience The course is suitable for JavaScript developers, both front/backend, who want to enhance their skills in web development. It also benefits students studying web development and software engineering, as it covers essential concepts and techniques. The course is open to anyone interested in building apps with the OpenAI API and GPT-3 model. Prerequisites include basic HTML and CSS knowledge for web development, a solid understanding of JavaScript fundamentals, Visual Studio Code for coding, the latest version of Node.js, and a modern web browser with React Developer Tools extension is needed. About The Author Sandy Ludosky: Sandra L. Sorel is a freelance web and mobile developer based in Toronto, Ontario, Canada. With a specialization in front-end development, she is proficient in HTML, CSS, CSS3 animation, Sass, JavaScript, and jQuery. Sandra is passionate about creating beautiful and user-friendly websites using tools such as Adobe Creative Suite, including Photoshop, Illustrator, and Flash. She is also interested in web marketing, web analytics, visual design, video editing, photography, and WordPress development. As an avid learner, Sandra actively explores new technologies and digital advancements. Alongside her freelance work, she shares her knowledge and expertise as an instructor on Udemy, where she has received positive reviews and taught various courses.
    Note: "Published in July 2023.". - Online resource; title from title details screen (O'Reilly, viewed August 3, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media, Inc.
    Language: English
    Pages: 1 online resource (1 video file (58 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Software architecture ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Join us for a special conversation with Neal Ford and Michael Feathers, founder and director of R7K Research & Conveyance, where they'll discuss the best way to handle making improvements to a large, unfamiliar code base--a task that starts with understanding code base technologies you've never seen before. Understanding the system, something that is rarely taught, is a vital part of software development. You'll hear about the patterns you can use to make this task successful. This is a chance for you to hear from Neal and Michael about software, architecture, and their own career journeys. They'll spend a few minutes covering the trends that are influencing architecture, then tell you what you need to know to stay ahead of the curve. What you'll learn and how you can apply it Get insights to support your work with legacy systems See what's coming next with software architecture This live course is for you because... You want the chance to hear directly from Neal Ford and Michael Feathers about the alignment between strategy and software architecture and what the future might look like. You are currently looking for ways to grow your own skills and to act as an innovator in your organization. Recommended follow-up: Read Working Effectively with Legacy Code (book) Read Refactoring: Improving the Design of Existing Code (book) Listen to Building Microservices, second edition (audiobook).
    Note: Online resource; title from title details screen (O'Reilly, viewed August 3, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781835084298 , 183508429X
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 4 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.8
    Keywords: Computer security Design and construction ; Computer networks Security measures ; Design and construction ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: This course provides a comprehensive overview of cybersecurity architecture, equipping students with the knowledge and skills needed to design and implement robust security solutions. The curriculum covers fundamental concepts and delves into practical aspects, enabling students to assess security risks, develop effective security controls, and apply security design patterns to real-world scenarios. Throughout the course, students will gain hands-on experience with a variety of security tools and technologies. They will learn essential skills such as threat modeling, risk assessment, security testing, and incident response. By exploring different security strategies and techniques, students will be prepared to address security challenges in diverse environments. Upon completion of this course, students will possess a deep understanding of cybersecurity architecture principles and best practices. They will be capable of designing, implementing, and managing comprehensive security solutions for various applications and settings. What You Will Learn Understand the roles and responsibilities of a security architect Learn the security principles and approaches Learn the various threat models available Explore the different enterprise architecture frameworks Learn about data protection and IAM Learn about reference security architecture Audience This course is best for cybersecurity professionals who want to become security architects and students who want to learn about security architecture. This course assumes a basic understanding of networking concepts and protocols, as well as some experience with programming and scripting languages. Students should also have some familiarity with common security tools and technologies, such as firewalls, intrusion detection/prevention systems, and vulnerability scanners. About The Author Alexander Oni: Alexander Oni is a bestselling instructor with 70,000 students enrolled in his courses. His passion includes teaching through online courses in an entertaining way. Alex has been teaching online for three years and has created over 25 courses with numerous students registered worldwide. Alex believes we all have one shot at life and should live life to the fullest, constantly stepping out of our comfort zone, visiting places, and trying new things. His success in Udemy has given him financial freedom and the ability to travel and settle anywhere. The author is currently avidly traveling, spending a month in every city and moving to the next. His hobbies include watching movies, sports, and chess.
    Note: "Published in July 2023.". - Online resource; title from title details screen (O'Reilly, viewed August 3, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781835083956 , 1835083951
    Language: English
    Pages: 1 online resource (1 video file (6 hr.)) , sound, color.
    Edition: [First edition].
    DDC: 005.1
    Keywords: Computer software Development ; Application software Development ; Computer programs ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: A DevOps project combines development and operations to streamline software delivery, emphasizing collaboration, automation, and continuous integration/deployment. It enables faster, reliable releases and efficient infrastructure management, fostering a culture of agility and innovation. The course covers a wide range of topics in the DevOps domain, including Ansible for server configuration, Docker and docker-compose for containerization, GitLab for version control and CI/CD pipelines, Let's Encrypt (certbot) for obtaining TLS certificates, WireGuard for secure VPN connections, MariaDB for database management, LXC for virtualization, iRedMail for setting up a mail server, Zulip for communication, Traefik for reverse proxy and TLS termination, Pi-hole for DNS-level ad-blocking, Nextcloud for cloud storage and collaboration, checkmk for monitoring, Borg with borgmatic for backups, and recaps of all concepts. Upon completion, we can automate server configurations, utilize containerization for efficient deployments, implement robust version control, secure connections with TLS certificates, establish secure VPN solutions, implement ad-blocking measures and cloud storage solutions, perform reliable backups, and automate essential processes independently to optimize and self-host infrastructure, streamline operations, and productivity. What You Will Learn Learn Ansible, Docker, GitLab, streamline infrastructure management Use Let's Encrypt, WireGuard to secure connections/TLS termination Explore MariaDB, iRedMail, Zulip for efficient DBs/communication Use Pi-hole, Nextcloud, checkmk for ad-blocking, storage, monitoring Explore Borg, GitLab Runner, backups for reliable data protection Automate self-hosting for optimized operations/deployments Audience This course is designed for diverse individuals and organizations, including start-ups and small companies seeking to enhance their infrastructure management practices. It is also suitable for Linux system administrators and developers who aim to transition into DevOps. Additionally, individuals interested in self-hosting their infrastructure will find this course valuable in acquiring the necessary skills and knowledge to manage their systems successfully. The prerequisites include basic Linux knowledge, domain name, VPS or physical server, and computer with macOS/Linux/Windows. About The Author Predrag Mijatovic: Predrag Mijatovic is a professionally skilled DevOps engineer with 10 years of experience. Predrag's expertise spans various domains, including system administration, DevOps engineering, and software development. He is proficient in multiple tools such as Ansible, Docker, GitLab, Jenkins, MariaDB, Nextcloud, NGINX, and Python. With his vast knowledge/practical experience, Predrag delivers an elaborate course to help students master the intricacies of DevOps. With extensive experience in system administration, DevOps engineering, and software development, Predrag Mijatovic has worked on various tools and technologies. Predrag's diverse skillsets enable him to provide insights and practical guidance across multiple platforms and environments.
    Note: "Published in July 2023.". - Online resource; title from title details screen (O'Reilly, viewed August 3, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781835085400 , 1835085407
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 32 min.)) , sound, color.
    Edition: [First edition].
    DDC: 658.4/038011
    Keywords: Microsoft Power BI (Computer file) ; Business intelligence Computer programs ; Information visualization Computer programs ; Dashboards (Management information systems) ; Python (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Microsoft Power BI is a powerful business analytics/data visualization tool that enables users to connect to various data sources, create interactive reports and dashboards, and gain insights from the data. With its intuitive interface and robust features, Power BI empowers users to make data-driven decisions and effectively communicate information with stakeholders. The course begins with setting up the Python environment for Power BI and then dives into using Python for data visualization in Power BI. It covers advanced DAX expressions and calculations, exploring a business dataset. You will also learn how to leverage Python libraries for data science in Power BI and create a balance sheet structure. The course includes applying custom visuals and culminates in creating a final dashboard. However, the Python concepts covered in this course cannot be considered comprehensive, only content related to Power BI usage requirements. Upon completing the course, you will gain advanced knowledge and skills in using Power BI for data visualization, analysis, and science. You will be proficient in setting up the Python environment in Power BI, leveraging Python for data visualization, and applying advanced DAX expressions and calculations, enabling you to effectively analyze/present data in various business scenarios. What You Will Learn Learn to integrate Python for data visualization in Power BI Master advanced DAX expressions and calculations Apply custom visuals to enhance your reporting capabilities Create balance sheet structures and evaluate balances using DAX Utilize Python's data science libraries for analysis in Power BI Build a comprehensive dashboard for effective data presentation Audience This course suits those interested in combining Power BI and Python and anyone wanting to explore Microsoft Power BI. If you want to excel in your work, explore new data analytics career opportunities, or lay the foundation for a successful future in the data era, this course equips you with the necessary skills. It also appeals to individuals seeking a better tool than QlikView and IBM Cognos. Prerequisites include Power BI, free to download with no additional costs, and a willingness to learn and explore new opportunities; all necessary files and materials will be provided. About The Author Dan We: Daniel Weikert is a 33-year-old entrepreneur, data enthusiast, consultant, and trainer. He is a master's degree holder certified in Power BI, Tableau, Alteryx (Core and Advanced), and KNIME (L1-L3). He is currently working in the business intelligence field and helps companies and individuals obtain vital insights from their data to deliver long-term strategic growth and outpace their competitors. He has a passion for learning and teaching. He is committed to supporting other people by offering them educational services and helping them accomplish their goals, gain expertise in their profession, or explore new careers.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 3, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media, Inc.
    Language: English
    Pages: 1 online resource (1 video file (2 hr., 46 min.)) , sound, color.
    Edition: [First edition].
    DDC: 153.4/32
    Keywords: Critical thinking ; Problem solving ; Business planning ; Success in business ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Problems. We are plagued with them. Some we see coming, but others sneak up on us. Do youfeel like you need to put out fires on a daily basis and sometimes are left with little time to get toyour core responsibilities? The ability to meet problems head on in the most efficient and sustainable fashion is a core skill for any professional wanting to make their mark. Having thetools to be able to solve problems effectively increases your productivity, streamlines workflow,and prepares you to take on new roles and responsibilities. Join Zina O'Leary as she walks you through how to tackle issues before they become problems, how to identify problems so that they can be addressed, and how to analyze problems so thatyou can successfully deal with them. After this course you will be able to resolve problems in asustainable fashion that satisfies a range of stakeholders. What you'll learn and how you can apply it Control issues before they become problems Identify problems as they arise Analyze problems from a variety of perspectives Efficiently and effectively engage in problem resolution This course is for you because... You're an individual contributor in your organization and you want to learn how to tackleissues before they become complex and potentially expensive problems. You manage a team and you need to be able to analyze and solve problems in the mostefficient and effective manner possible. You're a leader within your organization and you want to embed solid problem solvingskills in your workforce. You want to become a better problem solver.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 3, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Place of publication not identified] : Pearson
    ISBN: 9780138176761 , 0138176760
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 17 min.)) , sound, color.
    Edition: [First edition].
    Series Statement: Live lessons
    DDC: 005.7
    Keywords: Apache (Computer file : Apache Group) ; Apache Kafka (Electronic resource) ; Telecommunication Message processing ; Electronic data processing ; Instructional films ; Nonfiction films ; Internet 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. Kafka Essentials: A Quick-Start for Building Effective Data Pipelines.
    Note: "Sneak peek video.". - Online resource; title from title details screen (O'Reilly, viewed August 3, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Place of publication not identified] : Pearson
    ISBN: 9780138271657 , 0138271658
    Language: English
    Pages: 1 online resource (1 video file (9 hr., 52 min.)) , sound, color.
    Edition: Second edition.
    DDC: 005.4/32
    Keywords: Red Hat, Inc ; Linux Study guides Examinations ; Operating systems (Computers) Study guides Examinations ; Systems engineering Study guides Examinations ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: 9+ Hours of Video Instruction 9+ hours of video instruction and test-taking strategies for the 2023 RHCE exam. Red Hat Certified Engineer (RHCE) EX294, Second Edition provides more than 9 hours of video training to give you a solid understanding of the RHCE objectives. Experienced author and trainer Sander van Vugt covers all topics in the exam and ends each lesson with a lab walkthrough, so you can see how to complete goals and solve scenarios in real time. The course emphasizes how to perform common automation tasks using Ansible, as well as how to use common Ansible components to automate the management of a Linux environment. This video training was designed to provide an in-depth understanding of all topics on the Red Hat Certified Engineer (RHCE) exam, as well as a deeper understanding of Red Hat Enterprise Linux and Ansible. You will learn concepts, and then practice through video labs that you can also perform on your own so you can test your skills. Each lab ends with the instructor providing a detailed a solution where he explains how to solve for the exam objectives. Related Learning: Sign up for live training classes on RHCE and Ansible with Sander van Vugt: Red Hat Certified Engineer (RHCE) EX294 Crash Course: https://learning.oreilly.com/live-events/red-hat-certified-engineer-rhce-ex294-crash-course/0636920092161/ Ansible in 4 Hours: https://learning.oreilly.com/live-events/ansible-in-4-hours/0636920123842/ Topics included in this course: Introduction to Ansible is about the Ansible product offering, followed by lessons on how to set up an Ansible managed environment. After you've done that, you'll learn how to work with Ad Hoc commands, playbooks, as well as variables and facts. Using Advanced Ansible Solutions teaches the more advanced Ansible elements. The end of lesson labs will verify your Ansible knowledge by practicing how to apply task control, using loops, items, when, handlers, blocks, and more. Managing RHEL 9 with Ansible is about how to use Ansible for some common scenarios. It will cover scenarios about software management, user management, managing processes and tasks, managing storage, as well as networking. Sample Exam allows you to practice topics covered in the RHCE 9 objectives in a way that is very similar to what you'll see on the exam 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 and RHCE Cert Guides, as well as a number of other titles on Kubernetes (including CKAD and CKA), Ansible, Containers, Bash, Microservices, and more. Sander also works as a Linux and DevOps instructor, teaching onsite and online classes for customers around the world. Skill Level : Intermediate/Advanced Learn How To : Work with Ansible Best prepare for the RHCE EX294 Manage RHEL 9 with Ansible Set up a Managed IT Environment Use Ad Hoc Commands and Playbooks to manage RHEL 9 Servers Work with Ansible Content Collections Course requirement: Plan to, or have already, taken the RHCSA Exam A working knowledge of Linux Who Should Take This Course : Linux engineers that want to become certified to work with Ansible to manage Red Hat Enterprise Linux Junior system administrators that want to deepen their skills in configuration management Administrators with a profound knowledge and experience working with any Linux distributions, and want to learn how to use Ansible to manage their environment Administrators currently administering UNIX systems Developers that write software for Linux Administrators who have already completed the RHCSA Exam 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.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 3, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Place of publication not identified] : Pearson
    ISBN: 9780138316839 , 013831683X
    Language: English
    Pages: 1 online resource (1 video file (12 hr., 59 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: Rust (Computer program language) ; Computer programming ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: 13 Hours of Video Instruction Rust programming for real-world applications. Rust Programming Part 2: Rust Advanced Concepts and Real-World Projects dives into professional Rust Programming concepts and practices while exploring hands-on skills through demonstrations of real-world applications. This hands-on course will look at how to organize Rust applications into functions, structures, and traits. You will learn how to use these techniques to achieve familiar object-oriented goals such as abstraction, encapsulation, inheritance, and polymorphism. You will also learn how Rust deals with important issues such as generic types and multithreading. A key objective of the course is for you to understand how to structure large applications properly in Rust. To this end, the course presents a detailed walkthrough of two complete real-world applications. The first application shows how to implement a CSV file parser, and the second application shows how to access a relational database. These applications were designed so you can learn the skills needed to start using Rust effectively and efficiently. Topics included in this course: Structuring Rust Code dives into the details of how to define functions closures (for example, lambdas), and structs. Advanced Rust Programming Concepts delves into defining traits, working with generics, and implementing multithreading and concurrency. You will also learn about dynamic heap allocation and integration with other programming languages. Real-World Rust in Action shows you how to use Rust for real-world applications. It focuses on how to implement a CSV file parser and how to use Rust to access a relational database. About the Instructor Andy Olsen is a freelance consultant, instructor, and developer with more than 30 years of experience in IT. Andy began his professional career as a C/C++ developer and transitioned into Java, C#, and other languages as the years passed. Andy is actively involved in a wide range of technologies including full-stack development, cloud native applications, data science, and more. Andy is passionate about technology education and runs training courses around the world across diverse market sectors. Skill Level : Intermediate Learn How To : Use object-oriented programming techniques Implement concurrency Explore additional Rust techniques Implement file handling Access a database Course requirement: None Who Should Take This Course : Developers that need to learn the details of how to write efficient and well-structured Rust applications People with prior OO language experience 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.
    Note: "Video course.". - Online resource; title from title details screen (O'Reilly, viewed September 19, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    [Place of publication not identified] : Pragmatic AI Solutions
    Language: English
    Pages: 1 online resource (1 video file (19 min.)) , sound, color.
    Edition: [First edition].
    Series Statement: Codewhisperer
    DDC: 005.3
    Keywords: Amazon Web Services (Firm) ; Application software Development ; Cloud computing ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Learning Generative AI with AWS CodeWhisperer During Live Coding This video series covers live coding in various languages iteratively, thus learning the language. Lessons Covered Include 1.0 Getting started with Bash and Rust using AWS CodeWhisperer, VSCode, and AWS Toolkit for VSCode Learning Objectives Learn the fundamentals of Generative AI Learn to build AI-powered solutions with Bash, Rust, and AWS services Master the key syntax and features of Bash and Rust languages Additional Popular Resources Assimilate OpenAI 52 Weeks of AWS-The Complete Series Microsoft Azure Fundamentals (AZ-900) Certification Rust Bootcamp Python Bootcamp Google Professional Machine Learning Engineer Course 2023 (Rough Draft) Rust Data Engineering Building with the GitHub EcoSystem: Copilot, CodeSpaces, and GitHub Actions Microsoft Azure Fundamentals (AZ-900) Certification Google Professional Cloud Architect Certification Course 2023 (Rough Draft) AWS Solutions Architect Professional (SAP-C02) 2023.
    Note: "Live coding.". - Online resource; title from title details screen (O'Reilly, viewed September 19, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    [Place of publication not identified] : Pragmatic AI Solutions
    Language: English
    Pages: 1 online resource (1 video file (31 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Rust (Computer program language) ; Application software Development ; Systems programming (Computer science) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Live Coding in Rust: Unleash the Power of Systems Programming Delve deep into the Rust ecosystem with this groundbreaking live coding series, focused on building robust and performant software, including cutting-edge topics like LLMOps and machine learning with Hugging Face's Candle library. What You'll Get Live coding sessions with expert commentary Weekly updates and continually expanding! High-impact projects and examples Exclusive discussions on Rust best practices Topics covering LLMOps, machine learning, and more A focus on performance, safety, and systems programming Course Outline (Future and Current Content) Rust Fundamentals Introduction to Rust Understanding Ownership & Borrowing Error Handling in Rust LLMOps in Rust Live Coding Rust: LLMOps in Rust--Exploring Hugging Face Candle Building Custom LLMOps Libraries Rust and LLVM: A Match Made in Heaven Machine Learning in Rust Implementing ML Algorithms in Rust Using Hugging Face Candle for NLP Deploying Rust ML Models in Production Systems Programming Writing File Systems in Rust Creating Web Servers with Actix Asynchronous Programming with async/await Rust in DevOps Automating CI/CD Pipelines with Rust Rust for Cloud Operations Rust in Containerized Environments Topics Covered LLMOps : The intersection of LLVM and DevOps Machine Learning : Building and deploying models in Rust Systems Programming : Low-level operations made easier and safer DevOps : Leverage Rust for automating operations tasks Additional Popular Resources Assimilate OpenAI 52 Weeks of AWS-The Complete Series Microsoft Azure Fundamentals (AZ-900) Certification Rust Bootcamp Python Bootcamp Google Professional Machine Learning Engineer Course 2023 (Rough Draft) Rust Data Engineering Building with the GitHub EcoSystem: Copilot, CodeSpaces, and GitHub Actions Microsoft Azure Fundamentals (AZ-900) Certification Google Professional Cloud Architect Certification Course 2023 (Rough Draft) AWS Solutions Architect Professional (SAP-C02) 2023.
    Note: "Pragmatic AI Labs Course.". - Online resource; title from title details screen (O'Reilly, viewed September 19, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media, Inc.
    Language: English
    Pages: 1 online resource (1 video file (5 hr., 42 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.312
    Keywords: Data mining Mathematics ; Mathematics ; Machine learning Mathematics ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: With the availability of data, there is a growing demand for talent who can analyze and make sense of it. This makes practical math all the more important because it helps infer insights from data. However, mathematics comprises many topics, and it is hard to identify which ones are applicable and relevant for a data science career. Knowing these essential math topics is key to integrating knowledge across data science, statistics, and machine learning. In this course, learners will delve into a carefully curated list of mathematical topics to jumpstart proficiency in areas of mathematics that they will be able to apply immediately. They will grasp the fundamentals of probability, statistics, hypothesis testing, linear algebra, linear regression, classification models, and practical calculus. Along the way they will integrate this knowledge into practical applications for real-world problems. What you'll learn and how you can apply it Gain a fundamental grasp of calculus, linear algebra, probability, statistics, and supervised machine learning. Apply mathematical fundamental principles in Python using standard mathematical libraries like NumPy and SymPy. Integrate multiple applied mathematical disciplines like linear algebra and calculus to perform tasks like gradient descent. This course is for you because... You're a budding data science professional who wants to build foundational knowledge in essential math concepts and how they apply to probability, statistics, and machine learning. You're a programmer using data science and machine learning libraries and want to understand the math and probability principles behind them. You're managing a data science team and want to have a fundamental understanding of techniques used on the field. Prerequisites: Beginner knowledge of Python (if-then conditionals, for loops, lists and other collections).
    Note: Online resource; title from title details screen (O'Reilly, viewed September 19, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    [Place of publication not identified] : Apress
    ISBN: 9781484298640 , 1484298640
    Language: English
    Pages: 1 online resource (1 video file (35 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.3
    Keywords: Android (Electronic resource) ; Application software Development ; Card games ; Mobile computing Software ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: In the video, you will learn how to build the classic War card game for Android. The game is played with a full deck of 52 cards. The players play cards one by one and the bigger card gets the smaller one. The point of the game is to win all of the cards. In this game, the user will be able to play vs device. This video is a valuable resource for developers looking to grasp the fundamentals of creating Android games with Java. It covers various aspects, including game design, creating a deck of cards, playing cards on the table, and delving into the intricacies of card games. What You'll Learn How to create Android games with Java How to create game design How to write the logic for card dealing How to play cards one by one and challenge the device Who This Video Is For People with more advanced skills in Android and Java are targeted but the video will be useful for total beginners as well.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 19, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Place of publication not identified] : Pearson
    ISBN: 9780138251062 , 0138251061
    Language: English
    Pages: 1 online resource (1 video file (27 hr., 25 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.8076
    Keywords: Computing Technology Industry Association Study guides Examinations ; Computer networks Study guides Security measures ; Examinations ; Computer security Study guides Examinations ; Electronic data processing personnel Study guides Certification ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: 27+ Hours of Video Instruction Get the edge you need to successfully study for the CompTIA Security+ exam! Overview CompTIA Security+ (SY0-701) is designed to prepare you for the SY0-701 version of the Security+ exam. It is an engaging self-paced video training solution that provides learners with more than 27.5 hours of personal training from security expert Sari Greene. With topic-focused instructional videos, you will gain an in-depth understanding of each exam objective in the CompTIA Security+ (SY0-701) exam, as well as a deeper understanding of security foundations and principles to ensure exam success. This self-paced video course maps to the CompTIA Security+ Certification Exam Objectives for the SY0-701 exam, which has been updated to reflect current and emerging cybersecurity trends and techniques. At the end of every sub lesson you'll find a three-second challenge, a Security-in-Action case study, and a word cloud that displays key concepts and terminology. At the end of every lesson, you'll find a Deep Dive quiz to help you assess your knowledge and progress. At the end of every module, you'll find practical application Closer Look labs. Related Learning Sign up for live training on CompTIA Security+ SY0-601 with Sari Greene: CompTIA Security+ SY0-601 Crash Course The exam objectives are organized into five domains: General Security Concepts Threats, Vulnerabilities, and Mitigations Security Architecture Security Operations Security Program Management and Oversight About the Instructor Sari Greene (CISSP-ISSMP, CRISC, CISM, CISA, SEC+, NSA/IAM) is an information security practitioner, author, educator, entrepreneur, and sailor. In 2003, Sari founded one of the first dedicated cybersecurity consultancies. She is a recognized leader in the field of cybersecurity and has amassed thousands of hours in the field working with a spectrum of technical, operational, compliance, and management personnel as well as boards of directors, regulators, service providers, and law enforcement agencies. Sari is the author and presenter of multiple best-selling certification videos including CISSP Complete Video Course 1st, 2nd, and 3rd editions, the Pearson Complete Course for CISM and the CompTIA SY0-501 and SY0-601 Security+ Complete Video Courses. Sari has published a number of articles related to cybersecurity, has been quoted in the New York Times, Wall Street Journal, on CNN and on CNBC, and speaks regularly at cybersecurity, legal, financial, and healthcare conferences and workshops around the country. Sari serves on the Bangor Savings Bank Board of Directors and chairs the Enterprise Risk Management Committee. In 2018, Sari was named Cybersecurity Educator of the Year and presented with the Cybersecurity Excellence award. The Cybersecurity Excellence Awards is an annual competition honoring individuals and companies that demonstrate excellence, innovation, and leadership in information security. Skill Level Intermediary to Advanced Learn How To Confidently understand every objective on the CompTIA Security+ exam--this course covers every objective and topic in depth. Prepare for exam success--Sari shares her best practices for studying for and taking the Security+ exam. Enhance your real-world cybersecurity skills and knowledge. Course Requirement CompTIA recommends but does not require at least two years of experience in IT administration with a focus on security prior to taking the certification exam. Who Should Take This Course Anyone preparing for the CompTIA Security+ examination. Secondary audience: IT professionals Anyone interested in learning security fundamentals 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.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 19, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Place of publication not identified] : Pragmatic AI Solutions
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 32 min.)) , sound, color.
    Edition: [First edition].
    Series Statement: Rough draft
    DDC: 005.13/3
    Keywords: Rust (Computer program language) ; Python (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Using Rust with Python A Practical Guide to Rust for Python Developers Topics: Lesson 1: Introduction to Rust and Python Integration & PyO3 Basics Video 1.1 : Introduction to Rust and Python Video 1.2 : PyO3 Installation Video 1.3 : Basic Rust Library Video 1.4 : Rust to Python Video 1.5 : Rust Ownership Model Video 1.6 : Diagram PyO3 Project Video 1.7 : Python Calc CLI Video 1.8 : PyO3 Features Video 1.9 : PyO3 Exceptions Lesson 2: Advanced Rust and Python Mixing Techniques Video 1.10 : Call Python from Rust Video 1.11 : Run Python Embedded in Rust Video 1.12 : Embedded Rust CLI Diagram Video 1.13 : Embedded Rust CLI Video 1.14 : Embedded Rust CLI Test Video 1.15 : Rust-built Python Tools Video 1.16 : Using Rust Ruff Linter Lesson 3: Python and Rust Command-Line Tools & Recap Video 1.17 : Using Polars with Python and Rust Video 1.18 : Polars CLI in Rust Video 1.19 : Polars CLI Test in Rust Video 1.20 : Polars-CLI Integration Test Video 1.21 : Polars Criterion Benchmarking Learning Objectives Understand the need for Rust and Python integration. Explore the PyO3 library and its usage. Understand the Rust ownership model and its usage in PyO3. Who Should Take This Course Python developers who want to learn Rust and its integration with Python. Rust developers who want to learn how to integrate Rust with Python. Developers who want to learn how to build command-line tools using Rust and Python.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 06, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media, Inc.
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 38 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.13/3
    Keywords: C++ (Computer program language) ; C++ (Langage de programmation) ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: Templates have proven to be one of the most powerful, but also one of the most challenging C++ features, particularly for C++ beginners. For instance, templates, often referred to as a Turing-complete language in the language, provide the means to do compile-time computations, but of course due to that, also introduce a significant complexity. This course gives an introduction to function templates, class templates, and variadic templates. It covers the syntax, implementation details, instantiation, full and partial specialization and will allow you to use templates to write more efficient, flexible, and maintainable software. What you'll learn and how you can apply it Why C++ templates are considered a powerful feature. When to use templates and when to not use them. How to write and use templates for maximum benefit. This course is for you because... You want to become a professional C++ developer. You want to use one of the most important and powerful C++ features. You want to read and understand C++ code using templates. Prerequisites: Some basic C++ experience, such as the knowledge about regular functions and regular classes.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 06, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781835469118 , 1835469116
    Language: English
    Pages: 1 online resource (1 video file (13 hr., 39 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.75/65
    Keywords: Microsoft Access ; Database management Computer programs ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Access 2021 is so much more than a way to create customizable desktop databases. It is a full lifecycle database management tool that makes creating small to large databases easy. This bundle merges two courses, Access 2021 Beginners (Part 1) and Access 2021 Advanced (Part 2), providing a comprehensive learning experience. You will start with relational database fundamentals and unlock the art of downloading, installing, and navigating Access 2021. Then navigate interfaces, utilizing ribbons, commands, and keyboard shortcuts. You will then master database creation by crafting tables, tweaking field properties, and comprehending index fields and primary keys. Elevate data quality through lookup menus and validation rules. Seamlessly import data, organize it with sorting and filtering techniques, and forge data relationships for comprehensive insights. Next, work on crafting user-friendly forms, sub-forms, and navigation forms that guide data interaction. Delve into the intricacies of queries, from basic to complex, aggregating numeric data and crafting expressions for insightful calculations. Advance to linking tables across databases, addressing multi-user concerns, and automating tasks using macros and VBA coding. Finally, navigate advanced queries, and write and modify SQL statements. By the end of this course, you will have gained a profound understanding of relational databases and the art of efficient database management using Access 2021. What You Will Learn Download, install, and navigate the interface of Access 2021 Create tables and fields for organized data structure Understand index fields and primary keys for data integrity Craft lookup menus for enhanced data interaction Import data from Excel and text files, enriching your dataset Write, edit, debug, and run VBA code along with building advanced queries Audience This course is tailor-made for individuals at the absolute beginner level or those seeking to refresh their foundational skills in database management. If you are looking to establish a solid foundation or have aspirations of becoming a seasoned database expert, aiming to advance your career, this course is designed to provide an exceptional starting point. This course is your gateway to unparalleled expertise in database management, regardless of your current level of proficiency. No prior knowledge of Microsoft Access is required. About The Author Simon Sez IT: Simon Sez IT has offered technical courses for individuals, small businesses, and Fortune 500 companies since 2008, with thousands of employees who can benefit from the easy-to-learn and hands-on software training. It offers over 8,000 video tutorials on a range of software programs. Simon Sez IT ensures stress-free eLearning and enhanced employee productivity--whether you implement new software or a technological upgrade in your work environment. With over 600,000 students from 180 countries, Simon Sez IT is the preferred online learning choice for individuals and businesses worldwide.
    Note: "Published in August 2023.". - Online resource; title from title details screen (O'Reilly, viewed September 05, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781835084182 , 1835084184
    Language: English
    Pages: 1 online resource (1 video file (10 hr., 50 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.4/3
    Keywords: Ansible (Computer software) ; Configuration management ; Software configuration management Computer programs ; Gestion de configurations ; Logiciels ; Gestion de configurations ; Logiciels ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: Ansible is a powerful automation tool used for configuring and managing systems. It simplifies infrastructure management through declarative, agentless, and idempotent playbooks, ensuring efficient and consistent operations across diverse environments. This course begins with an introduction to Ansible and its core versus community versions, followed by environment setup, ad-hoc commands, and Playbooks. We will delve into variables, conditionals, loops, tags, handlers, and error handling, gaining proficiency in efficient task execution. Privilege escalation, package installation, and logging are explored, along with task reusability techniques. The course delves into Ansible and systemd facts and works with multiple environments through inventory files. Advanced options such as remote_src, delegate_to, and run_once are thoroughly explained, providing cutting-edge insights. Hands-on practice makes it ideal for those seeking to optimize their infrastructure management skills using Ansible. Upon completion of the course, we will have gained mastery over the automation tool to efficiently manage infrastructure and streamline operations. We will understand core concepts, ad-hoc commands, and sophisticated Playbooks. With knowledge of variables, conditionals, loops, tags, handlers, and error handling, you can optimize task execution. What You Will Learn Master Ansible's fundamentals and ad-hoc commands Create and execute powerful Ansible Playbooks Handle variables, conditionals, loops, and tags effectively Implement error handling and logging strategies Utilize advanced features such as privilege escalation and package installation Work with multiple environments using inventory files Audience The target audience for this Ansible course includes experienced systems or automation engineers who have worked with different aspects of infrastructure management, such as operating systems, application configurations, and deployments. Additionally, this course is also suitable for individuals who aim to efficiently manage systems and application configurations in an automated manner, even if they are new to Ansible, as it offers a streamlined learning experience to quickly grasp the essential concepts and techniques of automation. About The Author VRTechnologies: VR Technologies is a seasoned DevOps automation consultant with a specialization in cloud and DevOps. With a wealth of experience, they have successfully trained over 400 students through comprehensive automation courses covering Shell, Python, and Ansible. With six years of training expertise, VR Technologies' commitment to staying at the forefront of technology trends is unmatched, ensuring that students receive the most up-to-date knowledge. Their passion for learning and teaching drives them to meticulously research and prepare each course, offering hands-on demonstrations from the basics to advanced concepts. Join VR Technologies on a transformative learning journey and unlock the power of automation in your career.
    Note: "Published in August 2023.". - Online resource; title from title details screen (O'Reilly, viewed September 05, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    [Place of publication not identified] : Pearson
    ISBN: 9780138237080 , 0138237085
    Language: English
    Pages: 1 online resource (1 video file (4 hr., 55 min.)) , sound, color.
    Edition: [First edition].
    DDC: 006.3/5
    Keywords: ChatGPT ; Natural language generation (Computer science) Computer programs ; Natural language processing (Computer science) ; Artificial intelligence ; Instructional films ; Nonfiction films ; Internet 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.
    Note: "Sneak peek.". - "Video course.". - Online resource; title from title details screen (O'Reilly, viewed September 05, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    [Place of publication not identified] : Pragmatic AI Solutions
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 24 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.1
    Keywords: Rust (Computer program language) ; Computer software Development ; Rust (Langage de programmation) ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: Rust For DevOps Learn how to use and apply DevOps principles using Rust This is an early release of the course. In this course, you will learn the basics of DevOps using the Rust programming language. DevOps helps you build, test, and deploy code faster while creating a robust foundation for your projects and teams. First, we will talk about what DevOps is. You will learn things like automation, monitoring, and working together as a team. Then, we will see how to use DevOps ideas in Rust code. You will learn about version control, testing, containers, and deploying Rust programs. Although this course explains the foundations of DevOps and using Rust which is ideal for beginners, experienced Rust developers will find solid advice in how to apply DevOps best practices to existing applications. Learning Objectives The core principles and practices of DevOps How to apply DevOps concepts to build, package, and deploy applications with Rust The basics of containerization and how to leverage containers for DevOps with Rust Course Content This course is divided into 4 weeks with 3 lessons that contain about 6 videos each. Each video is about 5 minutes long and contains a hands-on demonstration of the concepts covered in the lesson. The course is designed to be taken in order, but you can jump to any lesson you want to learn more about. Week 1: Introduction to DevOps Principles Introduction to DevOps Principles DevOps Considerations for Applications Basics of Containerization Week 2: Implementing monitoring and logging strategies Introduction to monitoring and logging strategies Tools and Services for monitoring and logging Logging with Rust About your instructor Alfredo Deza has over a decade of experience as a Software Engineer doing DevOps, automation, and scalable system architecture. Before getting into technology he participated in the 2004 Olympic Games and was the first-ever World Champion in High Jump representing Peru. He currently works in Developer Relations at Microsoft and is an Adjunct Professor at Duke University teaching Machine Learning, Cloud Computing, Data Engineering, Python, and Rust. With Alfredo's guidance, you will gain the knowledge and skills to build robust applications and infrastructure with the Rust programming language and for Rust applications. Resources Rust Bootcamp Deploy Rust on Azure Functions DevOps command-line tools in Python and Rust Switching to Rust from Python First Steps with Rust Learning Path.
    Note: Online resource; title from title details screen (O'Reilly, viewed September 05, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    [Place of publication not identified] : Pearson
    ISBN: 9780138195366 , 0138195366
    Language: English
    Pages: 1 online resource (1 video file (19 hr., 9 min.)) , sound, color.
    Edition: [First edition].
    DDC: 004.6
    Keywords: Computer networks Management ; Computer software Development ; Cloud computing ; Computer networks Study guides Management ; Examinations ; Computer software Study guides Development ; Examinations ; Réseaux d'ordinateurs ; Gestion ; Infonuagique ; Réseaux d'ordinateurs ; Gestion ; Examens ; Guides de l'étudiant ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    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.
    Note: "Sneak peek.". - "Video course.". - Online resource; title from title details screen (O'Reilly, viewed September 5, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc.
    Language: Undetermined
    Pages: 1 online resource (1 video file)
    DDC: 006.3
    Keywords: Artificial intelligence ; Intelligence artificielle ; artificial intelligence ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: The next generation of AI is poised to revolutionize how governments carry out their mission. New advancements in generative AI models and tools like ChatGPT are being explored to enable real-time communication, automate services, simplify processes, reduce inefficiencies, and collect intelligence data. Join leading experts in the field to explore the latest generative AI tools, techniques, and real-world use cases shaping the future of government. What you'll learn and how you can apply it Explore the latest developments in generative AI, how the government is responding, and how to navigate complex regulatory environments Learn how to harness the power of generative AI without compromising the security of confidential government data Uncover the latest techniques being used to analyze AI infrastructures in over 50 countries Discover how to implement AI-powered predictive and recommendation systems to improve and streamline government services This live course is for you because... You're an AI practitioner who wants to broaden your skill set and explore ways in which you can apply your knowledge to the public sector. You're a government employee who wants to explore the latest advancements in AI technology. You're a government official who wants to implement AI technology into your agency. Recommended follow-up: Read Prompt Engineering for Generative AI (early release book) Read Developing Apps with GPT-4 and ChatGPT (book) Read Low-Code AI (book) Watch ChatGPT: Possibilities and Pitfalls (video) Please note that slides or supplemental materials are not available for download from this recording. Resources are only provided at the time of the live event.
    Note: Machine-generated record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing
    ISBN: 9781835463635 , 1835463630
    Language: Undetermined
    Pages: 1 online resource (1 video file)
    DDC: 005.74
    Keywords: Blockchains (Databases) ; Cryptocurrencies ; Chaînes de blocs ; Cryptomonnaie ; cryptocurrencies ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Abstract: DApp (decentralized application) operates on a blockchain network. DApps are decentralized and rely on a distributed network of computers rather than a central server. They use smart contracts for automation and tokens for transactions and are open-source, promoting transparency. This course is designed to equip us with the essential skills and knowledge needed to become proficient in building decentralized applications (DApps) on the blockchain. Starting with an introduction to blockchain technology and decentralization, the course progresses through hands-on tutorials covering Solidity, the Ethereum blockchain, smart contracts, and front-end development using React. Students will learn to create, compile, and deploy smart contracts, build DApp user interfaces, and interact with the Ethereum blockchain. The course delves into advanced topics such as token creation, NFT marketplaces, and DeFi concepts. With practical exercises and projects like building a voting system, practical experience in DApp development, and optional sections on UI animation and React and state, learners will gain opportunities for further skill enhancement. By the end of this course, we will have a robust understanding of DApp development and the ability to build and deploy their DApp. The course imparts essential technical skills and emphasizes real-world project structuring, understanding DApp development, and preparing us for freelancing opportunities and blockchain careers. What You Will Learn Understand and code in Solidity for smart contract development Build user interfaces with React and Bootstrap Learn to interact with blockchain networks Develop real DApps such as yield farming systems and ERC20 tokens Master Mocha and Truffle for contract testing Set up a local blockchain environment for DApp development/testing Audience This course is designed for a diverse audience of individuals passionate about blockchain technology and DApp development. Beginners seeking to embark on their coding journey and aspiring developers looking to learn DApp as freelancers or within the blockchain industry. Entrepreneurs with innovative ideas can equip themselves with the skills needed to create functioning blockchain projects. Tech enthusiasts and existing developers can discover a wealth of knowledge for those intrigued by blockchain and DApp. Prerequisites include having a computer, the Internet, and a strong interest in DApp. About The Author Clarian North: Clarian North is a recognized industry-certified instructor, CEO of Orbital LLC, and a senior project engineer with over 90K enrolments worldwide. His students have gone on to work for some of the biggest production companies such as Universal, Google, Amazon, Warner, and the BBC. He has contributed to viral streams, grown a unique digital imprint in over 80 countries, and been featured in Rolling Stone, Billboard, Guardian, Bloomberg, and Vice. He has worked for majors, indies, and international publishing houses, including Grammy-nominated and award-winning productions, mixing for Emirates Airline Inflight Radio, and producing for Kompakt Records. He is dedicated to giving accessible and comprehensive tech courses, teaching complex subject matter with clear and example-based explanations, and guiding students through complex techniques with just a computer and free software.
    Note: Machine-generated record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Language: English
    Pages: 1 online resource (1 video file (2 hr., 4 min.)) , sound, color.
    Edition: [First edition].
    DDC: 004.6782
    Keywords: Amazon Web Services (Firm) ; Cloud computing ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Sponsored by AWS It's no longer a question of whether your organization is moving to the cloud, but rather how fast you can move while ensuring security, visibility, control, and safety. If you're migrating to the cloud or already operating in the cloud, you want a secure and efficient way to manage and monitor your infrastructure and applications in the cloud, on premises, or in hybrid or multicloud environments. Join us for the third of three half-day online events in the AWS Observe and Operate series designed to showcase solutions for your observability and operations needs. The pressures to keep systems up and running with minimal disruption are increasing while applications, infrastructure, and services are being deployed at ever-increasing rates. The dynamic nature of modern applications and architectures is producing an explosion of siloed data and telemetry from multiple sources. Observability and operations professionals are being challenged to maintain SLOs and SLAs to achieve availability, reliability, and performance. In this third event in the AWS Observe and Operate series, we dive deep into key use cases for operations and observability and demo solutions as you set up alarms, detect anomalies, identify and analyze issues, build in proactive and reactive operational processes, and automate responses to issues in order to lower Mean Time To Resolution (MTTR), maintain availability and performance, prevent and mitigate operational issues, and optimize resources and infrastructure. We will show you how customers have used AWS services to apply Amazon best practices for observability and operations. Join this interactive event as we demo and answer your burning questions live! This course is for you because: You're a cloud engineer or architect responsible for managing and maintaining infrastructure and applications in your AWS, hybrid, or multicloud environment. You are responsible for monitoring systems and applications to ensure they run smoothly, and for identifying and resolving incidents quickly to minimize downtime and prevent disruptions. You want to improve MTTR, maintain high availability, and improve performance across your applications. What you'll learn and how you can apply it: Understand how you can use AWS to achieve your business and operational goals Learn how you can leverage AWS to improve system performance, enhance customer experience, and optimize cost Get best practices on setting up your operations and observability Prerequisites: Foundational knowledge of cloud and/or on-premises infrastructure and applications Recommended follow-up Watch AWS Observe and Operate: Manage Your Cloud Infrastructure and Modern Applications (video) Watch AWS Observe and Operate: Monitor Your Cloud Infrastructure and Modern Applications (video) Read AWS Observability Best Practices (AWS resource).
    Note: Online resource; title from title details screen (O'Reilly, viewed October 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 46 min.)) , sound, color.
    Edition: [First edition].
    Series Statement: Live courses
    DDC: 332.028541
    Keywords: Financial services industry Technological innovations ; Artificial intelligence ; Financial services industry Information technology ; Artificial intelligence Law and legislation ; Finance Data processing ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Sponsored by Ikigai AI continues to be a key force driving innovation in the financial ecosystem--automating processes, personalizing customer experiences, mitigating risk, fighting fraud, and predicting financial markets like never before. Join us and leading industry experts to learn more about next-generation AI tools and techniques at the forefront of transformation in financial services. What you'll learn and how you can apply it: Learn how to leverage AI to improve development velocity across every stage of the product development lifecycle Understand how to train and fine-tune generative AI models using open source frameworks that are empowering the financial services industry Explore common techniques and tools used to enhance processes, augment agents, and build intelligent applications that use generative AI Uncover how sophisticated AI technology is challenging traditional fraud detection methods and how deepfakes are evolving rapidly Discover the intersection of generative AI and multimodal agents that provide a holistic understanding of concepts by analyzing diverse data Identify strategies to leverage the benefits of large foundational models and the computer architectures used for these models This course is for you because: You're an ML engineer or data practitioner who wants to broaden your skill set and apply your knowledge to the robust financial industry. You're a developer building AI-infused applications. You're a financial practitioner who wants to explore the latest advancements in AI technology, which is poised to change the future of finance. You're a financial leader who wants to implement AI technology into your organization. Recommended follow-up: Read Probabilistic Machine Learning for Finance and Investing (early release book) Read Artificial Intelligence in Finance (book) Read Prompt Engineering for Generative AI (early release book) Read Developing Apps with GPT-4 and ChatGPT (early release book) Read Low-Code AI (early release book) Watch ChatGPT: Possibilities and Pitfalls (video) Take Hands-On Algorithmic Trading with Python (on-demand course) Please note that slides or supplemental materials are not available for download from this recording. Resources are only provided at the time of the live event.
    Note: Online resource; title from title details screen (O'Reilly, viewed October 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781835463208 , 1835463207
    Language: English
    Pages: 1 online resource (1 video file (12 hr., 5 min.)) , sound, color.
    Edition: [First edition].
    DDC: 794.8/1526
    Keywords: Unity (Electronic resource) ; Video games Programming ; Video games Design ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Unity is a powerful and widely used game development engine that provides a comprehensive set of tools for creating interactive 2D and 3D games, simulations, and other interactive content. C# is a versatile and modern programming language that is commonly used for game development within the Unity engine. The course begins with installing and setting up Unity, followed by creating diverse and captivating 2D and 3D game projects using the powerful combination of Unity and C# scripting. You will gain mastery over Unity and C# by constructing six distinct games, each an embodiment of your innovative ideas. You will learn the intricacies of C# scripting while building an impressive collection of 2D and 3D games that showcase your growing expertise. The games include, from the engaging "2D Egg Catching Game" to the exhilarating "Block Dodging Game". You will conquer the challenge of the "Dino Run Game", navigate the intricate mazes of the "3D Maze Ball Game", and create a "3D Endless Runner Android Game" that's ready for the mobile platform. The journey concludes with the creation of the "3D Ball Coin Collector". By the end of this course, you will have transformed from a curious learner to a skilled Unity game developer with a deep understanding of C# scripting and possess the ability to create an impressive portfolio of diverse 2D and 3D games. Credits: Audio from Bensound Arts from Gameart2d What You Will Learn Develop an engaging 2D egg-catching game that challenges players' reflexes and coordination Craft a dynamic experience where players skillfully maneuver through obstacles Conquer the complexities of creating a dino run game and scripting captivating animations Architect 3D Maze Ball Adventure, immersing players in a captivating ball-rolling journey Create 3D Endless Runners with continuous challenges and evolving landscapes Build a 3D ball coin collector game where players navigate vibrant worlds and collect coins Audience This course is designed for individuals eager to master Unity game development through hands-on experience in crafting an array of captivating 2D and 3D games. If you are enthusiastic about bringing your game ideas to life and embarking on a journey of creativity, this course is your gateway. Perfectly tailored for developers who seek a practical approach to learning Unity game development and C# scripting, this course takes you through the process of building real-world example projects. A basic understanding of Unity and C# is recommended to fully grasp the concepts and techniques covered. About The Author Raja Biswas: Raja Biswas has taught game development and computer programming to thousands of people through his YouTube channel--Charger Games. He has helped many viewers publish their first game through his videos and has encouraged them to learn computer programming as well. He has a passion for learning new things and teaching those to anyone looking to learn. Every day, Raja gets emails from all over the world, thanking him for all that he teaches through his tutorial videos. He is from India and has a diploma in engineering in computer science and technology and a bachelor's degree in engineering in IT. He has learned and developed most of his skills from books and online tutorials and believes that anyone can learn anything today with the power of the Internet.
    Note: "Updated September 2023.". - Online resource; title from title details screen (O'Reilly, viewed October 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    [Place of publication not identified] : Pearson
    ISBN: 9780138255008 , 0138255008
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 29 min.)) , sound, color.
    Edition: [First edition].
    DDC: 005.8
    Keywords: Computer security ; Computer security Vocational guidance ; Computer networks Security measures ; Vocational guidance ; National security Vocational guidance ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: 3 Hours of Video Instruction Learn the strategy and skills you need to succeed in the cybersecurity field Overview Cybersecurity is an exciting, fast-growing industry. But how do you get started in the field and stand out from the competition? What do you need to fast track your cybersecurity career? In this video course, industry expert, professor, and bestselling author Yuri Diogenes guides you through the steps toward a successful career in cybersecurity. Learn about the roles and responsibilities of a cybersecurity professional, the mindset and skills you need to succeed, and how you can build a network and ace your interview to level up in your career. Yuri knows what it takes to jumpstart your cybersecurity career. He is a Principal PM Manager for a cybersecurity team at Microsoft, hiring the next generation of practitioners. He also teaches students working toward their degree in cybersecurity, preparing them for professional success. Whether you're just getting started or want to move ahead in your cybersecurity career, Yuri is your mentor to building a career in cybersecurity. Learn How To Identify gaps in your current knowledge in cybersecurity and create a plan to migrate to this field. Build a lab to deploy cloud security products and practice some of the concepts that you learn in the video course. Evolve in your career by improving your professional skills, expanding your network of contacts, and learning how to deal with difficult scenarios. Who Should Take This Course Aspiring or early career technical professionals who want to work in the cybersecurity field and achieve success. Course Requirements Since this video course is a guide to help professionals migrate to the cybersecurity field, there are no direct pre-requisites. About the Instructor Yuri Diogenes has been in the IT field since 1994, and in the cybersecurity field since 2006. Yuri has been at Microsoft for 17 years and currently he is a Principal PM Manager, where he manages a team of Product Managers for Defender for Cloud. In the academic field, Yuri has been a Professor for EC-Council University since 2005, where he teaches at the Bs in Cybersecurity program. Yuri has a master's degree in Cybersecurity Intelligence and Forensics Investigation at UTICA College and currently he is working on a PhD in Cybersecurity Leadership from Capitol Technology University. Yuri is the host of the Defender for Cloud in the Field Show for Microsoft Security, and a published author with a total of 30 books published worldwide. Follow Yuri at: Twitter: yuridiogenes LinkedIn: https://www.linkedin.com/in/yuridiogenes/.
    Note: "Video course.". - Online resource; title from title details screen (O'Reilly, viewed October 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 37 min.)) , sound, color.
    Edition: [First edition].
    DDC: 004.67/82
    Keywords: Database management ; Big data ; Data mining ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Sponsored by Redpanda Millions (if not billions) of touch points from customers, systems, and processes enter the average business's data stream every day. Farther down that stream, analysts, data scientists, and ML engineers take that data and use it to develop hypotheses, identify insights, feed learning models, and so much more. The job of the data engineer is to manage this lifecycle from initial generation through storage to ingestion, transformation, and finally serving the data, using tools like AWS, Azure, Google Cloud, Spark, Kafka, SQL, and many more. It's extremely important and no small feat. That's why data engineering is one of the fastest growing jobs--and why data engineers are employed by many of the most recognizable tech companies in the world, including IBM, Amazon, Microsoft, Apple, Google, and Facebook. Join experienced industry experts to learn how the data engineering lifecycle fits into the overall data lifecycle, explore the technologies you'll need to conquer along the path from generation to service, and better understand how to meet the needs of analysts, scientists, and ML engineers as well as the business stakeholders and customers driving decisions. What you'll learn and how you can apply it Discover how the data engineering lifecycle allows data professionals to design and build a robust architecture Standardize the process of ML model deployment and monitoring with MLOps Learn essential data preprocessing techniques crucial for harnessing the potential of LLMs This live course is for you because... You're a data engineer, ML engineer, or data scientist. You want to effectively approach the data lifecycle from ingestion to labeling to solving problems with machine learning. You want to learn more about prompt engineering and management to tame the inherent unpredictability of AI-generated outputs. Recommended follow-up: Read Fundamentals of Data Engineering (book) Read Designing Machine Learning Systems (book) Read Machine Learning Design Patterns (book).
    Note: Online resource; title from title details screen (O'Reilly, viewed October 10, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc.
    Language: Undetermined
    Pages: 1 online resource (1 video file)
    DDC: 004.67/82
    Keywords: Microsoft Azure (Computing platform) Security measures ; Cloud computing Security measures ; Information technology Management ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Microsoft Azure is a globally distributed cloud service, but companies around the world using Azure have to meet varying compliance commitments depending on the country or industry they operate in. For instance, when dealing with data belonging to European Union citizens, it is necessary to prevent the transfer of that data outside of the EU. Not only do organizations need to be aware of these requirements, but there are also several best practices they should enforce on their Azure resources, as well. As you build your corporate policy and establish governance strategies, you can take advantage of built-in services like Azure Policy to enforce and automate your company's governance decisions. In this course, expert Reza Salehi helps you navigate the complexities of governance and compliance by exploring Azure Policy, a service that helps you enforce and automate governance decisions and organizational standards in your Azure subscriptions. By the end of this course, you'll know how to use built-in and custom policies in Microsoft Azure, and ensure that your Azure environment is secure, compliant, and optimized for success. What you'll learn and how you can apply it Azure subscription compliance and governance Why Azure Policy can help and how to use it How to identify the right Policy for a given scenario How to assign a built-in Azure Policy How to create and assign a custom policy How to create an Azure Policy Initiative for ease of management This course is for you because... You're a software developer, architect, administrator, or manager. You work with companies interested in (or already using) Microsoft Azure. You want to become a cloud developer, design data storage solutions hosted in the cloud, or manage a team of cloud engineer. Prerequisites: Have a fundamental understanding of cloud computing and Microsoft Azure Preferably, having experience working as an Azure developer, solution infrastructure professional, or administrator Recommended follow-up: Watch AZ-104: Microsoft Azure Administrator Full Course (video course).
    Note: Machine-generated record
    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...