Skip to content
View zaprogrammer's full-sized avatar
πŸ’₯
πŸ’₯

Block or report zaprogrammer

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
zaprogrammer/README.md

zaprogrammer-intro

A software engineer with passion to mobile development

zaprogrammer

  • πŸ”­ I’m currently working on RN login animation
  • 🌱 I’m currently learning React-native animations, Flutter animations, TDD, S/W architecture
  • πŸ‘― I’m looking to collaborate on Flutter
  • πŸ‘¨β€πŸ’» All of my projects are available at https://github.com/zaprogrammer
  • πŸ“ I regularly write articles on https://medium.com/@zaprogrammer
  • πŸ’¬ Ask me about react-native, flutter, Android, how to cook :)
  • πŸ“« How to reach me LinkedIn
  • ⚑ Fun fact I love having my coffee with butter 😊

Languages | Tools | Frameworks | OS

flutter dart react android java javascript typescript html5 css3 sass angularjs electron gulp mysql nodejs linux

zaprogrammer

zaprogrammer

aelshaabany @zaprogrammer @aelshaabany

Pinned Loading

  1. react-native-template-typescript-tdd react-native-template-typescript-tdd Public

    A react native template, with support for TDD and typescript out of the box.

    Java 2

  2. [Flutter] Firebase receive message a... [Flutter] Firebase receive message and save it in sqflite db #flutter #dart #sqflite #firebase
    1
    //set click_action for notification and user clicks on the notification,
    2
    // data send to onLaunch method configure
    3
    
                  
    4
    final FirebaseMessaging _firebaseMessaging = FirebaseMessaging();
    5
    
                  
  3. [Flutter snippets] Flutter useful sn... [Flutter snippets] Flutter useful snippets #flutter #dart
    1
    //Get screen width & height
    2
    MediaQueryData queryData = MediaQuery.of(context);
    3
    int width = queryData.size.width;
    4
    int height = queryData.size.height;
    5
    //Device pixel ratio
  4. rn_login_animation rn_login_animation Public

    React native project to show case animations and custom reusable components

    TypeScript

  5. weather-challenge weather-challenge Public

    JavaScript

  6. my-cv my-cv Public

    A Latex source of my CV (resume)

    TeX