Skip to content
View bagoesrex's full-sized avatar
💫
what a good day to be alive
💫
what a good day to be alive

Highlights

  • Pro

Organizations

@capstone-skincure @reddotsite

Block or report bagoesrex

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

About Me

class Kyrex {}

class Attributes extends Kyrex {
  List<String> get contact {
    String telegram = "t.me/bagoesrex";
    String instagram = "instagram.com/bagoesrex";
    String email = "[email protected]";

    return [telegram, instagram, email];
  }

  Map<String, dynamic> get life {
    List<String> langs = ['Bahasa', 'English'];
    int age = 20;

    return {'langs': langs, 'age': age};
  }

  Map<String, dynamic> get coding {
    Map<String, List<String>> langs = {
      'intermediate': ['kotlin', 'dart'],
      'learning': ['c#', 'javascript', 'typescript'],
    };

    List<String> specialities = [
      'mobile developer',
      'fullstack',
      'android modder',
    ];

    List<String> ide = ['vscode'];

    Map<String, dynamic> pc = {
      'Windows': {
        'custom': {
          'processor': 'AMD ryzen 3 5300U',
          'ram': '16gb',
          'gpu': 'AMD Radeon RX Vega 6',
        },
      },
    };

    return {'langs': langs, 'specialities': specialities, 'ide': ide, 'pc': pc};
  }
}

Skills

GitHub Streak

Pinned Loading

  1. terminal-portfolio terminal-portfolio Public

    A terminal-style developer portfolio website built with React to showcase projects and skills in a unique, interactive interface.

    JavaScript

  2. FireChat-App FireChat-App Public

    FireChat-App is a lightweight chat application that uses Firebase to enable users to send and manage real-time messages.

    Dart

  3. Quiz-App Quiz-App Public

    Quiz App is a mobile application built with Flutter for creating and taking interactive quizzes.

    Dart

  4. bookshelf-api bookshelf-api Public

    Bookshelf API is a simple RESTful API for managing book data using Node.js and JavaScript.

    JavaScript

  5. react-todo-app react-todo-app Public

    A simple React-based todo application for managing daily tasks with an intuitive user interface.

    JavaScript

  6. MobileDevelopment MobileDevelopment Public

    Forked from capstone-skincure/MobileDevelopment

    This repository is dedicated to mobile development for the Android application of Skincure, a capstone project for Bangkit 2024.

    Kotlin