Skip to content
View EyalDelarea's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report EyalDelarea

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
eyaldelarea/README.md
Eyal Delarea โ€” software developer
LinkedIn Email Profile views
What I do

๐Ÿ‘‹ About me

package main

type Developer struct {
    Name     string
    Role     string
    Location string
    Loves    []string
}

func NewEyal() Developer {
    return Developer{
        Name:     "Eyal Delarea",
        Role:     "Software Developer",
        Location: "Israel ๐Ÿ‡ฎ๐Ÿ‡ฑ",
        Loves:    []string{"clean code", "good tooling", "synths ๐ŸŽ›๏ธ"},
    } // I build because I love it.
}

๐Ÿ› ๏ธ Tech stack

Tech stack

๐Ÿ Contribution snake

Contribution snake animation

๐Ÿ”— Connect

LinkedIn Email GitHub
๐ŸŽ›๏ธ Hero synth hand-built in SVG ยท snake auto-updates daily

Pinned Loading

  1. Cycloscope Cycloscope Public

    Cycloscope โ€” a waveform / single-cycle / spectrum / stereo analyzer audio plugin for macOS (VST3 + AU), built in JUCE.

    C++ 3

  2. fifths-sequencer fifths-sequencer Public

    Circle-of-fifths touch instrument with a TB-303-style step sequencer โ€” a web page that sends MIDI (Ableton, TD-3) and runs fullscreen on an Android tablet as a USB MIDI device

    TypeScript

  3. Sumbox Sumbox Public

    Local-first WhatsApp summarizer โ€” Hebrew-first catch-up summaries that run entirely on your machine. Nothing leaves your device.

    TypeScript