Blog
My Blog
NextJS: Adding Nested Pages / Paths
In our previous post, we explored how to create a NextJS project, generate our first pages, and use the files in the "pages" folder to define routes and load components. We also learned about server-side rendering, which is a default feature in NextJS. Creating Nested...
Media Queries: How to Create a Responsive Website with CSS
One of the must haves in today's digital age is creating a website that is responsive and adaptive to different screen sizes. There for it's essential that your website provides a seamless experience across all kind devices, mobile phones, tablets, computers etc....
10 Tips for Creating a Responsive Website with HTML and CSS
In today's world creating a responsive website is essential. With the increasing use of mobile devices to access the internet, it's become essential to ensure that your website is optimized for all screen sizes and devices. Responsive web design allows your website to...
List Unique Key Prop: “Warning – Each Child in a List Should Have a Unique Key prop”
Have you ever worked with lists in react? If the answer is yes then probably you have encounter this warning message "Warning: Each child in a list should have a unique 'key' prop" at some point. This warning is important because it indicates a potential problem in...
Create your first NextJS project: Adding first pages to NextJS project
Next.js is a popular framework for building server-side rendered, React applications. With Next.js, you can create high-performance websites and web applications that are optimized for SEO and user experience. In this tutorial, we'll show you how to create a Next.js...
Next.js Routing: Detailed Explanation
Routing is a critical aspect of any web application, and Next.js provides a powerful routing system that makes it easy to build complex applications with multiple pages. In this article, we will take a detailed look at Next.js routing and explain how it works. Next.js...





