Writing a development blog: how I did it and what I learned
/ Communication, Development
This blog post shares how I wrote a dev blog, how it went, and what I learned from it. Are you going to do one too?
Hello there!
This human-written blog contains various things I've learned that are worth sharing. Enjoy and feel free to share your feedback.
/ Communication, Development
This blog post shares how I wrote a dev blog, how it went, and what I learned from it. Are you going to do one too?
/ Development
Do you want to fix the 404s of /.well-known/traffic-advice in a Next.js app? What is the Chrome Privacy Preserving Prefetch Proxy?
/ Development
Making a location autocomplete input isn’t trivial, and even less with Google Cloud APIs. Here is a live demo and a step-by-step guide to do it with React
/ Development
Automatically displaying rich previews of highlighted links makes blogs and other content-driven websites much better. Let’s unfurl URLs and preview them using Next.js
/ Development
Through sweat and pain, I found again and again that it’s a bad idea to use the URL to store app state for highly dynamic apps.
/ Development
Because the image links of the Notion API expire, we need to find solutions to keep Next.js image optimization working with them.
/ Development
With Next.js plus one dependency to produce the XML, today it’s so easy to produce an RSS feed. Check out how and copy an example.
/ Development
With next-sitemap and rewrites, we can easily generate dynamic sitemaps for thousands of user-generated content URLs.
/ Development
After seeing different ways authorization can be implemented, this is the best approach I’ve found to implement modular, plug-and-play, consistent access control checks.
/ Development
Implement Brevo (formerly Sendinblue) in your React TypeScript app faster by not needing to figure out these issues on your own.
/ Development
Here’s how I keep frontend testing useful without overdoing it.
/ Development
Planetscale’s free Hobby plan makes inactive databases go into sleep mode. How to prevent it? Automation! Here are the steps to prevent your small project database from going into sleep mode.