Global

Members

(constant) getExperienceLabel

Description:
  • Determines the experience label and type based on the selected year within a period string. Parses the given period string to extract start and end years, then compares with the selected year. Returns an object with a localized label and a type indicating whether the year is at the start, end, or the only year of the experience period.
Source:
Determines the experience label and type based on the selected year within a period string. Parses the given period string to extract start and end years, then compares with the selected year. Returns an object with a localized label and a type indicating whether the year is at the start, end, or the only year of the experience period.

Methods

delay(ms)

Description:
  • Simulates network latency.
Source:
Parameters:
Name Type Description
ms Milliseconds to wait before resolving.
Returns:
Promise that resolves after the given delay.

getCertifications()

Description:
  • Fetches certification data. Simulates a remote API call and resolves with the list of certifications.
Source:
Returns:
Promise resolving to the certifications dataset.

getCourses()

Description:
  • Fetches course data. Simulates a remote API call and resolves with the list of courses.
Source:
Returns:
Promise resolving to the courses dataset.

getExperiences()

Description:
  • Fetches professional experience data. Simulates a remote API call and resolves with the list of experiences.
Source:
Returns:
Promise resolving to the experiences dataset.
Description:
  • Fetches social and external link data. Simulates a remote API call and resolves with the list of links.
Source:
Returns:
Promise resolving to the links dataset.

getProjects()

Description:
  • Fetches project data. Simulates a remote API call and resolves with the list of projects.
Source:
Returns:
Promise resolving to the projects dataset.

getTestimonials()

Description:
  • Fetches testimonial data. Simulates a remote API call and resolves with the list of testimonials.
Source:
Returns:
Promise resolving to the testimonials dataset.

getTradingPerformance()

Description:
  • Fetches trading performance metrics. Simulates a remote API call and resolves with trading performance data.
Source:
Returns:
Promise resolving to the trading performance dataset.