Install FOSSBilling with DDEV (Docker + Apple Silicon)

I love Virtualisation. It is the perfect way to work with different Projects and Environment at the same time and on the same machine. In this is tutorial i will show you how to install FOSSBilling using DDEV aka Docker with Macbook M1 Pro aka Apple Silicon.  FOSSBilling FOSSBilling is a free and open source hosting …

Continue reading

TDD – What is Test Driven Development?

Whether you develop a small project or a large project, testing the code is a must these days. If you publish your code without testing, you might not get a problem straight away, but the worst problems are the ones you overlooked. With TDD (Test-driven Development) the probability of a potential/future problem is prevented. What …

Continue reading

How to install OsTicket – Linux Ubuntu 12.04 – 16.04

OsTicket is a PHP Script, that helps the Companies to contact easily with their customers. If a Customer has a Problem with something, he can just create a Ticket on OsTicket Platform to contact with Support Team of Company. In this Article we are gonna see how to install OsTicket on Ubuntu 12.04 to 16.04. …

Continue reading

Php Ajax Contact Form with PHPmailer

First of all download the Files (mail.zip) In this Article we are gonna see how to create a contact form with using Ajax and Php. In most case people create Contact Form, but it either doesn’t work or goes in Spam Box. That’s why i would like to share the Contact Form, which i use …

Continue reading