My thoughts on making computers do stuff.
Discover how to integrate ChatGPT and other LLMs into web apps with this guide. Learn about selecting LLM providers, using zod-gpt for JSON outputs, and implementing AI features with a focus on security and user experience.
Validate environment variables in Javascript with Zod, a TypeScript-first schema validation library. Learn how to define and enforce environment variables structure preventing runtime errors and improving error handling.
Svelte stores are amazing, but so are zustand stores. Let’s check how to take your Svelte apps state management to the next level by combining the two!
Taking Remix type safety to the next level. How to infer types from loaders automatically!
Text content did not match
, this surely happened at some point if using any Javascript API that accesses the default locale during server rendering. Let’s fix it!
With SSR being on the rise (again), we are going to guide you through how we implement cookie-based authentication on Next.js, using Postgres and Prisma.
Managing authentication in React might feel like a non-intuitive task for many, due to the difficulty of maintaining global state on React. However, React’s context API is a great way of solving that, and in this blog post, I’m going to show you how.
Back in June, we received a request to help build a website for an academic non-profit organization (our friends at AAUM), in Braga, Portugal. They needed a website to help spread awareness of the MinhoCovid19 movement, a group of people trying to supply organizations in need (nursery homes, hospitals, etc) with protective materials built by volunteers.
A quick look into making reactive applications using Rails, a tiny bit of Javascript, and StimulusReflex.
Let’s take the frontend Rails experience to the next level. Instant page transitions, components, and Stimulus!
Discord is a great product that has been a source of joy for me, personally. This time, I’m gonna take you through all the steps needed to take your first Discord bot online, and host it safely on the cloud, for free.
A collection of tips on how to reduce the size of your web apps.
Webfonts are amazing, but most websites using them suffer from weird layout shifts and flashes of unstyled or inivisble text. Let’s dive in on ways to attenuate that and make your initial website load smoother.
The JAMstack is not another boring tech-specific stack. It’s a change of paradigm. A shift in how we develop web apps and websites. Check out more about it on this introductory blog post.