Ihre E-Mail wurde erfolgreich gesendet. Bitte prüfen Sie Ihren Maileingang.

Leider ist ein Fehler beim E-Mail-Versand aufgetreten. Bitte versuchen Sie es erneut.

Vorgang fortführen?

Exportieren
Filter
  • MPI Ethno. Forsch.  (30)
  • HU Berlin
  • München BSB
  • München UB
  • Englisch  (30)
  • 2020-2024  (30)
  • 1995-1999
  • 1990-1994
  • 1960-1964
  • 2023  (30)
  • 2020
  • 1996
  • Apress 〈Firm〉,  (20)
  • North, Clarian  (10)
  • Internet videos  (30)
  • Nonfiction films  (30)
  • Education
  • Monografische Reihe
Datenlieferant
  • MPI Ethno. Forsch.  (30)
  • HU Berlin
  • München BSB
  • München UB
Materialart
Sprache
  • Englisch  (30)
Erscheinungszeitraum
  • 2020-2024  (30)
  • 1995-1999
  • 1990-1994
  • 1960-1964
Jahr
  • 1
    Online-Ressource
    Online-Ressource
    [New York, New York] : Apress
    ISBN: 9781484292372 , 1484292375
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (43 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 794.8/151
    Schlagwort(e): Android (Electronic resource) ; Video games Programming ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: The memory game is fun and popular for all, but particularly for younger people. In this video, Tihomir Radev provides step-by-step instruction to help you build a simple version of it. The game is quite a useful project in the developer portfolio. The process shows the developer knows basics in game creation with simple animations, importing images and more. The game consists of 12, 16, 24 or more tiles with images and the point is to match them in pairs as fast as possible. It's a universally engaging matching game. This video will help developers to learn basics of Android games, using buttons, images, simple animations, adding high scores, timer and more. What You'll Learn Create the project and import assets. Connect the design with Android Studio. Write logic for the tiles. Add a timer and more log to pair the images. Who This Video Is For People with more advanced skills in Android Studio and Java are targeted but the video will be useful for total beginners as well.
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 2
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Apress
    ISBN: 9781484294543 , 1484294548
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (1 hr., 30 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.13/3
    Schlagwort(e): Python (Computer program language) ; Computer networks Management ; TCP/IP (Computer network protocol) ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Python offers software engineers a multitude of inter-process communications (IPC) options. With the popularization of cross-cloud communications today, sockets - be they managing TCP, UDP, or even RAW octets - remain the predominate way to monitor, aggregate, as well as to participate in point-to-point, as well as multi-process signaling and information sharing activities. The purpose of the PSL-3000 Socket IPC is to review how to use TCP/IP and UDP/IP - the most popular and ubiquitous of all modern communication patterns and protocols. Along the way not only will PSL-3000 Socket IPC demonstrate how to share data between cooperating computer processes using IP, but many supporting options - as well as Python's built-in, object-oriented socket frameworks. From protocols, options, and failure recovery, along the way hands-on "beyond the basics" discussions, demonstrations, and coding activities are provided. Evolutionary IPC concepts destined to help viewers demystify common networking terms, trends, technologies, as well as techniques. Split into three (3) major sections, the PSL-3000 Socket IPC educational opportunity viewers will enjoy many IPC coding activities. Projects encompass short and simple snippets designed to review basic networking concepts, common design patterns, bit manipulations, and even hexadecimal network-mask encodings. - Viewers will also enjoy completing an evolutionary set of IPC activities covering client, server, peer-to-peer (multicasting,) as well as Python 3's "batteries included" socketed Framework. Timeouts, testing, as well as error recovery strategies are also demonstrated & practiced. What you will learn: Understand common communications terms, technologies, as well as testing techniques. How to use advanced techniques to multicast. What are the advantage of Python's socketserver object oriented design. How to simulate, as well as to recover from, common communication errors. Who this book is for: Both beginner and intermediate 'Pythoneers understanding functional Python, as well as the basics of inheriting from Python classes, will guarantee a larger audience. DevOps, Cloud, and IT security roles will also enjoy discovering how quick & easy it can be to create, monitor as well as to share data, events, and operational telemetries using Python 3.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed May 11, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 3
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781805124269 , 1805124269
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (3 hr., 40 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.3
    Schlagwort(e): Application software Development ; Natural language generation (Computer science) Computer programs ; JavaScript (Computer program language) ; User interfaces (Computer systems) ; Artificial intelligence ; Computer graphics ; Instructional films ; Nonfiction films ; Internet videos
    Anmerkung: "Published in April 2023.". - Online resource; title from title details screen (O'Reilly, viewed May 11, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 4
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Apress
    ISBN: 9781484298640 , 1484298640
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (35 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.3
    Schlagwort(e): Android (Electronic resource) ; Application software Development ; Card games ; Mobile computing Software ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: 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.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed September 19, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 5
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Apress
    ISBN: 9781484298725 , 1484298721
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (40 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.8
    Schlagwort(e): Computer security ; Computer networks Security measures ; Data protection ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: With cyber attacks on the rise, all individuals - and especially professionals handling potentially confidential company data - should be well-versed in how to protect their information from bad actors. This video will take you through the steps you can take to protect both your private and company data. The video will explain why cybersecurity is important on an individual and personal level, how cyber attacks have been evolving and what vulnerabilities you need to be aware of and protect. It'll go through topics and tricks to deal with these threats and explore the costs and impact of not protecting your data. What You Will Learn The financial impact of (non)-action How to deal with the evolving needs of security How attacks and vulnerabilities are evolving in the world Who This Video is For Non-technical professionals who are looking to understand how they can be careful with both their personal and professional data.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed September 19, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 6
    Online-Ressource
    Online-Ressource
    [New York, New York] : Apress
    ISBN: 9781484291948 , 1484291948
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (44 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 332.1
    Schlagwort(e): Banks and banking Social aspects ; Sustainable development Finance ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: 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.
    Anmerkung: Online resource; title from title details screen (O’Reilly, viewed February 7, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 7
    Online-Ressource
    Online-Ressource
    [New York, New York] : Apress
    ISBN: 9781484291849 , 1484291840
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (42 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 332
    Schlagwort(e): Finance Technological innovations ; Digital currency ; International finance ; Financial services industry ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Digital banking and financial services is becoming ever more important. This video will allow traditional players to try to understand and fight back against the challenge offered by fintechs and other competitors. How can these organizations apply digital strategy to remain competitive on the market? The video will introduce the existing market, its size, the major players and challengers. Why are apps so important in financial services and how are bench marks performed by research institutions comparing these? What are some key elements to identify a good and successful example of digital banking? This video will answer all that and more.
    Anmerkung: Online resource; title from title details screen (O’Reilly, viewed February 7, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 8
    ISBN: 9781484294826 , 1484294823
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (48 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.1
    Schlagwort(e): Git (Computer file) ; Computer software Development ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: This video will get you up and running with GitHub Actions, GitHub's DevOps pipeline engine, which will allow you to automate just about any task. Author and trainer Yas Adel Mehraban takes a very practical hands-on approach for you to follow along, getting you up-to-speed on the terminology and then diving into concepts and code to create basic and more complex workflows. From there you learn how to share workflows within your organization and standardize your work using templates. To conclude the video, you will learn about more complex components such as triggers, expressions, contexts and using environment variables and secrets. What You Will Learn Understand core concepts and benefits of DevOps and CI/CD pipelines Use Yaml syntax for your GitHub workflows Run your first GitHub Action workflow Manage complex scenarios such as handling secrets, integrating depending jobs, configuring stages, environments, and adding labels to workflows Share GitHub Actions within an organization and learn about the templates and triggers available Set custom environment variables in your workflow file Understand the different billing options and limitations Who This Video Is For Any developer, system administrator, IT professionals, devops engineer, or cloud architect, who is already familiar with the fundamentals of GitHub repos source control.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed May 11, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 9
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781805125174 , 1805125176
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (6 hr., 43 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.13/3
    Schlagwort(e): Rust (Computer program language) ; Computer programming ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: 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.
    Anmerkung: "Published in April 2023.". - Online resource; title from title details screen (O'Reilly, viewed May 23, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 10
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Apress
    ISBN: 9781484296837 , 1484296834
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (30 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.3
    Schlagwort(e): Xcode ; Application software Development ; Mobile apps ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: In the video you will learn how to build a simple reminder app for iOS. The user will be able to input some text, set a time and the app will show this text as a notification at the specified time. This app is very useful for people to schedule reminders and notes at specific time. The developers will be able to build that kind of app and will learn how to work with notifications which is very important skill for an iOS developer. What You'll Learn How to create the design of the app How to connect the design with the Swift code How to write logic for background process How to write logic for notification How to write logic for the app Who This Video Is For People with more advanced skills in Xcode and Swift are targeted but the video will be useful for total begin-ners as well.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed August 3, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 11
    Online-Ressource
    Online-Ressource
    [New York, New York] : Apress
    ISBN: 9781484290316 , 1484290313
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (48 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 006.7
    Schlagwort(e): Active server pages ; Web site development ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: 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.
    Anmerkung: Online resource; title from title details screen (O’Reilly, viewed February 7, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 12
    ISBN: 9781484290804 , 1484290801
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (33 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.3
    Schlagwort(e): Application program interfaces (Computer software) ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Software widgets are relatively simple and easy-to-use software applications or components made for one or more different software platforms. Popular examples of widgets include event countdowns, website visitors counter, clocks, daily weather report, etc. This video shows how to create simple widgets for Android. Customizing the widget update interval is one of the most useful skills in Android development. Standard widgets have a minimum of a 30-minute update interval. It helps developers add background tasks for widget updates, so this video explains how to update at the desired time interval (even lower than 30 minutes). Also, with background service the widget can download online data and update at specific time. What You'll Learn Create a simple widget Show widget on the screen Create background task Update widget at custom interval with alarm manager Who This Video Is For People with more advanced skills in Android Studio and Java are targeted but the video will be useful for total beginners as well.
    Anmerkung: Online resource; title from title details screen (O’Reilly, viewed February 7, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 13
    ISBN: 9781484292099 , 148429209X
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (42 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.2/76
    Schlagwort(e): Microsoft .NET Framework ; Application software Development ; Web applications ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Build applications for any desktop or mobile operating system by using .NET MAUI - a cross-platform software development framework. This video will teach you how to use .NET MAUI, which is a .NET-based framework for cross-platform native application development. The framework allows you to build applications for Windows, Mac OS, iOS and Android by using the same codebase. The video starts with a short introduction about .NET MAUI and overall contents the author will discuss. You will then demonstrate how to install the necessary development tools that are needed to work with MAUI project templates followed by components of MAUI project structure. Moving forward, you will go through MAUI Blazor project template and learn XAML syntax along with implementation of various UI components. Next, you will learn the importance of Model-View-View-Model architectural pattern in MAUI and demonstrate how to build Windows applications. Towards the end, you will build iOS and Mac OS applications by using MAUI. After going through the video, you will be able build applications in Windows, Mac and iOS using MAUI.
    Anmerkung: Online resource; title from title details screen (O’Reilly, viewed February 7, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 14
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781805121183 , 1805121189
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (4 hr., 49 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 006.3/5
    Schlagwort(e): ChatGPT ; Natural language generation (Computer science) Computer programs ; Neural networks (Computer science) ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: This course is designed with the latest mobile technology and in-demand job tools including React Native, JavaScript, Expo-GO, and the best conventions in 2023; it also teaches the very latest mobile development techniques and version of React with hooks. This course demonstrates how to leverage the power of ChatGPT as a tool in addition to stack overflow and documentations to build scripts and simplifies tackling difficult code tasks and takes your coding skills to the next level. Here, you will code along with ChatGPT and develop a project from scratch for your portfolio. You will learn how to develop professional web applications with ChatGPT and modern tools and libraries including React Native and JavaScript. Look at the object-oriented programming and functional components in React and React Hooks. You will explore the art of professional coding techniques building a sleek and functional UI. You will see how to write code with templated models and libraries, and clearly document your thought process. Finally, you will learn how to build and work on an entire mobile application with a client-side, simulated database with ChatGPT and enhance your productive levels as a programmer. By the end of the course, you will have deployed an application to your phone with real functionality. What You Will Learn Create a simulated database using ChatGPT Learn to render data on the page using best practices Look at how to use ChatGPT to create realistic simulations Implement features such as likes, comments, stories, and users Learn OOP and functional components in React and React Hooks Create a visually appealing and easy-to-navigate user interface Audience This course is perfect for those who want to gain confidence in mobile app development using ChatGPT and have a basic understanding of JavaScript. It's a great starting point for beginners interested in programming and a valuable addition to the portfolio of those pursuing a career in the industry. While prior knowledge of JavaScript and web development would be advantageous, it is not a prerequisite as the course is designed to cater to learners with no programming experience. 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 BBC. He has contributed to viral streams, grown a unique digital imprint in over 80 countries, and has 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.
    Anmerkung: "Published in March 2023.". - Online resource; title from title details screen (O'Reilly, viewed April 11, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 15
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781805124436 , 1805124439
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (4 hr., 32 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.3
    Schlagwort(e): Node.js ; Web applications ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: This comprehensive course is designed to take you from the very basics of setting up a web server to creating server-based and serverless applications using the Express framework and Node.js. This course starts with an introduction to Node.js, then you will explore more about the Node.js filesystem. Following that, you will be learning about Express.js and its use cases. After that, you will work on a small project using Express.js and use various CRUD operations while working on the project. Next, you will build a serverless app with API requests. Throughout the course, you will learn how to set up routes, handle post requests, use middleware, authenticate usernames and passwords with Express and Passport, and use Handlebars for templating. Additionally, you will gain hands-on experience in working with databases, hashing and salting, and setting up sign-up forms and log-out functionality. By the end of this course, you will have the confidence and skills to build your own web applications with the Express framework and Node.js. With code-along sessions, quizzes, and solution files available every step of the way, you will be able to reinforce your knowledge and practice until you feel confident in your ability to develop professional-quality applications. What You Will Learn Use optimize and refactor techniques to write efficient and effective code Learn how to set up a web server from scratch with Express and Node Understand the fundamentals of Express.js (CRUD operations) Look at templating engines with Handlebars from scratch Build a serverless app with API requests Learn to solve problems and dig through documentations like a developer Audience If you are looking to improve your coding skills and gain a deeper understanding of the Express framework, then this course is perfect for you. Whether you are an aspiring programmer, web developer, student, or experienced professional, this course is designed to provide you with the knowledge and skills necessary to develop advanced web applications using Express framework and Node.js. No prior programming experience is required, but some familiarity with JavaScript and web development is recommended. 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 BBC. He has contributed to viral streams, grown a unique digital imprint in over 80 countries, and has 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.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed April 11, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 16
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Apress
    ISBN: 9781484294789 , 1484294785
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (31 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.8
    Schlagwort(e): Computer networks Security measures ; Small business Computer networks ; Security measures ; Computer security Government policy ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: 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.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed May 11, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 17
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Apress
    ISBN: 9781484295557 , 1484295552
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (25 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.3
    Schlagwort(e): iOS (Electronic resource) ; Application software Development ; iPhone (Smartphone) Programming ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Software widgets are relatively simple and easy-to-use software applications or components made for one or more different software platforms. Popular examples of widgets include event countdowns, website visitors counter, clocks, daily weather report, etc. Lots of people can build a widget for iOS. But few can integrate them with an image downloader and show the downloaded image in the widget with custom intervals. This video will show how you can build very simple iOS widget in Xcode. The widget will have big image, front and center. Then on custom intervals, the widget will update the image with a new random one. Images will be stored on an online location so the widget will have to download them and show them one by one. What You'll Learn The basics of iOS widgets Image downloading Basics of SwiftUI How to update the widget with custom functions Who This Video Is For People with more advanced skills in Xcode and Swift are targeted, but the video will be useful for total beginners as well.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed May 11, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 18
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781805122821 , 1805122827
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (5 hr., 11 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.3
    Schlagwort(e): Node.js ; Web applications Development ; Web applications Security measures ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: This course starts with the use of the EJS library to create dynamic views for your web applications and explains how to work with template variables and control structures. You will gain a deep understanding of how to work with JavaScript, Node.js, and Express.js to create efficient, scalable web applications. See how to define routes, handle requests, and respond to requests using the Express Framework. Moving ahead, you will use Passport.js to implement authentication and authorization for your web applications. Work with popular strategies such as Google, Facebook, and Auth0 to provide your users with a secure and convenient way to sign in and sign up. You will design and implement a SQL database for your web applications. In this course, you will learn best practices for working with the Express Framework and gain a solid understanding of how to work with Passport.js to build robust, secure authentication and authorization systems. You will also gain knowledge of different routing methods, RESTful routes, and how to handle form data and file uploads. Finally, you will learn how to use middleware for logging, body parsing, error handling, and more. By the end of this course, you will have all the skills you need to build dynamic web applications using Express Framework and SQL and get a good understanding of how to secure and authenticate your application. What You Will Learn Use the EJS library to create dynamic views for web applications Work with JavaScript, Node, and Express to create efficient, scalable web apps Implement authentication and authorization for web applications using Passport Design and implement a robust and efficient SQL database for web apps Build Facebook, Google, and Auth0 local strategies with Passport.js Learn routing methods, RESTful routes, handling form data, and file uploads Audience This comprehensive course is designed for web developers of all levels who want to gain a deep understanding of the Express Framework and its various features. You will learn hands-on experience with Passport and Auth0 to implement secure authentication and authorization in your web applications. The course benefits individuals who want to learn how to secure and authenticate web applications with industry-standard methods and build a strong foundation in database design and implementation. No prior programming experience is required, but some familiarity with JavaScript and web development is recommended. 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.
    Anmerkung: "Published in April 2023.". - Online resource; title from title details screen (O'Reilly, viewed May 23, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 19
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Apress
    ISBN: 9781484293737 , 1484293738
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (27 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.3
    Schlagwort(e): Android (Electronic resource) ; Application software Development ; JSON (Document markup language) ; Mobile computing ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Working with JSON in Android is one of the most useful skills for a developer. This is used on a daily basis in all kinds of apps. Displaying online data in an app is an essential part of the Android ecosystem. This video course will teach you how to download JSON data from an online location into the Android app. For example a list of contacts with email addresses, phone numbers, names, and other relevant information. Then you'll learn how to format the data properly and list it in a TableView to be more user friendly to read by the user of the app. What You'll Learn How to download text from a server How to properly format JSON data How to build a custom ListView with custom rows How to place everything in the layout How to populate the ListView with the formatted JSON data represented by a List of custom items Who This Video Is For People with more advanced skills in Android Studio and Java are targeted, but the video will also be useful for total beginners.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed May 11, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 20
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781805122050 , 1805122053
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (16 hr., 58 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.2/762
    Schlagwort(e): JavaScript (Computer program language) ; Computer programming ; Recursion theory ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: 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.
    Anmerkung: "Published in May 2023.". - Online resource; title from title details screen (O'Reilly, viewed June 13, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 21
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Apress
    ISBN: 9781484295748 , 1484295749
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (1 hr., 14 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.3
    Schlagwort(e): Application program interfaces (Computer software) ; C (Computer program language) ; Regular expressions (Computer science) ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: 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 .
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed May 23, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 22
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781805122470 , 1805122479
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (16 hr., 23 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.13
    Schlagwort(e): Programming languages (Electronic computers) ; Blockchains (Databases) ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Solidity is the most popular blockchain language in the world designed to build DApplications (Smart Contracts). It powers Ethereum and there is an in-demand exponential growth of high-paying jobs all over the world, which is changing the way we conduct business. The course starts with covering the Solidity fundamentals including variables, if/else, operators, Boolean logic, functions, arrays, modifiers, loops, strings, and more. You will also learn Solidity from scratch with topics such as public and private visibility, struct and Enums, special global and blockchain variables, suffixes, and addresses. You will also learn how Solidity works behind the scenes including the Ethereum Virtual Machine (EVM) and assembly, events and logging blockchain emissions, send versus transfer methods, scoping, and more. There will be a deep dive into functions such as modifier functions, cryptographic functions, fallback functions, and function overloading. Object-oriented programming will also be covered in depth along with advanced patterns. This knowledge will be applied to build an Auction DApplication as well as plug into the live main net and access the Ethereum Blockchain Data through real-world DApplications. Finally, you will learn Solidity techniques that are used by professionals in blockchain including test network deployment, IDE, debugging, and compiling. By the end of the course, you will have the knowledge and confidence that you need in order to ace your Solidity blockchain job interviews and become a professional developer for smart contracts and DApplications. What You Will Learn Build multiple complex smart contracts from scratch for your portfolio Learn Solidity from scratch and master its fundamentals Learn the different types of functions included in the blockchain functionality Deep dive into object-oriented programming and study advanced patterns Learn the Solidity techniques that are used by professionals in blockchain Work with the Ethereum network and Web3 for debugging, deployment, and compiling Audience This course is designed for individuals who want to gain a clear and advanced understanding of Solidity. Whether you are a beginner struggling to learn Solidity or an experienced programmer looking to expand your knowledge, this course is for you. If you are interested in working on a blockchain project, this course will provide you with the skills and knowledge needed to develop smart contracts on the Ethereum network. The course also caters to those who already know Solidity and are looking for a comprehensive course to cover advanced topics. 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.
    Anmerkung: "Published in May 2023.". - Online resource; title from title details screen (O'Reilly, viewed June 13, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 23
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781835464656 , 1835464653
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (1 hr., 34 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 332.4
    Schlagwort(e): Digital currency ; Banks and banking, Central ; Monnaie électronique ; Banques centrales ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Kurzfassung: Embark on a transformative journey in finance with our Complete CBDC course. Central Bank Digital Currencies (CBDCs) are reshaping the monetary landscape, offering efficient, secure, and transparent alternatives to conventional currencies. In the initial section, we will establish the groundwork, unraveling the core concepts of CBDCs. From their technological foundations to their profound economic implications, we will develop a comprehensive understanding of these digital currencies. Continuing onward, we will explore the global terrain of CBDC initiatives, dissecting strategies, challenges, and successes across diverse countries. Armed with this knowledge, we will adeptly evaluate and compare these implementations. This course expertly navigates the intricate realm of regulatory and economic impacts, equipping you to discern hurdles and predict potential economic consequences in real-world professional settings. You will emerge well-prepared for the dynamic financial industry. In the final stretch, we will guide you to strategically position yourself amidst the emerging career opportunities in the digital finance era. By identifying and capitalizing on job market trends, you will become indispensable in a world increasingly valuing CBDC expertise. Upon completing this course, you will be armed with profound knowledge of CBDCs. What You Will Learn Understand, compare, and assess CBDC strategies worldwide Learn to discern regulatory complexities in CBDC adoption Understand the real-world economic consequences of CBDCs Learn about the intricate blockchain technologies behind CBDCs Develop analytical skills for evaluating diverse CBDC implementations Gain practical knowledge from real-world CBDC case studies Audience This course caters to finance and business students, professionals in the financial sector, aspiring fintech entrepreneurs, tech enthusiasts, and policymakers. It's ideal for individuals curious about the future of money and keen to understand the disruptive power of Central Bank Digital Currencies (CBDCs) in traditional finance. No prior knowledge is needed; this course covers CBDCs comprehensively. All you need is a computer and the motivation to delve into the fascinating world of digital finance. 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.
    Anmerkung: "Updated October 2023.". - Online resource; title from title details screen (O'Reilly, viewed November 1, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 24
    Online-Ressource
    Online-Ressource
    [New York, New York] : Apress
    ISBN: 9781484292457 , 1484292456
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (40 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.3
    Schlagwort(e): Application program interfaces (Computer software) ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: APIs are becoming increasingly important in businesses. APIs help develop the ways things work in business as well as allow the business to grow and explore how they can provide more goods and services to their customers. This course shortly explains how and why a business could achieve this. We will explore what APIs are and how they fit in the world of software development and how they are being applied in old and new technology.
    Anmerkung: Online resource; title from title details screen (O’Reilly, viewed February 7, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 25
    ISBN: 9781484292235 , 1484292235
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (1 hr., 8 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.4/45
    Schlagwort(e): Android (Electronic resource) ; Smartphones Programming ; Operating systems (Computers) ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: MEMEs are popular images with captions and are often shared repeatedly on social platforms. A MEME generator app is a fun and popular and popular tool, particularly amongst young people. This video will show you how to create and use a simple version of it. The app will have a basic gallery with example images, labels for the captions, and a button for the save. In this video you'll learn how to build your own MEME Generator app for Android. The app allows users to add custom images and create custom captions for it so it can became a MEME. Then they will be able to save the MEME in the Android gallery app on the device and share it later on social platforms. What You'll Learn How to create simple gallery with images using RecyclerView. How to transition to another screen and pass the image to the other view. How to design the text elements, images and buttons and arrange them on the screen. How to screenshot a view from the app and save it as image in the device. Who This Video Is For People with more advanced skills in Android Studio and Java are targeted but the video will be useful for total beginners as well.
    Anmerkung: Online resource; title from title details screen (O’Reilly, viewed February 7, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 26
    Online-Ressource
    Online-Ressource
    [New York, New York] : Apress
    ISBN: 9781484291641 , 1484291646
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (56 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.4/3
    Schlagwort(e): VMware vSphere ; Virtual computer systems ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: In this course, you'll learn the fundamentals of virtualization and also the types of virtualization available. You will then learn the information necessary to create a VMWare vSphere environment and you'll learn the basics of how the vSphere components work. We'll go through the configuration of networking and storage, snapshots, and backups. We'll also work through creating a virtual machine using both templates and clones. After the completion of this course, you'll have an operating VMware vSphere environment for use for whatever purpose you require. This is the first part of 3-course series. What You Will Learn: Understand what virtualization all is about and how virtual machines are configured and deployed Compare and contrast Type 1 and 2 hypervisors Deploy a Virtual Machine on VMware and understand what to configure Who this course is For: Anyone wanting to learn about virtualization and VMWare solutions.
    Anmerkung: Online resource; title from title details screen (O’Reilly, viewed February 7, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 27
    Online-Ressource
    Online-Ressource
    [New York, New York] : Apress
    ISBN: 9781484291832 , 1484291832
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (39 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 332.1
    Schlagwort(e): Financial services industry Information technology ; Financial engineering ; Banks and banking Technological innovations ; Bank loans ; Credit ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: Here a complete introduction will be offered to help people understand the world of fintech, what makes up a fintech, success factors, important technologies and what the differences are with insurtech and regtech amongst other evolutions. We will begin with a short definition of what a fintech is and how it is different from any other organization. We will cover the existing market, the major players and the challenges. We will understand the underlying technologies that allow for a fintech startup to function. What You Will Learn Examples that show how big data is changing the playing field What elements make up a successful fintech How do fintech startups use blockchain Who This Video is For Professionals looking for a quick understanding of the fintech landscape.
    Anmerkung: Online resource; title from title details screen (O’Reilly, viewed February 7, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 28
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781805128717 , 180512871X
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (1 hr., 48 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 006.3/5
    Schlagwort(e): ChatGPT ; Natural language generation (Computer science) Computer programs ; Neural networks (Computer science) ; Java (Computer program language) ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: ChatGPT is not a replacement, but an enhancing tool and an incredibly powerful tool when it comes to programming and analyzing code, and ignoring the utility now or at the very least not giving it a proper test run could very well be missing out early on gaining the advantage. The primary focus of the course is to equip individuals with the knowledge and skills they need to create a fully functional AI-powered application that generates pet names for users. The course starts with introducing you to ChatGPT, the latest web development tools, and installing the required tools. You will gain hands-on experience with web development technologies, implement machine learning concepts in a real-world project, and gain a deeper understanding of machine learning concepts. The course is structured in a way that enables you to gain hands-on experience with React Hooks, which are essential for building interactive interfaces for ChatGPT-style applications. You will also see how to use Fetch to make API calls to OpenAI and NPX to run Node commands. By the end of the course, you will have gained practical experience in building an AI-powered application, using machine learning concepts, and creating interactive interfaces with React Hooks. You will have a fully functional pet name generator application to add to your portfolio. What You Will Learn Build an AI application using the OpenAI API and web development technologies Download and install the required tools along with dependencies Get hands-on experience with React, Next.js, JavaScript, Node, and CSS Use Fetch to make API calls to OpenAI and NPX to run Node commands Implement machine learning concepts in a real-world project Use React Hooks and build interactive interfaces for the AI application Audience This course is ideal for those who are interested in modern web development technology and want to gain confidence as a developer for jobs with ChatGPT. It is also suitable for those who already have basic JavaScript knowledge and want to learn more about expert topics. If you are interested in exploring the use cases of ChatGPT and want to get started with programming, this course is for you. Additionally, if you are interested in working on a ChatGPT project in the future, this course is a great starting point. No programming experience needed. You will learn everything you need to know inside. Basic JavaScript and web development is a plus! 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 BBC. He has contributed to viral streams, grown a unique digital imprint in over 80 countries, and has 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.
    Anmerkung: "Published in March 2023.". - Online resource; title from title details screen (O'Reilly, viewed April 11, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 29
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Apress
    ISBN: 9781484293744 , 1484293746
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (28 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 005.3
    Schlagwort(e): Android (Electronic resource) ; Application software Development ; Global Positioning System ; Instructional films ; Nonfiction films ; Internet videos
    Kurzfassung: 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.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed May 11, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
  • 30
    Online-Ressource
    Online-Ressource
    [Place of publication not identified] : Packt Publishing
    ISBN: 9781835460764 , 1835460763
    Sprache: Englisch
    Seiten: 1 online resource (1 video file (4 hr., 36 min.)) , sound, color.
    Ausgabe: [First edition].
    DDC: 332.4
    Schlagwort(e): Cryptocurrencies ; NFTs (Tokens) ; Smart contracts ; Blockchains (Databases) ; Cryptomonnaie ; Jetons non fongibles ; Contrats intelligents ; Chaînes de blocs ; cryptocurrencies ; non-fungible tokens ; Instructional films ; Nonfiction films ; Internet videos ; Films de formation ; Films autres que de fiction ; Vidéos sur Internet
    Kurzfassung: Step into the dynamic realm of Decentralized Finance (DeFi), a revolutionary concept reshaping traditional financial systems. In this course, discover the fundamental principles underlying DeFi, its disruptive potential, and the transformation it brings to financial landscapes globally. Throughout this comprehensive journey, we will navigate DeFi principles from their foundations to advanced hands-on labs. Unravel the intricacies of blockchain and delve into the inner workings of Polygon's advanced architecture, encompassing Bitcoin and Ethereum technologies. Whether a novice or seasoned professional, this course caters to all proficiency levels without the need for prior programming experience. Learn the core aspects of DeFi protocols and their applications, understand the complexities of blockchain fundamentals, and explore the macro socio-economic impact of DeFi within the finance industry. Engage in hands-on projects, reinforcing theoretical knowledge with practical blockchain labs, and develop skills in deploying smart contracts. By the end of this course, you will be equipped with a profound understanding of DeFi and blockchain technology. You will confidently navigate DeFi protocols, comprehend Polygon's intricate blockchain architecture, and master the deployment of smart contracts. What you will learn Gain in-depth insights into Polygon's advanced blockchain Recognize and evaluate functionalities within diverse DeFi protocols Construct a foundational understanding of blockchain's inner workings Explore Zero-Knowledge Proofs' role in blockchain technology Grasp the intricacies of compiling smart contracts' low-level instructions Develop and deploy smart contracts without coding experience Audience This course caters to a diverse audience, welcoming finance and tech enthusiasts seeking to explore the transformative landscape of Decentralized Finance (DeFi). It's ideal for finance professionals, blockchain experts, and business or finance students eager to delve into DeFi protocols and blockchain technology. No prior computer science knowledge is necessary. Basic familiarity with financial concepts is beneficial but not mandatory. 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.
    Anmerkung: Online resource; title from title details screen (O'Reilly, viewed January 3, 2023)
    Bibliothek Standort Signatur Band/Heft/Jahr Verfügbarkeit
    BibTip Andere fanden auch interessant ...
Schließen ⊗
Diese Webseite nutzt Cookies und das Analyse-Tool Matomo. Weitere Informationen finden Sie hier...