Terrence Aluda

Terrence Aluda @agusioma

About: I am an Android developer by specialization. During my free time, I convert UI designs to code on my Instagram(https://www.instagram.com/tcreates_llc/) and write here.

Location:
Kenya
Joined:
May 19, 2021

Terrence Aluda
articles - 8 total

How Cerbos minimizes latency in Authorization workflows

In the context of authorization, latency refers to the delay or time it takes for an authorization...

Learn More 9 0Jan 17

10 reasons why you should choose Cerbos as your application's authorization provider

Authorization is at the heart of application security but implementing a reliable and scalable...

Learn More 12 0Dec 15 '24

A custom circular progress indicator using the Canvas and animation

In this post, we will see how to build a custom circular progress indicator using the Canvas. We will...

Learn More 0 0Mar 14 '24

The fundamentals of building a circular draggable Slider in Jetpack Compose

If you are reading this, you most likely came from this Instagram post or this GitHub repository. If...

Learn More 6 0Jan 5 '24

Adding a TFLite model to your android app

Hello there. Perhaps you are wondering how to straight-forwardly add some Machine Learning into your...

Learn More 11 0Dec 28 '22

Understanding Dijkstra's Shortest Path Algorithm using Python

In this article, we are going to talk about how Dijkstras algorithm finds the shortest path between...

Learn More 8 2May 19 '21

How to use React to Send a POST Request to a Laravel Application

Perhaps you are a backend engineer who wants to load data to your site using the React library, or yo...

Learn More 18 0May 19 '21

Big O notation using Python

We all need a way to measure the performance (efficiency) of our algorithms as they scale up. We can...

Learn More 15 0May 19 '21