About 33 results
https://mikebifulco.com/posts/posthog-helped-me-find-a-bug · 2 Sep 2024
I tackle a significant drop in my newsletter subscribers. Join me as I dive into the data using PostHog, identify and fix critical errors, and ultimately switch from ConvertKit to Resend.
https://mikebifulco.com/posts/fixing-my-conversion-problem · 13 Aug 2024
In part two of my product analytics journey, I tackle a subscriber drop, dive into PostHog data, fix key errors, and switch from ConvertKit to the developer-friendly Resend.
https://mikebifulco.com/posts/debugging-a-conversion-problem-on-my-nextjs-site · 5 Aug 2024
This video dives into the process I used to diagnose and debug a conversion problem on my personal website using Posthog, a powerful product analytics tool.
https://mikebifulco.com/posts/own-your-work-with-canonical-tags · 12 Jul 2024
Canonical tags are a powerful tool to help search engines understand which version of a page is the original one. This can help you avoid duplicate content issues and ensure that your content gets the credit it deserves.
https://blog.nove-b.dev/posts/nextjs-project-class-variance-authority · 6 Jul 2024
class-variance-authorityってなに?
https://blog.nove-b.dev/posts/nextjs-mock-server-next-swagger-doc-vs-prism-cli · 18 Jun 2024
開発中にモックサーバーを立ち上げたかったので方法を調べてみた。
https://mikebifulco.com/posts/structured-data-json-ld-for-next-js-sites · 25 Apr 2024
Structured Data can be added to your site tell Google and other search engines what type of content is on each page using a metadata format called JSON-LD.
https://mikebifulco.com/posts/live-astro-content-driven-website-rebuild · 23 Mar 2024
A YouTube live coding stream, learning to build content-driven sites with the Astro Web Framework.
https://mikebifulco.com/newsletter/tiny-tips-for-better-seo · 12 Mar 2024
I hear from a lot of devs that they don't know where to start with SEO. Here are 3 tiny tips about to get you started.
https://hipstersmoothie.com/blog/posts/including-static-files-with-rscs · 27 Jan 2024
Why bundling static files into a Next.js App Router build is harder than it looks, and how webpack's require.context and custom loaders solve it.