Magna Skills Capacity Building Courses

Explore practical training programmes for professionals, NGOs, public sector teams and organisations.

Browse our full course portfolio, filter by category, search by course title, and register for online or face-to-face training in leading destinations across Africa and beyond.

522 Courses Available
18 Course Categories
120,999 Applications Received
Searching course portfolio...
Reset

39 Courses Found

Showing page 3 of 4, 10 courses per page.
View Category Page
Microsoft Office Programmes
MSD2652 ICT and Security Management 30 Students

Microsoft Office Programmes

Our Microsoft Office training includes a variety of courses designed to teach individuals of all skill levels about using all of the Office programs. Our instru...

Email Administration  and Server Management
MSD2642 ICT and Security Management 29 Students

Email Administration and Server Management

Magna Skills presents the Email Administration & Server Management course, tailored for IT professionals and system administrators looking to master the com...

Introduction to Cloud Computing: AWS and Azure
MSD3020 ICT and Security Management 26 Students

Introduction to Cloud Computing: AWS and Azure

The Introduction to Cloud Computing: AWS and Azure course by Magna Skills offers a foundational understanding of cloud computing platforms, focusing on Amazon W...

Data Protection and Privacy
ICT and Security Management 16 Students

Data Protection and Privacy

This Magna Skills course provides a comprehensive understanding of data protection principles, privacy compliance, and information governance in public sector a...

Microsoft Azure Administrator
MSD2837 ICT and Security Management 15 Students

Microsoft Azure Administrator

In this course you will learn how to manage Azure subscriptions, secure identities, administer the infrastructure, configure virtual networking, connect Azure a...

AZ-500T00 Microsoft Azure Security Technologies
MSD3014 ICT and Security Management 14 Students

AZ-500T00 Microsoft Azure Security Technologies

In this course students will gain the knowledge and skills needed to implement security controls, maintain the security posture, and identify and remediate vuln...

Machine Learning Algorithms in Python and R
MSD2828 ICT and Security Management 14 Students

Machine Learning Algorithms in Python and R

The Machine Learning Algorithms in Python and R course offered by Magna Skills provides participants with comprehensive training in machine learning techniques ...

Microsoft Server Management
MSD2651 ICT and Security Management 14 Students

Microsoft Server Management

The enterprise computing landscape is constantly changing and posing new challenges in server administration. Windows Server 2012 provides a strong foundation t...

Debug

sql: SELECT cc.id, cc.Category_Name, COUNT(c.id) AS TotalCourses FROM course_categories cc LEFT JOIN courses c ON c.Category = cc.id WHERE cc.Active = 1 GROUP BY cc.id, cc.Category_Name ORDER BY cc.Category_Name ASC , executionMS: 0.002453088760376

sql: SELECT COUNT(c.id) FROM courses c LEFT JOIN course_categories cc ON cc.id = c.Category WHERE 1=1 AND (c.Status = 1 OR c.Status = '1' OR c.Status = 'Active') AND c.Category = 809, executionMS: 0.00076007843017578

sql: SELECT c.id, c.Course_Title, c.Course_Code, c.Short_Description, c.Course_Outcomes, c.Course_Outline, c.Target_Audience, c.Price, c.Discount, c.TotalPrice, c.Thumbnail, c.Views, c.Featured, c.Category, cc.Category_Name, COUNT(a.Application_ID) AS TotalApplications FROM courses c LEFT JOIN course_categories cc ON cc.id = c.Category LEFT JOIN apply a ON a.Course_Title = c.id WHERE 1=1 AND (c.Status = 1 OR c.Status = '1' OR c.Status = 'Active') AND c.Category = 809 GROUP BY c.id, c.Course_Title, c.Course_Code, c.Short_Description, c.Course_Outcomes, c.Course_Outline, c.Target_Audience, c.Price, c.Discount, c.TotalPrice, c.Thumbnail, c.Views, c.Featured, c.Category, cc.Category_Name ORDER BY c.Featured DESC, TotalApplications DESC, c.Course_Title ASC LIMIT 10 OFFSET 20, executionMS: 1.7808442115784

sql: SELECT cc.id, cc.Category_Name, COUNT(c.id) AS TotalCourses FROM course_categories cc INNER JOIN courses c ON c.Category = cc.id WHERE cc.Active = 1 GROUP BY cc.id, cc.Category_Name ORDER BY TotalCourses DESC, cc.Category_Name ASC LIMIT 8 , executionMS: 0.0020029544830322

sql: SELECT COUNT(id) FROM courses, executionMS: 0.00078415870666504

sql: SELECT COUNT(id) FROM courses WHERE Featured = 1, executionMS: 0.00078797340393066

sql: SELECT COUNT(Application_ID) FROM apply, executionMS: 0.053258895874023