Skip to content

PRABAWEB

Programming Blog – Tutorials about Angular, ReactJS, NodeJS, PHP, MySQL and Web Development

  • Home
  • Tutorials
  • About Me
  • React Js
  • Toggle search form

Tutorials

2. How to setup a development webserver for react? and How to render React App?

Posted on December 10, 2022 By praba_tutor No Comments on 2. How to setup a development webserver for react? and How to render React App?

Lets create a place for all of our project code. Create public folder inside to_do_list and place all assets inside public folder. Create index.html file in public folder. We use emmet plugin to use autosuggestion in Microsoft visual studio Editor. index.html:<!DOCTYPE html><html>  <head>    <script src=”https://unpkg.com/react@18/umd/react.development.js” crossorigin></script>    <script src=”https://unpkg.com/react-dom@18/umd/react-dom.development.js” crossorigin></script>  </head>  <body>    <div…

Read More “2. How to setup a development webserver for react? and How to render React App?” »

reactjs

1.What is React ? Why we should Learn React? How does react work?

Posted on October 30, 2022December 10, 2022 By praba_tutor No Comments on 1.What is React ? Why we should Learn React? How does react work?

What is Reactjs?   React.js  builds user interfaces for single-page web apps by dividing the UI into composable elements. React.Js is a UI library, that was originally developed as an in-house library for Facebook, and then it was later open-sourced in 2013. It’s famous and mostly used for a multitude of reasons. Why we should…

Read More “1.What is React ? Why we should Learn React? How does react work?” »

reactjs

PHP JWT Token Based Authentication

Posted on October 16, 2022October 16, 2022 By praba_tutor No Comments on PHP JWT Token Based Authentication

Hi There,  In this tutorial you will be learning PHP JWT Token Based Authentication. What is Authentication?Authentication is a process of validating users with some keys, token or any other credentials.Authentication is a main concern of the secure application.What is Token Based Authentication?Token based authentication is known as session less or stateless because whenever we…

Read More “PHP JWT Token Based Authentication” »

PHP

What is Composer and how to install?

Posted on October 16, 2022October 16, 2022 By praba_tutor No Comments on What is Composer and how to install?

Hi there, I am going to explain about composer and installation.What is a composer?Composer is a dependency manager for PHP web applications. Composer is used in all modern PHP frameworks (Symfony, Laravel, Codeigniter, Yii and so on) and is one of the most recommended tools that solve fundamental issues in the majority of web projects….

Read More “What is Composer and how to install?” »

PHP

PHP OOPS Interview questions and answers for freshers and experienced professionals

Posted on October 16, 2022October 16, 2022 By praba_tutor No Comments on PHP OOPS Interview questions and answers for freshers and experienced professionals

OOPS stands for Object Oriented Programming System.  PHP (Hypertext Pre- Processor) is a server side scripting language used in web development which is based on OOPS Language.It was originally developed by Rasmus Ledorf in 1994. Now, if you are looking for a job which is related to PHP OOP then you need to prepare for…

Read More “PHP OOPS Interview questions and answers for freshers and experienced professionals” »

PHP

PHP logical programs for Freshers and Experienced Professionals

Posted on October 16, 2022October 16, 2022 By praba_tutor No Comments on PHP logical programs for Freshers and Experienced Professionals

Hi There, PHP Program is all about logic.In this article, we’ll go through examples of logical programs in php. These programs are frequently asked in the interview. So I have shared a few of the logical programs. If you want to ask or share any new questions write it in the comment section. 1.Sort an…

Read More “PHP logical programs for Freshers and Experienced Professionals” »

PHP

Tips to Optimize Your PHP Script for Better Performance for Developers

Posted on October 16, 2022October 16, 2022 By praba_tutor No Comments on Tips to Optimize Your PHP Script for Better Performance for Developers

Following the best practices while coding your PHP script is a good starting point to write a well optimized PHP code. This tutorial provides few tips to optimize PHP code from a developer point of view. Use the latest version of PHP Use PHP’s native functions will not only help you write code faster, but will…

Read More “Tips to Optimize Your PHP Script for Better Performance for Developers” »

PHP

How to install Symfony in xampp?

Posted on October 9, 2022October 16, 2022 By praba_tutor No Comments on How to install Symfony in xampp?

Hi There, Today I am going to explain about How to install symfony in xampp? To create new symfony application, php version should be 7.1 or higher. Let’s see how to install symfony using composer. Create your new project by running: copy following xampp path and go to cmd prompt. cd /Applications/XAMPP/htdocs composer create-project symfony/website-skeleton…

Read More “How to install Symfony in xampp?” »

Symfony

Categories

  • PHP
  • reactjs
  • Symfony

Copyright © 2023 PRABAWEB.

Powered by PressBook Media WordPress theme