Skip to content
View agilov's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report agilov

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
agilov/README.md

Hi there, I'm Roman Agilov

Resume Linkedin mail telegram leetcode

I'm a Backend Go / PHP developer. With over 12+ years of experience in the field, I'm always looking for cool projects and opportunities to collaborate on.


A little more about me...

package main

import "fmt"

type Bio struct {
    name     string
    title    string
    location string
}

type Skills struct {
    languages  []string
    databases  []string
    tools []string
}

func main() {
	bio := &Bio{
            name:     "Roman Agilov",
            title:    "Senior Backend Developer",
            location: "Berlin, DE",
	}

	skills := &Skills{
            languages:  []string{"Go", "JavaScript", "PHP", "Python", "SQL"},
            databases:  []string{"PostgreSQL", "MySQL", "Redis", "ClickHouse"},
            tools:      []string{"Fiber", "Echo", "Flask", "Laravel", "Yii2", "Vue", "Docker", "Centrifugo", "Kafka", "FreeSwitch","Elasticsearch", "Swagger", "Kubernetes"},
	}
	fmt.Println(bio, skills)
}

📊 My LeetCode Stats

Leetcode Stats


⚙️ Languages and Tools

Golang PHP Laravel Fiber Flask PostgreSQL MySQL Redis Kubernetes Docker Kafka Elasticsearch Swagger Postman Vue.js JavaScript Shell Script Git GitHub Actions

Pinned Loading

  1. leetcode leetcode Public

    Go