All Articles

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

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

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

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

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.

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

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