Our Courses

We offer hundreds of courses in Cybersecurity, IT, Soft Skills, and Management and we’re adding more all the time. Please use the search bar or filter by topic and/or skill level to find your content and get started!

  • Topics

  • Skill Level

Requested Documentation For HIPAA

By ecfirst
2 Lessons

In this course, we will learn about the forms and documentation, authorization, and core data elements. This also prepares you for the Notice of Privacy Practice Guidelines, other Notice Requirements, Health Plan NPP Final Rule Updates, and other Non-Business Associates information. This course teaches Minimum and Non-Minimum Necessary Standards and Marketing, the Final Rule updates, […]

Reverse Engineering – Part 1

By EC-Council
2 Lessons | 16 Topics | 1 Quiz

Reverse engineering is the art of understanding how a system works and meddling with it. An expert reverse engineer can change a binary (compiled) or non-binary (interpreted) application in any way s/he wants, pretty much like having access to the source code. Throughout this course, you will learn about what computers are, how assembly programming […]

Reverse Engineering – Part 2

By EC-Council
3 Lessons | 18 Topics | 3 Quizzes

Reverse engineering is the art of understanding how a system works and meddling with it. An expert reverse engineer can change a binary (compiled) or non-binary (interpreted) application in any way s/he wants, pretty much like having access to the source code. We will begin with understanding what protected binaries are. We will get to […]

Risk Assessment And Management

By Cyber Phoenix
1 Lesson

It is not possible to control or manage 100% of the risk, but knowing what to do before, during, and after an event will mitigate the damage and harm. Identifying potential hazards and risks and making them part of the day-to-day business is important. Safety should be the first priority as every business must face […]

Ruby On Rails – Security

By EC-Council
7 Lessons | 29 Topics | 5 Quizzes

Many developers, at the start of their career, know how to write code but not how to avoid security flaws in their code and end up writing poor quality code with security loopholes in them such as SQL Injections, etc. This will in turn lead to a codebase that has a lot of security issues […]

Safety In The Workplace

By Cyber Phoenix
1 Lesson

Workplace safety is the responsibility of everyone in an organization. Companies have legal obligations to meet certain safety requirements, but many go further than the minimum obligations. Safety standards and procedures must be put in place, and everyone needs to follow the standards in order for them to be effective.

Sales Fundamentals

By Cyber Phoenix
1 Lesson

Although the definition of a sale is simple enough, the process of turning someone into a buyer can be very complex. It requires convincing someone with a potential interest that there is something for them in making their interest concrete – something that merits spending some of their hard-earned money.

Secure Full Stack MEAN Developer

By EC-Council
9 Lessons | 60 Topics | 7 Quizzes

MEAN stack development is a modern approach to building dynamic web applications.  It is an open-source JavaScript framework that harnesses four major technologies:  MongoDB, Express, Angular, and Node.js. Given the rise of the ever-increasing demand for full-stack JavaScript developers, this course will help you master both front-end and back-end development. This course will begin with […]

Secure Programming With C

By EC-Council
6 Lessons | 17 Topics | 6 Quizzes

Secure coding with C is a top concern. Although the C programming language, which is commonly used in numerous applications and operating systems is popular, flexible, and versatile, it is inherently vulnerable to exploitation.    Writing a secure code is crucial. Because there is no direct method to handle the exception (no inbuilt try and […]

Secure Programming With C++

By EC-Council
8 Lessons | 35 Topics | 1 Quiz

The C++ programming language is widely used, but C++ programs are often insecure. A number of different vulnerabilities can exist in C++ code and make it vulnerable to exploitation.  If you want to write secure C++ code, you need to be able to identify and understand the numerous potential errors that can be made in […]

Secure Programming With Java

By EC-Council
8 Lessons | 29 Topics | 1 Quiz

Secure designs are essential to building and deploying secure Java programs. But, even the best designs can result in insecure programs if developers are not aware of the numerous potential security pitfalls in Java programming. This course begins with a detailed explanation of common programming errors encountered in Java. Further, it takes you through security […]

Secure Software Architecture And Design Patterns In Java EE – Part 1

By EC-Council
9 Lessons | 43 Topics | 9 Quizzes

Is exploring the Java Enterprise Edition the next step you are planning in your Java learning journey? Then this course is for you, where you will get acquainted with the Java Enterprise Edition, its architecture, components, the core design patterns, and even build your very first Java Enterprise Application. Further, you will be knowledgeable about […]

Securing Your Network From Attacks

By EC-Council
9 Lessons | 39 Topics | 9 Quizzes

Attacks on enterprise networks and home networks are a growing problem with daily targeted attacks that can result in crippling results. These attacks have become more aggressive, sophisticated, and dangerous over the years. This course is designed to give you the knowledge and skills to identify, mitigate, and prevent these attacks and help you secure […]

Security Awareness

By ACI-Learning
1 Lesson

This is a non-technical course designed for every end user.  Our experts explain very common security topics that are critical to be aware of in today‚Äôs work environment, but explains in the ‚Äúend-users‚Äù non-technical language, so everyone can understand.  Many stories are told as examples for easier understanding.  One might think this is super easy […]

Security Awareness Onboarding

By ACI-Learning
1 Lesson

This course is designed to help bring new employees up to speed on the various IT security issues facing companies to day. Its primary use is intended to be as an instructional video shown during the new-hire on-boarding process. By increasing a new-hire’s IT security awareness, companies can help to avoid security incidents before they […]

Selenium Automation Testing For Beginners

By EC-Council
3 Lessons | 10 Topics

Over the last decade, the Selenium automation tool has gained a lot of popularity in the automation testing world due to its unique features like – Multiple operating support, multiple language support, multiple browsers support, open-source, and community support. MNCs to Startups all big and large organizations are investing a lot in automation testing which […]

Self-Leadership

By Cyber Phoenix
1 Lesson

As we grow, we learn to become leaders. Being a leader is natural for some, and learning for others. No matter how we have become a leader, it is important to remember we must lead ourselves before we lead others. Take the time to motivate yourself and realize that you can do it.

Servant Leadership

By Phoenix TS
1 Lesson

Servant leadership can seem like a contradicting term, but it is becoming a very popular tool in many businesses. Servant leadership is a philosophy that involves focusing on others, on their success, and in turn to build better relationships that benefit both manager and employee. Servant leadership shows that managers can be great leaders while […]

Serverless Computing On AWS With Lambda, API Gateway, S3 And DynamoDB

By EC-Council
6 Lessons | 30 Topics | 6 Quizzes

Looking to jump into the world of serverless computing on AWS but don’t know where to start? This is the course you need!  Serverless computing is high in demand but it’s hard to find a way to get started with technologies like Lambda, API Gateway, S3, or DynamoDB. The search is over, this course will […]

Session Hijacking And Prevention Techniques

By EC-Council
5 Lessons | 25 Topics | 5 Quizzes

Understanding the bare bones of Session, and how it can be broken to gain access to accounts. As an ethical hacker how to identify the design flaws that are being exploited and to be addressed them to secure the system and/or application. With multiple, users/systems interconnected the attack surface is huge and has a high-risk […]

Shell Scripting With Bash

By EC-Council
5 Lessons | 25 Topics | 5 Quizzes

Have you wanted to improve your Linux and Bash Scripting skills but don’t know where to start? Due to the proliferation of Linux, this is an increasingly important skill to have. This course is the best solution because it will take you from beginner level to Linux Power User. Thus, laying the groundwork to become […]

Social Intelligence

By Phoenix TS
1 Lesson

Social Intelligence is about understanding the environment and having a positive influence. Participants will become more confident in their social situations by learning how to express and interpret social cues. They will create positive connections and increase their influence during social situations.

Social Learning

By Phoenix TS
1 Lesson

Social Learning is an effective way to train your employees through modeling positive behaviors. It is a great way to promote cohesion and involvement as it builds a culture of learning. Participants will learn the best way to conduct role plays, share best practices, and provide constant and immediate feedback.