All Courses

All Courses

In today's rapidly changing job market, skill-based training for adults has become more important than ever. It is essential to empower adults with the necessary skills and knowledge to succeed in their current or future jobs. The goal of skill-based training is to provide individuals with the tools they need to thrive in their roles, and to help them remain competitive in an ever-evolving job market.

Our skill-based adult courses are educational programs that provide practical training and instruction to adults seeking to develop new skills or enhance existing ones. These courses are designed to help adult learners gain the knowledge and expertise they need to pursue new career opportunities, advance in their current professions, or simply learn new hobbies or skills. Our skill-based adult courses cover a wide range of subjects and disciplines, such as ICT skills, industrial 4.0 skils, business management, digital marketing, finance, sustainability, and soft skills.

Items 41 to 60 of 156 total

per page

Page:
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  • AI Vibe Coding for PHP and MySQL

    • HRDF
    7 Review(s)
    Build database-driven web applications with AI Vibe Coding for PHP and MySQL. This hands-on 2-day course teaches you how to use AI coding assistants such as Cursor, GitHub Copilot and Claude to write PHP and design MySQL databases. Instead of memorising syntax and SQL, you will vibe code — describing what you want in plain language and letting AI generate, explain, refactor and debug your PHP and SQL while you ....
    MYR2,200.00

    before funding and GST

  • AI Vibe Coding for Python Applications

    • HRDF
    5 Review(s)
    Take your Python skills from scripts to real applications with AI Vibe Coding for Python Applications. This hands-on 2-day course teaches you how to use AI coding assistants such as Cursor, GitHub Copilot and Claude to build, debug and deploy complete Python applications. Instead of hand-writing every line, you will vibe code — describing what you want in plain language and letting AI generate, explain, refacto....
    MYR700.00

    before funding and GST

  • AI Vibe Coding for Python Data Analysis

    • HRDF
    8 Review(s)
    Analyze real-world data without writing every line of Python yourself. In this hands-on 1-day course you will use AI coding assistants—Cursor, GitHub Copilot and Claude—to vibe code a complete data analysis workflow: describe what you want in plain English, let the AI generate the Pandas code to import, clean and transform your dataset, then review, refine and iterate with follow-up prompts. You will lear....
    MYR1,100.00

    before funding and GST

  • AI Vibe Coding for Python Financial Analysis

    • HRDF
    8 Review(s)
    Turn Python into your financial analysis toolkit with AI Vibe Coding for Python Financial Analysis. This hands-on 2-day course teaches you how to use AI coding assistants such as Cursor, GitHub Copilot and Claude to analyse financial data with Python. Instead of memorising pandas syntax and formulas, you will vibe code — describing the analysis you want in plain language and letting AI generate, explain, refact....
    MYR700.00

    before funding and GST

  • AI Vibe Coding for React Development

    • HRDF
    10 Review(s)
    Step into the future of front-end development with AI Vibe Coding for React Development. This hands-on 2-day course teaches you how to build modern React applications using AI coding assistants such as Cursor, GitHub Copilot and Claude. Instead of memorising boilerplate, you will learn to vibe code — describing what you want in plain language and letting AI generate, refactor and debug React components while yo....
    MYR2,200.00

    before funding and GST

  • AI Vibe Coding for REST API

    • HRDF
    5 Review(s)
    Build production-grade REST APIs with FastAPI by directing AI coding assistants instead of typing every line yourself. This hands-on 2-day course teaches you how to use AI vibe coding tools such as Cursor, GitHub Copilot and Claude to scaffold a FastAPI project, design clean endpoints with path and query parameters, model request and response data with Pydantic, and wire up full CRUD operations — all by describing ....
    MYR700.00

    before funding and GST

  • AI Vibe Coding for Smart Contract

    • HRDF
    8 Review(s)
    Build and deploy smart contracts with AI Vibe Coding for Smart Contract. This hands-on 1-day course teaches you how to use AI coding assistants such as Cursor, GitHub Copilot and Claude to write, test and deploy Solidity smart contracts. Instead of memorising contract syntax and tooling, you will vibe code — describing what you want in plain language and letting AI generate, refactor and debug your smart contra....
    MYR1,100.00

    before funding and GST

  • AI Vibe Coding for SQL

    • HRDF
    5 Review(s)
    Write SQL without memorising the syntax. In this hands-on 1-day course you will use AI coding assistants—Cursor, GitHub Copilot and Claude—to vibe code SQL end to end: describe the data you want in plain English, let the AI generate the query, then review, test and iterate with follow-up prompts. You will learn the prompting patterns that keep AI-generated SQL correct, readable and efficient against real ....
    MYR1,100.00

    before funding and GST

  • AI Vibe Coding for Web Development

    • HRDF
    9 Review(s)
    Build modern websites and web apps with AI Vibe Coding for Web Development. This hands-on 1-day course teaches you how to use AI coding assistants such as Cursor, GitHub Copilot and Claude to build professional web applications. Instead of memorising HTML, CSS and JavaScript details, you will vibe code — describing what you want in plain language and letting AI generate, refactor and debug your web code while y....
    MYR1,100.00

    before funding and GST

  • AI Vibe Coding with C

    • HRDF
    5 Review(s)
    Learn to write real C programs with AI Vibe Coding with C. This hands-on 1-day course teaches you how to use AI coding assistants such as Cursor, GitHub Copilot and Claude to write, compile and debug C code. Instead of getting stuck on syntax and pointers, you will vibe code — describing what you want in plain language and letting AI generate, explain, refactor and fix C code while you learn the fundamentals an....
    MYR1,100.00

    before funding and GST

  • AI Vibe Coding with Codex

    • HRDF
    8 Review(s)
    Build software faster with AI Vibe Coding with Codex. This hands-on 2-day course teaches you how to use OpenAI Codex and the Codex CLI as an agentic pair programmer that plans, writes, runs and fixes code. Instead of coding every line yourself, you will vibe code — describing what you want in plain language and letting Codex generate, refactor and debug your code while you review, guide and ship. Through practi....
    MYR2,200.00

    before funding and GST

  • AI Vibe Coding with Python Fundamentals

    • HRDF
    5 Review(s)
    Learn to build real Python programs with AI Vibe Coding with Python Fundamentals. This hands-on 2-day course teaches you how to use AI coding assistants such as Cursor, GitHub Copilot and Claude to write, run and debug Python code. Instead of memorising syntax, you will vibe code — describing what you want in plain language and letting AI generate, explain, refactor and fix Python code while you learn the funda....
    MYR2,200.00

    before funding and GST

  • AI Vibe Coding with PyTorch Deep Learning

    • HRDF
    5 Review(s)
    Build real deep learning models without writing every line of PyTorch yourself. In this hands-on 2-day course you will use AI coding assistants—Cursor, GitHub Copilot and Claude—to vibe code deep learning workflows end to end: describe the model you want in plain English, let the AI generate the PyTorch code for tensors, training loops and network architectures, then review, debug and iterate with follow-....
    MYR2,200.00

    before funding and GST

  • AI Vibe Coding with R

    • HRDF
    5 Review(s)
    Analyse data faster with AI Vibe Coding with R. This hands-on 1-day course teaches you how to use AI coding assistants such as Cursor, GitHub Copilot and Claude to write, run and debug R code for data analysis and statistics. Instead of memorising R syntax and package APIs, you will vibe code — describing the analysis you want in plain language and letting AI generate, refactor and explain your R scripts while ....
    MYR1,100.00

    before funding and GST

  • AI-103 Microsoft Certified Azure AI Apps and Agents Developer Associate

    • HRDF
    5 Review(s)
    The AI-103 Microsoft Certified Azure AI Apps and Agents Developer Associate course equips learners with the knowledge and skills required to build, manage and deploy AI apps and agents on Azure using Microsoft Foundry. Participants will explore planning and managing Azure AI solutions, choosing the right models and Foundry services, and implementing generative AI and agentic solutions with retrieval-augmented generat....
    MYR2,800.00

    before funding and GST

  • AI-901 Microsoft Azure AI Fundamentals

    • HRDF
    5 Review(s)
    The AI-901 Microsoft Azure AI Fundamentals course equips learners with the knowledge and foundational technical skills required to understand and build AI solutions on Microsoft Azure. Participants will explore core AI concepts and capabilities, the principles of responsible AI, how generative AI models work, and how to choose the right model, deployment options and configuration for a workload. Learners will gain ha....
    MYR2,800.00

    before funding and GST

  • Automate Business Processes with Agentic AI Workflows

    • HRDF
    6 Review(s)
    This course provides a comprehensive introduction to Agentic AI and its role in automating business processes. You will explore the differences between Agentic AI and Generative AI, understand LLM reasoning frameworks, and build AI agents using no-code platforms. Learn to develop LLM-powered avatar chatbots and implement AI-driven workflows to optimize operations. Advance your expertise by managing multi-agent AI sy....
    MYR2,200.00

    before funding and GST

  • AWS Certified AI Practitioner AIF-C01 Training

    • HRDF
    8 Review(s)
    Prepare to excel in the AWS Certified AI Practitioner AIF-C01 exam with our comprehensive course. Covering essential AI concepts, machine learning fundamentals, and AWS-specific AI tools, this course ensures you gain the necessary skills to succeed. Our expert instructors provide in-depth training on AWS services such as Amazon SageMaker, Amazon Q Business, and Amazon Bedrock, focusing on practical applications and r....
    MYR2,800.00

    before funding and GST

  • AWS Certified Cloud Practitioner Training

    • HRDF
    6 Review(s)
    Step into the dynamic world of cloud computing with our AWS Certified Cloud Practitioner (CLF-C02) Exam Prep course. Designed to build a strong foundational understanding, this course guides you through the essential concepts and technicalities of the AWS platform. Whether you are a beginner aiming to start a career in cloud computing or a professional looking to enhance your skills, our course is meticulously crafte....
    MYR2,800.00

    before funding and GST

  • AWS Certified Data Engineer Associate Training

    • HRDF
    7 Review(s)
    This AWS Certified Data Engineer Associate Exam Prep course is designed to provide in-depth knowledge and hands-on experience in managing data solutions on the AWS platform. The course covers critical concepts such as data storage, data processing, and data visualization using AWS services like Redshift, S3, Kinesis, and more. Participants will learn to design and implement data solutions that optimize performance, s....
    MYR5,600.00

    before funding and GST

Items 41 to 60 of 156 total

per page

Page:
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5