How to Store Countries, States, Cities seed classes into the Database in Laravel PHP? (Part-3)

How to Store Countries, States, Cities seed classes into the Database in Laravel PHP Part-1 Part- 2 Step 1. Create a City seeder file. Write down the…

Read More

How to Store Countries, States, Cities seed classes into the Database in Laravel PHP? (Part-1)

How to Store Countries, States, Cities seed classes into the Database in Laravel PHP? Part- 2 Part- 3 Step 1. Create a Country seeder file. Write down…

Read More

How to Store Countries, States, Cities seed classes into the Database in Laravel PHP? (Part-2)

How to Store Countries, States, Cities seed classes into the Database in Laravel PHP? Part-1 Part-3 Step 1. Create a State seeder file. Write down the following…

Read More

Use IDM (Internet Download Manager) Lifetime for Free(Without Crack).

In this Blog, i’m going to share a Genuine Method to use IDM (Internet Download Manager) Lifetime for free, no Crack/Patch, or other insecure Method because 95%…

Read More

Top 6 Installments Payment Solutions For Online Customers/Businesses

“A customer is not a customer until they click pay button.” As an online service provider, it’s our responsibility to make clicking that button as easy as…

Read More

Create Laravel multiple upload images and Displaying on view

Today , We will build a simple multiple images upload system using Laravel 5.8. We will use a jQuery plugin to populate image field and submit the multiple images to…

Read More

Telegram Features – Groups & Channels – Explained

Telegram is an instant messaging and chatting app similar like WhatsApp. It has similar features like other messaging apps contains like you can connect and send messages…

Read More

Python Tutorials: Bitwise Operators In Python

Bitwise operators are used to perform operations at binary digit level. These operators are not commonly used and are used only in special applications where optimized use…

Read More

Python Tutorials: Assignment Operators In python

Assignment operators are used to perform arithmetic operations while assigning a value to a variable.

Read More

Python Tutorials: Logical Operators In Python

Logical operators are used to connect more relational operations to form a complex expression called logical expression. A value obtained by evaluating a logical expression is always…

Read More

Python Tutorials: Relational/ Comparison Operators In Python

Relational operators are used to compare the value of operands (expressions) to produce a logical value. A logical value is either True or False.

Read More

Python Tutorials: Arithmetic Operators In Python

Arithmetic Operators are used to perform basic arithmetic operations like addition, subtraction, division etc.

Read More

Python Tutorials: Operators In Python

An operator is a symbol that performs an operation.1.Arithmetic Operators2.Relational Operators / Comparison Operators3.Logical Operators4.Assignment Operators5.Bitwise Operators6.Membership Operators7.Identity Operators

Read More

Python Tutorials: DataTypes In Python

Datatype represents the type of data stored into a variable or memory.Type of Data type :-1.Built-in Data type2.User Defined Data type Built-in Datatype These datatypes are provided…

Read More

Python Tutorials: Variables In Python

In C, Java or some other programming languages, a variable is an identifier or a name, connected to memory location. In Python, a variable is considered as…

Read More

Python Tutorials: Constants In Python

A constant is an identifier whose value cannot be changed throughout the execution of a program whereas the variable value keeps on changing.There are no constants in…

Read More

Python Tutorials: Keywords or Reserved Words In Python

Python language uses the following keywords which are not available to users to use them as identifiers.

Read More

Python Tutorials: Identifier In Python

An identifier is a name having a few letters, numbers and special characters _ (underscore).It should always start with a non-numeric character.It is used to identify a…

Read More

Python Tutorials: Executing Python Program

Command Line WindowIDLENotepad or Notepad++PyCharmVisual Studio Code

Read More

Python Tutorials: Python Virtual Machine

Python Virtual Machine (PVM) is a program which provides programming environment. The role of PVM is to convert the byte code instructions into machine code so the…

Read More

Python Tutorials: How Python Works

How Python Works? Byte Code – Byte Code represents the fixed set of instruction created by Python developers representing all type of operations like arithmetic operations, comparison…

Read More

Python Tutorials: Introduction to Python

What is Python ? Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, or Java.Python is a programming language that combines features of…

Read More

How to Create REST API in Laravel.

API is also known as Web services. Web services is very important when you are creating web and Mobile app. You require API in mobile application development. If you…

Read More

What is Google Search Engine & Web crawler?

What is Google Search Engine? A search engine is a web-based tool that enables users to locate information on the World Wide Web. Popular examples of search…

Read More

Why do you need a website to grow your Business?

Nowadays the world is moving towards digitalization So it’s very important for you. If you have a business and don’t have a website, you are probably losing…

Read More

Top 10 Basic Laravel Interview Questions.

Q:-1 What is Laravel? Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller…

Read More

How to get the SHA-1 fingerprint certificate for firebase in Android Studio for debug mode?

First, open Android Studio in your system and open or create a Flutter project after that open “Android” folder’s “app” folder and open “build.gradle“. When you open…

Read More

Flutter: [core/no-app] No Firebase App ‘[DEFAULT]’ has been created – call Firebase.initializeApp()

If you get such type of error When you run a Project in Flutter App using Firebase then – open “pubspec.yaml” and paste in “dependencies:” like below:…

Read More

Special Characters Not Allowed Validation in Laravel 5.8

 let’s see example of laravel validation no special characters. Example -1 use this code for validation:-  ‘name’ =>  ‘required|regex:/^[a-zA-Z]+$/u’ Example:2- Use this code for validation:- ‘applyjobsforuser’ => ‘required|unique:applyjobs,applyjobsforuser’, Example-3 use this code…

Read More