Hello 👋
I am Julien Bras, a software engineer. I love to build things 🤖, learn new tricks 📚 and share my knowledge with others 🌎. I am currently working at Wiiisdom as an Innovation Manager.
Read the blog posts or check About for more info.
Featured
Lambda Warm-up 🔥 on SST (Serverless Stack)
Posted on:January 23, 2023Setup a good old warm-up system on SST (Serverless Stack) to avoid cold start on Lambda
🔒 Next Auth vs SST Auth
Posted on:November 20, 2022A side-by-side comparison of Next Auth and SST Auth: two solutions to implement OAuth authentication in your Next.js application.
Recent Posts
Lambda Warm-up 🔥 on SST (Serverless Stack)
Posted on:January 23, 2023Setup a good old warm-up system on SST (Serverless Stack) to avoid cold start on Lambda
Using the Strangler Fig Pattern in SST
Posted on:January 11, 2023How to use the Strangler Fig Pattern in SST (Serverless Stack), to slowly migrate a monolith to a serverless architecture.
🔒 Next Auth vs SST Auth
Posted on:November 20, 2022A side-by-side comparison of Next Auth and SST Auth: two solutions to implement OAuth authentication in your Next.js application.
OAuth with Serverless using SST
Posted on:November 11, 2022Part 4 of a series around SST - Serverless Stack. In this article, we will see how to implement OAuth with Serverless using SST.