Skip to content

Instantly share code, notes, and snippets.

View Monarene's full-sized avatar
🏠
Working from home

Michael Mekuleyi Monarene

🏠
Working from home
View GitHub Profile
# Setup application
git clone https://github.com/rslim087a/application-monitoring-prometheus
cd application-monitoring-prometheus
kubectl apply -f .
# Access the fast API
kubectl port-forward svc/fastapi-app -n monitoring 8000:8000
@Monarene
Monarene / signin_repo.dart
Last active January 20, 2022 10:13
To show how code for a toast would look like
class AuthVerify {
bool success;
bool isEmailVerify;
bool requiresOnboarding;
AuthVerify(
{this.success = false,
this.isEmailVerify = false,
this.requiresOnboarding = false});
@Monarene
Monarene / electron-openjs.md
Created June 23, 2020 15:22 — forked from VerteDinde/electron-openjs.md
Electron + OpenJS: Additional Resources

Welcome! 👋

If you're here, you may have watched Electron's OpenJS keynote and are looking for additional resources. We're happy that you're interested in Electron!

Below are a list of all of the resources listed in the keynote, as well as some additional links that you may find helpful.

I'd like to learn more about Electron!