Skip to content
View l2D's full-sized avatar
🌱
Relearn
🌱
Relearn
  • 127.0.0.1

Sponsoring

@mikefarah
Block or Report

Block or report l2D

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

Let know my journey~ πŸ‘‹

Wakatime

Languages

πŸ’— My Fav πŸ˜†

Measuring programming progress by lines of code is like measuring aircraft building progress by weight. – Bill Gates

If debugging is the process of removing software bugs, then programming must be the process of putting them in – Edsger Dijkstra

Failure is success if we learn from it. – Malcolm Forbes

Knowledge itself is power. – Sir Francis Bacon

Great things happen to those who don't stop believing, trying, learning, and being grateful. – Roy T. Bennett, The Light in the Heart

Currently, I use these following tools:

🌐 Programming, Command, Data-serialization Languages

Bash YAML JSON Go

πŸ” CI/CD

GitHub Actions Argo

🐳 Container & Orchestration

Kubernetes Kustomize Helm Docker

πŸ“Š Monitoring & Logging

Prometheus Grafana ElasticSearch Kibana

❀️ HashiCorp Products

Terraform Vault Consul

☁️ Cloud Providers

Azure AWS

πŸ” Security

Reveal

VTJob2FHaG9MQ0JKZENkeklHRWdjMlZqY21WMExnb0tWR2hsSUc5dWJIa2dZMmh2YzJWdUlHaDFiV0Z1SUdOdmRXeGtJR3R1YjNjZ2RHaGxJSE52ZFhKalpTQnZaaUIwY25WMGFDRWg= πŸ˜‰

SCM & Providers

Git GitHub

πŸ“ IDEs & Editors

VSCode Vim NeoVim

✍🏼 Methodologies

Agile *

πŸ’» OS

MacOS Linux

Stats

wakatime

GitHub stats

Top Langs

Languages

Pinned

  1. Convert `.env` file to YAML file. (B... Convert `.env` file to YAML file. (Bash, Shell)
    1
    #!/bin/bash
    2
    
                  
    3
    # Usage: ./script.sh input.env output.yaml
    4
    
                  
    5
    input_file=$1