Skip to content
View rizrh's full-sized avatar
🌏
dang ..
🌏
dang ..
  • Indonesia

Block or report rizrh

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
rizrh/README.md

Profile

rizrh X (formerly Twitter) URL

About Me

class Profile:
    def __init__(self):
        self.name = "riz"
        self.hobbies = ["Camp", "hiking", "Eating", "AstroPhotography"]
        self.age = 24

    def disp_profile(self):
        return {
            "name": self.name,
            "hobbies": self.hobbies,
            "age": self.age,
        }

if __name__ == "__main__":
    profile = Profile()
    print(profile.disp_profile())

Languages & Frameworks

Go PHP Laravel Rust Python C++ JavaScript

Databases & Storage

PostgreSQL MySQL MariaDB MongoDB Redis

DevOps & Infrastructure

Docker Kubernetes AWS Nginx Git GitHub Actions

Operating Systems

Ubuntu Arch Linux Linux Debian

Development Tools

Insomnia Postman VS Code NeoVim Bash

Pinned Loading

  1. Go Go Public

    Forked from TheAlgorithms/Go

    Algorithms and Data Structures implemented in Go for beginners, following best practices.

    Go 1