React, Angular, Node.js, Material, ASP.NET C#, Python, and SQL Articles
How to Override Scroll Bar CSS Styling Globally in Next.js
Introduction This short post will go over how-to add a custom scrollbar using Material UI theme. Adding this flexibility to UIs will make your site more attractive to a variety of users and their visual preferences. However, sometimes…
How to use MUI Autocomplete with API Calls to a SQL Database in Next.js.
Overview In this article, we will once again explore the awesome combination of Next.js and Material UI to create a dynamic autocomplete with data fetched from an external API. Since Next.js is a full stack framework, we will…
Setting up Postgres on Vercel and Building Simple Next.js CRUD Application
Since May 2023, Vercel offers a free tier Postgres database from their hosting service. Vercel offers a hassle-free deployment experience for developers. With its intuitive user interface and straightforward configuration, deploying applications is really easy. Whether you’re working…
Next.js React Carousel With Image Zoom Similar to Amazon
Overview This article goes over an example image carousel with zoom functionality, similar to what you see on e-commerce platforms like Amazon. In this tutorial, we will explore how to create an image carousel using the React libraries:…
Next.js – Custom Search/Autocomplete With Material UI – Arrow Keys and Clear Search
Overview In this article, we will build on top of the last article on how to create a custom autocomplete search field using React and Material UI. By the end of this tutorial, you’ll have the knowledge and…
Next.js – Custom Autocomplete Search Filter With Material UI
Overview In this article, we will create a complex search field with search results from two different data sources and their categories using React and Material UI. The ability to perform custom searches is a game-changer in any…