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', '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};
}
}
💫
what a good day to be alive
Full Stack Developer | FOSS Enthusiast
- localhost
-
14:14
(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
-
learn.reddot.site-frontend
learn.reddot.site-frontend PublicForked from reddotsite/learn.reddot.site-frontend
Supabase menjawab kebutuhan. Megumine menjawab kerinduan.
TypeScript
-
-
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.


