Back-EndProgrammingTraining

PHP

PHP is the most popular server-side language used to build dynamic websites, and though it is a very extensive language, this class will take it step-by-step. The stateless web (HTML, CSS and JavaScript) can only do so much without a dynamic language such as PHP to add the ability to interact with the web server.…

Read article
Back-EndProgrammingTraining

Laravel with APIS

Laravel is a free, open source PHP web application framework, designed for the development of model-view-controller (MVC) web applications. In this training, we will begin by preparing a dev environment and learning how to install and configure Laravel. Laravel is modern, dynamic and powerful PHP Framework for web development. Laravel allows you to develop applications…

Read article
Back-EndITTrainingWeb Development

Fundamentals of MySQL

SQL stands for Structured Query Language. SQL is a standard language that was designed to query and manage data in relational database management systems (RDBMS). An RDBMS is a database management system that is used today in every type of desktop or web-based application. MySQL is one of the most popular RDBMS used today and…

Read article