61 results for your search
SN Video Coding and Web Development, Advanced Scenarios in Azure Functions
presented by Sahil Malik, fl. 2017; produced by Springer Nature, in SN Video Coding and Web Development (New York, NY: Springer Nature, 2019), 45 mins
In this video on Azure Functions, you will learn about the most relevant advanced features of Azure Functions. The video is broken down into concise yet complete segments so that you can discover how to write, debug, and diagnose Azure Functions on a need-to-know basis. As various cloud offerings move towards serv...
Sample
presented by Sahil Malik, fl. 2017; produced by Springer Nature, in SN Video Coding and Web Development (New York, NY: Springer Nature, 2019), 45 mins
Description
In this video on Azure Functions, you will learn about the most relevant advanced features of Azure Functions. The video is broken down into concise yet complete segments so that you can discover how to write, debug, and diagnose Azure Functions on a need-to-know basis. As various cloud offerings move towards serverless computing, Azure Functions has emerged as Microsoft Azure’s serverless computing platform. This video goes a step beyond codin...
In this video on Azure Functions, you will learn about the most relevant advanced features of Azure Functions. The video is broken down into concise yet complete segments so that you can discover how to write, debug, and diagnose Azure Functions on a need-to-know basis. As various cloud offerings move towards serverless computing, Azure Functions has emerged as Microsoft Azure’s serverless computing platform. This video goes a step beyond coding in the browser and introduces you to a typical view of Azure Functions, including writing in VS Code, debugging, and diagnosing issues.
What You Will Learn:
Orchestrate Azure Functions
Diagnose using Kudu
Debug Azure Functions
Write Azure Functions in VS Code
Who This Video Is For:
NodeJS or C# developers who are interested in learning about Azure Functions. It is a 200 level video
Show more
Show less
Field of Study
Education
Content Type
Instructional material
Contributor
Springer Nature
Author / Creator
Sahil Malik, fl. 2017
Date Published / Released
2019
Publisher
Springer Nature
Series
SN Video Coding and Web Development
Copyright Message
Copyright © 2019 Springer Nature
Segments
×
SN Video Coding and Web Development, Azure Networking Fundamentals
presented by Peter De Tender, fl. 2000; produced by Springer Nature, in SN Video Coding and Web Development (New York, NY: Springer Nature, 2019), 1 hour 2 mins
This video provides you with a baseline understanding of Azure Networking. It begins with an introduction to the high-level architecture of Azure Virtual Networks so that you can become familiar with the core capabilities, concepts, and settings of this technology. From there you will gain a basic understanding of...
Sample
presented by Peter De Tender, fl. 2000; produced by Springer Nature, in SN Video Coding and Web Development (New York, NY: Springer Nature, 2019), 1 hour 2 mins
Description
This video provides you with a baseline understanding of Azure Networking. It begins with an introduction to the high-level architecture of Azure Virtual Networks so that you can become familiar with the core capabilities, concepts, and settings of this technology. From there you will gain a basic understanding of firewall security, and discover how to leverage it using Network Security Groups and Application Security Groups. Then it is on to an...
This video provides you with a baseline understanding of Azure Networking. It begins with an introduction to the high-level architecture of Azure Virtual Networks so that you can become familiar with the core capabilities, concepts, and settings of this technology. From there you will gain a basic understanding of firewall security, and discover how to leverage it using Network Security Groups and Application Security Groups. Then it is on to an overview of Azure load balancing services, including Azure Load Balancer, Azure Traffic Manager, and Front Door. Finally, you will learn about VPN Gateways and how they facilitate Azure VNet-to-VNet communication, as well as hybrid connectivity between on-premises and Azure networks.
Networking is the cornerstone of any data center. While it is not entirely different in a cloud environment like Azure, you will discover that building a cloud networking stack also has its own eccentricities. For example, you will no longer be managing the physical layer, and not all services are available the same way as on-premises. All these quirks are covered in this video. After viewing Azure Networking Fundamentals you will be ready to get started in building and deploying your own enterprise-ready networking designs in Azure and/hybrid networking scenarios.
What You Will Learn:
Gain a high-level view of Azure networking services and features and how to deploy them.
See new features including Azure Firewall and Azure Front-Door.
Protect and secure cloud applications in IAAS and PAAS. Follow along with to-the-point demos
Show more
Show less
Field of Study
Education
Content Type
Instructional material
Contributor
Springer Nature
Author / Creator
Peter De Tender, fl. 2000
Date Published / Released
2019
Publisher
Springer Nature
Series
SN Video Coding and Web Development
Copyright Message
Copyright © 2019 Springer Nature
Segments
×
SN Video Coding and Web Development, Blockchain in Swift
presented by Elshad Karimov, fl. 2012; produced by Springer Nature, in SN Video Coding and Web Development (New York, NY: Springer Nature, 2019), 48 mins
Implement Blockchains in iOS applications using the Swift programming language while working with the basics of blockchain development. In the first part of this video, the logic behind blockchains will be explained and then the same logic will be implemented in iOS application development. You’ll work to develo...
Sample
presented by Elshad Karimov, fl. 2012; produced by Springer Nature, in SN Video Coding and Web Development (New York, NY: Springer Nature, 2019), 48 mins
Description
Implement Blockchains in iOS applications using the Swift programming language while working with the basics of blockchain development. In the first part of this video, the logic behind blockchains will be explained and then the same logic will be implemented in iOS application development. You’ll work to develop a sample application where you'll allocate two accounts which will have a certain amount of bitcoins in them. Then you'll transfer th...
Implement Blockchains in iOS applications using the Swift programming language while working with the basics of blockchain development. In the first part of this video, the logic behind blockchains will be explained and then the same logic will be implemented in iOS application development. You’ll work to develop a sample application where you'll allocate two accounts which will have a certain amount of bitcoins in them. Then you'll transfer those bitcoins between those accounts using blockchain technology by clicking transfer buttons in the application.
What You Will Learn:
Implement blockchains in iOS applications
Define blockchains in Swift
Develop a sample blockchain application
Who This Video Is For:
Experienced Swift developers who want to work with blockchains and decentralized programming.
Show more
Show less
Field of Study
Education
Content Type
Instructional material
Contributor
Springer Nature
Author / Creator
Elshad Karimov, fl. 2012
Date Published / Released
2019
Publisher
Springer Nature
Series
SN Video Coding and Web Development
Copyright Message
Copyright © 2019 Springer Nature
Segments
×
SN Video Coding and Web Development, Controlling LEDs with Arduino
presented by Liz Clark, fl. 2010; produced by Springer Nature, in SN Video Coding and Web Development (New York, NY: Springer Nature, 2019), 1 hour 2 mins
This video focuses exclusively on LED control and gradually builds in difficulty to integrate more complicated circuits and coding concepts in the Arduino IDE. LEDs are great for visualizing data so you will be able to see some of the more complicated concepts, such as pulse width modulation (PWM) and analog contr...
Sample
presented by Liz Clark, fl. 2010; produced by Springer Nature, in SN Video Coding and Web Development (New York, NY: Springer Nature, 2019), 1 hour 2 mins
Description
This video focuses exclusively on LED control and gradually builds in difficulty to integrate more complicated circuits and coding concepts in the Arduino IDE. LEDs are great for visualizing data so you will be able to see some of the more complicated concepts, such as pulse width modulation (PWM) and analog control, in real time on the breadboard. In this video, you will cover LED control with Arduino, beginning with some simple LED blinking (th...
This video focuses exclusively on LED control and gradually builds in difficulty to integrate more complicated circuits and coding concepts in the Arduino IDE. LEDs are great for visualizing data so you will be able to see some of the more complicated concepts, such as pulse width modulation (PWM) and analog control, in real time on the breadboard. In this video, you will cover LED control with Arduino, beginning with some simple LED blinking (the “hello world” for electronics) and then build step-by-step by adding extra hardware to interface with the code and circuits (buttons, potentiometers, and so on). This video also explores how the different types of pins on the Arduino (digital, PWM-enabled, and analog) can affect how you control LEDs. You'll also experiment with data visualization, both with LEDs and the Arduino IDE’s built-in software visualizers.This video provides an interactive learning experience and with the building block approach you'll be able to gradually step into new concepts. What You'll Learn:Breadboard the circuits and code along with the video.Apply the core concepts further in your own projects later Master LED control with Arduino, from blinking to Charlieplexing and everything in between.Who This Video Is For:Beginning to intermediate Arduino users who want to have a well-rounded knowledge on how they can control LEDs with the platform.
Show more
Show less
Field of Study
Education
Content Type
Instructional material
Contributor
Springer Nature
Author / Creator
Liz Clark, fl. 2010
Date Published / Released
2019
Publisher
Springer Nature
Series
SN Video Coding and Web Development
Copyright Message
Copyright © 2019 Springer Nature
Segments
×
SN Video Coding and Web Development, Creating and Animating a 3D Object with Adobe Photoshop and Cinema 4D Lite
presented by Jeff Shaffer; produced by Springer Nature, in SN Video Coding and Web Development (New York, NY: Springer Nature), 40 mins
Prepare a photograph in Photoshop for use as a texture and surface for a 3D object in Cinema 4D Lite, and then animate that 3D object. This video shows you how 3D animation can stand alone and how you could incorporate it into After Effects to add effects and other elements to your animation project.
You’ll go t...
Sample
presented by Jeff Shaffer; produced by Springer Nature, in SN Video Coding and Web Development (New York, NY: Springer Nature), 40 mins
Description
Prepare a photograph in Photoshop for use as a texture and surface for a 3D object in Cinema 4D Lite, and then animate that 3D object. This video shows you how 3D animation can stand alone and how you could incorporate it into After Effects to add effects and other elements to your animation project.
You’ll go through an example that covers a wide variety of skills you can apply to your future project and see the process from start to finish in...
Prepare a photograph in Photoshop for use as a texture and surface for a 3D object in Cinema 4D Lite, and then animate that 3D object. This video shows you how 3D animation can stand alone and how you could incorporate it into After Effects to add effects and other elements to your animation project.
You’ll go through an example that covers a wide variety of skills you can apply to your future project and see the process from start to finish in Adobe Photoshop and After Effects/Cinema 4D Lite. You’ll make selections, add layers, mask, create materials and objects, modify them, and animate the result. This video includes a detailed step-by-step explanation of every aspect involved in the making of the final video.
What You Will LearnUse editing and layer masking in Photoshop
Create a new project and import a Photoshop file in Cinema 4D Lite
Master keyframing and basic animation principles, such as motion path and easing
Apply materials and lights to a 3D object in Cinema 4D Lite
Animate a 3D object in Cinema 4D Lite and prepare it for use in After Effects
Who This Video Is For
Intermediate users of Cinema 4D Lite and Photoshop.
Show more
Show less
Field of Study
Science
Content Type
Instructional material
Contributor
Springer Nature
Author / Creator
Jeff Shaffer
Date Published / Released
2019
Publisher
Springer Nature
Series
SN Video Coding and Web Development
Topic / Theme
Content Areas: Technology, Secondary, Post Secondary
Copyright Message
Copyright © 2019 Springer Nature
×
SN Video Coding and Web Development, Data Analytics of Stock Price Movements with Python
presented by Matthew Macarty; produced by Springer Nature, in SN Video Coding and Web Development (New York, NY: Springer Nature, 2019), 1 hour 26 mins
This brief course will introduce you to data APIs and third-party Python libraries. It provides hands-on examples on procuring, cleaning, and analyzing data, allowing you to learn how Python can be leveraged to enhance your statistical analysis. You will make use of NumPy, pandas, and Matplotlib for visualizations...
Sample
presented by Matthew Macarty; produced by Springer Nature, in SN Video Coding and Web Development (New York, NY: Springer Nature, 2019), 1 hour 26 mins
Description
This brief course will introduce you to data APIs and third-party Python libraries. It provides hands-on examples on procuring, cleaning, and analyzing data, allowing you to learn how Python can be leveraged to enhance your statistical analysis. You will make use of NumPy, pandas, and Matplotlib for visualizations and also go through forecasting techniques used in technical analysis. After gaining insights on data transformation, you will learn t...
This brief course will introduce you to data APIs and third-party Python libraries. It provides hands-on examples on procuring, cleaning, and analyzing data, allowing you to learn how Python can be leveraged to enhance your statistical analysis. You will make use of NumPy, pandas, and Matplotlib for visualizations and also go through forecasting techniques used in technical analysis. After gaining insights on data transformation, you will learn to estimate derivative values using Monte Carlo simulation. Transforming data into information will give you ideas that can be used to take short-term investment decisions. In conclusion, you will use statistical and technical techniques for analyzing security price movement.
Show more
Show less
Field of Study
Science
Content Type
Instructional material
Contributor
Springer Nature
Author / Creator
Matthew Macarty
Date Published / Released
2019
Publisher
Springer Nature
Series
SN Video Coding and Web Development
Copyright Message
Copyright © 2019 Springer Nature
×
SN Video Coding and Web Development, Ethical Hacking – Networks and Websites
presented by Sunil Gupta, 1953-; produced by Springer Nature, in SN Video Coding and Web Development (New York, NY: Springer Nature, 2019), 1 hour 9 mins
Take the next step in enhancing your ethical hacking skills. Having completed the basic tutorial, you should have a firm grasp of the basics of ethical hacking. This course will cover key aspects of network and website security. After gaining a basic view of footprinting and vulnerability scanning with the basic v...
Sample
presented by Sunil Gupta, 1953-; produced by Springer Nature, in SN Video Coding and Web Development (New York, NY: Springer Nature, 2019), 1 hour 9 mins
Description
Take the next step in enhancing your ethical hacking skills. Having completed the basic tutorial, you should have a firm grasp of the basics of ethical hacking. This course will cover key aspects of network and website security. After gaining a basic view of footprinting and vulnerability scanning with the basic video course, you will now dive deep into these concepts. Starting with setting up your own network penetration lab, you take a look net...
Take the next step in enhancing your ethical hacking skills. Having completed the basic tutorial, you should have a firm grasp of the basics of ethical hacking. This course will cover key aspects of network and website security. After gaining a basic view of footprinting and vulnerability scanning with the basic video course, you will now dive deep into these concepts. Starting with setting up your own network penetration lab, you take a look network footprinting, where you will learn to scan your network for vulnerabilities.
Following this, you will learn various techniques to exploit your network and perform penetration tests using Kali Linux. Shifting focus to websites, you will go through the key techniques of website footprinting and also see how to find vulnerabilities in your website, where you will work with examples of website exploitation. Finally, you will cover injection attacks, a common exploit technique used to detect flaws and breaches in websites.
What You Will Learn:
Exploit your network and perform penetration tests
Footprint and scan networks and websites for vulnerabilities
Be aware of key vulnerabilities to watch out for within your network and website
Who This Video Is For:
Network security experts, web security specialists, application security experts, penetration testers, and ethical hackers
Show more
Show less
Field of Study
Education
Content Type
Instructional material
Contributor
Springer Nature
Author / Creator
Sunil Gupta, 1953-
Date Published / Released
2019
Publisher
Springer Nature
Series
SN Video Coding and Web Development
Copyright Message
Copyright © 2019 Springer Nature
×
SN Video Coding and Web Development, Introducing Azure SQL Database
produced by Springer Nature, in SN Video Coding and Web Development (New York, NY: Springer Nature, 2019), 1 hour 8 mins
Discover everything you need to know to get started with Azure SQL Database, from deployment, to key features to migration and monitoring! This video introduces Azure SQL Database, a general-purpose relational database-as-a-service (DBaaS). Beginning from a base deployment of an Azure SQL instance, you will be int...
Sample
produced by Springer Nature, in SN Video Coding and Web Development (New York, NY: Springer Nature, 2019), 1 hour 8 mins
Description
Discover everything you need to know to get started with Azure SQL Database, from deployment, to key features to migration and monitoring! This video introduces Azure SQL Database, a general-purpose relational database-as-a-service (DBaaS). Beginning from a base deployment of an Azure SQL instance, you will be introduced to the cloud-native features of the service and discover how to run highly available and production-ready database back-ends on...
Discover everything you need to know to get started with Azure SQL Database, from deployment, to key features to migration and monitoring! This video introduces Azure SQL Database, a general-purpose relational database-as-a-service (DBaaS). Beginning from a base deployment of an Azure SQL instance, you will be introduced to the cloud-native features of the service and discover how to run highly available and production-ready database back-ends on Azure, without the underlying database server virtual machines. After the base deployment walkthrough, you'll learn how to replicate business-critical databases across multiple regions, as well as how to migrate a database from on-premises or VM-based scenarios to Azure SQL Database.
What You Will Learn:
Understand Azure Database Services and Azure SQL Database.
Deploy an Azure SQL Database instance.
Scale Azure SQL Database using elastic pools Migrate a database from on-premises to Azure.
Troubleshoot Azure SQL Database
Who This Video Is For:
Data professionals who want to learn about migrating, deploying, and monitoring Azure SQL Database. Viewers should have an Azure subscription (trial, MSDN, AzurePass, CSP, EA, pay as you go).
Show more
Show less
Field of Study
Education
Content Type
Instructional material
Contributor
Springer Nature
Date Published / Released
2019
Publisher
Springer Nature
Series
SN Video Coding and Web Development
Copyright Message
Copyright © 2019 Springer Nature
×
SN Video Coding and Web Development, Introducing SharePoint Framework
presented by Sahil Malik, fl. 2017; produced by Springer Nature, in SN Video Coding and Web Development (New York, NY: Springer Nature, 2019), 1 hour 49 mins
Discover the SharePoint Framework and get up to speed with how to create artifacts. This video covers two key aspects: web parts and extensions. You’ll see how web parts are the building blocks of pages in SharePoint and learn that extensions are the tools that enable you to customize your SharePoint experience,...
Sample
presented by Sahil Malik, fl. 2017; produced by Springer Nature, in SN Video Coding and Web Development (New York, NY: Springer Nature, 2019), 1 hour 49 mins
Description
Discover the SharePoint Framework and get up to speed with how to create artifacts. This video covers two key aspects: web parts and extensions. You’ll see how web parts are the building blocks of pages in SharePoint and learn that extensions are the tools that enable you to customize your SharePoint experience, for example by adding toolbars, notifications, and views.Introducing SharePoint Framework shows you that the SharePoint Framework (SPF...
Discover the SharePoint Framework and get up to speed with how to create artifacts. This video covers two key aspects: web parts and extensions. You’ll see how web parts are the building blocks of pages in SharePoint and learn that extensions are the tools that enable you to customize your SharePoint experience, for example by adding toolbars, notifications, and views.Introducing SharePoint Framework shows you that the SharePoint Framework (SPFx) is a cross-platform means of writing user experiences for various parts of SharePoint sites. Because there are many moving parts, this video is the ideal way to demonstrate these topics, giving you all you need to get started.After viewing this video, you will come away with an understanding of how to write artifacts using SharePoint Framework. Associated code samples for this video can be found on GitHub.What You Will LearnWrite and deploy web parts
Set up a CDN
Package and deploy a web part
Create application customizers, field customizers, and Listview command sets
Who This Video Is ForAnyone interested in getting started with SharePoint Framework. Recommended prerequisites include a basic understanding of Office 365 and a working knowledge of Typescript.
Show more
Show less
Field of Study
Education
Content Type
Instructional material
Contributor
Springer Nature
Author / Creator
Sahil Malik, fl. 2017
Date Published / Released
2019
Publisher
Springer Nature
Series
SN Video Coding and Web Development
Copyright Message
Copyright © 2019 Springer Nature
×
SN Video Coding and Web Development, Introduction to the Raspberry Pi
presented by Jeffrey Barkstrom; produced by Springer Nature, in SN Video Coding and Web Development (New York, NY: Springer Nature, 2019), 55 mins
Discover ARM-based computing, system-on-a-board technologies, and how the Raspberry Pi is your gateway into SBC (single-board computing). In this video, you’ll dive into all the different ways the Raspberry Pi can be used, such as for personal computing, acting as a server, IoT (internet of things) projects, rob...
Sample
presented by Jeffrey Barkstrom; produced by Springer Nature, in SN Video Coding and Web Development (New York, NY: Springer Nature, 2019), 55 mins
Description
Discover ARM-based computing, system-on-a-board technologies, and how the Raspberry Pi is your gateway into SBC (single-board computing). In this video, you’ll dive into all the different ways the Raspberry Pi can be used, such as for personal computing, acting as a server, IoT (internet of things) projects, robotics projects, monitor controllers, computer science experiments, digital signage, and super computers. You'll cover the various opera...
Discover ARM-based computing, system-on-a-board technologies, and how the Raspberry Pi is your gateway into SBC (single-board computing). In this video, you’ll dive into all the different ways the Raspberry Pi can be used, such as for personal computing, acting as a server, IoT (internet of things) projects, robotics projects, monitor controllers, computer science experiments, digital signage, and super computers. You'll cover the various operating systems available for the Pi, the equipment needed to get started for the most popular types of projects and applications, and how to install and set everything up.
With the introduction of the Raspberry Pi 4, the Raspberry Pi is now the most powerful system-on-a-board. This video shows you how to make the most of it.
What You Will Learn
Pick an operating system Install basic software for computing or popular projects Set up your Pi as a home server
Who This Video Is For
Someone who has an interest in computing and wants to learn about SBC and the Raspberry Pi. They are a hobbyists or computer professionals looking to expand their knowledge and learn more and experiment with the Raspberry Pi.
Show more
Show less
Field of Study
Science
Content Type
Instructional material
Contributor
Springer Nature
Author / Creator
Jeffrey Barkstrom
Date Published / Released
2019
Publisher
Springer Nature
Series
SN Video Coding and Web Development
Topic / Theme
Content Areas: Technology, Software engineering, Computer software, Post Secondary
Copyright Message
Copyright © 2019 Springer Nature
×