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
Category: How To
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
Top 3 free coding editors
Are you looking for a good coding editor that would be easy to use and free? Below I will show you a list of 3 top coding editors that I consider to be the bestContinue reading
AWS: Export Dynamodb into S3 using DataPipeline
Someone online asked me how to export Dynamodb into S3 using DataPipeline so I thought I would record it and put it here for people that might need help with this in the future. LetContinue reading