Blog Articles
Choosing Your Micro SaaS Tech Stack: Practical Tips for Developers
Choosing the tech stack for a micro SaaS can be hard. Dozens of languages and hundreds of frameworks exist. But let's face it: customers don’t care about your tech stack. They care if the product works. In this video, I’ll dive into that reality, share what tech stack I chose for my micro SaaS, and explain the reasons behind my decision.
Published: December 16, 2024Integrate Umami Analytics into Next.js App Router
A simple step-by-step guide to integrating Umami Analytics with Next.js App Router.
Google Search Finally Recognizes Me! 🎉 (Build A Micro SaaS: November Update)
My update for November. I focused on gaining recognition, particularly ensuring that Google search can find and index me. My actions included creating a personal website, posting publicly on social media, and optimizing for SEO.
Published: November 29, 2024GitHub Pages: Configure a Custom Subdomain
A step-by-step guide to configure your website on GitHub Pages with a custom subdomain.
Published: November 24, 2024The Simple Formula I Use to Find Micro SaaS Ideas
My shortcut and process for revealing problems for Micro SaaS. Basically my ”How To” find SaaS ideas.
Published: November 19, 2024React: Zoom In & Out with the Mouse Wheel
Do you want to zoom in and out of your React UI by holding the Ctrl (control) key and the scroll wheel? Let’s examine how to archive this easily.
Next.js: Fix WhatsApp is not showing the Open Graph image
If WhatsApp is not showing your Open Graph image, it might be due to the file size of the image. It is recommended that the size is below 300KB. Learn how to add an additional image to your Next.js application.
Published: June 9, 2024Ensure Accessibility for Icons & Emojis Links
Using an icon (e.g., an SVG) or an emoji for a link is often convenient instead of a text link. But keep in mind that this is not accessible for all people, e.g., because they use a screen reader or simply don’t recognize the icon.
Published: June 9, 2024