Add E2E tests to ensure that your main features are working
March 06, 2021Add e2e tests to ensure that your main features are working. This is usually cheap, fast and can prevent major problems.
Ideas to monetize your side projects.
March 04, 2021After launch TweetPik one month ago I've been trying to find ways to monetize it and I'm going to share with you some of my learnings during this time so far.
Logre.IO, motivation, statistics, stack and next steps.
April 18, 2020In this post I'm going to share with you the motivation, statistics, stack and next steps for Logre.IO.
New project justnotes.io
August 04, 2019Recently, I was working on a side project to learn new stuff and I want to share it with you.
Code Splitting in React with Lazy Components
July 14, 2019Let's learn how to increase our load speed using code splitting and lazy components.
Quick Introduction to JWT using Javascript
June 20, 2019JWT is being used a lot to authenticate SPAs and in this post we will take the first steps.