Blog
2023
- Building a multi-framework dashboard with Astro February 1 - 17 min read
Astro lets you implement multiple frameworks in one project, providing many performance and UX/DX benefits. Learn how to integrate them here!
- New year, new portfolio January 3 - 7 min read
Introduction to my website, along with some learning I found on the process of refactoring and technical improvements.
2022
- Understanding Astro islands architecture December 8 - 5 min read
Learn about Astro islands, how they enhance our websites, and how you can combine different UI libraries into a single project.
- End to end testing in React Native with Detox January 14 - 9 min read
Implement the end-to-end testing framework Detox in a React Native application, write several interaction tests, and integrate Detox into your development workflow.
2020
- Keep your Documentation updated with Cypress and Github Actions October 26 - 15 min read
How I automatize the README images of my open-source projects by using Cypress and GitHub Actions.
- Dynamic Types Validation in Typescript June 1 - 9 min read
Most people think that by using TypeScript as their application language, they are "covered" from any emptiness error, but this assumption is wrong.
2019
- Building a maintainable Icon System for React and React Native October 1 - 18 min read
Implementing a maintainable icon system for a React and React Native project can be a hard task. At Omio, we implemented a consistent icon system inside our component library.
- Docker for Frontend Developers August 20 - 5 min read
If you're a FED who's struggled with containers, worry not - we review Docker's core concepts.
- Using Storybook as a Visual Testing Platform April 28 - 13 min read
Converting Storybook into a great testing framework by using the strategy of visual diffing to check for changes.
- Make any Static Site Dynamic with Zapier March 19 - 5 min read
Demo on how to integrate Zapier along with Gatsby to make automatic deploys based on events.
2018
- Building a collaborative Calendar with Google and Gatsby December 26 - 6 min read
Step by step on how to integrate Google Forms into a Gatsby project to collect new answer and display them inside the website.