<?php
class Developer extends Human
{
public string $name = 'Timothy Murphy';
public string $role = 'Full Stack Developer';
public int $yearsExperience = 10;
public array $skills = [
'Backend' => ['PHP', 'Laravel', 'MySQL', 'Redis', 'REST APIs'],
'Frontend' => ['React', 'Inertia.js', 'Tailwind CSS', 'TypeScript'],
'Desktop' => ['Electron', 'React Native'],
'Apple' => ['Swift', 'SwiftUI', 'iOS', 'watchOS', 'macOS'],
'AI' => ['OpenAI', 'Claude', 'Gemini', 'Ollama'],
];
public function getCurrentFocus(): string
{
return 'Building the database tool I always wished existed';
}
}
LunoDB — Modern, AI-powered database client I built from scratch. Write SQL in plain English, visualize data, and manage 8 database types across macOS, Windows, and Linux.
60+ releases 300+ features 8 AI providers Built in 4 months
LunoDB Mobile — The mobile companion to LunoDB. Browse, query, and manage MySQL, PostgreSQL, MariaDB, SQL Server, and SQLite databases from your phone or tablet. Features an AI assistant, biometric authentication, chart visualizations, and QR code scanning to import connections from the desktop app.
React Native Expo TypeScript AI Assistant Biometric Auth iPad Optimized
Feevio — Financial calculator iOS & Apple Watch app with 10 purpose-built calculators for taxes, margins, fees, tips, and more. Real-time calculations, side-by-side comparisons, and built-in marketplace fee presets for eBay, Amazon, Etsy, and others.
SwiftUI watchOS iOS 17+ 10 Calculators Apple Watch Companion
ChillMac — Free, open-source macOS menu bar app for system monitoring and fan control. Real-time CPU/GPU temperatures, per-fan speed control, memory and battery health — all from the menu bar. Supports both Apple Silicon and Intel Macs.
Swift SwiftUI IOKit/SMC XPC Open Source



