08 Sept 2025 Quick Post How to add third parthy login with Supertokens (Google) Step by step of how to integrate a google login in your application. Create the credentials in google and integrate everything in your application. python react auth 2 min read
08 Sept 2025 Quick Post How to add pricing with Lemonsqueezy (python fastapi + React) How to add pricing with lemonsqueezy, handle the webhooks, automatic redirects and changes to the DB python mvp 1 min read
02 Sept 2025 Quick Post Simple Approach to write readable Logs Writing Logs is a necessary part of every application, though it can also be tedious. This guide shows how to write minimal logs for an MVP to track what is going on in the app python 2 min read
30 Aug 2025 Post How to add auth in your app using supertokens Adding the option to the users to log in can be very simple or very tricky. In this post I'll show the steps to set up supertokens in a react app with fastapi (python) on the backenn. The supertokens instance will be selfhosted in coolify. python react auth 10 min read
28 Aug 2025 Quick Post Deploy python backend with docker How to build an image and deploy it via docker using pyproject.toml and fastapi. docker python 2 min read
21 Aug 2025 Quick Post Set up ruff and uv for python projects How to set up ruff and uv when working in python projects python 1 min read
16 Aug 2025 Quick Post UV: Create a python app with pyproject.toml UV is much faster and really easy to use, this is why it has gained a lot of adoption this last year. This intro explains briefly how to quickly set up a project with it uv python 1 min read