Blog

Articles about web development, AI automation, and modern tech.

SSH: how to run a PHP script in background forever in Linux (CentOS) ?

If you want to run a PHP script in the background forever through SSH then follow these steps:If you are using a SSH terminal (PuTTY) then directly run following command:// Notice '&'; that o...

September 24, 2024

What is ngOnChanges in Angular 18?

What is ngOnChanges in Angular 18?

Introduction In today’s post, we’re diving into one of Angular's most fascinating lifecycle hooks—ngOnChanges. If you've been using Angular for a while or you're just beginning to ma...

October 7, 2024

Discount Websites (for web traffic)

AppSumo: https://www.AppSumo.comWarrior Special Offers (WSO): https://www.warriorforum.com/warrior-special-offers 

September 24, 2024

Payment Processors for self-hosted products

ClickBank: https://www.clickbank.comJVZoo: https://www.jvzoo.comWarrior+Plus: https://www.warriorplus.comJunkie: https://www.e-junkie.com

September 24, 2024

Creating Your First Chatbot with LangChain and OpenAI: A Step-by-Step Tutorial

Creating Your First Chatbot with LangChain and OpenAI: A Step-by-Step Tutorial

Introduction: Hey there, tech enthusiasts and aspiring chatbot builders! Are you ready to embark on an exciting journey into the world of conversational AI? In this blog post, we'll dive deep into the...

September 25, 2024

How to Use Multiple GitHub Accounts on the Same Machine

Introduction Working with multiple GitHub accounts on the same machine can be challenging, especially when it comes to managing separate SSH keys and repositories. In this article, we will guide you t...

September 24, 2024

CentOS: how to execute a php file with different php version than the php version of OS

To execute a php file with different php version than the version installed on the main php of your Server follow this:You should know that where is that php version located so that you can add the pa...

September 24, 2024

How to download full source of old commit in BitBucket?

It’s very easy to download complete source of your project from an old commit by just following these steps:Click on Commits from the dashboard of your project in BitBucket.Get the commit id of the co...

September 24, 2024