Category Technology & Engineering

Innova at Dev-Craft 2016

Innova Limited proudly contributed to and actively participated in Dev-Craft 2016, an esteemed event held in Nairobi, Kenya. With an audience comprising software engineers, project managers, product managers, quality assurance...

Innova Custody Software Seminar

Innova Limited hosted a highly anticipated seminar on September 19, 2013, to officially launch our cutting-edge custody software. The seminar served as an opportunity to showcase the innovative features and...

Innova Feted at the CIO Annual Awards Ceremony

We are thrilled to announce that Innova Limited was honored and feted at the CIO Annual Awards Ceremony, which took place in Kigali, Rwanda. The prestigious event recognized our company's...

Innova signs on African Financial Services Limited

Innova Limited has been awarded the contract to implement for African Financial Services Limited (Zambia), a subsidiary of Sanlam Group, various software solutions including Fund Management and Unit Trust/CIS software....

Category Growth

Innova’s Conrad Akunga Awarded at the 2016 Business Daily Top 40 Under 40

Innova Limited takes great pride in announcing that Conrad Akunga, our esteemed Co-Founder and Director of Research & Product Development, has been honored at the 2016 Business Daily Top 40...

Category Financial & Capital Markets

Innova Admitted to the CMA Regulatory Sandbox

We are delighted to announce that Innova Limited (Innova) has received approval from the Capital Markets Authority (CMA) to conduct testing of our innovative cloud-based data analytics platform. This approval...

Category Software Development

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...

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...

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,...

Introduction to Nginx

Nginx has emerged as one of the most popular and powerful web servers in recent years, renowned for its exceptional performance, scalability, and versatility. This comprehensive guide aims to provide...

Debugging Technique - Watch Windows in C#

Watch Windows are a powerful debugging tool that allows developers to monitor the values of variables, expressions, and objects during program execution. They provide real-time insight into the state of...

C# Coding Best Practices - Coding conventions with examples.

Coding conventions are a set of guidelines and standards that every developer should follow when writing code. Code written following the industry best practices is easier to read, understand, maintain...

Types, Type Aliases, and Interfaces in TypeScript

TypeScript has become a powerful tool in web development, used to enhance robustness and scalability in JavaScript applications. To fully utilize TypeScript, one needs to understand the subtleties of types,...

A Beginner’s Guide to Working with User Feedback and the Production Workflow

Feedback is the lifeblood of any successful production workflow. It acts as a bridge between what the product currently offers and what users actually need. Without a structured approach to...

Server-Side Rendering vs. Client-Side Rendering - How They Shape Web Performance

When building modern websites the decision between Server-Side Rendering (SSR) and Client-Side Rendering (CSR) is crucial since it affects scalability, user experience, and performance. To make an informed choice, it...

Technical Debt

Technical debt occurs when we choose an easier, quicker or a less optimal solution during software development rather than a more robust one. As developers we do this all the...

Understanding Serverless Computing

Serverless computing, often referred to as Function-as-a-Service (FaaS), is a cloud computing model where cloud providers automatically manage the infrastructure, allowing developers to focus solely on writing code without the...

Memoization with Fibonacci

Serverless computing, often referred to as Function-as-a-Service (FaaS), is a cloud computing model where cloud providers automatically manage the infrastructure, allowing developers to focus solely on writing code without the...

Exploring the World of Generative AI

Through Generative AI, one of the most recent and great creations of Artificial Intelligence, it is possible to create original works in various social spheres such as art, literature, medicine,...

Transitioning from TypeScript and Python to C#

Transitioning to .NET over the past few months and diving into C# to create web APIs has been an exciting shift from my journey with TypeScript and Python. I’ve been...

Currying and Partial Application in F#

A deep dive into currying and partial application in F# with examples and use cases in functional programming.

Building Resilient Systems

In today’s world, every organization must strive to build software systems that are resilient in the face of unexpected occurrences to achieve uninterrupted operations and safeguard their data. Software systems...

UI vs UX Understanding the difference and Why both matter

In today’s digital world, creating a successful product isn’t just about how it works but also how it feels and looks.When developing a successful product, two crucial elements come into...

Improving Angular Performance

In the context of web development, ther performance tuning of Angular applications ranks high on the list of priorities when it comes to user satisafcation. With the contemporary browser-based web...

7 most popular web application security threats and their mitigation.

This is the process of protecting web applications, websites and API's from attacks. It's main aim is to keep applications running smoothly, protecting business from cyber vandalism, data theft and...

Category Capital Markets

Information Theory in The Financial Markets

In 1948 Claude Shannon founded the field of Information theory in his paper titled, *“A Mathematical Theory of Communication.”* His interest was on how much information a communication channel could...

Category Development

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...

Mastering CI/CD Pipelines, The Key to Rapid Software Delivery

Delivering quality software quickly is more critical than ever in today's software development industry. Continuous Integration and Continuous Delivery (CI/CD) pipelines have become essential tools for development teams to transition...

A Practical Guide to Microservices Architecture

Microservices architecture is reshaping how applications are developed by decomposing large systems into smaller, independent services. These modular components can be developed and maintained separately, offering flexibility, scalability, and improved...

Category Architecture

Mastering CI/CD Pipelines, The Key to Rapid Software Delivery

Delivering quality software quickly is more critical than ever in today's software development industry. Continuous Integration and Continuous Delivery (CI/CD) pipelines have become essential tools for development teams to transition...

A Practical Guide to Microservices Architecture

Microservices architecture is reshaping how applications are developed by decomposing large systems into smaller, independent services. These modular components can be developed and maintained separately, offering flexibility, scalability, and improved...

Category Monte Carlo Simulation

Monte Carlo Simulation and Stock Prices Forecasting

Monte Carlo Simulation is a mathematical technique used in modeling the probability of different outcomes especially where there is uncertainty or randomness of variables.

Category Forecasting

Monte Carlo Simulation and Stock Prices Forecasting

Monte Carlo Simulation is a mathematical technique used in modeling the probability of different outcomes especially where there is uncertainty or randomness of variables.

Category AI

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...

How Large Language Models Work, Part 1

Large language models has revolutionized how machines understand and generate human language. These models demonstrate incredible capabilities, however the mathematics behind their architecture, training, and fine-tuning can at times seem...

AI Advances and ChatGPT in the Software Development World

The software development world has witnessed a significant transformation with the advent of Artificial Intelligence (AI) and its applications. One of the most notable AI tools that has gained popularity...

Category Predictive Modelling

Security Price Forecasting using Hidden Markov Model

We use Hidden Markov Model (HMM) which is a probabilistic model that assumes a hidden and visible states controlling the price movements to predict the security prices of Equity Bank...

Category Analytics

Portfolio Optimization

Explore the fundamentals of portfolio optimization in both discrete and continuous time. Whether you're new to the concepts or looking to deepen your knowledge, we'll break down the key principles...

Category CHATGPT

Prompt Engineering

In today's digital age, interacting with AI models like ChatGPT can feel like magic when done right. But what's the secret to getting the most out of these systems? It...

Category Optimization

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...

The Levenberg-Marquardt algorithm

The Levenberg-Marquardt algorithm is a widely used optimization method for solving non-linear least squares problems, particularly in curve fitting. It combines the advantages of the gradient descent and Gauss-Newton methods,...

Understanding BFGS Optimization with F# Implementation

Through Generative AI, one of the most recent and great creations of Artificial Intelligence, it is possible to create original works in various social spheres such as art, literature, medicine,...

Category Documentation

Derivatives - Hedging With Options

Financial derivatives just from its name *derivative* is a financial instrument that derives its value from the performance of an underlying asset like stocks and other financial instruments

Category Financial Markets

Bonds Rating

Bond rating/credit rating is an evaluation of creditworthiness of a bond issuer. The ratings are published by credit rating agencies and provide evaluations of a bond issuer’s financial strength and...

Optimal Asset Allocation

Asset allocation is an approach of spreading investment across different asset classes instead of investing on one, its a strategy to balance risk and potential return over a given time...

Category Portfolio Management

Attributing for Risk in Portfolio Management

A Guide to Calculating Risk Contributions in Portfolio Management Using Volatility

Category Feedback Management

Maximizing Productivity as a Software Engineer: The Power of Pomodoro and Beyond

Staying productive as a software engineer can be challenging. Writing code requires deep focus, but distractions, meetings, and mental fatigue can make it hard to stay efficient. Working from home...

A Beginner’s Guide to Working with User Feedback and the Production Workflow

Feedback is the lifeblood of any successful production workflow. It acts as a bridge between what the product currently offers and what users actually need. Without a structured approach to...

Category Machine Learning

Anomaly Detection

Anomalies appear because of different reasons for example data collection error, fraud and cybe security attacks. This blog gives an introduction of a series i am going to do on...

Category Book Review

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...

Living The Four Agreements

Not too long ago, I came across this amazing book called *The Four Agreements* written by Don Miguel Ruiz. I saw a video about it, and it immediately caught my...

Category Productivity

Maximizing Productivity as a Software Engineer: The Power of Pomodoro and Beyond

Staying productive as a software engineer can be challenging. Writing code requires deep focus, but distractions, meetings, and mental fatigue can make it hard to stay efficient. Working from home...

Category Software Engineer

Maximizing Productivity as a Software Engineer: The Power of Pomodoro and Beyond

Staying productive as a software engineer can be challenging. Writing code requires deep focus, but distractions, meetings, and mental fatigue can make it hard to stay efficient. Working from home...

Category Career

The Mistake Every Developer Makes (And No One Talks About)

Every developer, at some point, falls into a common but rarely discussed trap—the urge to overcomplicate things. Whether it's adding unnecessary abstractions, overengineering a simple feature, or endlessly refactoring code...

Category Data Intergration

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...

Category Data Science

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...

Category Technology

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...

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...

Category Debugging

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...

Category C#

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...

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...

Category Software Engineering

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...

Category API's

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...

Category DevOps

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.

Category Technical Writing

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.

Category ML

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...

Category Testing

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