Teaches You PHP Language Fast.
PHP is a scripting language.it is open source language. PHP scripr executed on web server. Php is used to develop web application. A script is a set of instructions that is interpreted at runtime.
Teaches You PHP OOPs Language Fast.
OOPs is a concept or mechanism. which is used for developing the application software. these concept are :- Class, Object, Polymorphism, Enacpsulation, Inheritence, Abstraction
Teaches You Javascript Language Fast.
JAVASCRIPT is the script programming language of the Web. It is the client side scripting language. javascript can be write anywhere in your web page. JavaScript code are placed within the <script> </script>.
JQuery is a javascript library. it is a lightweight. The purpose of jQuery is to make it much easier to use JavaScript on your website. The jQuery library contains the following features:- CSS manipulation, HTML event methods, Effects and animations, AJAX, Utilities,HTML/DOM manipulation
AJAX stands for Asynchronous JavaScript. Ajax send requests from the browser to the server, and manage the server response without page reload, so we can update a part of the page while the user remains on the same page. ajax is the art of exchanging data whth a server and updating parts of a web page...
CODEIGNITER is a PHP framework.which is used for developed web application. codeigniter are built on PHP platform. Ci follows the MVC (MODEL, VIEW, CONTROLLER) design pattern. Nows a days, Model View Controller(MVC) is the most popular design pattern in web application development.
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 (MVC) architectural pattern. Laravel offers a robust set of tools and an application architecture that incorporates many of the best features of frameworks like CodeIgniter, Yii.
MYSQL is a open source Relational Database Management System (RDBMS) that uses Structured Query Language (SQL). MySQL is a database system that runs on a server.MySQL is developed, distributed, and supported by Oracle Corporation. MySQL database are stored in tables. A table is a collection of related data, and it consists of columns and rows.
Python is a object-oriented and high-level programming language. Python is a case sensitive programming language Python is a cross-platform programming language, which means that it can run on multiple platforms like Windows, macOS, Linux, and has even been ported to the Java and .NET virtual machines. It is free and open-source.