About 33 results
https://mikebifulco.com/posts/live-coding-satori-og-images-nextjs · 27 Jan 2024
A YouTube live coding stream where we explore how we use a variety of dynamic images with Next.js using Satori.
https://mikebifulco.com/posts/live-coding-resend-broadcasts-nextjs · 20 Jan 2024
A coding livestream where integrate Resend's new Broadcasts feature into my next.js site to use for sending newsletters.
https://mikebifulco.com/posts/self-healing-urls-nextjs-seo · 2 Dec 2023
Set up self-healing URLs with the App Router in Next.js for better SEO, accessibility, and usability
https://mikebifulco.com/posts/custom-fonts-with-next-font-and-tailwind · 17 Apr 2023
Learn how to add custom fonts to your Next.js app using next/font and Tailwind CSS. Improve user experience without sacrificing performance.
https://mikebifulco.com/posts/typescript-vscode-error-fix-last-resort · 15 Feb 2023
Sometimes fixing a TypeScript or eslint error in VS Code can feel impossible. Here's what I do when I have exhausted all my resources.
https://blog.nove-b.dev/posts/enable-hot-reloading-dockerized-nextjs-nestjs · 12 Feb 2023
Dockerで環境構築したファイルを変更してもブラウザで表示が変更されない そもそも作成した環境は下記記事の通り。 DockerでnextJsとnestJsの環境構築をする で、色々検証してみた結果、Docker...
https://blog.nove-b.dev/posts/setup-nextjs-nestjs-docker · 8 Feb 2023
NextJsとNestJsをDockerで立ち上げる あくまでもDockerのハンズオンなので別に何でもいいのだが、どうせならということで、次に考えている構成でやってみることにした。 ちなみに【環境構築】...
https://mikebifulco.com/posts/refactoring-typescript-react-components-vscode · 3 Feb 2023
Extracting types from a JavaScript object is a common task in TypeScript. This post shows how to do it with VS Code.
https://mikebifulco.com/posts/next-js-github-bio-about-page · 9 Dec 2022
Learn how to sync your About page and your personal GitHub README bio on your Next.js site, as a step towards owning your content on social media.
https://mikebifulco.com/posts/publish-your-newsletter-with-convertkit-api-next-js · 23 Sep 2022
Use previous issues of your newsletter to attract new subscribers, using the ConvertKit API with your Next.js site.