Introduction. Deploying an application onto a cloud is trivial and is done many times in every organization, as all that is being done is an application is being deployed to another server. These are referred to as as cloud based applications. As seen in this funny Dilbert cartoon, most companies […]
Cloud
5 posts
one of the 12 factors in a cloud native application is Dev/Prod parity and this is achieved by implmenting CI/CD (Continuous Integration Continuous Deployment) pipeline.
What is Boyer-Moore-Horspool algorithm? When is it used ? We look at an example in kotlin which can be downloaded from github.
It is about string comparison and used in AI.