AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Service Side Rendering
The idea with service side rendering is the kind of trajectory of web development right 20 plus years ago. People sort of move toward these like single page apps and JavaScript where the whole thing was being rendered in the browser. So I'm going to add the app in a server side rendering where I have the app you write you request a URL from the server. I render it on the server as HTML. And then I'm able to hydrate it on the client so like add the interactivity and add the event handlers and do all that stuff on the client side. While that work is happening you see the page in front of you. It looks like it loads faster but then you get into all