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'],
        'AI'        => ['OpenAI', 'Claude', 'Gemini', 'Ollama'],
    ];

    public function getCurrentFocus(): string
    {
        return 'Building the database tool I always wished existed';
    }
}

Featured Project

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


Tech Stack

PHP Laravel MySQL Redis PostgreSQL MongoDB

JavaScript Tailwind Docker Linux Git


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.

    2