Short, applied courses with a verifiable certificate. Search for a topic, or narrow by category, level, duration and price.
Pull the whole AI track together into a single coherent leadership practice rather than a bag of isolated tricks. Learn to sort your recurring leadership work into what AI should augment and what must stay fully human, then design a personal AI operating rhythm that keeps judgement, ethics and accountability firmly in your hands.
Learn to treat testing as an activity woven through the Sprint rather than a phase that follows it. Understand the testing pyramid and the different test types, and redesign Sprint Planning so quality is built in by the whole team, not inspected in afterwards.
Understand technical debt as Ward Cunningham meant it — a deliberate, sometimes wise borrowing against future speed that accrues interest if ignored. Learn to distinguish principal from interest, deliberate from inadvertent debt, and to build a risk-scored register that finally makes the business case for paying it down.
Build classifiers for real problems with Python and scikit-learn — logistic regression, k-NN, decision trees, random forests and an overview of SVMs. You will learn the fit/predict workflow, read probability outputs, handle class imbalance, and work a full classification example end to end.
Learn to compose complex SQL queries clearly in PostgreSQL by nesting scalar, row and table subqueries, using IN/EXISTS/ANY/ALL, mastering correlated subqueries, and refactoring tangled logic into readable Common Table Expressions. You will finish able to break a hard reporting question into named, testable steps and even walk hierarchies with recursive CTEs.
Master Python strings end to end — indexing and slicing, the essential methods, formatting, splitting and joining, searching, and an introduction to regular expressions with the re module. Aligned to the Python Institute PCAP certification, this course turns raw text into a data structure you can parse, clean and reshape with confidence.
Learn to manage Flutter app state cleanly with the Provider package: model your state in ChangeNotifier classes, expose it with ChangeNotifierProvider, and rebuild only the widgets that care using Consumer and context.watch/read. You will finish able to separate UI from logic and wire up a real shopping-cart feature that scales beyond setState.
Learn to map stakeholders by power and interest so your finite engagement effort flows to the people who actually determine success. Understand the power-interest grid, the four engagement strategies it implies, and how to surface the high-power stakeholder everyone forgot until they blocked go-live.
Learn why oversized stories — epics masquerading as stories — create delivery risk, and how to break them into thin, vertical, independently valuable slices. Master the proven splitting patterns and build a reusable Story-Splitting Worksheet with an INVEST re-check.
Learn what servant leadership really is — serving first so the team, the Product Owner and the organisation can succeed — and why it outperforms command-and-control with self-managing IT teams. Practise reframing everyday management decisions around the question "how can I serve this team today?"
Learn why bolting security and compliance onto the end of a project fails under iterative delivery, and how DevSecOps embeds them into every Sprint. Build a practical security-in-Sprint checklist covering threat modelling, dependency scanning and access review so risks surface early rather than two days before go-live.
Learn how Kanban's flow practices strengthen the Scrum framework rather than replacing it. Visualise the Sprint Backlog as a Kanban board, add WIP limits and read flow metrics to improve within-Sprint visibility and predictability — without touching a single Scrum accountability or event.