OGOluwatosin Gbengaincodemerchant.co.uk·Apr 24, 2023 · 8 min readImplementing Authentication in Next.js with NextAuth.jsAuthentication is a crucial aspect of building web applications. It allows users to access secure areas of the application and ensures that sensitive data is only accessible to authorized individuals. Next.js provides several ways to implement authen...00
OGOluwatosin Gbengaincodemerchant.co.uk·Apr 15, 2023 · 4 min readA Comprehensive Guide to Next.js APINext.js is a popular React-based framework for building web applications, including both client-side and server-side rendering. While Next.js is known for its excellent support for server-side rendering and pre-rendering, it also includes a powerful ...00
OGOluwatosin Gbengaincodemerchant.co.uk·Apr 12, 2023 · 5 min readNext.js Data Fetching: When to Use getServerSideProps vs. getStaticPropsNext.js is a popular React framework that allows developers to build fast and scalable web applications. One of the key features of Next.js is its data fetching methods, which enable developers to fetch data and pre-render pages on both the server an...00
OGOluwatosin Gbengaincodemerchant.co.uk·Apr 11, 2023 · 3 min readWill chatGPT take developers job?As artificial intelligence and machine learning technologies continue to advance, concerns have been raised about their potential impact on the job market. One area that has come under scrutiny is the role of developers and whether or not they will b...00
OGOluwatosin Gbengaincodemerchant.co.uk·Apr 7, 2023 · 2 min readHow to Use the Context API in a Next.js TypeScript ProjectThe Context API is a powerful tool in React that allows you to share data between components without having to pass props down through each level of the component tree. It's especially useful in a Next.js project, where you might have multiple pages ...00