Creating AOSP Product Branches in Bulk Using the Gerrit REST API (Python)
In my previous post, I explained how to mirror AOSP Android 15 into gerrit.maksonlee.com with complete commit history and tags. […]
Engineering field notes
Tested walkthroughs from real lab and production-style setups: Ubuntu, Kubernetes, CI/CD, self-hosted services, storage, networking, and Android builds.
In my previous post, I explained how to mirror AOSP Android 15 into gerrit.maksonlee.com with complete commit history and tags. […]
Secure your Harbor registry using Keycloak as an OpenID Connect (OIDC) identity provider. This guide walks you through configuring Keycloak
What is Harbor? Harbor is a cloud-native container registry that secures and manages container images for your organization. Initially developed
In our earlier post, How to Run the ThingsBoard Mobile App on Android (Self-Hosted Server), we walked through connecting the
If you’re hosting your own ThingsBoard instance (e.g. https://thingsboard.maksonlee.com) and want to run the official mobile app on Android, this
When building a Flutter app for Android, you might run into this cryptic error during the Gradle build phase: If
Managing multiple Flutter versions is a common need for developers working across different projects. FVM (Flutter Version Management) makes this
Chocolatey is a command-line package manager for Windows. It lets you install, upgrade, and manage software like Git, Python, Node.js,
If you’re doing software development on Windows 11, you might come across an option called Developer Mode. But what does
ThingsBoard is a powerful open-source IoT platform supporting device management, telemetry, dashboards, and multi-tenancy. In this guide, I’ll show you