Skip to content
View timoseyfarth's full-sized avatar

Highlights

  • Pro

Block or report timoseyfarth

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
timoseyfarth/README.md

Hey there, I'm Timo!

Full-Stack Developer based in Germany

Tech Stack below ยป

๐Ÿ“ฆ Milestone Projects

๐Ÿ›๏ธ Published Libraries

โบ๏ธ Tabler Icons KMP

~6,000 high-quality icons ready for Jetpack Compose & KMP.

Tabler Icons KMP Version

๐Ÿฉป Compose Shimmer Skeleton

Lightweight skeleton loader library for Jetpack Comose & KMP.

Compose Shimmer Skeleton Version

๐Ÿฅค Smoothiepy

Smooth data streams like eye tracking or sensor input.

PyPi Version
๐Ÿš€ Featured Projects

๐ŸŽต Spotify Code Generator |โ†—

Turn any Spotify link into a scannable, 3D-printable tag.


๐ŸŒ Wikipedia Race AI

AI-powered agent that plays the "Wikipedia Race" game.


๐Ÿช‰ Orpheus

Transforms static slides into interactive lecture videos.

๐Ÿ”ฎ In Progress

๐Ÿ“ Markdown Form

Use a custom dialect of the Markdown language to create online forms.


๐ŸŽถ Auralis

AI-powered mobile music application. Cross-platform: Android & iOS.


๐Ÿ–ผ๏ธ SyncMoment

Synced digital photo frame across households.


๐Ÿ“• Community Guestbook

This is a pixel grid guestbook for my GitHub profile. Every pixel represents a unique visitor who "signed" into my digital guestbook. When you open an issue, a GitHub Action triggers a webhook to my server. The backend then downscales your profile picture to one pixel and injects it into the SVG image. After a few seconds it will appear here:


Guestbook Grid

Click the grid to explore the interactive canvas in a new tab. Then hover a pixel to reveal the user's quote (if they entered one).


Sign the Guestbook

โœจ Development Philosophy

UX (User Experience)

I believe that, these days, hardware resources are rarely the bottleneck. Design and user experience are. My goal is to create flawless, intuitive and playful user experiences.

DX (Developer Experience)

I build systems that help me build systems. Today's work solves tomorrow's problems. I use structured, modular and reusable code wherever possible.

object Timo {
    fun codingPreferences(lang: Language): String = return when {
        lang == Language.KOTLIN -> {
            lang.syntacticSugar()
            "๐Ÿ’– Absolute favorite. DX peak."
        }
        lang == Language.JAVA -> {
            lang.histories().filter { it.is("Minecraft Plugins") }
            "โ˜• Where it all began. Respect roots."
        }
        lang == Language.PYTHON -> {
            lang.automateEverything()
            "๐Ÿ Quick scripts & prototyping. Love the ease."
        }
        lang.isFrontend() -> {
            lang.applyCleanDesign()
            "๐ŸŽจ UI / UX matters! Let's make it beautiful."
        }
        !lang.hasGarbageCollection() || lang == Language.C -> {
            lang.panicMode()
            "๐ŸŒฟ Pointers & MMM: Life is too short..."
        }
        else -> {
            "๐Ÿ› ๏ธ Another tool in the belt."
        }
    }
}

๐Ÿ›  Tech Stack

Pinned Loading

  1. smoothiepy smoothiepy Public

    Smooth real-time data streams like eye tracking or sensor input with this lightweight package.

    Python

  2. spotify-code-project spotify-code-project Public

    Turn any Spotify link into a scannable, 3D-printable tag. Central Repo for the web app and backend.

    1

  3. tabler-icons-kmp tabler-icons-kmp Public

    Tabler Icons for KMP / Compose Multiplatform

    Kotlin 1

  4. fa25genai/orpheus fa25genai/orpheus Public

    The Orpheus System transforms static slides into interactive lecture videos with lifelike professor avatars, combining expressive narration, visual presence, and dynamic content to create engaging,โ€ฆ

    Python 17

  5. wikipedia-race-ai wikipedia-race-ai Public

    Wikipedia Race AI Bot

    Python

  6. compose-shimmer-skeleton compose-shimmer-skeleton Public

    Shimmer effect modifier and predefined skeleton loaders for Jetpack Compose and Kotlin Multiplatform

    Kotlin 2