How to Code a Blog in 2025 (with MDX in Next 14 Pages-Routing)
- 28min
The step-by-step guide to how you can build a blog-website just like this - using React, Tailwind, NextJS, MDX and MailChimp.
MDX, Tailwind & Code Styling in NextJS Pages-Routing
- 11min
Setting up MDX in NextJS can be a bit of a struggle. Especially when you are mixing it with Tailwind and Rehype Pretty Code, which at times seem to interfere. Here is how you can set them up together in near harmony. (+ Custom Colortheme)
Mailchimp Newsletter Management & Custom SubscribeForm with NextJS | Next API Routes
- 10min
Every website needs an Email Newsletter. MailChimp is a popular service for that. Here is how you can connect it to NextJS with a custom SubscribeForm & API routes!
How to build a 'sticky footer' for your WebApp | CSS Height & Positioning
- 5min
A sticky footer never goes higher than the viewport bottom, but it can go lower if the main content is bigger. CSS 'height' throws some wierd quirks in the building process. Here is how you can slay that demon.