Skip to content
View nelson1995's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@OSCA-Kampala-Chapter
Block or Report

Block or report nelson1995

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

Greetings, πŸ‘‹

πŸ§” Welcome to my space.

I'm a Software developer based in Kampala, Uganda and I build software that gets things done and out of the way. I've been building fullstack web applications and Android mobile applications for 3 years and I'm still loving it.

πŸ’» πŸ›  My arsenal of tools:

JavaScript Vue.js React Bootstrap jQuery Flutter Dart Android

Laravel PHP Java MySQL PostgreSQL Redis

ESlint Git Docker

πŸ“« How to reach me :

Pinned

  1. j8cashserver j8cashserver Public

    PHP

  2. mwe-doc-tracking-system mwe-doc-tracking-system Public

    Blade

  3. j8cashAndroid j8cashAndroid Public

    Java

  4. An easy to use Http client for flutter. An easy to use Http client for flutter.
    1
    import 'dart:convert';
    2
    
                  
    3
    import 'package:dio/dio.dart';
    4
    import 'package:http/http.dart' as http;
    5
    import 'server_response.dart';
  5. A simple flutter camera that capture... A simple flutter camera that capture photos and display them. Thanks to https://flutter.dev/docs/ docs
    1
    import 'dart:async';
    2
    import 'dart:io';
    3
    import 'package:camera/camera.dart';
    4
    import 'package:flutter/material.dart';
    5
    
                  
  6. mountntfs mountntfs Public

    A bash script to mount NTFS disks in Mac OSX & other linux distros

    Shell