Skip to content
View Murzbul's full-sized avatar
๐Ÿ‘ฝ
Focusing
๐Ÿ‘ฝ
Focusing

Block or report Murzbul

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

Typing SVG

I'm Nathan Russo - ๐Ÿ‘ฑ๐Ÿผ Murzbul (โ˜•๐Ÿ’ป๐Ÿ’ก)ยฎโ„ข

Open Source Love License Updated Badge My Metal Playlist

Visits GitHub Followers GitHub User's stars

Softwares I Use

webstorm docker

Technologies that I know...

Javascript Typescript Markdown PHP C++ C# k8s

About Me...

I'm a DevOps & Teacher, but always a life student.

  • ๐Ÿ‘‹๐Ÿผ Hi, Iโ€™m @Nathan M. Russo
  • ๐Ÿ˜„ Adjectives: Coder, Leader, and Kind Hearted.
  • โšก I Like Coding, Football, Music, and Playing Games.
  • ๐ŸŽ“ Actually, I'm focusing on DevOps, Software Architect, and Cybersecurity.
  • ๐Ÿ˜‰ So, Check Out My Repositories and Projects. Hope You Enjoy !!!
  • ๐Ÿ‘€ I'm interested in Clean architecture and DevOps Culture.


๐Ÿ‘ฑ๐Ÿผ Projects ๐Ÿš€


๐Ÿ’ป Projects ๐ŸŒŸ Stars ๐Ÿด Forks ๐Ÿ› Issues ๐Ÿ”” Pull Requests ๐Ÿ‘จโ€๐Ÿ’ป Language
๐Ÿš€ Node Experience Stars Forks Issues Pull Requests Language
๐Ÿš€ Solid Experience Stars Forks Issues Pull Requests Language
๐Ÿš€ Nexp CLI Stars Forks Issues Pull Requests Language
๐Ÿš€ Shared Experience Stars Forks Issues Pull Requests Language


Pinned Loading

  1. Git Branch on Terminal with Colors Git Branch on Terminal with Colors
    1
    parse_git_branch() {
    2
         git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
    3
    }
    4
    
                  
    5
    export PS1="\[\e[01;32m\]\u@\h : \[\e[01;34m\]\w \[\e[01;31m\]\$(parse_git_branch)\[\e[00m\] $ "