Code Tips on Web Development

Welcome! BirdsCoders is a personal tech blog focused on helping solve daily coding issues and sharing our knowledge and experience with you. Enjoy!

Recent Articles

New Routing in Next.js - App Router

New Routing in Next.js - App Router

An introduction to the App Router Next.js that optimizes the initial page load time and minimizes the size of JS bundles by using React Server Components.

November 27th, 2023
Build a Reusable Searchable List in React with Typescript Generics

Build a Reusable Searchable List in React with Typescript Generics

Learn how to divide the search markup into independent, reusable components and create a generic Searchable List in React with the Load More button.

November 10th, 2023
How to Use External Images from Dropbox in Gatsby Blog?

How to Use External Images from Dropbox in Gatsby Blog?

Learn how to optimize image storage in your Gatsby blog by using Dropbox. Use external image URLs in markdown files and fetch them as File nodes in Gatsby.

October 24th, 2023
How to Create a Collapsible Panel with Smooth Animation in React

How to Create a Collapsible Panel with Smooth Animation in React

Learn how to create an animated collapsible panel component in React without using any external libraries.

July 20th, 2023
How to Draw Images in Charts Labels in React-ChartJS-2?

How to Draw Images in Charts Labels in React-ChartJS-2?

Learn how to draw images in chart labels using React-ChartJS-2. Enhance your charts with dynamic image labels. Quick and easy guide with examples.

May 10th, 2023
How to Add Query Parameters to the URL in Next.js?

How to Add Query Parameters to the URL in Next.js?

How to add query parameters to the URL in Next.js. Read this explanation to know the way to add query parameters.

April 27th, 2023
Subscribe icon

Subscribe to our Newsletter

Sign up with your email address to receive latest posts and updates