class MyInfo {
String name;
int age;
List<String> interests;
List<String> skills;
MyInfo({
required this.name,
required this.age,
required this.interests,
required this.skills,
});
@override
String toString() {
return "π Hey, I'm $name!\n\nI'm $age years old and passionate about ${interests.join(', ')}.\n\nπ» My skills include ${skills.join(', ')}.\n\nLet's connect and build something amazing together!";
}
}
void main() {
var myInfo = MyInfo(
name: "Shreyas",
age: 22,
interests: ["coding", "reading", "learning", "linux", "tweaking the dev environment"],
skills: ["Linux Administration", "Bash", "Python", "Web dev", "Low Code", "Thunkable", "Mobile Development", "React", "Vite", "Dart", "JavaScript", "C"],
);
print(myInfo);
}
Building the Future: One Commit at a Time π System Admin π» Student at University of Kerala π
-
University College of Engineering, Kariavattom
- Trivandrum, Kerala
-
16:15
(UTC +05:30) - https://shreyas-a-s.github.io/
- in/shreyas-a-s
- https://dev.to/shreyas-a-s
- https://app.mulearn.org/profile/shreyasas@mulearn
Highlights
- Pro
Pinned Loading
-
oneclick-website-deployer
oneclick-website-deployer PublicBash script to install and setup a basic working drupal website with tripal module installed and activated.
-
linux-tweaks
linux-tweaks PublicA curated list of customisations that will make your Linux experience more enjoyable
Shell 7
-
-
code-needs-to-go
code-needs-to-go PublicA place to store some of the good code that I remove from my projects
Shell
-
-
pipepipe-to-newpipe
pipepipe-to-newpipe PublicConvert PipePipe database to work with NewPipe
Python 6
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.