Skip to content

Instantly share code, notes, and snippets.

View GraxMonzo's full-sized avatar

Bekzat Samatov GraxMonzo

View GitHub Profile
@GraxMonzo
GraxMonzo / GUIDE.md
Created October 10, 2022 10:14
AXIOS v1 Upgrade Guide

AXIOS 1.x Upgrade Guide

WARNING! WORK IN PROGRESS

  1. Interceptor header config:
import axios from 'axios';

const api = axios.create();
@GraxMonzo
GraxMonzo / ffmpeg.bash
Last active March 25, 2021 17:30
Simple Audio + Image ffmpeg command
$ ffmpeg -r 1 -loop 1 -i image.jpg -i audio.mp3 -acodec copy -r 1 -shortest -vf scale=iw*4:-1 result.flv
@GraxMonzo
GraxMonzo / Procfile
Created June 21, 2019 08:46 — forked from ellefsen/Procfile
Heroku with Google Cloud SQL and cloud_sql_proxy with PHP / Laravel
web: (bash ./start.sh) & vendor/bin/heroku-php-nginx public/