An open API service indexing awesome lists of open source software.

https://github.com/kochan4php/kochan4php


https://github.com/kochan4php/kochan4php

config-profile

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        


Hi 👋! Welcome to my profile

```rb
my_self = {
name: "Deo Subarno",
nickname: "Kochan",
pronouns: "He/Him",
skills: ["C#", "Java", "Ruby", "JavaScript", "Docker", "MySQL"],
role: "Backend Engineer",
say_hello: -> () { "Hello, my name is #{my_self[:name]}. You can call me #{my_self[:nickname]}" }
}

puts my_self[:say_hello].call
```