Skip to content
View adolfmukama's full-sized avatar

Block or report adolfmukama

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
adolfmukama/README.md

Hello, I'm Adolf!

  • I am a PhD candidate at KEMRI-Wellcome Trust Programme - Kenya
  • I โค๏ธ Programming!
module main

aboutMe :: struct {
  pronouns :: string[];
  languages :: string[];
  hobbies :: string[];
  funFact :: string;
}

main :: func(): void {
  Adolf :: aboutMe = {
    pronouns: ["He", "Him"],
    languages: ["R", "Bash scripting", "Sql", "Python"],
    hobbies: ["Coding", "Hiking", "Biking", "Swimming"],
    funFact: "47% of professional developers use Linux-based operating systems"
  };

  println "Pronouns: ${adolf.pronouns}";
  println "Languages I Know: ${adolf.languages}";
  println "My Hobbies: ${adolf.hobbies}";
  println "Fun Fact: ${adolf.funFact}";
}

๐—ช๐—ต๐—ฎ๐˜ ๐—œ ๐—จ๐˜€๐—ฒ

Bash


Image description
R


Python


๐—š๐—ถ๐˜


๐—ฉ๐—ถ๐˜€๐˜‚๐—ฎ๐—น ๐—ฆ๐˜๐˜‚๐—ฑ๐—ถ๐—ผ ๐—–๐—ผ๐—ฑ๐—ฒ


๐—–๐˜‚๐—ฟ๐—ฟ๐—ฒ๐—ป๐˜๐—น๐˜† ๐˜„๐—ผ๐—ฟ๐—ธ๐—ถ๐—ป๐—ด ๐—ผ๐—ป

  • ๐Ÿ’ป Genomic epidemiology of serratia marcescens.
  • ๐Ÿ’ป Advent of code Puzzles
  • ๐Ÿ’ป Django for everybody course

๐— ๐˜† ๐—ฆ๐˜๐—ฎ๐˜๐˜€

My GitHub Stats My GitHub Language Stats

Show โค๏ธ By Starring My Repos!

Publications

Popular repositories Loading

  1. adolfmukama adolfmukama Public

    Config files for my GitHub profile.

    1

  2. Workflow-Mg-t-Nextflow-Tutorial-for-Bioinformatics Workflow-Mg-t-Nextflow-Tutorial-for-Bioinformatics Public

    Nextflow 1 2

  3. pre-hackathon_training pre-hackathon_training Public

    Materials for nf-core preh-hackathon training KEMRI-wellcome Trust Program site

    Nextflow 1 12

  4. MachineLearning4Genomics MachineLearning4Genomics Public

    Forked from mbbu/MachineLearning4Genomics

    Machine Learning for Genomics Course.

    Jupyter Notebook

  5. docker_exercises_eneza docker_exercises_eneza Public

    Forked from barrygenre/docker_exercises_eneza

    v1 of docker training programme

    Python

  6. MachineLearning4Malaria MachineLearning4Malaria Public

    Forked from kipkurui/MachineLearning4Malaria

    Analyse trends in machine learning adoption in Malaria Research.

    Jupyter Notebook