Skip to content
View unclebinary1001's full-sized avatar
πŸ’«
Reaching for the stars
πŸ’«
Reaching for the stars

Highlights

  • Pro

Block or report unclebinary1001

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
unclebinary1001/README.md

Hi there πŸ‘‹

I am Mahlangu, affectionately called Uncle B (short for binary) by my close friends. I am working towards a career in software engineering. My interests are edtech, and democratization of technology.

  • πŸ”­ I’m currently working on building two Edtech mobile apps at Mukula Minds
  • 🌱 I’m currently learning mobile development with React-Native
  • πŸ‘― I’m looking to collaborate on edtech projects and startups
  • πŸ“« How to reach me: linkedin/mahlangunzunda
  • πŸ˜„ Pronouns: He/him

Twitter: @mahlangu_nzunda Linkedin: mahlangunzunda Strava: mahlangunzunda

πŸ”₯ My stats :

wakatime

GitHub Streak Top Langs

πŸ€” Musings:

Readme Quotes

Exploring OSS with Meshery

First Design

Pinned Loading

  1. Update Memory for Virtual Box Update Memory for Virtual Box
    1
    `vBoxManage modifyhd "C:\Users\{PCName}\VirtualBox VMs\Linux\Linux.vdi" --resize {New File Size in MB e.g 50gb => 51200}`
  2. kprose07/MEDISCAN kprose07/MEDISCAN Public

    Jupyter Notebook 1

  3. AfriMap AfriMap Public

    Repository for the source code for AfriMap created for Blackathon 2022 Hackathon

    HTML

  4. owncast/owncast.github.io owncast/owncast.github.io Public

    Owncast's public facing web site. Documentation and info.

    HTML 34 90

  5. How to Run Cpp Code Using g++ How to Run Cpp Code Using g++
    1
    **Update the file names for your files**
    2
    1. `g++ -c helloworld.cpp hello.cpp`
    3
    
                  
    4
    * this compiles and creates object code helloworld.o and hello.o for helloworld.cpp and hello.cpp respectively
    5