Billy Okeyo
Billy Okeyo
Andrew Abok
Andrew Abok
Fredrick Kamau
Fredrick Kamau
Carlvin Jerry
Carlvin Jerry
Joseph Ndungi
Joseph Ndungi
Joy Omondi
Joy Omondi
Kate Ratemo
Kate Ratemo
Margaret Maina
Margaret Maina
Shawn Ng'iela
Shawn Ng'iela
Norman Fwamba
Norman Fwamba
Omega Makena
Omega Makena

Meet the people who make it all happen.

Believe, Innovate, Create

This blog is dedicated to the curious minds seeking knowledge, innovation, and a fresh perspective on the world around us.

    All Articles

    Web API Testing: Building Trust Through Automation

    APIs power your apps, but failures can frustrate users and break trust. I tried to explore how auth issues, poor error handling, and slow responses impact the user experience

    Object-Oriented Programming in Machine Learning

    Object-Oriented Programming (OOP) enhances modularity and reusability in machine learning by structuring code into encapsulated classes, reducing duplication with inheritance, and enabling flexible model swapping through polymorphism. While OOP improves...

    Naive Bayes Spam Filtering

    The following is a step by step quide for spam fitering using Naive Bayes. Refer to the previous posts for a deeper explanation on Bayes Theorem and Naive Bayes. In...

    Simple Moving Average Crossover Strategy in F#

    Learn how to build a Moving Average Crossover trading strategy in F#—a beginner-friendly guide to algorithmic trading. This step-by-step tutorial breaks down the math behind trend-following signals, implements a clean...

    How to Write DevOps (Or Any Tech) Documentation That Actually Helps Your Team

    A guide to writing clear, actionable, and maintainable documentation that truly helps your team.

    Implementing Change Logs in Django Apps

    Change logs (or audit logs) are crucial for tracking modifications to your data over time. They provide transparency, accountability, and can be invaluable for debugging or compliance purposes. In this...

    Building Your First API - A Step-by-Step Guide using C#

    APIs (Application Programming Interfaces) are the backbone of modern software development, enabling applications to communicate with each other.Creating a RESTful API is a fundamental skill for modern developers. Whether you're...

    Automatic Differentiation (Part 2)

    Automatic Differentiation is a family of techniques for evaluating the derivatives of numerical functions with unprecedented accuracy and speed. In this post we explore the Reverse mode AD with an...

    End-to-End API Testing

    APIs are the backbone of modern software ecosystems, facilitating seamless communication between services, applications, and external systems. As organizations increasingly depend on APIs, ensuring their reliability, security, and performance has...