niazblog.comHow to protect your private routes in Next.js 13 & Appwrite?Introduction In modern web development, security is paramount, especially when it comes to protecting sensitive data or functionality behind authentication barriers. Next.js 13, a popular React framework, combined with Appwrite, a self-hosted backend...Jun 25, 2023·7 min read
niazblog.comIntroducing Popwola. Your no-code popup builder | Appwrite x Hashnode Hackathonhttps://www.youtube.com/watch?v=bMh8tO7KtlE&t=1s Team Members Niaz Morshed | Niaz Morshed Description Popwola is a no-code popup builder that simplifies the process of creating captivating popups. With its user-friendly interface and customizable t...Jun 9, 2023·8 min read
niazblog.comA comprehensive guide to Next.js 13 App Router - Part 1Next.js is a powerful framework for building server-side rendered React applications. One of its key features for routing is the App Router which was introduced in version 13, which allows you to define and organize routes in your Next.js application...May 26, 2023·5 min read
niazblog.comEnsure Code Separation in Next.js: Server Only vs Client ComponentsNext.js is a popular framework for building server-rendered React applications. However, when JavaScript modules are shared between server and client components, it can introduce a potential vulnerability. This blog post will explore the risks associ...May 24, 2023·3 min read
niazblog.comComponent Patterns in Next.js 13When it comes to building robust web applications, performance optimization is a crucial consideration. Slow-loading websites can result in frustrated users and lost opportunities. Fortunately, Next.js, the popular React framework, offers a range of ...May 22, 2023·5 min read