Skip to content

Instantly share code, notes, and snippets.

View quan118's full-sized avatar
🏠
Working from home

Quan Nguyen quan118

🏠
Working from home
  • Imota
  • Hanoi, Vietnam
View GitHub Profile
@quan118
quan118 / resume.json
Last active June 25, 2026 06:56
resume.json
{
"meta": {
"theme": "kendall"
},
"basics": {
"name": "Quan Nguyen",
"label": "Full Stack Developer",
"summary": "A full-stack developer experienced in building end-to-end products across backend services, web applications, and mobile platforms. Skilled in Java, Rust, TypeScript, React, React Native, PostgreSQL, real-time systems, third-party integrations, and containerized deployment, with a strong focus on scalable architecture, secure APIs, and reliable user experiences.",
"email": "quannt89@gmail.com",
"location": {
@quan118
quan118 / gist:33b81f6aa612272669ba07c8fe63f296
Created March 28, 2022 08:12
Ether js signedTypeData & metamask sig utils signedTypeData_v4 sample
const {signTypedData, SignTypedDataVersion} = require("@metamask/eth-sig-util");
const ethers = require("ethers");
const domain = {
name: "name",
version: "1",
verifyingContract: "0xB6Fa4E9B48F6fAcd8746573d8e151175c40121C7",
chainId: 1,
};