Writing

Web Development & Automation Blog

Guides and deep dives on React, Next.js, front-end engineering, design systems, and workflow automation — written from real production work, not theory.

Next.js vs React: When Should You Actually Use Next.js in 2026?
Latest
Next.jsReactWeb Development

Next.js vs React: When Should You Actually Use Next.js in 2026?

Comparing Make.com and n8n for business automation — pricing, self-hosting, ease of use, and integrations — to help you pick the right tool.

August 20, 20265 min readRead Article

Blog published on other platforms

Articles I've written for external publications.

How to use the Next.js image component
W SquareJuly 9, 2023

How to use the Next.js image component

In this blog post, I explore the Next.js Image component, a powerful tool for optimizing image loading and performance in web applications. I provide a step-by-step guide on how to implement this component, covering essential features such as automatic resizing, lazy loading, and responsive image handling. By leveraging the Image component, developers can significantly enhance the user experience and improve page load times, making their applications more efficient and visually appealing

How to use and get benefits from tailwind merge
W SquareJul 7, 2023

How to use and get benefits from tailwind merge

In this blog post, I delve into Tailwind Merge, a handy utility that simplifies the process of merging Tailwind CSS classes in your projects. I explain how to install and integrate Tailwind Merge into your development workflow, showcasing its functionality in managing dynamic class names effectively. By utilizing Tailwind Merge, developers can streamline their styling process, reduce class name conflicts, and maintain cleaner, more manageable code. I also highlight practical examples and use cases, demonstrating how this tool can enhance productivity and improve the overall development experience when working with Tailwind CSS.

How To Install Tailwind CSS while creating Next.js project
W SquareJul 6, 2023

How To Install Tailwind CSS while creating Next.js project

In this blog post, I provide a comprehensive guide on how to install and configure Tailwind CSS in a Next.js application. Tailwind CSS is a utility-first CSS framework that enables developers to create responsive and modern user interfaces with ease. I walk through the step-by-step process of setting up Tailwind CSS, including the necessary installation commands, configuration adjustments, and best practices for using Tailwind classes effectively in your Next.js components. By the end of the post, readers will be equipped to harness the power of Tailwind CSS to enhance the styling of their Next.js projects.

Follow for more writing