Personal Blog

Hero Illustration

Posts

  • Day 6: PHP & MySQL

    ,

    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:…

    Go to post

  • Day 5: DNS and Commands

    ,

    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:…

    Go to post

  • Day 4: OS basics and Setup

    ,

    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…

    Go to post

  • Day 3: Day with Documentations

    ,

    Today I Deep Dive into the Engineering Basics Course’s Module and learnt something new and some interesting facts about the things I knew before, in the Engineering Basics Course. Command Line Interfaces (CLI) There is a misconception that CLI are used only by the system/network engineers . Well guess what?! that’s not true. CLI and…

    Go to post