My journey started when I was trying to look cool doing stuff with the computer. Now I try to look cool doing JS stuff.
- 🖥️ See my portfolio at itsgerard.com
- ✉️ You can contact me at [email protected]
My GitHub Stats
My journey started when I was trying to look cool doing stuff with the computer. Now I try to look cool doing JS stuff.
My GitHub Stats
Script for lazy people (me) so they can work with kubectl without remembering too much
Shell
import { useMutation } from '@apollo/client';
import SOME_MUTATION from 'path/to/your/mutation.graphql';
export default function SomeForm() {
const [mutate] = useMutation(SOME_MUTATION);
Script that finds and collects links to resources from aprendoencasa.pe and then downloads it
JavaScript