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 is supported. This note will only be visible to 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