Skip to content

Saturday, June 14th
10:00am to 12:00pm

From Me to Career: Discover the Connection!

In this engaging workshop, you will find that taking a short, fun personality test can lead you to a world of career possibilities.

Why Attend?

  • Identify career options based on your strengths, interests, personal and career goals.
  • Create strategies to make informed decisions about your future career.
  • Develop skills and qualifications for different industries.

About Hasani Figueroa

As part of the High School & Community Relations team at CW, Hasani facilitates workshops that empower individuals to identify their unique strengths, transform aspirations into clear goals, and take actionable steps toward achieving them.  He’s most passionate about building connections—with students, educators, adult learners, and industry professionals—to foster growth and shared success.

As an active member of The Omega Psi Phi Fraternity Inc., a historically Black fraternity dedicated to serving underrepresented communities, Hasani is also deeply passionate about instilling confidence and practical skills in our youth for their futures.  Whether through one-on-one conversations, presentations, or tabling events, Hasani strives to empower high school students to reach their full potential.  Hasani also values the opportunity to connect with adult learners who share his belief that personal growth through education never ends.

Hasani earned a Bachelor of Arts degree in American Studies from Amherst College and has several years of corporate recruiting experience prior to joining CW.

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });