vmnog@desktop:~/home$whoami

Victor Nogueira _

I quitted my job as a software engineer to work full-time on my own projects.

./what-am-i-doing-atm

  • Writing tech articles about my work here as @vmnog
  • Developing and Managing my own Software House at @caraquecoda
  • CTO & Co-Founder at @dochelp.ai
  • Open Source Contributor at:

The Easiest way to send Emails with only Next.js (no backend required)

In this article, we will craft an optimized developer experience for capturing and sending emails, utilizing cutting-edge technologies such as Next.js for server-side rendering, Resend API for managing email transactions, and React-Email to design and create email templates.

Optimizing Images in Next.js with BlurHash and Skeleton Loading

Enhance user experience by implementing image optimization with BlurHash and skeleton loaders in Next.js. This guide walks you through the steps of building a highly optimized image component, improving perceived performance and visual appeal.