Skip to content

Instantly share code, notes, and snippets.

View frankdavidcorona's full-sized avatar
🎯
Working from home

Frank Corona Prendes frankdavidcorona

🎯
Working from home
View GitHub Profile
@frankdavidcorona
frankdavidcorona / README
Last active August 2, 2020 16:47
Usesfully commands for PODS
Install Kubectl and Gcloud:
$ snap install google-cloud-sdk --classic
$ sudo snap install kubectl --classic
Login in gcloud using support account:
$ gcloud auth login
support@redwagoninc.com
h8aLm6vSfq2r1123
@frankdavidcorona
frankdavidcorona / app.component.html
Last active November 7, 2018 14:11
Configuration for run Unified Patient Profile.
<!-- <rw-patient-form [adding]="false" ></rw-patient-form> -->
<rw-patient-info [params]="params" (onCaseAction)="caseAction($event)" (patientInformation)="catchPatient($event)"
(onSelectFinancialDetail)="onSelectFinancialDetail($event)"></rw-patient-info>