Building a SaaS for storing and handling images in your app. Is it a good idea?Dec 1, 2022·4 min read
Building a Super Fast Next.js App with the App RouterSome time ago I was building a new app with the Next.js App Router, but the app navigation felt quite slower than I was used to with the Pages Router, so I decided to try to understand better the App Router features and how they affect the navigation...Dec 20, 2024·5 min read
Create an easily callable Modal Dialog or Snackbar Provider in React with Promise and ContextJul 1, 2022·5 min read
Deploying a GraphQL API to Lambda with Serverless Framework, Apollo and TypeScriptThere are a lot of ways of developing the backend of an application. Here I will be mainly talking about how to setup a Lambda based Apollo GraphQL API.In the end I will also talk about some alternative solutions, so you can choose the one that fits ...Jun 28, 2022·9 min read