Skip to content
View musaugurlu's full-sized avatar
🐌
Running
🐌
Running
Block or Report

Block or report musaugurlu

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
musaugurlu/README.md
  • πŸ‘‹ Hi, I’m Musa!
  • πŸ‘€ I’m interested in Java Spring Boot, VueJS, React JS, DevOps and Kubernetes/Containers
  • 🌱 I’m currently learning to be a good human being
  • πŸ’žοΈ I’m looking to finish my side projects πŸ™„
  • πŸ“« Linkedin.com/in/musaugurlu - @musaugurlu

Pinned

  1. project-budget-planner project-budget-planner Public

    Project Budget Tracking Application

    Java 1

  2. LuckyLibrary LuckyLibrary Public

    Library Checkout System - Experimental

    CSS

  3. Ansible Ansible Public

    Ansible Automation for Azure IoC

    Jinja

  4. Azure Profile Script for Windows Azure Profile Script for Windows
    1
    function Get-AZProfile {
    2
        [CmdletBinding()]
    3
        param (
    4
            
    5
        )
  5. Azure Profile Script for ZSH Azure Profile Script for ZSH
    1
    export AZURE_CONFIG_DIR=~/az-profiles/dev
    2
    export KUBECONFIG=~/az-profiles/dev/kubeconfig.yaml
    3
    
                  
    4
    function azprofile {
    5
        readonly DEVPATH=~/az-profiles/dev