Giter Site home page Giter Site logo

Hi šŸ‘‹, I'm Thet Myoe Khaing (Tomari)

Junior Developer who is passionate in coding related fields such as Web,Mobile and IOT. Most used language Dart(Flutter).

loficity

tomari99

class GitHubProfile {
  final String username;
  final String bio;
  final List<String> skills;

  GitHubProfile({
    required this.username,
    required this.bio,
    required this.skills,
  });

  String aboutMe() {
    final skillsList = skills.map((skill) => '- $skill').join('\n');

    return '''

# Hello, World! šŸ‘‹

I'm @$username, a passionate Dart developer.

## About Me

- šŸ’¼ $bio

## Skills

$skillsList

- šŸŒ± Iā€™m currently learning **Kotlin**

- šŸ’¬ Ask me about **dart(flutter)**

''';
  }
}

void main() {
  final myProfile = GitHubProfile(
    username: 'tomari99',
    bio: 'A Flutter Dev | Dart & Flutter Enthusiast',
    skills: ['Dart', 'Flutter', 'Firebase', 'MongoDB', "Git", "ReactJS", "TailwindCSS"],
  );

  final aboutMe = myProfile.aboutMe();
  print(aboutMe);
}

Connect with me:

thet-myoe-khaing-7423aa26a thetmyoekhaing99 dlwlrmasboy

Languages and Tools:

dart firebase flutter git javascript linux mongodb react tailwind

Thet Myoe Khaing's Projects

design-patterns-php icon design-patterns-php

Most simplest design pattern implementation in PHP, including all 23 GoF patterns plus some other patterns

devops-exercises icon devops-exercises

Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions

flutter-wonderous-app icon flutter-wonderous-app

A showcase app for the Flutter SDK. Wonderous will educate and entertain as you uncover information about some of the most famous structures in the world.

flutter_screenshot_callback icon flutter_screenshot_callback

Flutter plugin that allows you to detect mobile screenshot and execute callback functions on iOS and Android. šŸš€

llm-course icon llm-course

Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.

myxnli icon myxnli

Myanmar extension to XNLI Corpus

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.