class Kyrex {} class Attributes extends Kyrex { List<String> get contact { String telegram = "t.me/bagoesrex"; String instagram = "instagram.com/bagoesrex"; String email = "bagoesrex@gmail.com"; return [telegram, instagram, email]; } Map<String, dynamic> get life { List<String> langs = ['Bahasa', 'English']; int age = 21; return {'langs': langs, 'age': age}; } Map<String, dynamic> get coding { Map<String, List<String>> langs = { 'intermediate': ['kotlin', 'dart', 'javascript', 'typescript'], 'learning': ['c#', 'go'], }; 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}; } }
View bagoesrex's full-sized avatar
💫
what a good day to be alive
Bagus bagoesrex
💫
what a good day to be alive
Full Stack Developer | FOSS Enthusiast
- localhost
-
17:00
(UTC +07:00) - bagoes.dev
- bagoesrex
Highlights
- Pro
Pinned Loading
-
terminal-portfolio
terminal-portfolio PublicA terminal-style developer portfolio website built with React to showcase projects and skills in a unique, interactive interface.
JavaScript
-
quiz-app
quiz-app PublicQuiz app is a mobile application built with Flutter for creating and taking interactive quizzes.
Dart
-
skincure
skincure PublicForked from capstone-skincure/MobileDevelopment
This repository is dedicated to mobile development for the Android application of Skincure, a capstone project for Bangkit 2024.
Kotlin
-
-
-
wa-personal-bot
wa-personal-bot PublicA personal WhatsApp automation bot built with Node.js for sending customized messages and managing chats via WhatsApp Web.
JavaScript 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.