This article is showing step by step how to set up Xdebug in PHPStorm. Content: How to install Xdebug on Windows How to set up Xdebug on PHPStorm How to run tests using Xdebug inContinue reading
Category: How To
HOW TO: install PHP 7.2 on Windows
You can install PHP on a Windows machine in multiple ways. It all depends on your needs/requirements. XAMPP and WampServer are great for beginners or people that want to build something really quick and have less experienceContinue reading
HOW TO: Link headings to navigation list
In the following post, I will quickly show you how to link headings to individual items in a navigation list. It’s a lot simpler than you would expect. You would typically want to do thisContinue reading
HOW TO: SSH into EC2 instance in Windows using PUTTY
This post will show you step by step how to SSH into an EC2 instance from Windows using Putty. What is SSH? “SSH, also known as Secure Socket Shell, is a network protocol that providesContinue reading
HOW TO: Launch an EC2 instance in AWS
Are you trying to launch an EC2 instance in AWS but it’s too confusing? This post will show you step by step how to do it. Useful resources: Video Tutorial AWS Docs What is anContinue reading
HOW TO: use Git to start a project and commit files
In this post, I will show you a few basic git commands that I use every day. When using Bitbucket to create a new branch, you have two options to get started with the commandContinue reading
HOW TO: Open project in new window in PHPStorm
Are you trying to open multiple projects at the same time in PHPStorm, but not in the same window? For the past week, I have been struggling with that myself. Once you tick the optionContinue reading
How to solve – No ‘Access-Control-Allow-Origin’ header is present on the requested resource
How to solve – No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘null’ is therefore not allowed access. In this short post, I will show you how to solve the “No ‘Access-Control-Allow-Origin’” problemContinue reading
How to install PHP, Apache and MySQL on Ubuntu
This article will show you step by step how to install PHP, Apache, and Mysql on your Ubuntu machine. In this demonstration, I will be installing everything on my VM that has Ubuntu installed. TheseContinue reading
How to install Ubuntu on VirtualBox
If you are trying to install Ubuntu on a VirtualBox you came to the right place. In this post, I will show you how to step by step install Ubuntu into a VM (virtual machine) using VirtualBox. JustContinue reading