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
Travel on a budget: Barcelona
Are you interested in cheap traveling? Learn how to travel on a budget. Our last trip was to Barcelona and it cost less than £400 for both of us. Trip info: 4 days central accommodationContinue reading
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
Travel on a budget: Iceland
Would you like to know how to travel on a budget to Iceland? It’s a lot easier than what most people think. In this post, I will tell you how I traveled to Iceland on aContinue 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