Skip to content
View HassanTeslim007's full-sized avatar
💭
Let's talk Flutter and Dart
💭
Let's talk Flutter and Dart

Block or report HassanTeslim007

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
HassanTeslim007/README.md

Hi 👋, I'm Alpha

A Mobile developer from the Giant of Africa. I'm familiar with the syntax of major languages and also the basics of Web development. However, I major in cross-platform app development with the Flutter framework

hassanteslim007

hassanteslim007

hassanteslim3

  • 🔭 I’m currently working on Leisure Trove

  • 🌱 I’m currently learning Flutter

  • 📝 I !regularly write articles on https://dev.to/hassanteslim007

  • 💬 Ask me about Dart, Flutter,Computer Science Stuffs

  • 📫 How to reach me [email protected]

  • ⚡ Fun fact I'm a 1700 rated Chess Player on Lichess ;D

Blogs posts

Connect with me:

hassanteslim007 hassanteslim3 https://www.linkedin.com/mwlite/in/teslim-hassan-875838169#search h hassanteslim12

Languages and Tools:

css3 dart firebase flutter git html5 java javascript python

hassanteslim007

 hassanteslim007

hassanteslim007

@alpha001's Holopin board

Pinned Loading

  1. tck_zone_app tck_zone_app Public

    TCK Zone app

    Dart 1

  2. Gist for converting Roman Numerals t... Gist for converting Roman Numerals to Numbers
    1
    void main() {
    2
      String? numeral = 'XIV'.toUpperCase(); //You can choose to accept user input here
    3
    
                  
    4
     convertRomanNumeral(numeral);
    5
    }
  3. Linear_Search.dart Linear_Search.dart
    1
    ///Code starts here
    2
    3
    void main() {
    4
      ///Call method with custom list and target
    5
      linearSearch([1, 2, 3, 4, 5, 6, 7, 8, 9], target: 3);
  4. earthquake_app earthquake_app Public

    An earthquake app from an Api, with google map integration

    Dart 1 1

  5. zurichat/zc_app zurichat/zc_app Public

    Dart 37 103

  6. onboarding_screen onboarding_screen Public

    Dart