Skip to content
View igabice's full-sized avatar
πŸ’­
pushing the narative...
πŸ’­
pushing the narative...
Block or Report

Block or report igabice

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

Hi πŸ‘‹, I'm Israel Gabice

A passionate software engineer

igabice

Blogs posts

Connect with me:

igabice israel-gabice @igabice igabice

Languages and Tools:

angularjs aws bash css3 cypress django docker express flutter git grafana heroku html5 javascript jenkins jest kafka kibana kubernetes laravel linux materialize mocha mongodb mysql nginx nodejs php postgresql postman python rabbitMQ react sass selenium sqlite tailwind typescript

igabice

Β igabice

Pinned

  1. Flutter TextField with password inpu... Flutter TextField with password input type and an icon to toggle visibility
    1
    bool _showPassword = false;
    2
    
                  
    3
      Widget _buildPasswordTextField() {
    4
        return TextField(
    5
          obscureText: !this._showPassword,
  2. flutter-crud-app flutter-crud-app Public

    a simple flutter app that demonstrates create, read, update and delete action of data. it makes use of MVP design pattern.

    Dart

  3. flutter_wallet_ui flutter_wallet_ui Public

    Forked from kalismeras61/flutter_wallet_ui

    Flutter Wallet APP UI Challenge

    Dart

  4. go_web_services go_web_services Public

    Go

  5. nodejs-microservice nodejs-microservice Public

    a nodejs app for trying out microservices

    JavaScript

  6. ror-crud-api ror-crud-api Public

    An app built with ruby ob rails to demonstrate basic crud operations

    Ruby