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

Highlights

  • Pro

Organizations

@OSCA-Kampala-Chapter
Block or Report

Block or report kashua14

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

Hi 👋, I'm Kasasira Joshua

import 'package:developer/SoftwareEngineer';

class Bio extends SoftwareEngineer {

  final String name     = 'Kasasira Joshua';
  final String location = 'Kampala, Uganda';

  String get quick_bio => 
  '⚡ Enthusiastic about building software, self motivated and quality oriented engineer';

  String get looking_to_collaborate_on =>
  '👯 Flutter, Java, React and Docker related projects';

  String get ask_me_about =>  
  '💬 Flutter, Java, Jenkins, React, Docker and CI/CD Pipelines, Git & GitHub';

  String get how_to_reach_me => 
  '📫 joshkasasira@gmail.com';
  
}

My GitHub Stats:

committers.top badge

kashua14 kashua14

Languages and Tools:

figma flutter git java postman react spring

Pinned

  1. Jamalianpour/time_planner Jamalianpour/time_planner Public

    a time planner for flutter to show task on table

    Dart 213 55

  2. flutter_feature_scafolder flutter_feature_scafolder Public

    TypeScript

  3. expense-mgt-app expense-mgt-app Public

    An expense management mobile application you can use to log all your daily expenses.

    Dart 1

  4. page-template page-template Public

    A VS Code extension that generates a code snippet for a page template. I use to create page templates in some of my projects.

    1

  5. forex-convertor forex-convertor Public

    Simple forex convertor

    JavaScript

  6. How to login into an email using the... How to login into an email using the Java Mail API.
    1
    public boolean checkEmailCrendentails(String hostName, String email, String password) {
    2
    	    
    3
    	Properties props = new Properties();
    4
    	props.put("mail.smtp.auth", "true");
    5
    	props.put("mail.smtp.starttls.enable", "true");