📄️ Project Configuration
Configuring Prettier, ESLint, and Git Hooks
📄️ CI/CD Pipelines
Writing CI/CD pipeline workflows with Github Actions
📄️ Project Architecture
Designing the architecture of a Next.js web application is an important step in creating a scalable and maintainable project. One way to ensure that the architecture of a Next.js web application is following best practices is to look at how large companies such as Google and Airbnb have designed the architecture of their own web applications.
📄️ Testing Libraries
Implementing Jest and React Testing Library
📄️ Design System
Building a Design System with Tailwind CSS and Headless UI
📄️ Performance
Audit your website, reduce your bundle and boost performance
📄️ SEO
Implementing SEO best practices with Next.js
📄️ Accessibility
Accessibility checklist and aspects to take into account
📄️ Security
To implement security headers in a Next.js web application, you can use HTML meta tags to set the appropriate headers for your pages.