These Business grants for African Entrepreneurs are offered to individuals, firms/company, business or corporations to enable them cover scale up or develop their business, pay worker’s salaries, and run ads. Among the 23 Business Grants for African Entrepreneurs and Startups are listed: SeedStars World Shared Interest Tony Elumelu Entrepreneurship Grant Lundin Foundation Root Capital The Anzisha Prize Schwab Foundation MEST Africa Challenge Savannah Fund She Leads Africa Accelerator Grants Tshikululu Social Investments Miss Africa Seed Grants for African Women in Tech Businesses YALI Regional Leadership Ashden International Awards for Entrepreneurs in Developing Countries African Entrepreneurship Award GroFin Grants African Women Development Fund Unilever Young Entrepreneurs Award Innovation Prize for Africa African Women Innovation and Entrepreneurship (AWIE) 500.co Funded.com TechCrunch 1. Seed-Stars World S...
Here are some common mistakes you might be making daily that are slowing you down, holding you back and building tech debt. ๐งช Not writing tests. Get used to writing these sooner rather than later. You don’t need to go full Test Driven Development (TDD) but at least be comfortable. I should have started earlier! ๐ Not documenting code . Coming back to old code is a nightmare without good docs, I can’t remember how code I wrote last 2 week works so after 6months I have no chance. ๐งฐ Not breaking out common code into a reusable library . Reusable code is your toolbox, it saves you time, effort and complexity. Start building your personal toolbox or your teams toolbox now. ๐ฑ Forgetting to split projects into smaller modules. Good organization is the best way to keep a codebase sensible and manageable, it doesn’t come for free though so you have to work at it. ๐ Not using external libraries . Build on other peoples code and don...