Categories Events, PHPPosted on September 4, 2023September 5, 2023 Teknasyon PHPKonf 2023 Summary I just attend to Teknasyon PHPKonf 2023 that took place in Istanbul Kultur University. It was really absorbing. Speaker...
Categories Git, SoftwarePosted on February 7, 2023November 17, 2023 Moving just single commit from branch to another branch Cherry-pick is life-saving git tool for moving just single commit from branch to another branch. To illustrate, you hav...
Categories Docker, SoftwarePosted on January 4, 2023November 17, 2023 How to build PHP Image from Scratch Today, we will build PHP Image from Scratch in order to deploy base PHP applications easily. Please keep in mind, this ...
Categories Software, WebPosted on November 13, 2022November 16, 2022 What is meaning of .well-known path? If you built a website, you have already seen .well-known path but I claim that you do not know what it is and why it i...
Categories Django, Python, SoftwarePosted on November 28, 2021November 17, 2023 Request/Response Cycle of Django – Basic Django is a popular framework that is used by many high level tech companies for back-end development. Django has lots ...