• Post category:StudyBullet-4
  • Reading time:4 mins read


You will find in this course general information about how webpage is working

What you will learn

How webpage is working

Difference between backend and frontend

What is request and response

Difference between synchronus and asynchronues request

How to create PHP project by composer

Understanding of composer json, composer lock and htaccess files

Description

In these free videos you will see how webpage is working, what is difference between backend and frontend, what is request and response, what is difference between synchronous and asynchronous request, how to create project in PHP and information about the most important files. This is not a course in which I am deeping dive into how webpages is working, but you will find out basics that will help you to understand how everything works. If you are on the beginning of your programming life, this course will help you a lot. I am very similar to you. I was learning programming from video courses like here in this website, youtube etc. I was frustrated because none of the course presented code in simple language and with details, even courses titled every line of code explained from 5 stars instructors. My goal was to not leave you with the questions like where this or this is comming from or why he didn’t tell anything about that or that. I am using simple words and examples if I want to ilustrate something, so everyone could understand things that seems to be very complicated when you reading about them or watching in other courses.

English
language

Content


Get Instant Notification of New Courses on our Telegram channel.


General about backend, response and request

What is the backend and the view
What is a request and response
HTML file from server

General information about creating new backend/API in PHP

Creating new PHP project
composer.json and composer.lock
htaccess