Theo Millard

Theo Millard @tohemt

About: Software Engineer

Joined:
Sep 25, 2024

Theo Millard
articles - 12 total

Data Passing in iOS Apps - UI Kit

Passing data to between view controllers is crucial in your application flows. There are 2 types of...

Learn More 1 0Jun 2

Swift Basics: Enums

An enumeration defines a common type for a group of related values and enables you to work with...

Learn More 1 0Jun 2

Coroutine - Kotlin

Coroutine - Kotlin A coroutine is a programming construct that allows a function to...

Learn More 0 0May 27

Higher-Order Functions

Kotlin functions are first-class Can be stored in variables or data structures Can be passed as...

Learn More 0 0May 26

Adapter Pattern in Kotlin

Structural design pattern Allow two or more different interfaces to work together Bridge between two...

Learn More 0 0May 26

Overdraw, Memory Leaks, ANR and Slow Rendering in Android Apps

Overdraw Any jerks or lag or performance or slowness may antagonize a user from using the...

Learn More 0 0May 23

Overdraw, Memory Leaks, ANR and Slow Rendering in Android Apps

Overdraw Any jerks or lag or performance or slowness may antagonize a user from using the...

Learn More 0 0May 23

Understanding Activity Lifecycle on Android Apps

In android applications, the programs and screens which users can interact are presented by...

Learn More 0 0May 21

CI/CD Explained

CI/CD stands for continuous integration and continuous delivery/deployment Aimed to streamline and...

Learn More 0 0May 18

Monitoring & It's 4 Golden Signals 🏆

Monitoring is a critical part of SRE practices to manage and ensure systems and services reliability....

Learn More 0 0May 14

YAGNI - Software Engineering Principle 🖥️

YAGNI stands for "You Aren't Gonna Need It". This principle focuses on delivering software with...

Learn More 0 0May 4

Why I Love Aerospace: A Tiling Window Manager in macOS

Disclaimer ⚠️ I believe my experience also can be applied on any other tiling window...

Learn More 0 0Apr 24