I started my career as a Software Developer around 2014 and one lesson I learned through this journey is: New and better things come out of sharing ideas with others. To fulfill this:
While I’m not coding you can find me cooking delicious meals at Home 👨🍳, sharing my thoughts in my Non-Tech Blog ☮ or traveling around and taking pictures on Unsplash 📸.
One of my favorite ways to document projects is by adding screenshots of how it looks, to provide a quick overview of what it does and looks like. Sadly these images are quite easy to get out-dated, and I was being forced to manually update them ... In this post, how I automatize this task by using Cypress and GitHub Actions.
There is no doubt that Typescript has gained a huge adoption on the JavaScript ecosystem, and one of the great benefits it provides is the type checking of all the variables inside our code. It will check if performing any operation on a variable is possible given its type.
End-to-end testing is a technique that is widely performed in the web ecosystem with frameworks like Cypress, Puppeteer, or maybe with your own custom implementation.
Implementing a maintainable icon system for a React and React Native project can be a hard task, especially when it comes to achieving the same workflow to add/remove/use an icon in all the platform (Web, Android, and iOS). In this post, I will share how we implemented a consistent icon system inside our component library at Omio.
Sometimes using types inside our application, it's not enough to make sure that it won't break on runtime. Because of that, we see ourselves forced to write validation for our entities manually. In this talk, I want to present a way that you can generate validators for all your types in your application automatically, and how to integrate this into your development workflow.
Same company, lots of teams, different technologies, developers battling outdated dependencies and copying scripts and configuration files all over multiple projects? Does this sound familiar to you?
You can always contact me via any of the social platform at the bottom of the page. Nevertheless, if you prefer email communication you can use this contact form.
Just drop me a message of whatever you feel like, a cool project idea, technical questions or maybe you just want to get in contact with me, and I will answer ASAP 🙏