Metadata
Title
Empowering Professionals
Category
general
UUID
765b5a4000ba4c3d843a01ac1417e0b7
Source URL
https://learningforlife.tudelft.nl/
Parent URL
-
Crawl Time
2026-03-11T04:29:00+00:00
Rendered Raw Markdown
# Empowering Professionals

**Source**: https://learningforlife.tudelft.nl/

function initMessages() {
"use strict";
return {
messages: window.mageMessages || [],
isEmpty() {
return this.messages.reduce(
function (isEmpty, message) {
return isEmpty && message === undefined
}, true
)
},
removeMessage(messageIndex) {
this.messages[messageIndex] = undefined;
},
addMessages(messages, hideAfter) {
messages.map((message) => {
this.messages = this.messages.concat(message);
if (hideAfter === undefined && message.type === 'success' && window.defaultSuccessMessageTimeout) {
hideAfter = window.defaultSuccessMessageTimeout;
}
if (hideAfter) {
this.setHideTimeOut(this.messages.length -1, hideAfter);
}
});
},
setHideTimeOut(messageIndex, hideAfter) {
setTimeout((messageIndex) => {
this.removeMessage(messageIndex);
}, hideAfter, messageIndex);
},
eventListeners: {
['@messages-loaded.window'](event) {
this.addMessages(event.detail.messages, event.detail.hideAfter)
},
['@private-content-loaded.window'](event) {
const data = event.detail.data;
if (
data.messages &&
data.messages.messages &&
data.messages.messages.length
) {
this.addMessages(data.messages.messages);
}
},
['@clear-messages.window']() {
this.messages = [];
}
}
}
}

## Empowering professionals

### 

'use strict';
function tweakwiseQuickSearch() {
return {
init() {
this.updatePlaceholder();
},
minSearchLength: 3,
suggestions: [],
close() {
this.suggestions = []
},
suggest() {
const term = this.$refs.searchInput.value
if (term.length >= this.minSearchLength) {
this.fetchSuggestions(term)
} else {
this.suggestions = []
}
},
fetchSuggestions(term) {
fetch(
window.BASE\_URL + 'search/ajax/suggest?' + new URLSearchParams({q: term}),
{
headers: {
'X-Requested-With': 'XMLHttpRequest'
}
}
)
.then(response => response.json())
.then(result => this.suggestions = result)
},
clickSuggestion(suggestion) {
if (suggestion.type === 'suggestion\_group') {
return
} else if (suggestion.type === 'product') {
this.goToProduct(suggestion.url)
} else if (suggestion.url) {
this.goToProduct(suggestion.url)
} else {
this.search(suggestion.title)
}
},
search(term) {
this.$refs.searchInput.value = term;
document.getElementById('search\_mini\_form').submit()
},
goToProduct(url) {
window.location.href = url
},
focusElement(element) {
if (element && element.nodeName === 'DIV') {
element.focus()
this.$refs.searchInput.value = element.getAttribute('data-title')
return true
} else {
return false
}
},
hasSpecialPrice(suggestion) {
return (Math.abs(suggestion.final\_price - suggestion.price) > 0.0001)
},
formatPrice(price) {
return hyva.formatPrice(price, false)
},
updatePlaceholder() {
const input = this.$refs.searchInput;
input.placeholder = window.innerWidth <= 400
? input.dataset.mobilePlaceholder
: input.dataset.desktopPlaceholder;
}
}
}

Search

- [View full catalogue](https://learningforlife.tudelft.nl/our-courses/)

- [Architecture and Urbanism](https://learningforlife.tudelft.nl/our-courses/architecture-and-urbanism/)
- [AI, Data & Computer Science](https://learningforlife.tudelft.nl/our-courses/ai-data-computer-science/)
- [Business and Management](https://learningforlife.tudelft.nl/our-courses/business-and-management/)
- [Core STEM Skills](https://learningforlife.tudelft.nl/our-courses/core-stem-skills/)
- [Energy](https://learningforlife.tudelft.nl/our-courses/energy/)
- [Health & Life Sciences](https://learningforlife.tudelft.nl/our-courses/health-and-medical-technology/)
- [Product and Service Design](https://learningforlife.tudelft.nl/our-courses/product-and-service-design/)
- [Quantum Technology](https://learningforlife.tudelft.nl/our-courses/quantum-technology/)
- [Transport and Mobility](https://learningforlife.tudelft.nl/our-courses/transport-and-mobility/)
- [Water Management & Technologies](https://learningforlife.tudelft.nl/our-courses/water-management-technologies/)
- [Aeronautics](https://learningforlife.tudelft.nl/our-courses/aeronautics/)
- [Mechanics and Structures](https://learningforlife.tudelft.nl/our-courses/mechanics-and-structures/)

- 200+

  Courses
- 4.500.000+

  Learners
- 450+

  Instructors
- 122.000+

  Certificates issued

## What our learners say

[View all](https://learningforlife.tudelft.nl/learner-stories/)

- > I am able to speak the right language in conversation with AI specialists.
  >
  >
  > Hans Mulders - The Netherlands

  [Read the full story](https://learningforlife.tudelft.nl/learner-stories/hans-mulders/)
- > I am now demonstrating to my superiors that I can apply my new knowledge and skills.
  >
  >
  > Andrew Watson - Australia

  [Read the full story](https://learningforlife.tudelft.nl/learner-stories/andrew-watson/)

[Economics of Cybersecurity: Business Strategies and Policy Interventions](https://learningforlife.tudelft.nl/economics-of-cybersecurity-business-strategies-and-policy-interventions/) 

Start date Mar 25, 2026

4 - 6 Hours per week

€ 1.145,-

 

[AI in Aerospace: Preparing for What’s Next](https://learningforlife.tudelft.nl/ai-in-aerospace-preparing-for-what-s-next/) 

Start date Apr 2, 2026

€ 500,-

 

[Aerobic Granular Sludge Technology for Wastewater Treatment](https://learningforlife.tudelft.nl/aerobic-granular-sludge-technology-for-wastewater-treatment/) 

Start date Apr 22, 2026

4 - 6 Hours per week

€ 1.085,-

 

[AI in Manufacturing](https://learningforlife.tudelft.nl/ai-in-manufacturing/) 

Start date May 6, 2026

4 - 5 Hours per week

€ 765,-

€ 955,-

20%
off

- [### Energy Transition](https://learningforlife.tudelft.nl/themes/energy-transition/)
- [### Sustainable Cities](https://learningforlife.tudelft.nl/themes/sustainable-cities/)
- [### Quantum Technology](https://learningforlife.tudelft.nl/themes/quantum-technology/)
- [### AI, Data & Digitalization](https://learningforlife.tudelft.nl/themes/ai-data-digitalization/)
- [### Future of Mobility](https://learningforlife.tudelft.nl/themes/future-of-mobility/)
- [### Skills for Engineers](https://learningforlife.tudelft.nl/themes/skills-for-engineers/)
- [### Medical Technology](https://learningforlife.tudelft.nl/themes/medical-technology/)

- [### About TU Delft Learning for Life](https://learningforlife.tudelft.nl/about-tu-delft-learning-for-life/)
- [### Top ranked university](https://learningforlife.tudelft.nl/top-ranked-university/)
- [### For your business](https://learningforlife.tudelft.nl/lfl-for-business/)