Latest posts

Making the Internet Accessible

The internet allows us to shop, pay bills, watch series easily for those who have no difficulties or restrictions. But unfortunately, the reality for millions of people is not the same. Learn how to build a more accessible internet.

See more

Styling faster with Tailwind CSS 🍃

Tailwind emerged in 2017, survived the hype of new technologies and it is now present in many projects and in the standard installation of frameworks, as NextJS. Tailwind makes styling much simpler, faster, and enjoyable.

See more

Explaining all React Hooks with examples

React Hooks were released two years ago on React version 16.8. It's not so common to see the usage of all of them but they might be very useful to simplify a feature or improve the performance in our application.

See more

Replacing Redux with React Hooks

In 2019 I was learning how to use React Hooks and decided to replace the Redux library with React Hooks to manage the state of a simple application that I was building at that time. I didn’t know how I would do that, however, in the end, it worked pretty well. I kept the concepts […]

See more

Mocking your requests like a pro

Mocking your back-end's requests on front-end side might by very useful on development and I'll show you two ways you can do this. […]

See more

Infinite scroll with React Hooks

Infinite scroll is not usual to see on websites nowadays but it may be very useful to show a list without pagination or user interaction. […]

See more