Bharat Desai

Laravel 10 Authentication using Jetstream

Laravel 10 brings a wealth of features for web application development, with authentication being a core aspect. One of the…

2 months ago

Understanding useSearchParams vs useParams Hooks in Remix

In the Remix framework, handling URL parameters is a common task when building dynamic web applications. Remix provides two key…

2 months ago

How to Implement Frontend Design Customization in Shopify Remix App?

In this blog post, we'll show you how to implement frontend design customization in the Shopify remix app! Customizing the…

2 months ago

Flutter | Row and Column Widgets

Flutter, as a modern UI toolkit, allows developers to build beautiful, high-performance apps with a single codebase for mobile, web,…

2 months ago

Handling Forms and Data in Shopify Remix: useSubmit vs. useFetcher

In Shopify Remix, managing form submissions and data fetching is crucial for building interactive and dynamic user experiences. Two essential…

2 months ago

How to Setup Vite in Shopify Remix App?

In this article, we will learn how to set up Vite in the Shopify remix app. Vite in Remix refers…

2 months ago

Laravel DDD: Implementing Domain-Driven Design Principles

In modern software development, especially for large and complex systems, Domain-Driven Design (DDD) has become a highly regarded methodology for…

2 months ago

Node.js | HTTP Module

Node.js, known for its asynchronous and event-driven architecture, offers a multitude of built-in modules that make it easy to build…

2 months ago

Building Dynamic Frontend Applications with Laravel and Alpine.js

In modern web development, building dynamic, interactive front-end applications is essential. Laravel, a powerful PHP framework, is widely known for…

2 months ago

Exploring Laravel 10’s New Query Builder Enhancements

Laravel, known for its elegant syntax and ease of use, has continually refined its core features to improve developer experience.…

3 months ago

Advanced Data Handling and Navigation with Remix Hooks: useNavigation, useActionData, and useLoaderData

In modern web development, efficient data handling and seamless navigation are critical components of building responsive and user-friendly applications. Remix,…

3 months ago

How to Set Contextual Save Bar instead of Save Button in Shopify Remix App

When building custom Shopify apps with the Remix framework, enhancing user experience (UX) is crucial. One way to do this…

3 months ago