Short, applied courses with a verifiable certificate. Search for a topic, or narrow by category, level, duration and price.
Turn the seven elements of the NDIS Code of Conduct from words on a page into how you actually work. Through in-depth video lessons, worked scenarios, common-mistake breakdowns, hands-on exercises and real case studies, you'll learn what each part of the Code requires, how to respect rights and privacy, provide safe and competent support with integrity, raise concerns, and prevent violence, abuse, neglect and sexual misconduct — the behavioural foundation of every NDIS support worker's practice.
Learn to move users between screens in a Flutter app with confidence — from the Navigator stack and named routes to the modern go_router package. You will walk away able to build multi-screen apps that pass data forward, return results, use bottom-tab navigation with nested stacks, and open to the right screen from a deep link.
Learn to change data safely in PostgreSQL — adding rows with INSERT, correcting them with UPDATE, removing them with DELETE and TRUNCATE, and merging with UPSERT. You will wrap risky changes in transactions with BEGIN, COMMIT, ROLLBACK and savepoints so every modification is deliberate and reversible.
Operate a Linux server confidently from the command line — the skill that underpins almost every cloud role. You will navigate the filesystem, manage files, permissions and users, install software, control processes and systemd services, edit configuration and set environment variables, all over SSH with no graphical desktop.
Learn to combine data across tables in PostgreSQL with confidence — INNER, LEFT, RIGHT and FULL joins, self and cross joins, and the relationships behind them. You will model one-to-many and many-to-many data, write correct multi-table queries, and avoid the accidental Cartesian products that silently corrupt results.
Get PostgreSQL installed on any operating system and learn to connect with the psql client, create your own databases and users, and navigate the object hierarchy with confidence. You walk away able to install, connect to and move around a real PostgreSQL database — the foundation every later skill builds on.
Learn what machine learning actually is, how the end-to-end workflow fits together, and how to frame a real problem as a machine-learning task. You will leave able to decide whether ML is the right tool, name the task type, identify features and labels, and set up a working Python environment with scikit-learn and Jupyter.
Learn the foundations of working as an allied health assistant. Through in-depth video lessons, worked scenarios, common-mistake breakdowns, hands-on exercises and real case studies, you'll master what allied health assistance is, how delegation and supervision work, how to stay firmly within your scope, how to deliver therapy programs well, and how to observe, document and report back — the essential knowledge for supporting physiotherapists, occupational therapists, speech pathologists and other allied health professionals.
Get Python installed and running on Windows, macOS or Linux, then write, save and run your first real programs. You will meet the REPL, editors and IDEs, pip and virtual environments, and learn to read error tracebacks. A concrete, step-by-step start that helps prepare for the Python Institute PCEP certification.
Learn to break the chain of infection and keep the people you support — and yourself — safe. Through in-depth video lessons, worked scenarios, common-mistake breakdowns, hands-on exercises and real case studies, you'll master the chain of infection, standard and transmission-based precautions, the all-important skill of hand hygiene, how to use PPE correctly, and how to keep the care environment clean — the everyday foundations of safe practice in aged care, disability, community and health settings.
Take back control of your email. Through in-depth video lessons, worked examples, hands-on exercises and real case studies, you'll build a simple, repeatable system — powered by AI — to process your inbox fast, draft replies and summaries in seconds, cut the volume, and keep email serving you rather than the other way around.
Build robust, validated forms in Flutter — capture text with TextField and TextEditingController, validate with the Form widget, manage focus and input formatters, and submit and clear cleanly. You will finish able to build a real registration or checkout form that guides users, rejects bad input, and reports errors clearly.