Free Online

Finance

Show filters

Level

Duration

Language

Understand GDPR and Data Privacy

Understand GDPR and Data Privacy

0

"Data privacy has quickly and dramatically become one of the most important tech issues in the world, and affects virtually every institution—businesses, governments, non-profits/NGOs, and more—that uses data. If you manage a team or a business that uses other people's data (to any degree), identify the legal responsibilities you hold and learn how to set policies and develop operational plans that adhere to newly emerging laws. " Learn why data privacy is a crucial issue, and how to manage it.Identify the global rights and responsibilities of data privacy and governance.Understandhow GDPR affects you in any part of your job that connects to using data.

LinkedIn Learning
6 hours worth of material
selfpaced
view all
Finance Foundations for Solopreneurs

Finance Foundations for Solopreneurs

0

Learn the finance fundamentals for running a business of one. This course is helpful for solopreneurs working in the on-demand economy.Dive into the foundations of running a one-person business. The course is ideal for individuals working in the on-demand economy including rideshare drivers, photographers, online businesspeople, and consultants. Topics include taxes, business insurance, personal insurance, profit and loss (P&L), working with a certified public accountant (CPA), cash flow, recordkeeping, and even social media marketing. Join Dan Weedin as he shares how to accelerate the growth process of your business, overcome challenges, and enjoy being a solopreneur.

LinkedIn Learning
1-2 hours worth of material
selfpaced
view all
AWS for Developers: Data-Driven Serverless Applications with Kinesis

AWS for Developers: Data-Driven Serverless Applications with Kinesis

0

Serverless adoption is growing rapidly. Developers can stay sharp by learning about serverless applications. This course focuses on Kinesis, an AWS serverless service.Data-driven applications have their application flow governed by the data, and the serverless framework can serve as the web framework to create this kind of application. In this course, join instructor Marcia Villalba as she takes you through an overview of serverless applications and Kinesis. Learn how to design an event-driven application, how to integrate AWS Lambda and Kinesis streams, and how to set up necessary permissions. Also, discover how to leverage CloudFormation, API Gateway, SES, SNS, and SQS, and more.

LinkedIn Learning
2-3 hours worth of material
selfpaced
view all
Cert Prep: AWS Certified Solutions Architect - Professional

Cert Prep: AWS Certified Solutions Architect - Professional

0

Take your IT career to the next level by becoming an AWS Certified Solutions Architect – Professional. Learn about the benefits of the certification and how to best prepare it.Have you already earned the AWS Certified Solutions Architect – Associate credential and advanced your understanding of how to design and deploy cloud architecture on AWS? If so, becoming an AWS Certified Solutions Architect – Professional can help you take your IT career to the next level. In this course, learn about the benefits of the certification, who it's designed for, and how to best prepare for the core exam topic areas. Lynn Langit provides a general overview of the exam domains, including data security and costing. Lynn also explains where to find key study resources, such as AWS whitepapers, architectural guidance, and other LinkedIn Learning training courses.

LinkedIn Learning
1-2 hours worth of material
selfpaced
view all
WordPress 5 Essential Training

WordPress 5 Essential Training

0

WordPress makes web publishing accessible to everyone. Learn how to build your own feature-rich blog or website with the self-hosted version of WordPress.WordPress powers millions of blogs and websites. Available in 180 languages, WordPress can be hosted on any server, accessed in any browser, and built into almost anything you imagine: blog, portfolio, website, or online store.Learn how to create your own web experiences with this powerful and open-source publishing platform. Instructor Morten Rand-Hendriksen helps you get the most out of WordPress and create feature-rich blogs and websites. Morten explains how to create and publish posts and pages; create and edit blocks; and define reusable content blocks to take full advantage of the new block editor codenamed "Gutenberg."Note: This course covers WordPress 5. The training will be updated as WordPress evolves.

LinkedIn Learning
2-3 hours worth of material
selfpaced
view all
ASP.NET MVC 4 Essential Training

ASP.NET MVC 4 Essential Training

0

Shows how to create a simple web application with professional layouts, web forms, user authentication, and mobile integration with ASP.NET MVC.ASP.NET MVC is a powerful and effective framework for building maintainable and scalable web applications. In this course, author Jess Chadwick reviews the Model-View-Controller (MVC) architecture at the heart of ASP.NET MVC and shows how to create a model, execute controller logic, and interact with models via views. The course shows how to create professional-looking web pages with layouts, work with data in forms, create separate content or sites for mobile devices, and enhance your projects with AJAX. Jess also explains how to secure your site with user permissions, optimize its performance, and deploy it to the world.IntroductionWelcomePrerequisitesUsing the exercise files1. Getting StartedWhat is Microsoft ASP.NET MVC?Preparing your systemHello World: Creating your first websiteExploring an ASP.NET MVC web application project2. The Fundamentals of ASP.NET MVCThe Model-View-Controller architecture patternCreating the modelExecuting controller logicDisplaying viewsRouting requests to controller actionsASP.NET MVC for Web Forms developers3. Working with ViewsIntroduction to Razor (AKA the @ symbol)Interacting with models and ViewDataSpeeding up view development with HTML and URL helpersReusing logic and managing complexity with partial views4. Creating a Consistent Look and FeelUsing layouts to create a consistent themeCreating a content page that uses a layout fileApplying advanced layout techniques5. Routing Requests to Controller ActionsOrganizing access to your app with routingHow routing finds controller actionsCombating routing ambiguity6. Working with DataCreating a form with HTML form helpersAutomatically binding to data in the requestValidating user inputPersisting data with Entity Framework code first7. Enhancing Your Site with AJAXWhat is AJAX?Requesting partial viewsRequesting JSON data via MVC controllers8. Securing Your SiteSecuring your application from unauthorized usersRegistering new usersAuthenticating registered usersAvoiding cross-site request forgery attacks9. Optimizing Site PerformanceThe fundamentals of website optimizationCaching entire pagesCaching parts of pagesScaling your site for more concurrent usersReducing bandwidth with bundling and minification10. Targeting Mobile DevicesThe fundamentals of the mobile webDisplaying mobile-optimized contentBuilding a website just for mobile devices11. Ensuring Separation of ConcernsSimplifying a complex application with areasExposing data via ASP.NET Web API services12. Deploying Your Application to the WorldOverview of website deployment optionsConfiguring and deploying to IISConfiguring and deploying to Windows AzureConclusionGoodbye

LinkedIn Learning
3-4 hours worth of material
selfpaced
view all
Building Serverless Apps on AWS

Building Serverless Apps on AWS

0

Learn how to develop a serverless app on Amazon Web Services (AWS). This course covers how to work with Lambda, DynamoDB, S3, Postman, and API gateway services, from setup to testing.Learn how to develop a NodeJS serverless app on Amazon Web Services (AWS). First, get introduced to several services: Lambda, DynamoDB, S3, Postman, and the API gateway. Then, see how to install Postman, set up an Amazon account, implement an S3 storage bucket with static content, and set up serverless Lambda compute. Next, find out how to create a table on the DynamoDB AWS service and create a POST function. Additionally, discover how to code and test final endpoint functions.IntroductionBuilding a serverless app on AWSWhat you should know1. Getting StartedQuick overview of the AWS servicesOverview of LambdaOverview of DynamoDBOverview of S3 storageOverview of the API gateway2. Base Client and Server SetupInstall Postman for API testsInitial Amazon account stepsSet up an S3 storage bucketAdding static content to your bucketSet up your Lambda compute3. API and Database SetupSet up your DynamoDB tableCode your POST Lambda functionTest your Lambda function4. Final Code for APICode your GET Lambda functionSet up your GET API gatewayTest your endpoints with PostmanConclusionNext steps

LinkedIn Learning
Less than 1 hour of material
selfpaced
view all
VMware vSphere 6.5 Updates and Upgrades

VMware vSphere 6.5 Updates and Upgrades

0

Learn about update and upgrade processes in vSphere by learning about patches, extensions, remediation, rollbacks, and more. Prepare for the VMware Certified Professional exam.Update Manager in vSphere is a central location for configuring and performing updates. Instructor Rick Crisci starts the course with a complete tour of Update Manager. Learn how to perform patches and install new extensions. Find out configure settings for notifications, remediation, rollback, and cluster settings using vCenter Server Appliance. See how to scan a host to identify missing updates of a host, then perform maintenance. Watch how to perform individual and mass upgrades of virtual hardware using VMware Tools. VM updates, server updates, and database instance management are also discussed. This course covers advanced vSphere concepts that are part of the VMware Certified Professional exam.

LinkedIn Learning
1-2 hours worth of material
selfpaced
view all
Perbankan dan Penjaminan Simpanan

Perbankan dan Penjaminan Simpanan

0

Tentang KursusKursus ini akan menjelaskan tentang perbankan dan hubungannya dengan penjaminan simpanan. Bank sebagai lembaga intermediari berperan dalam mengelola perputaran uang dari pemberi kredit ke penerima kredit. Dalam pengelolaannya itu, bank sangat memerlukan kepercayaan dari nasabah. Kepercayaan inilah yang menjadi landasarn kuat berdirinya lembaga untuk menjamin simpanan nasabah di perbankan. Kursus ini terdiri dari empat minggu dan akan disampaikan oleh Bapak Herman Saherudin Ph.D, Spesialis Madya Grup Riset LPSMengapa Anda Perlu Mengikuti Kursus IniSetelah mengikuti kursus ini, pembelajar diharapkan dapat memahami pentingnya peranan Lembaga Penjamin Simpanan dalam menjaga kepercayaan para nasabah perbankan. Ayo Nabung di BankTerdapat forum diskusi pada kursus ini. Pembelajar dapat memberikan tanggapan maupun pertanyaan pada forum diskusi tersebut. Silahkan ajak rekan yang lain untuk aktif dalam form diskusi.Selamat mengikuti kursus

IndonesiaX
3 weeks long, 1 hour a week
past
view all
Prepare for the AWS Certified Developer Associate Exam

Prepare for the AWS Certified Developer Associate Exam

0

Prepare for the AWS Certified Developer - Associate certification exam by mastering skills in AWS development, security, deployment, refactoring, and monitoring and troubleshooting.Learn the basics of AWS development.Develop and deploy secure applications to AWS.Write sustainable code that is secure and optimized for AWS.

LinkedIn Learning
7 hours worth of material
selfpaced
view all
Learning ASP.NET

Learning ASP.NET

0

Learn about working with ASP.NET, a mature framework that boasts frameworks you can use to create robust websites, build RESTful services, and establish real-time web connections.ASP.NET boasts frameworks you can leverage to build robust web applications. In this course, Janan Siam helps you get up and running with this mature framework from Microsoft. Janan explores the framework and IDE, as well as the tools you need to manage data, build RESTful services, and establish real-time web connections. Learn how to build web applications with ASP.NET MVC, create dynamic web content with ASP.NET Web Pages and Razor syntax, work with ASP.NET SignalR, and more.

LinkedIn Learning
2-3 hours worth of material
selfpaced
view all
MVC Frameworks for Building PHP Web Applications

MVC Frameworks for Building PHP Web Applications

0

Explore six Model-View-Controller (MVC) frameworks: Zend, Symfony, CodeIgniter, CakePHP, Yii, and Laravel. Learn how to select the right framework for your app development project.PHP developers have a choice: they can design their own architecture or they can use a framework. Frameworks speed up development, enhance collaboration, and help keep code organized. In this course, Drew Falkman introduces the six most popular Model-View-Controller frameworks: Zend, Symfony, CodeIgniter, CakePHP, Yii, and Laravel. Drew describes the advantages of each framework and shows how to get and install the software. Then, he demonstrates how to get the default pages for each framework up and running, so you can see how the code is structured. In the final chapter, Drew compares all the frameworks and provides resources to move forward with each one. Since your choice of framework affects the success of your project, this course is designed to provide the information you need to make the right decision.

LinkedIn Learning
2-3 hours worth of material
selfpaced
view all
Machine Learning for Engineering and Science Applications

Machine Learning for Engineering and Science Applications

0

Recent applications of machine learning have exploded due to cheaply available computational resources as well as wide availability of data. Machine Learning (ML) techniques provides a set of tools that can automatically detect patterns in data which can then be utilized for predictions and for developing models. Developments in ML algorithms and computational capabilities have now made it possible to scale engineering analysis, decision making and design rapidly. This, however, requires an engineer to understand the limits and applicability of the appropriate ML algorithms. This course aims to provide a broad overview of modern algorithms in ML, so that engineers may apply these judiciously. Towards this end, the course will focus on broad heuristics governing basic ML algorithms in the context of specific engineering applications. Students will also be trained to implement these methods utilizing open source packages such as TensorFlow.INTENDED AUDIENCE: Postgraduate students in all engineering and science disciplines. Mature seniorundergraduate students may also attempt the course.PREREQUISITES:Familiarity with Multivariable Calculus, Linear Algebra, Probability, Statistics. Comfortable with programming in PythonINDUSTRY SUPPORT: Should be of interest to companies trying to employ engineers familiar with Machine Learning

Swayam
12 weeks long
past
view all
Advance Your Career as a Graphic Designer

Advance Your Career as a Graphic Designer

0

From the fundamentals of resume writing and honing your interview skills to building and sharing your portfolio, learn skills that will accelerate your career as a graphic designer. Listen closely as successful designers offer sage advice to help you along the way.Create a resume and gain interview skills to land the job you want.Learn how to promote yourself and your work.Acquire insight and inspiration from successful working designers.

LinkedIn Learning
8 hours worth of material
selfpaced
view all
Prepare for the AWS Certified Cloud Practitioner Exam

Prepare for the AWS Certified Cloud Practitioner Exam

0

Solidify your fundamental skills in AWS. Learn the basics of AWS cloud concepts, security, technology, and billing and pricing in this learning path designed for entry-level developers, architects, or non-engineers. This path is a great introduction for anyone needing to speak fluently about AWS.Learn the basics of AWS development.Develop and deploy secure applications to AWS.Write sustainable code that is secure and optimized for AWS.

LinkedIn Learning
4 hours worth of material
selfpaced
view all
Load more

Level

Duration

Language