Software Developer with experience in DevOps, formerly Oracle (Partner) Support Lead.
Nothing here yet.
No blogs yet.
Infrastructure: I have been learning OpenShift platform in my new position, as well as Gitlab administration. Development: A little bit of Rails, and advanced into the freeCodeCamp Front-end Certificate program. FCC is really nicely made and it frees you up from the stress of deciding what to learn. This helps keeping your body and mind energy so that you can spend it actually learning. https://www.freecodecamp.com/stroparo
510 ee 467 l 367 acp 348 gd 320 d 302 vg 173 echo 164 grep 138 gss 125 type l is an alias for ls -l, ee is for ssh, d is a custom cd of mine (which makes an ls -l after entering the dir), and all of [echo, grep, and type] are "themselves" ie not aliases. The remainder are aliases for git and other dev stuff: acp: function that git adds . then commit then push gd= 'git diff' vg is a recursive git status in dev dirtree gss= 'git status -s' :)