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.

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. ParkingDetections ParkingDetections Public

    Small project to monitor parking on the street with computer vision

    Python 1

  2. PlantsCare PlantsCare Public

    Easliy take care of you plants with the use of AI

    Python

  3. WaveScope WaveScope Public

    Vintage bench-style oscilloscope plugin and standalone app for real-time audio waveform monitoring.

    C++