Short, applied courses with a verifiable certificate. Search for a topic, or narrow by category, level, duration and price.
Learn to consume REST APIs with the requests library, handle JSON, paginate and authenticate, then scale up with threading, multiprocessing and asyncio — finishing with a real fetch-parse-store data pipeline into SQLite. Every idea is taught with runnable Python 3.10+ code and a hands-on lab of ten exercises. This course helps you prepare for the Python Institute PCPP certification.
Master the communication skills at the heart of great care. Through in-depth video lessons, worked scenarios, common-mistake breakdowns, hands-on exercises and real case studies, you'll learn how communication works, how to listen actively and show empathy, how to communicate with people who have communication difficulties or dementia, how to work with families and the team, and how to handle conflict and complaints calmly and professionally.
Master Go's core built-in data structures so you can store, grow and look up data confidently. You will learn how arrays and slices differ, how slice internals (len, cap and append) really behave, and how to use maps with the comma-ok idiom, sorting and nested structures in everyday back-end code.
Learn what coaching really is — unlocking a person's own potential rather than telling them the answer — and why that builds capability in technical teams. Master the GROW model as a practical conversation structure and build a reusable coaching guide you can use with your own people.
Understand what the cloud really is — on-demand computing you rent by the second — and how the service models, deployment models and shared-responsibility model fit together. Walk away able to choose the right cloud service model (IaaS, PaaS or SaaS) for a given workload and justify the choice on cost, control and responsibility.
Understand what Continuous Integration and Continuous Delivery really are — frequently merging and testing small changes, and keeping software always releasable — and why an automated pipeline makes change safe. Learn to explain CI/CD to a non-engineering audience and to tell continuous delivery apart from continuous deployment.
Write emails, reports and messages that are clear, concise and get a response. Through in-depth video lessons, before/after rewrites, common-pitfall breakdowns, hands-on exercises and real case studies, you'll learn to structure your thinking, cut the clutter, adapt your tone, and make every document easy to act on.
Business rules are the decision logic that quietly governs every process — who gets approved, which orders are rejected, what a discount may be — and most of them live only in people's heads and legacy code. Learn to extract, classify and document them into a catalogue that is explicit, testable and owned, so the logic survives the people who remember it.
Learn to make invisible business processes visible by mapping them with swimlanes, decision points and handoffs. Use a lightweight notation — no specialist BPMN training required — to expose gaps, bottlenecks and the hidden manual handoffs where delays really hide.
Learn what business analysis really is — the discipline of turning fuzzy business need into a shared, buildable solution — and why it works best as a continuous activity across Agile delivery, not a single up-front phase. Master the four core BA competencies and map them onto a real delivery timeline.
Go beyond one-off prompts. Learn to chain AI steps into repeatable workflows that automate real work — mapping a process, connecting tools, adding checks, and rolling it out safely.
Build a production-shaped HTTP API in Go using only the standard library plus a light router. You will serve routes with net/http and ServeMux, encode and decode JSON, add middleware and request context, implement a full REST CRUD resource, and shut the server down gracefully.