Home/Sam Poder
Author
SPSam Poder

Sam Poder

4 articles by Sam Poder.

Databases — The Case For Prisma In The Jamstack — Smashing Magazine

The Case For Prisma In The Jamstack — Smashing Magazine

Jamstack has surged in popularity over the past few years as an approach to building websites. As developers are building Jamstack sites, finding a well-integrated method to interact with a database can be a major stumbling block. In this article, Sam Poder explores how Prisma integrates with the Jamstack and why it’s a great solution for Serverless databases in JavaScript or TypeScript-based proj

SPSam PoderSam Poder·June 6, 2022Databases
Frontend — The What, When, Why And How Of Next.js’ New Middleware Feature — Smashing Magazine

The What, When, Why And How Of Next.js’ New Middleware Feature — Smashing Magazine

Next.js’ recent 12.0 release included a new beta feature: middleware. For a detailed explanation, you can read all about it in Sam’s previous article, “[Next.js Wildcard Subdomains](https://www.smashingmagazine.com/2021/11/nextjs-wildcard-subdomains/)”. This article, on the other hand, dives into the overall concept of middleware and how handy it can be in building things.

SPSam PoderSam Poder·April 1, 2022Frontend
Frontend — Next.js Wildcard Subdomains — Smashing Magazine

Next.js Wildcard Subdomains — Smashing Magazine

Wildcard domains often go under the radar. Hosting with a wildcard subdomain enables your users to visit your site on any subdomain of your domain (*.example.com), and as you can imagine, we can use this to create unique user experiences which we’ll be exploring in this article through a Next.js lens.

SPSam PoderSam Poder·November 19, 2021Frontend
Performance — Using SWR React Hooks With Next.js’ Incremental Static Regeneration (ISR) — Smashing Magazine

Using SWR React Hooks With Next.js’ Incremental Static Regeneration (ISR) — Smashing Magazine

When paired with ISR and Next.js’ API routes, SWR can be used to create a responsive user experience. In this article, Sam Poder explains what SWR is, where to use it (and where not), and how to build a website by using Incremental Static Regeneration. This approach ensures that users still have a good experience, that the site is fast and that the data is kept up to date.

SPSam PoderSam Poder·September 9, 2021Performance