Latest blog posts

Next.js with .NET Aspire

Microsoft’s latest tech, .NET Aspire, has been generating buzz with its robust framework for building distributed applications. However, the focus has mainly been on .NET frontends, leaving Next.js developers looking for guidance on how to integrate the two. In this post, we’ll walk you through the process of setting up a Next.js application with Docker, and seamlessly integrating it into a .NET Aspire project. From local development with hot module reloading to deploying a production-ready build, this guide will help you leverage the best of both frameworks for scalable and efficient development.

Automate Your Next.js Deployment to Azure: A Step-by-Step Guide

Learn how to seamlessly deploy your Next.js application to Azure Web Apps using GitHub Actions. This comprehensive guide walks you through each step, from setting up your development environment to automating your deployment pipeline, ensuring you're well-equipped for the journey ahead.