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

    The Righteous Mind - Why People Are Divided by Politics and Religion – A Summary

    In The Righteous Mind - Why People Are Divided by Politics and Religion, social psychologist Jonathan Haidt explores why people hold such deeply entrenched moral and political beliefs. He argues...

    How AI is Transforming Education – A Firsthand Look at Innovation

    Artificial intelligence is revolutionizing industries, and education is no exception. The integration of AI in learning environments is enhancing accessibility, personalization, and efficiency in ways that were once unimaginable. From...

    A Guide to Date & Time Management in Python

    Time—it's something we take for granted in our daily lives, yet in the world of software development, handling it correctly can be one of the most challenging tasks. When building...

    Boosting Web Performance in Angular

    As technology continues to advance, web users don’t have the patience for slow-loading applications. Achieving top-tier performance isn’t just about writing clean code; it’s about knowing and applying the right...

    The Art of Code Reviews - Improving Quality and Collaboration

    If you’re reading this, chances are you’re either new to code reviews or looking to improve your skills. Either way, you’re in the right place. As a senior developer, I’ve...

    Writing Unit Tests in C#

    Unit testing is a crucial part of software development that helps ensure your code works as expected. In C#, the most commonly used framework for unit testing is MSTest, but...

    Optimizing Pattern Matching in F# for Better Performance

    A Guide to Optimized Functional Programming with improved pattern matching.

    Implied Volatility Model.

    Have you ever wondered why options prices can vary so much, even when the underlying asset's price hasn’t changed? The answer lies in a powerful concept called implied volatility. Today,...

    ETL AND ELT

    There are two main approaches when it comes to data management and data analysis, that is ETL (Extract, Transform and Load) and ELT (Extract, Load and Transform). These methods are...