← Back to Blog Tag: nextjs
5 posts
- I moved my portfolio website from Next.js to Astro. Best decision ever. 12/16/2025 After running my portfolio on Next.js for almost three years, I decided to move it to Astro. Less complexity, faster builds, better SEO, and a setup that lets me focus on shipping instead of maintaining.
- What’s New in Next.js 15: A Comprehensive Overview 2/4/2025 As web development evolves, frameworks like Next.js continuously innovate to meet the growing needs of developers and businesses alike. The release of Next.js 15 brings exciting new features, performance optimizations, and developer-friendly updates ...
- Letting Go: Lessons Learned from My Startup Journey with Taskpad.io 12/14/2024 Hi, internet friends! Today, I want to share my journey of starting and eventually letting go of my first startup. About six months ago, I launched Taskpad.io, a product designed to help freelancers manage their clients, projects, timesheets, invoice...
- NextJS for Web Apps: A Technical Perspective 9/2/2024 Why NextJS? NextJS has gained significant popularity for its hybrid approach to web development, blending SSR (server-side rendering) and SSG (static site generation) with client-side rendering. This flexibility makes it an attractive choice for deve...
- Setting Up NextJS 13 with Auth0 and Sub-Domains: A Guide to Multi-Tenancy Web Apps 10/21/2023 Hi guys! In the article today we’ll discuss and also I’ll show you how to set up NextJS 13 (with app folder), Auth0 and sub-domains. I’m currently working on a web multi-tenancy app. So we need multiple sub-domains. For security reasons, we decided t...