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
-
13:13
- 5h30m ahead - 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 6
-
-
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 17
1,633 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More