Skip to content
View masibay's full-sized avatar
👣
Enjoy The Process
👣
Enjoy The Process
  • Indonesia

Block or report masibay

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

import json

def about():
    BayuTaufiq = {
        'codename': 'masibay',
        'ask_me_about': ['Data Ops', 'Machine Learning', 'FE', 'Tech'],
        'technologies': {
            'de': {
               'code': 'Python',
               'database': ['PostgreSQL', 'SQL Server', 'Big Query'],
               'tools': ['spark', 'airflow', 'kafka', 'talend'],
            },
            'ml': {
                'code': ['Python', 'C++'],
                'database': ['csv', 'json'],
                'tools': ['pandas', 'spark', 'sklearn', 'tensorflow', 'huggingface'],
            },
            'fe': {
                'code': ['HTML', 'CSS', 'Javascript'],
                'framework': ['solid', 'react'],
            }
        },
        'current_focus': 'Data Engineer',
        'current_learning': 'Java',
        'hobbies': ['UI Design', 'Gacha Game', 'Anime Watch'],
    }
    return BayuTaufiq

about_me = about()


print(json.dumps(about_me, indent=4))

Pinned Loading

  1. cust-personal-loan cust-personal-loan Public

    Analyzing Bank Customer Profiles to Assess Their Loan Application Eligibility Primary.

    Jupyter Notebook

  2. belajarGit belajarGit Public

    Forked from endymuhardin/belajarGit

    Tutorial Git dalam Bahasa Indonesia