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
Set Up Your Reactjs Project With Tailwind CSS
Are you tired of spending lots of time in designing your code using CSS and bootstrap ? or are you frustrated with class errors and confusing keywords in CSS? then don’t look further than Tailwind CSS- A Best tool for easy web development. What is Tailwind CSS? Tailwind CSS is a CSS framework that provides … Read more
What is NestJs? Why NestJs ? Basic information about NestJs
Three main components: Modules A module is a class annotated with a @Modules() decorator. The @module() decorator provides metadata the Nest marks use to organize the application structure. Each application has at least one module A module is a class annotated with a @Modules() decorator. The @module() decorator provides metadata the Nest marks use to … Read more
Setup and using Tailwind CSS
Tailwind is a CSS framework that is used to rapidly build custom UI. It provides all the necessary building blocks for creating a highly customizable and beautiful UI with reduced tendency to write CSS code. Using Tailwind CSS allows us to build complex responsive layout which is much easier. Steps: 1. Download VS code and … Read more
Step by Step Installation guide on creating a first project on laravel – Best web framework on 2023
Project Setup and creating first Laravel application Laravel is a free and open-source PHP web framework that follows MVC architecture. It was created by Taylor Otwell and this framework is based on Symfony. Laravel is one of the best programming languages that students have to learn for starting their career in IT industry. It is easier to … Read more