Blog
I write about Javascript and React mainly but I also write about programming in general and “life” things that goes through my head.
Search by tags
JavaScript
mindset
React
From imperative to declarative JavaScript
August 6, 2020
A guide to write a more declarative JavaScript code.
JavaScriptMessage for those who begin coding
July 27, 2020
Lessons learned from my first year since I started programming
mindsetA hook for data fetching in React
July 13, 2020
Discovering React custom hooks through the process of implementing one for data fetching.
ReactHow to render different components based on screen size
June 29, 2020
Going through a litte JS API I've recently discovered.
Thinking in terms of tools
June 26, 2020
A way for modeling the world in the purpose of efficiency.
What's an API ?
June 14, 2020
Visualizing the concept of API and going through some examples.