Showing posts with label Courses. Show all posts
Showing posts with label Courses. Show all posts
Image


Description

Have you ever been hacked? Are you concerned that you might not be doing enough to protect yourself against hackers or scammers?In this class, we will discuss current cyber threats to you and your family in easy-to-understand terms.I’ve been in the cybersecurity industry for ten years, and I am passionate about teaching best practices to beginners and well-seasoned professionals alike. As a White Hat Hacker, I have to think like bad guys in order to protect devices from bad guys.


You should definitely consider this course if:
  • If you have the same password for every site you use
  • You store said passwords on a sticky note under your keyboard
  • If you connect to any public WiFi
  • You don’t know about 2-factor authentication or how to use it
  • You don’t know about internet browser plugins that can protect your privacy
Hope to see you inside!

Who is the target audience?
  • Anyone who is concerned about online safety and device security
  • Who has been hacked in the past
  • Anyone who wants to know how to protect themselves in the future


Image

Description
There are over 644 million active websites on the Internet and growing. The only Website that do well are ones which are well designed both in terms of user interface and user experience. That's why it so important to learn the design skills that will make your app stand out in a crowd.

The UI Design Course is great for people with absolutely no design experience or experienced designers who want to get up to speed quickly with Front end Web design. We'll introduce you to the art of making beautiful Websites. We'll explore key UI and UX concepts that are essential to building good looking and easy to use apps that are loved by users.

Interested in user interface (UI) design? You should be. You can make more as a user interface designer than any other kind of design. UI designers are make six-figure income, and UI design regularly makes top-ten lists for the most in-demand, fastest growing jobs.They enjoy amazing work flexibility. 

The course has a practical component that takes you step-by-step through the workflow of a professional Web designer.With this short but informative course, you’ll learn how get started as a professional UI designer.

After Students completing this course will have the knowledge to create beautiful websites that leave people with a smile on their face.


Who is the target audience?
  • Anyone who wants to build Websites
  • Anyone who wants to start their own business or begin a freelance career
  • Web and App Developers and anyone looking to take their UI work to the next level.


Image

Description
This course provides a full guide on trading card game menus. In the video Lectures we cover only the process of making menus, collection browsing, deck building, pack opening, etc… But the battle mechanics part is also included into the Unity project that is provided with the course. So, you`ll have an opportunity to play the game with the cards that you create yourself or even use this application as a foundation for your own trading card game.

The material in this course is divided into 5 Sections. Section 1 features a short introduction to the course. 

Since the Unity project that we are developing in this course can be treated as an extension of the course that we have made earlier about card game battle mechanics, in Section 2 we will make a recap of the techniques that we use in both courses to store cards in the project. You will learn about ScriptableObjects and ScriptableObject assets and how you can use them to store cards in your project. We`ll take a look at a very useful script CardCollection.cs that will be used in the project to filter the cards in our collection and get certain sub-sets of cards that satisfy certain criteria. In the last Lecture of Section 2 we`ll do some UI work in Unity and assemble the general layout of our menu scene.

Section 3 will be entirely dedicated to buying and opening booster packs with cards. It makes sense to make the card pack opening part early in the course because it`s both the most exciting part of the project and at the same time the most isolated from other code. We`ll create a separate screen for the shop / pack opening area and explore all the scripts that make it possible to buy and open card packs. We`ll cover advanced topics like: drag and drop code for the unopened packs, using DOTween to automate movement of unopened packs and cards that we get from packs, displaying hover over effects, generating cards of certain rarity based on customizable probability coefficients. By the end of this Section we`ll have a fully functioning pack opening screen for this project.

In Section 4 we will start making the collection screen – the most complicated screen in the menus for any trading card game. Our goal for this Section is to be able to launch the game and see the cards laid out in a grid on the collection screen, be able to use pagination buttons and switch pages in the collection, be able to use all the custom filters (mana, keyword, belonging to one of the character classes) to filter the card collection and display certain sub-sets of our collection.

In the final section of this course we will continue exploring our collection screen and cover more advanced objects that are featured on the screen: crafting screen that allows us to craft new cards for one of the in-game currencies, scrollable lists with deck icons and card icons that will be displayed on the side of our deck building screen. We will discuss the topic of transferring data between the scenes and being able to use the deck that your players have pre-configured in the battle scene. In the final lecture of the course I`ll demonstrate how you can set up a game against a simple AI opponent. We saved the project a couple of times while we were making the course and you`ll have these saved projects available for download. I would recommend to download the final project first, check out how it works and start your exploration of this app from the final version. All the art assets that are used to create cards, creatures, hero powers and other game elements are free for commercial use. You can find detailed info on art and scripting assets and links to some other useful resources in the Credits file that you can download with this course (included in the root of the Assets folder in any of the saved projects).

Who is the target audience?
  • This course is for trading card game enthusiasts and for people who are interested in making card games like Hearthstone and Magic the Gathering. It will help you both build your own trading card game and explore what happens behind the scenes in your favorite trading card games.


Image

Description
JavaScript is the technology that makes things happen online. Learn how to create Dynamic and Interactive web pages applying JavaScript. This course covers all the core fundamental concepts like variables, arrays, objects, functions, loops, conditions, Document Object Model Basics and more.

JavaScript is Fast and Responsive relatively easy language to get started with. All you need is a browser and you are ready to create JavaScript. Learn JavaScript to HTML web pages works across browser.

JavaScript is powerful extending the functionality of web pages.

Executed on the front-end

This course covers the core fundamentals of JavaScript, so that you can get started or refresh your knowledge of how JavaScript work quickly. Designed as a fast paced informative course that guides you to learn and practice JavaScript.
  • Learn how to create variables, objects and Arrays
  • Explore functions how local and global scope work and how to return values and pass arguments into functions
  • See how to apply logic with conditions and ternary statements
  • Save time with loops do while and for loops
  • Interact with your web elements connect via the Document Object Model
This course will start teaching you very basic of JavaScript language and will gradually take you to the advance level. 

You will learn deep understanding of JavaScript concepts. You will see the beauty and power of JavaScript language and you would be able to apply all these skills in modern web development.


Who is the target audience?
  • Anyone who wants to learn JavaScript
  • Anyone who wants a quick refresher about JavaScript
  • Anyone who wants to practice JavaScript


[UDEMY] JavaScript Game Development Step By Step
Image

Requirements
  • You should have basic knowledge of HTML
  • You should have basic understanding of JavaScript
Description
In this course you will learn about all the tools needed for creating casual games in JavaScript. In the first section you will learn about various components of JavaScript and HTML that would be required in game development.
In the succeeding sections you will create two games: Snake and Breakout step by step along with me. You will also learn about several other elements of the games that you can apply to your own game later on.
In the last section of the course you will also learn to publish your game online.
So, there's a lot to learn in this course and it will surely benefit you if you are planning to step into the world of JavaScript game development.
Who is the target audience?
  • Anyone who wants to explore the field of game development using JavaScript


[UDEMY] Ionic Basics
Image

Requirements
  • Understand of how mobile devices and apps work
  • Introductory knowledge of HTML, CSS and JS
  • Basic knowledge of TypeScript/Angular would be an advantage but not required
  • A computer with an active internet connection
Description
Ionic Framework is one of the most popular frameworks for cross-platform mobile app development. It lets you build truly hybrid mobile apps for both Android and iOS using web technologies like HTML, SCSS and TypeScript. This course covers the latest version of Ionic, Ionic Framework v3 which uses Angular as the backing framework.

This course is an essential for Web Developers, Professionals and Students who wish to develop Mobile Apps using the web development skills they have (HTML, SCSS and TypeScript).

At the end of this course, you will be able to develop mobile apps for Android and iOS using the web development skills you already have. We will start by understanding the basics of Ionic and Cordova. We will also understand the role of Angular in Ionic Apps and then move on to learning to create and run Ionic Apps. You will learn to create user interfaces using basic and advanced Ionic Components. You will learn to use basic components like Buttons, Lists, Cards, Icons, RadioButtons, CheckBoxes, Inputs and much more. You will also learn to add interactivity to these components using Angular and TypeScript. Lastly, we will move on to using more advanced components like Loading, Toast, Alerts, Popovers and Modals. You will also learn about navigation between different pages within the app.

While the course, you will learn how to use Angular to build apps that work on Android and iOS. Later in the course you will work on a real app called, "WeatherIonic", that tells weather information for any city in the world. Cool right?

Finally, we will learn to build and publish Ionic Apps to the Google Play Store.

And once you have started, sky is the limit.



Who is the target audience?
  • Eventerpreneurs with an idea but no knowledge of complex app development
  • Students willing to build mobile apps for Android, iOS and Windows using Web Technologies
  • Professionals willing to build apps for multiple platforms in least amount of time
  • Everyone who has web skills and wants to build mobile apps using web technologies
  • Professionals who want to expand their skill set and learn to develop apps.


[LYNDA] Advanced EDM Mixing
Image

While genre does not affect many mixing techniques, EDM (electronic dance music) has unique challenges. Artists want their songs to sound loud, wide, and heavy, without suppressing their unique texture or competing with the underlying rhythm. In this course, Colin Fisher teaches advanced mixing techniques specifically suited to the EDM environment. He'll touch on loudness and dynamics, headroom and gain, and processing with compression, limiting, and clipping, as well as show how to manipulate stereo and frequency placement like the pros do. The end result is a fat, wide, and full sound that will help your tracks break through.
Topics include:
  • Using dynamics to create power
  • Balancing a mix
  • Avoiding ear fatigue
  • Improving consistency with gain
  • Working with compression, limiting, and clipping
  • Using subgroups
  • Understanding stereo and frequency placement
  • Tricks for achieving stereo width


[UDEMY] Building A Facebook Chatbot In Chatfuel
Image
Description
Facebook Messenger chatbots will be the next BIG marketing trend in 2017 and beyond.

More than 1 billion people are active on Messenger every month, so why not monetize this platform as part of your/your client's social media marketing strategy?

The beauty is that chatbots are still in their infancy, meaning that very few businesses are using them to sell. This equates to HUGE opportunity for you, as a digital marketer, because deploying a bot will help your brand — and whatever products you're selling — stand out from the competition.
Some advantages of building Facebook bots include...
  • 90% open rates, compared to the average 30% with email marketing
  • Instant, relevant answers to users who message your page, eliminating slow responses and missed sales
  • Reach all your fans without paying Facebook to "boost" your posts
  • Personalize your sales pitches using Facebook data, proving to customers that you understand them
  • Monetize your conversations inside Messenger without redirecting them to a painfully slow sales page
Whether you're a brand consultant, social media marketing agency, or a do-it-yourself small business owner, this course will teach you how to build a Facebook Messenger bot that converts users and puts money in the bank.
Who is the target audience?
  • Social media marketers
  • Branding consultants
  • "DIY" business owners


[LYNDA] Learning JIRA Service Desk
Image

JIRA Service Desk adds an additional layer to a standard JIRA project, allowing for features like an external customer portal to log requests—which don't require additional licenses—and SLA tracking. In this course, instructor Robert Anthony shows JIRA administrators not only how to use these features, but how to customize options for the needs of their organization and structure, be it DevOps, manufacturing, or software development. Learn about portal design, configuring customer notifications and permissions, measuring success with SLAs, setting up automated workflows, and advanced reporting.
Topics include:
  • What is JIRA Service Desk?
  • Creating requests and groups in the customer portal
  • Creating new queues
  • Linking to the knowledge base
  • Configuring incoming email requests
  • Adding automation with workflows
  • Creating an SLA
  • Reporting


[LYNDA] Kotlin For Java Developers

Kotlin is a concise, easy-to-use programming language from JetBrains that's 100% compatible with Java, and is an officially supported development language for Android. With its clean syntax and ability to eliminate most null pointer exceptions, Kotlin makes coding easier, faster, and generally more fun. In this course, learn the basics of Kotlin programming and explore its interoperability with Java. Troy Miles explains why you might want to learn this language, and walks through some of its key features, including operator overloading, generics, and lambdas. Plus, Troy shows how to call Java libraries from Kotlin—and vice versa—and covers functional programming in Kotlin.
Topics include:
  • Kotlin as a better Java
  • Setting up a Kotlin programming environment
  • Val vs. var
  • Understanding basic Kotlin programming concepts
  • Object-oriented programming
  • Using Java from Kotlin
  • Using Kotlin from Java
  • Annotations, reflection, and DSL construction
  • Functional programming in Kotlin


Image
Learn how to create and share webpages with Google Sites, the free tool that comes bundled with your Google account. In this course, staff author Jess Stratton helps you get started with Google Sites by demonstrating how to create sites from scratch using this powerful tool. She familiarizes you with the interface, and shows how to manage your site and add collaborators. Jess also takes you through how to add content—from working with text and links, to embedding YouTube videos and maps from Google Maps. Plus, she discusses how to change your site's URL, and work with privacy settings to make your site as public or private as you'd like.

Topics include:
  • What are the uses for Google Sites?
  • Choosing a site theme and adding a logo
  • Managing or deleting a site
  • Adding editors to help build a site
  • Working with pages
  • Creating and working with additional pages
  • Adding text and images
  • Adding forms from Google Forms
  • Publishing your site


Image

If you do a lot of work in Excel, you know that errors can easily creep into your data. And even a small error can have big consequences, throwing off important calculations or transmitting incorrect information to your team. In this concise course, Excel expert Dennis Taylor provides quick and easy tips to help you avoid making common mistakes. Dennis begins with the basics—how to display data so that errors can be easily spotted. Next, he offers handy tips to ensure data is entered correctly the first time, using the AutoFill feature and using AutoCorrect shortcut codes for frequently used entries. Dennis provides easy ways to validate your data, which is particularly helpful when multiple team members are contributing to the same spreadsheet. This includes restricting the data that can appear in a spreadsheet by setting value limits, pre-populating data with drop-down lists, and other methods. He also shows how to avoid mistakes in formulas, how to hide data that doesn't need to be seen, and how to use workbook protection to prevent errors, and more.

Topics include:
  • Streamlining data entry steps
  • Using Excel shortcuts and automation features
  • Protecting worksheets and workbooks
  • Validating data
  • Basing entries on formulas
  • Detecting errors in formulas
  • Using Range Names
  • Finding mistakes in large, complex spreadsheets


Image

Description:

Notes:
  • All the videos in this course are downloadable.
  • This price is only for the 1st 1000 students, the price will go up after that.
In this course you will start as a beginner with no previous knowledge about penetration testing. The course is structured in a way that will take you through the basics of networking and how clients communicate with each other, then we will start talking about how we can exploit this method of communication to carry out a number of powerful attacks. This course is focuses on the practical side of wireless penetration testing without neglecting the theory behind each attack, all the attacks explained in this course are launched against real devices in my lap. The Course is Divided into four main sections:
  1. Networks Basics: in this section you will learn how networks work, how devices communicate with each other and how the information is transferred in a wireless networks. You will also learn about basic terminology, what is a channel ? What is MAC address and how to change it ?
  2. Information Gathering: In this section you will learn how to map the current network, ie: discover all the connected devices (clients), not only that but you will also learn how to gather important information about these clients, such as their MAC address, their IP, Operating system, open ports, programs that are using these ports and maybe even the exact version of the program.
  3. MITM Attacks: in this section you will learn a number of very powerful attacks that you can launch against the network and the connected clients, these attacks will allow you to gain access to any account accessed by any client connected to your network, read all the traffic used by these clients (images , videos , audio passwords, cookies, urls ...etc), and gain full access to any client in your network.
  4. Protection: In this section you will learn how to detect these attacks and protect yourself and your network against them.
All the attacks in this course are practical attacks that work against any device connected to our network, ie: it does not matter if the device is a phone , tablet laptop ...etc. Each attack is explained in a simple way first so that you understand how it actually works, so first you will learn the theory behind each attack and then you will learn how to carry out the attack using Kali Linux. NOTE: This course is totally a product of Igneus Technologies and No other organization is associated for certification exam for the same. Although, you will receive Course Completion Certification from Udemy, apart from that No OTHER ORGANIZATION IS INVOLVED.
Who is the target audience?
  • Anybody who is interested in learning about network penetration testing
  • Anybody interested into learning how to protect networks from hackers.


Image

Listening is a critical competency, whether you are interviewing for your first job or leading a Fortune 500 company. Surprisingly, relatively few of us have ever had any formal training in how to listen effectively. In this course, communications experts Tatiana Kolovou and Brenda Bailey-Hughes show how to assess your current listening skills, understand the challenges to effective listening (such as distractions!), and develop behaviors that will allow you to become a better listener—and a better colleague, mentor, and friend.
Topics include:
  • Recalling details
  • Empathizing
  • Avoiding distractions and the feeling of being overwhelmed
  • Clarifying your role
  • Using attentive nonverbal cues
  • Paraphrasing what was said
  • Matching emotions and mirroring


Image

Requirements
  • No prior knowledge of Shopify is necessary.
  • No prior technical skills are necessary - If you can use a browser you can do this course.
  • A willingness to learn and a desire to build a financially secure future.
  • As part of the course you will build and host a website using Shopify. We offer you a Shopify 14 day free trial.

Description
Welcome to the 'Make Money : Become a Shopify Expert (from zero to hero)' course. Shopify is one of the hottest products around and I'm going to teach you, step-by-step, how to become a Shopify expert in no time at all - from scratch! You don't need any prior knowledge of Shopify or any technical skills - if you can use a web browser you are good to go!
My name is Tim Sharp and I've been a successful online entrepreneur since 2004 and I'm one of the most successful ecommerce lecturers here on Udemy. Over the years, I've built successful businesses in eCommerce, WordPress, Affiliate Marketing and Web and Database Development. I have extensive knowledge of the complete business cycle and a wealth of real world experience. But the best part is I've been able to live the Internet lifestyle, making great money working from anywhere and having the flexibility to do what I want when I want. And that's what I'm going to teach you !
At the end of this course you will have an in-depth knowledge of Shopify. This knowledge could help you supplement your existing income or transform your life by giving you the opportunity to become a Shopify consultant or developer OR build your very own online business that could even allow you to escape the 9 to 5 altogether. It's entirely up to you, your commitment, your determination !
So what are you waiting for, let's get started right now on building a financially secure future.

Copyright © 2015 TehParadox All Right Reserved
Blogger Templates Created by Dicky Bust - DesignsRock