Published onJuly 22, 2022Developer Tips - July 2022web-developmentreacttipsDevelopment tips for the month of July: Formik forms validation errors
Published onNovember 1, 2021Epic React. Hooks. UseState, useEffect. What I'm learning.reactweb-developmentepic-reactA guide of what I'm learning on the Epic React workshops by Kent Dodds. This is the second one: useState + useEffect
Published onJanuary 26, 2021Useful GIT commandsgitweb-developmentUseful commands to use in git in everyday working life
Published onNovember 13, 2020Mock an Axios call with a JSON file.nodejsweb-developmentapiHow to avoid test calling a third party API with Axios using a mock JSON file
Published onOctober 30, 2020Epic React. Fundamentals. What I'm learning.reactweb-developmentepic-reactA guide of what I'm learning on the Epic React workshops by Kent Dodds. This is the first one: fundamentals
Published onSeptember 2, 2020Creating events and setting listeners in JavascriptJavascriptWeb-developmentHow to add an event and how to create a listener to that event