Browsing Tag
nextjs
164 posts
The New Vercel AI SDK: Your Own Chatbot in a Flash
Introduction Empowering your applications with Artificial Intelligence (AI) and Machine Learning (ML) capabilities no longer requires a Ph.D.…
Typescript 🟦 CRUD API: Next.js, Tailwind, tRPC, Prisma Postgres, Docker
By the end of this article, you will understand how to build a FULL CRUD API app, including…
Laravel 10 & Next.js 13 JWT open-source boilerplate
Dear developers, We are excited to announce the release of a new open-source project: a Laravel 10 JWT…
Medusa Recap: Product Module, Admin Extensibility, Omnichannel features and more
Today, we are kicking off our June edition of our Medusa Recap. This week is dedicated to showcasing…
Dynamic SVG images using Next.js
SVG has emerged as a dominant image format, offering unparalleled flexibility and scalability for today’s web development landscape.…
NextJs TypeScript setup with Prettier, Husky.
Let’s get started with the NextJs setup with TypeScript. The configuration will be scalable with added configurations. Let’s…
Building a Beautiful Product Onboarding 👋 with Next.JS , Framer Motion, and Tailwind CSS
What you will find in this article? Product onboarding is super crucial for the first user experience. Building…
How to Deploy a Next.js 13 App to AWS with Amplify Hosting
Introduction AWS Amplify Hosting – the ultimate solution for fast, secure, and scalable web app deployment. Whether you’re…
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…