Write the Docs Kenya 2026: Community, Conversations, and the Future of DocumentationAug 17, 2026·8 min read
PinnedWrite The Docs Kenya Summit 2024: Event RecapThe Write The Docs Kenya Summit 2024 was one of the most awaited events by the community at large, it was an opportunity for the documentarians, technical writers, and other professionals from the region to come together and share ideas. The primary ...May 28, 2024·6 min read
Technical Translation for Global AudiencesIn today's interconnected world, technical documentation plays a crucial role in facilitating the dissemination of information among global audiences. Clear and concise technical documentation is essential for successful project delivery. User manual...Mar 7, 2024·4 min read
Comprehensive Guide To Tensors And Fundamental Operations For Deep Learning MasteryTensors are like containers that are used in holding and manipulating numerical data. In TensorFlow all computations involve tensors, therefore, having a basic understanding of tensors makes the deep learning journey much easier. What are tensors? Te...Mar 3, 2024·6 min read
API Products: Passing Trend or Mainstream Movement?APIs…APIs Everywhere! As the API economy continues to grow, we enter an era of API dominance. Application Programming Interfaces (APIs) have evolved from simple tools to becoming the fundamental building blocks of modern software. Throughout this ‘ev...Jan 31, 2024·4 min read
Writing Comprehensive API DocumentationAPI stands for Application Programming Interface.An API (Application Programming Interface) simply allows two or more computer programs or systems to interact. On the other hand, we have API documentation. This is a written guide meant to explain th...Jan 29, 2024·4 min read
Hacktoberfest Prep: A Technical Writer's Guide to ContributingFor a long time open-source contributions were only preserved for people with coding skills, but as time has evolved that has changed. Open source now not only accepts no-code contributions but has also opened opportunities for people in different fi...Oct 5, 2023·4 min read
Introduction to Dynamic ProgrammingIntroduction Dynamic Programming is an optimization algorithm for recursive functions. The Problem The problem with recursive solutions is that in some cases, the repeated recursive calls may be used to compute a problem already computed before, but ...Feb 15, 2023·6 min read