Gabriel Paolo Tiu
Tiu

Tiu

Follow
homebadgesnewsletter

Make users feel special by giving them their own subdomains.

Aug 23, 20212 min read

With Vercel you can deploy HTTPS-enabled subdomains that your user chooses. ยท Have you ever wondered how to enable users to create their own subdomain?...

Make users feel special by giving them their own subdomains.

How to get secure cookies working with Nginx

Aug 9, 20212 min read

Background As I was setting up my Node server in a VPS, I got confused as to why my cookies weren't being set. After some time I figured out that it...

How to get secure cookies working with Nginx

๐Ÿ‘ป Jotai - State Simply Managed

Aug 3, 20215 min read

An introduction to Jotai and why you should consider using it. ยท As I refine my stack more and more, one of the values I look for is...

๐Ÿ‘ป Jotai - State Simply Managed

Get Tailwind Intellisense anywhere

Jul 19, 20212 min read

Links: Regex List Repo Related Issue Tailwind intellisense is amazing. But, sometimes I use libraries that use props other than...

Get Tailwind Intellisense anywhere

Normalizing API errors with axios.

Mar 25, 20214 min read

Bonus - comes with types ยท Just take me to the main code snippet Handling errors when fetching is a pain. Usually, I would just wrap the call in a...

Normalizing API errors with axios.