-
Add Amazon Affiliate Code to Links
If you’re a blogger and not using Amazon affiliate links, you are missing out on a great extra source of income. Unlike ads, they do not affect your readers and allow them to find the items you are...
-
Register Global Vue Components using Webpack
If you have ever worked on a VueJs application, you probably have noticed there are several ways to register Vue components. You have the ability to manually register each component globally or locally. This will...
-
Repeating Keys in macOs
Have you ever noticed that in macOs you cannot hold down a key for it to repeat? If you ever had to repetitively type the same characters over and over this can be frustrating. Strangely in Windows, this is enabled...
-
Set Git Default Upstream Branch
When creating branches in git, have you noticed that you always have to set the upstream before you can push? Fortunately, a simple git config setting will make your life easier and save you some keystrokes. Just run...
-
Git Rebase by Default
When working on a project with multiple developers it’s a good idea to always rebase when you pull. But if you would like to rebase by default, you can add it to your global .gitconfig file by running this command:...
-
Money in Javascript
When accepting money online, it is important to be accurate. Just one cent off and your customers may lose trust in your application. That is why it is It is important to understand how Javascript handles decimals....
-
Will iPhone X cases work for the Xs?
With the preorder of my new iPhone Xs , I was faced with this question, “Will iPhone X cases work for the Xs?”. After some research, it appeared all cases for the iPhone X would work for the Xs. Unfortunately, after...
-
iPhone Upgrade Program Worth It?
TL;DR Apple’s iPhone Upgrade Program is actually a good deal if you plan to upgrade to the latest iPhone every year. Apple’s events are always exciting to see what new devices and features they release. After using...
-
How to Enable Autocomplete in Mac Terminal
Usually in a Unix/Linux terminal when you press tab it will autocomplete with several options and then it will list the options below for you to select. This is a great feature if you spend a lot of time in the...
-
Should you start a blog?
The short answer is YES! Hopefully, the next few paragraphs will motivate you on the importance of having your own blog. Be careful of saying I’ll create one later. “ Today’s greatest labor-saving device is...