Published onDecember 15, 2021How I passed from Junior to Intermediate developer in one yearinsightsLearning from going above junior is not easy. This is why I think I did it and what I could learn in this passage
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 onJuly 6, 2021What I learnt in my first six months as a working (self-taught) developerinsightsThe first six months of a developer are maybe the most challenging. This is what I learnt. My mistakes and accomplishments, to become a better dev
Published onJanuary 26, 2021Useful GIT commandsgitweb-developmentUseful commands to use in git in everyday working life
Published onDecember 2, 2020How I transitioned from humanistic jobs to tech and development and why it is possible to start from the basics.insightsTransitioning from literature and languages to tech was not easy. Making a career from basic roles to developer is possible, and even better sometimes.
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