Skip to content
View idevtim's full-sized avatar

Block or report idevtim

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
idevtim/README.md

Typing SVG

Website X LinkedIn Profile Views


About Me

<?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';
    }
}

Featured Projects

LunoDB

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

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

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

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


Tech Stack

PHP Laravel MySQL Redis PostgreSQL MongoDB

JavaScript Tailwind Docker Linux Git

Swift SwiftUI Xcode Electron


GitHub Stats

GitHub Streak


Footer

Pinned Loading

  1. lunodb/lunodb lunodb/lunodb Public

    Modern, AI-powered database client supporting MySQL, PostgreSQL, SQLite, MariaDB, MongoDB, SQL Server, and Redis with voice dictation, multiple AI providers, and visual relationship diagrams.

    3