Introduction to Next.js 15: What's New and the improvements!
Published onDecember 17, 2024
Next.js 15 has introduced a range of exciting features and improvements that enhance both performance and developer experience.
Managing Dependencies and Security in JavaScript with NPM
Published onAugust 9, 2024The JavaScript ecosystem, particularly with NPM, the security implications, and how modern bundlers mitigate these risks.
The End of Google URL Shortener and breaks 4.6 BILLION URLs!
Published onAugust 1, 2024The innovations Google has brought to the table are amazing like Chrome, But sometimes, it goes the other way, the end of goo.gl, their URL shortener service.
How to create a new Next.js project with Cloudflare Pages and Workers
Published onJuly 18, 2024In this guide, we'll walk through creating a new Next.js 14 project using TypeScript and deploying it on Cloudflare Pages with Workers.
Managing Metadata in Next.js 14 for Enhanced SEO and User Experience
Published onJuly 2, 2024In Next.js, there are two primary ways to manage metadata for your application: using a static metadata object or a dynamic generateMetadata function.