GrowTracker
LiveAndroid app & web platform for cannabis grow management. Plant tracking, DLI calculator, BLE sensors and admin panel.
I build web apps, backend systems and Android apps — privately and with care. Clean, maintainable and for real users.
// Fetch plant profile
router.get('/plants/:id',
auth,
async (req, res) =>
const plant = await
Plant.findById(req.params.id);
res.json(
name: plant.name,
stage: plant.stage,
dli: calcDLI(plant)
);
); I help with personal or external projects — as a private individual, without agency overhead.
Modern websites & web apps with Astro, Vanilla JS and REST interfaces.
Node.js, Express, MySQL — with JWT auth, CSRF protection and rate limiting.
Native Android apps with Kotlin and Progressive Web Apps.
Code reviews, updates and long-term support for existing projects.
Projects I built myself and actively maintain.
Android app & web platform for cannabis grow management. Plant tracking, DLI calculator, BLE sensors and admin panel.
Gaming platform with game library, progress tracking and personalized recommendations.
Adaptive learning platform with flashcard system and spaced-repetition algorithm.
Private software developer from Germany — I build projects I'd want to use myself. Clean, maintainable, no black boxes.
From database to backend to frontend — everything on my own servers, with my own code. No vendor lock-in.
More about me →