Arnold Acho

Arnold Acho @achoarnold

About: I'm a full stack web developer who loves writing clean code to solve interesting problems using Go, C#, and Vue.js. I ❤ Docker.

Location:
Tallinn, Estonia
Joined:
Sep 7, 2018

Arnold Acho
articles - 6 total

How to forward a text message (SMS) from an android phone into your webhook

You can now program your android phone to forward messages received on your phone to your server and...

Learn More 0 0Mar 18 '23

Key-Value store built with CockroachDB, .Net 5.0, and Entity Framework

In this article, we are going to build a simple key-value store using Entity Framework 5.0, .Net 5.0,...

Learn More 7 0Nov 7 '21

Least Frequently Used (LFU) Cache with Constant Time Complexity

In this blog post, I will explain to you how to implement an in-memory least frequently used...

Learn More 6 0Oct 22 '21

One Trick to speed up your unit tests with Laravel

TLDR; Don't use the base TestCase which ships with laravel out of the box. If your tests don't requir...

Learn More 5 0Aug 17 '20

How to build, run and test go2 files locally

I worked recently on an in-memory key, value cache with Go and I used interface{} for the key, value...

Learn More 1 0Aug 16 '20

PHP Test Coverage with Travis CI and Code Climate using Clover

This article is a guide on how to set-up a PHP based repository on code climate such that it reports the test coverage.

Learn More 20 7Oct 19 '18