How to Implement Forms in React
Are you looking for an easy guide to how to create a form in React? The step-by-step guide on this page will show you how to create a form in React in just a minute with an easy process. After completing this guide you will able to create forms in React without any problems. without … Read more
What is API? How to fetch API data in React
API is an abbreviation for Application Programming Interface, which is a collection of definitions and protocols for developing and integrating application software. APIs enable your product or service to communicate with other products and services without requiring you to understand how they work. This can help to simplify app development while also saving time and … Read more
Relations in Prisma.
Relation in prisma is defined as the inter-connection between two models in Prisma schema. For example, if we have a model named User and another named Post, then one user can have many number of posts associated with him/her. It represents 1 to many relation in Prisma. There are three types of relations in Prisma. … Read more
How To Host In Vercel?
Vercel is a cloud platform that allows developers to build, deploy, and scale web applications, websites, and serverless functions. It is a robust platform that can help developers streamline the process of developing and deploying their applications quickly and easily. It’s a popular choice for developers who want to focus on building their apps without … Read more
How to install Prisma in NestJS ?
Prisma is an open-source ORM for Node.js and TypeScript. It is a next-generation node.js and typescript ORM. It is used as an alternative to writing plain SQL or using another database access tool such as SQL query builders. While Prisma can be used with plain JavaScript, it embraces TypeScript and provides a level to type safety that goes beyond the guarantees … Read more
How to map array of objects in ReactJS?
About React JS and how to install it React is a JavaScript library used to create user interfaces (UI) for web applications. Facebook created it and released it in 2013. Developers can use React to create UI components that can be easily reused, composed, and managed. React takes a declarative approach to UI development, which … Read more
Next JS vs React JS
ReactJS and NextJS are both popular JavaScript libraries used for building user interfaces and web applications. While they share some similarities, they have different use cases and strengths. In this article, we will discuss when to use ReactJS and when to use NextJS. When to use ReactJS:ReactJS is a library for building user interfaces. It … Read more
Why does your business need a website?
It is no more a secret that the majority of us are now living in a digital world. Whether we are shopping,making payments, communication with friends or catching up the news we engage with the internetworld just as much as we do outside the web. With so much development in the field of internet andtechnology, … Read more
Get started with Prisma.
Brief about Prisma Let’s start this blog with a brief understanding of Prisma. Prisma is an open source ORM(Object-Relational Mapping). It is an alternative solution to writing plain SQL queries because writing plain SQL queries wont provide an ideal abstraction. Why use Prisma? Prerequisites Assuming that you already have NodeJs installed in your system, you … Read more
Integrating eSewa payment in laravel 10 in 2023
eSewa is a digital payment service provider based in Nepal. It allows users to make various types of online transactions such as mobile recharge, bill payment, ticket booking, online shopping, and money transfer through its platform. eSewa is an easy-to-use and secure platform that provides a convenient way for Nepali users to carry out their … Read more