Hi, I am Jody Geraldo,
I am a web developer based in Indonesia

I spent most of my time crushing bugs while listening to music

async function getFact() {
const apiKey = process.env.GET_FACT_API_KEY

const res = await fetch(
`${url}/api/v1/fact?api_key=${apiKey}`
)

const { fact } = res.json().data
return fact
}

await getFact()

...

Development Tools

Web development tools that push me productive

  • Library / Framework

    • React
    • Remix
  • Style

    • Tailwind CSS
    • TailwindUI & HeadlessUI
    • Radix
  • Other

    • TypeScript
    • Git & GitHub
    • Prettier
    • ESLint

Personal Project

Things that I made and experiment

Contact

Here where you can find me