Skip to content

Instantly share code, notes, and snippets.

View quangvo09's full-sized avatar
🚀
to the moon

Quang Vo quangvo09

🚀
to the moon
View GitHub Profile
@quangvo09
quangvo09 / temporary-email-address-domains
Created October 25, 2018 07:33 — forked from adamloving/temporary-email-address-domains
A list of domains for disposable and temporary email addresses. Useful for filtering your email list to increase open rates (sending email to these domains likely will not be opened).
0-mail.com
0815.ru
0clickemail.com
0wnd.net
0wnd.org
10minutemail.com
20minutemail.com
2prong.com
30minutemail.com
3d-painting.com
@quangvo09
quangvo09 / README.md
Created November 12, 2019 14:00 — forked from a-barbieri/README.md
NextJS sitemap generator with dynamic URL

NextJS sitemap generator

Install

The current setup has been tested on Next Js 7.0.0.

You need to install Axios.

$ npm install axios
@quangvo09
quangvo09 / reverseproxy.go
Created August 17, 2022 11:24 — forked from seblegall/reverseproxy.go
A reverse proxy in Golang using Gin
package main
import (
"fmt"
"net/http"
"net/http/httputil"
"net/url"
"github.com/gin-gonic/gin"
)