It takes an evening to pick up basics of any framework but it can take weeks or months to build something with it... Learning just for the sake of it sounds a bit weird, pick one and build something, have fun while doing it :)
#!/usr/bin/env bash
echo Z3JlZ0Bhc3NldG1hcHBpbmcuY29tCg== | perl -MMIME::Base64 -pe 's/(.+)/decode_base64($1)/e' #!/usr/bin/env bash
# Run below if you are on Linux
echo Z3JlZ0Bhc3NldG1hcHBpbmcuY29tCg== | base64 -d
# Run below if you are on Mac
echo Z3JlZ0Bhc3NldG1hcHBpbmcuY29tCg== | base64 -D #!/usr/bin/env bash
# Run below if you are on Linux
echo Z3JlZ0Bhc3NldG1hcHBpbmcuY29tCg== | base64 -d
# Run below if you are on Mac
echo Z3JlZ0Bhc3NldG1hcHBpbmcuY29tCg== | base64 -D #!/usr/bin/env bash
# Run below if you are on Linux
echo Z3JlZ0Bhc3NldG1hcHBpbmcuY29tCg== | base64 -d
# Run below if you are on Mac
echo Z3JlZ0Bhc3NldG1hcHBpbmcuY29tCg== | base64 -D