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};
}
}
- localhost
-
22:57
(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
-
FireChat-App
FireChat-App PublicFireChat-App is a lightweight chat application that uses Firebase to enable users to send and manage real-time messages.
Dart
-
Quiz-App
Quiz-App PublicQuiz App is a mobile application built with Flutter for creating and taking interactive quizzes.
Dart
-
bookshelf-api
bookshelf-api PublicBookshelf API is a simple RESTful API for managing book data using Node.js and JavaScript.
JavaScript
-
react-todo-app
react-todo-app PublicA simple React-based todo application for managing daily tasks with an intuitive user interface.
JavaScript
-
MobileDevelopment
MobileDevelopment 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
If the problem persists, check the GitHub status page or contact support.