Skip to content
View musale's full-sized avatar
Breaking Things 😜
Breaking Things 😜

Organizations

@encode @devcnairobi @nairobi-gophers

Block or report musale

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
musale/README.md
Musale:
  Career:
    Title: Software Engineer
    Languages:
      - TypeScript
      - Python
      - Golang
      - .Net

  Interests:
    - Open Source
    - Declarative Agents and MCP
    - Web Development
      - Web Frameworks
      - Web Components
      - Accessibility
    - Systems Programming
    - Cloud Engineering
    - DevOps Tooling
    - Automation
    - Kubernetes & Containerization

Pinned Loading

  1. monkey monkey Public

    An interpreter for a C-like language named "monkey" that is written in Go

    Go 2

  2. How to fix and recover a “corrupt hi... How to fix and recover a “corrupt history file” in zsh
    1
    ```cmd
    2
    # move to home directory
    3
    cd ~
    4
    5
    # move the .zsh_history file into another .zsh_history_bad file
  3. aiompesa aiompesa Public

    A thin async wrapper of MPESA daraja API.

    Python 1 1

  4. Remove and re-install node on arch l... Remove and re-install node on arch linux
    1
    sudo pacman -Rsc -n nodejs
    2
    sudo pacman -Sy nodejs
    3
    sudo pacman -Sy npm
  5. Decode SOAP response in golang. Work... Decode SOAP response in golang. Working playground https://play.golang.org/p/4qDLIMhl8A
    1
    package main
    2
    
                  
    3
    import (
    4
    	"encoding/xml"
    5
    	"fmt"
  6. semantic-kernel semantic-kernel Public

    Forked from microsoft/semantic-kernel

    Integrate cutting-edge LLM technology quickly and easily into your apps

    C#