https://github.com/kochan4php/kochan4php
https://github.com/kochan4php/kochan4php
config-profile
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kochan4php/kochan4php
- Owner: kochan4php
- Created: 2022-02-28T14:35:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-02T16:02:06.000Z (5 months ago)
- Last Synced: 2025-01-17T07:44:21.691Z (4 months ago)
- Topics: config-profile
- Homepage:
- Size: 434 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
![]()