Why I Wrote This Book: A Letter to Every African Executive in America

Introduction: This Is More Than a Book

This is not just a story.

It is a statement.
A reflection.
An act of protest.

And most importantly, it is a message—to every African executive navigating corporate America.

 

The Reality We Must Confront

Corporate America is not always what it claims to be.

Behind the polished image:

  • Bias exists
  • Barriers persist
  • Opportunities are uneven

Ignoring this reality does not make it disappear.

 

Why This Story Matters

This journey is not unique—it is shared by many.

The struggles:

  • Being overlooked
  • Being underestimated
  • Being challenged unfairly

These are not isolated incidents—they are systemic patterns.

 

The Core Message: Never Compromise Your Integrity

Integrity is not just a value—it is a strategy.

In environments filled with:

  • Politics
  • Pressure
  • Compromise

Integrity becomes your anchor.

 

Leadership Lessons That Matter

1. Believe in Yourself Relentlessly

2. Lead with Courage

3. Build Your Own Network

4. Speak the Truth—Even When It’s Uncomfortable

 

A Call to Action

To every African executive:

  • Do not shrink to fit expectations
  • Do not silence your voice
  • Do not accept limitations

You are not here to adapt—you are here to lead.

 

Conclusion

This book was written to:

  • Expose truth
  • Inspire change
  • Empower leaders

Because the future will not be shaped by those who stay silent—but by those who speak, act, and lead with courage.

Picture of Yibrah Tesfazghi Ghebrezghi

Yibrah Tesfazghi Ghebrezghi

Related Posts

recent posts

Stay Updated

Sidebar Newsletter Subscription (#5)

Where would you like to get your copy?

Choose your preferred platform below


🔐 Secure checkout on all platforms

jQuery(document).ready(function ($) { var POPUP_ID = 'YOUR_POPUP_ID'; // ← replace this // Broader selector: targets any button inside any off-canvas widget $(document).on('click', '[data-widget_type="off-canvas.default"] .elementor-button', function (e) { e.preventDefault(); e.stopPropagation(); // --- Method 1: Force-close via all known Elementor v4 off-canvas states --- var $offCanvas = $(this).closest('[data-widget_type="off-canvas.default"]'); var $toggle = $offCanvas.find('[data-elementor-open-lightbox]'); // Remove every active/open state class Elementor v4 uses $('body') .removeClass('e-off-canvas--active') .removeClass('elementor-off-canvas--active'); $offCanvas .removeClass('e-off-canvas--open') .removeClass('elementor-off-canvas--show') .attr('aria-hidden', 'true'); // Also click the native toggle to let Elementor clean up its own state var $closeBtn = $offCanvas.find('.e-off-canvas__close-button, [data-e-off-canvas-close]'); if ($closeBtn.length) { $closeBtn[0].click(); } // --- Method 2: Remove the overlay backdrop --- $('.e-off-canvas__overlay, .elementor-off-canvas__overlay').remove(); // --- Open the popup after animation settles --- setTimeout(function () { if ( typeof elementorProFrontend !== 'undefined' && elementorProFrontend.modules && elementorProFrontend.modules.popup ) { elementorProFrontend.modules.popup.showPopup({ id: POPUP_ID }); } else { // Fallback: trigger via Elementor's action system $(document).trigger('elementor/popup/show', [POPUP_ID]); } }, 400); }); });