Skip to content

Instantly share code, notes, and snippets.

View Azuka's full-sized avatar

Azuka Okuleye Azuka

View GitHub Profile
@Azuka
Azuka / github.tf
Created December 12, 2022 22:28
Terraform: setup service account for firebase hosting deploy
resource "github_actions_secret" "ci" {
repository = "your/repository"
secret_name = "FIREBASE_SERVICE_ACCOUNT_${SUFFIX}"
plaintext_value = base64decode(google_service_account_key.ci.private_key)
}
@Azuka
Azuka / tracer.go
Created September 6, 2019 02:17
Elastic APM Go Deep Stacktrace
package tracer
import (
"context"
"github.com/pkg/errors"
"go.elastic.co/apm"
"runtime"
)
// Lifted from github.com/pkg/errors
@Azuka
Azuka / keybase.md
Created January 20, 2019 08:24
keybase.md

Keybase proof

I hereby claim:

  • I am azuka on github.
  • I am azuka (https://keybase.io/azuka) on keybase.
  • I have a public key whose fingerprint is 36CE B593 B007 1429 D76C D392 0D08 4719 E7E8 E652

To claim this, I am signing this object:

@Azuka
Azuka / _usage.html
Last active October 17, 2018 08:56
CoreUI Sidebar Replacement
<app-sidebar [fixed]="true" [display]="'lg'">
<app-sidebar2-nav [navItems]="nav">
<li>Some custom nav content goes here</li>
</app-sidebar2-nav>
<app-sidebar-minimizer></app-sidebar-minimizer>
</app-sidebar>
@Azuka
Azuka / docker-compose.yml
Created April 8, 2018 13:25
Monitoring Elastic Stack
version: "3"
services:
kibana:
image: docker.elastic.co/kibana/kibana:6.2.3
ports:
- 5601:5601
depends_on:
- elasticsearch
@Azuka
Azuka / Readme.md
Created March 3, 2017 18:38
Newrelic setup for PHP 7.1
  1. Install php7.1 From EasyApache 4

Run:

NR_INSTALL_PATH=/opt/cpanel/ea-php71/root/usr/bin; export NR_INSTALL_PATH
newrelic-install