Tech Learning

Web development basic and advance tutorial, php basic tutorial, laravel basic tutorial, React Native tutorial

Thursday, April 4, 2024

0 comments

 React all hook example useState: Allows functional components to manage local state. useEffect: Performs side effects in function component...

Monday, March 11, 2024

0 comments

 ===========================GET FIRST NAME form JSON const person = { firstName: 'John', lastName: 'Doe', age: 25 }; f...

Friday, February 23, 2024

0 comments

  React Calculate Sum or Total from JSON data =================================== I const services = [ {service: "POTATO", pric...

Sunday, May 28, 2023

0 comments

How to install composer in Laravel  Composer is a tools of dependencies in php. if you look at the project you can see. this there is a comp...

Wednesday, March 22, 2023

0 comments

Digital ocean creates MongoDB database and creates user and password  mongo press enter from root show dbs this comment will show the all db...

0 comments

React .htaccess  <IfModule mod_rewrite.c>   RewriteEngine On   RewriteBase /   RewriteRule ^index\.html$ - [L]   RewriteCond %{REQUEST...

0 comments

Digitalocean How to Install MongoDB on CentOS 7 MongoDB is a NoSQL database intended for storing large amounts of data in document-oriented ...