Browsing Tag
nextjs
146 posts
GitHub Actions with MongoDB
What I built I have built an example of how you can connect MongoDB to GitHub Actions and…
Custom Response Statuses and Redirection in Next.js getServerSideProps
NextJS is a JavaScript framework that uses ReactJS for rendering UI in web applications. This framework comes with…
Why is it so hard to create PWA with Next.js?
Creating a Progressive Web App (PWA) with Next.js has not always been a smooth experience. In this post,…
SOLID in React- OCP – Open-Closed Principle
Embora tenha sido concebido para a programação orientada a objetos, os princípios do SOLID podem ser aplicados em…
How to use Redis with Vercel Edge
Introduction Vercel’s Edge Network provides developers with powerful compute capabilities with zero configuration and added latency. Edge Functions…
Where did Microservices go
When I quit Microsoft and joined the startup company in 2015, the first thing I learned is the…
Add custom fonts to Next.js sites with Tailwind using next/font
Adding custom fonts to your website is a typical requirement for most web projects By default, Next.js sites…
5 Reasons to Use Next.js: Unlock the Power of React to Create Powerful Web Apps
Introduction Next.js is an open-source React framework that enables developers to quickly create powerful, dynamic web applications. With…
How to use JWT Authentication in NodeJs/NextJs
What is JWT JSON web token (JWT), pronounced “jot”, is an open standard (RFC 7519) that defines a…
Unlock the Power of Static Sites with Next.js: A Guide to Static Site Generation
Introduction Static site generation is a powerful tool to improve the application’s speed, security, and overall performance. Next.js…