Skip to content

Instantly share code, notes, and snippets.

View reynldi's full-sized avatar
🦖
roarrrrrrrr

Reynaldi reynldi

🦖
roarrrrrrrr
View GitHub Profile
@reynldi
reynldi / docker-compose.yaml
Created December 13, 2024 04:39
MySQL Docker Compose
version: '3.8'
services:
mysql:
image: mysql:8.0
container_name: dub_mysql
restart: unless-stopped
environment:
MYSQL_ROOT_PASSWORD: secure_root_password # Change this to a strong password
MYSQL_DATABASE: dub # Default database name
@reynldi
reynldi / main.go
Created December 10, 2024 06:26
Go VPN Detector
package main
import (
"bufio"
"io"
"log"
"net"
"net/http"
"os"
"strings"
@reynldi
reynldi / HPA-custom-metrics.yaml
Created April 25, 2023 05:35
HPA Custom Metrics
{{- if .Values.autoscaling.enabled }}
apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
metadata:
name: {{ .Values.image.name }}
namespace: {{ .Values.namespace }}
labels:
app: {{ .Values.image.name }}
spec:
scaleTargetRef:
@startuml
' hide the spot
hide circle
entity "custom_referrals" as custom_referrals {
* id uint <<PK>>
--
* user_uuid varchar(36)
* referral_code varchar(8)

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@reynldi
reynldi / resume.json
Last active May 20, 2021 11:52
Resume
{
"meta": {
"theme": "class"
},
"basics": {
"name": "Rey",
"label": "Web Developer",
"image": "https://avatars0.githubusercontent.com/u/416209?s=460&u=38f220a2c9c658141804f881c334c594eb1642ac&v=4",
"summary": "I’m a full stack web developer who can build apps from the ground up. I've worked mostly at startups so I am use to wearing many hats. I am a very product focussed developer who priotizes user feedback first and foremost. I'm generally very flexible when investigating new roles. ",
"website": "https://ajaxdavis.com",