Module: Programming LanguagesTopics: HTML & CSS Introduction to HTML In order to build the website, it is required to use the HTML to create the skeleton of the webpage. HTML is all about elements we can use elements to display different type of content on the webpage. Tags decide how the Elements will display on
Module: Programming LanguagesTopics: PHP & MySQL PHP clean code concept PHP Namespaces Namespaces are a way to encapsulate items like classes, functions, and constants, preventing naming conflicts between different parts of a PHP program. Namespaces help in organizing code and avoid naming collisions, especially in large projects or when integrating multiple libraries. Defining a Namespace:
Module: Web Basics, Service SideTopics: * Important Git Commands more here for reference: Link DNS and Reverse DNS DNS or Domain Name Server is very important it it helps us find the corresponding IP address connected to the domain name, so a user can visit the website. Steps involved to find the IP address are:
Module: Operating System Basics, Setting up Development EnvironmentTopics: Threads and Concurrency, * from Setting up Development Environment Threads and Concurrency PHP has support for multithreaded execution, even though we rarely used it in wordpress ecosystem, it is still important to learn the concepts. So when ever we hit a HTTP request it spins up a