Skip to main content

About PHP Artisan with Jay Chauhan - First Introduction post in Blogger | JayviTech

This is the first post About the PHP Artisan with Jay Chauhan : First Introduction post in Blogger, This post describe about Jay Chauhan (Author) and what is the aim to start this blog.

welcome image
welcome image
"Keep Exploring New Thing With Our Past Experience."

Here I am sharing the interesting innovations and facts of Technology and Science.

Hi readers, My name is Jay Chauhan. I thought one thing in my mind before my subjected post, first of I share my personal information, what is the Aim behind starting this blog and why technical people read my blog.
There are lot's of questions, but I am going to start my first post with this question,
So let's start:

About the Author

Hi, My Name is Jay Chauhan. I am a Full-Stack Developer. I Live in India.
I have completed my Master's Degree at Maharaja Krishnakumarsinhji University Bhavnagar, Gujarat. After Completion of my MCA (Master in Computer Science), I had Started my carrier in IT Industries. Today I have 2+ Year Experience in IT(Information Technology) Field.
I am working on Laravel, Angular 8, Angular 7, CodeIgniter, PHP, JavaScript, JQuery, Bootstrap from my begging phase.

Why I Start PHP Artisan with Jay Chauhan Blog

question mark with user
How to do Actual Code
"Many people do code",  but do they know "How to do Actual Code!"

I started my blog to help my all PHP and Laravel Artisan Friends who get stuck when they apply a particular coding functionality to their projects.
(and yes, sometimes even I get stuck in some cases 😜😜😜).

So, My Aim to start this blog is to help the Technology person to solve and fix their bugs as possible as soon with some details knowledge.

Why You read my blog?

Yes, I know, nowadays there are lots of tutorials and blogs are available so why you can read my blog? My answer is simple here:
Every person is their own style to explain some points, so I try to explain topics in an easy way, and my own style to solve a problem with some details knowledge.

We face a new problem every day, and we find and know the solution for it, 

but is it the right way to solve it? Is there any alternative to the problem? How Many ways we have, to solve the problem?  

from when you start finding these question's answers, then you are reaching towards expertness level on particular subject.

There are many alternatives is available for this solution In some problems there are many ways to do it, so we choose the right way to do that code.
and yes I also share some real-life problems when we do code and I try to understand how to solve/fix it.

Conclusion

I Starting to write out a blog so if any problem to fix some issue then let me know in my blog comment section or contact me with my Gmail account, I definitely try to solve your problem.
So, Guys please Share PHP Artisan with Jay Chauhan Blog to your Technical friends and do the best coding with an easy way.
🙏🙏🙏💃💓

"Keep Exploring New Thing With Our Past Experience." -  Jay Chauhan

Comments

  1. Nice jay ..keep posting update ..👌👌👌👌
    👍👍👍👍
    👌👌👌👌

    ReplyDelete
  2. Hello jay,
    Check It out this one once:- https://www.techtrends.tk/

    ReplyDelete

Post a Comment

Show Latest Post

Laravel 5.8 Digital Signature - Signature Pad | Jquery signature pad | JayviTech

In this post we can learn how to make Digital  Signature Pad  into your Laravel 5.8 project. Using the JavaScript Library we can draw the smooth signatures, It is a HTML5 Canvas based. It is working for all modern browsers, desktop and mobile browsers. Signature Pad Watch  What is MVC Structure? Watch to learn:  Laravel 7 Tutorial We create a Digital E-Signature Pad with saving as a image using HTML5 canvas. So, Let's start: Step 1: Install Laravel 5.8 Project Type the following command. composer create-project --prefer-dist laravel/laravel blog "5.8.*" Step 2: Define the route name under the web.php file Route :: get ( '/signature-pad' ,  function  () {      return   view ( 'signature-pad' ); }); Step 3: Create a Signature Pad Now we can create a Signature Pad view, then after we can watch how our signature pad look like into our Laravel project. Create a  signature-pad.blade.php under the project directory  r

Add and Remove Input Fields Dynamically with Jquery Laravel 5.8 | PHP | JayVitech

In this post we will learn how to "Add and Remove Input Fields Dynamically with Jquery Laravel 5.8". Today, we add and remove input fields dynamically using jquery and save to the database in laravel 5.8 Project. Dynamically add input fields are usefull when you add or clone same input fields to enter the different data into form. It is good option when you need to get multiple values of same field. So, let's start: Watch Now Laravel 7 new Feature - Components Step 1: Install Laravel 5.8 Project Type the following command: composer create-project --prefer-dist laravel/laravel dynamic-fields "5.8.*" Step 2: Database Configuration In this step we configure the database. We put the database details like database name, username and password to store the data. open .env file into laravel project folder. DB_CONNECTION =mysql DB_HOST = 127.0.0.1 DB_PORT = 3306 DB_DATABASE =jayvitech (Your database name) DB_USERNAME =root (Your user name) DB_PASS

What is the Zero Day Attack | Zero Day Vulnerability | Zero-Day Exploit | JayviTech

This post is all about latest trending topic :  what is the Zero Day Attack and Zero Day Vulnerability?. "A Zero-day is refers to two things - A zero-day exploit or a zero-day vulnerability." So, First of all we will discuss: zero-day attack. What is Zero-day Attack? Zero Day or a day Zero attack is the term used to describe the threat of unknown security vulnerability in computer software or application for which either the patch has not been realized or the application developers were unaware of did not have sufficient time to fix this address. Since the vulnerability is not known in advance, the zero-day exploits are occurring without the knowledge of users. A zero-day Flaw is considered an important component when designing any application or software then it has to be efficient and secure. A zero-day is both an unpatched software hole previously unknown to the software vendor and the code attackers use to take advantage of said hole. So, the zero