Skip to content

A Warrior’s Journey – Reflections from Commencement 2025

As I stood before the Class of 2025 at our 109th Commencement Ceremony, I reflected not only as the President of The College of Westchester (CW) but also as a proud CW alumna from the Class of 1984. This moment wasn’t just a celebration—it was a tribute to resilience, perseverance, and the transformative power of education.

Overcoming Challenges, Embracing the Warrior Spirit

Every graduate at CW arrives at Commencement with a story of hard work. Many balanced full-time jobs, caregiving responsibilities, and academic coursework. Their ability to persevere reflects the true spirit of a CW Warriorresilient, determined, and career-ready.

One of our evening students said it best:
“Warriors never give up.”

That mindset is embedded into everything we do at CW—a career-focused, student-first private college offering flexible programs designed for working adults and traditional students alike.

What Makes CW Graduates Career-Ready?

CW is known for producing job-ready graduates who are also lifelong learners. Our programs emphasize the real-world skills employers want, taught by dedicated faculty who care deeply about each student’s success.

Whether pursuing a degree in Business, Health Professions, or Information Technology, CW students are prepared to adapt, lead, and thrive in today’s changing workforce.

Explore CW’s career-focused programs:
School of Business
School of Health Professions
School of Information Technology

Behind Every Graduate is a Community
Commencement was also a moment to honor the families, friends, faculty, and staff who supported each student’s journey. At CW, we believe student success is a team effort, and this milestone reflects the strength of our entire community.

Leadership, Legacy, and Purpose
We were honored to welcome Westchester County Executive Ken Jenkins as our keynote speaker. His inspiring message focused on the multigenerational impact of higher education and the importance of leading with integrity, authenticity, and purpose—values that resonate deeply with our mission at CW.

Ken Jenkins’ leadership in public service reminds us that serving others with heart can create lasting change.

Congratulations to the CW Class of 2025
To the graduates: thank you for choosing The College of Westchester. You are now part of a growing, impactful CW Alumni Network—one that continues to lead, inspire, and uplift across industries and communities.

Need help with your next step?
Connect with CW Career Services for job search support, résumé assistance, and more.

Stay connected. Visit often. Your journey as a CW Warrior is just beginning—and we can’t wait to see what’s next.

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