Skip to content

CW Alumni Return to Inspire Next Generation at Scholarship Event

WHITE PLAINS, NY — The College of Westchester (CW) welcomed back accomplished alumni Kahleel Neil and Amoya Nicholson to share their journeys with future students awarded CW scholarships.
The event brought together future students and their families centered on centered on perseverance, opportunity, and career success. Both alumni reflected on how their CW experience helped shape their paths and laid the foundation for their achievements.

Neil, a marketing and business development professional and cum laude graduate of CW’s Interactive Digital Media & Marketing program, spoke about turning uncertainty into direction through consistency and resilience. He encouraged students to step outside their comfort zones, embrace challenges, and stay committed to their goals.

Nicholson, a summa cum laude graduate in Information Technology, shared her journey of relocating to the United States and building a successful career in IT. She highlighted CW’s hands-on, career-focused education and emphasized how scholarships can reduce financial stress and allow students to fully focus on their future.
Together, their stories highlighted the transformative power of education, mentorship, and financial support. Both speakers urged students to make the most of every opportunity and remain focused on long-term success.

Messages from our Alumni to future students:

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'); } }); }); });