Skip to content

Instantly share code, notes, and snippets.

View mathieux51's full-sized avatar
🤘
⚡️

Mathieu mathieux51

🤘
⚡️
  • Montpellier
View GitHub Profile
@mathieux51
mathieux51 / 01-system-architecture.md
Created April 14, 2026 12:49
Resourcly Architecture Diagrams - System Architecture, Data Flow, and Network Topology

Resourcly System Architecture

AI-powered manufacturing inventory harmonization platform deployed on GCP (europe-west3).

flowchart TB
    subgraph Users["👤 Users"]
        Portal["Portal<br/>portal.resourcly.com"]
        Admin["Admin Dashboard"]
    end
@mathieux51
mathieux51 / get-load-balancers-data.sh
Last active September 14, 2020 09:45
Get load balancer ARN when using alb ingress controller
#!/usr/bin/env bash
# Usage:
# echo '{"ingress_name": "my-ingress-name"}' | sh get-ingress-data.sh
set -o errexit
set -o nounset
set -o pipefail
function parse_input() {
#!/usr/bin/env sh
set -o errexit
set -o nounset
set -o pipefail
# curl git bash vim
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim