Create SSL Site At Your Localhost With MAMP/NodeJS In 5 Minutes

ssl on localhost

As a software developer, I usually found myself frustrated looking at the browser with the following notice when loading my local site: Yes, the infamous “Your connection is not private notice”. You can bypass that by typing “THISISUNSAFE” in Chrome/Edge. However, a hack is still a hack. You deserve a good solution. Today, I’m the … Read more

Passing Data Back And Forth Between Child and Parent in Vue

If you are developing in Vue long enough, you will meet a scenario when you need to pass data from child to parent or parent to child. That’s what I’m going to show you in this post. I’ll make it short and to the point so you can continue working on your great project fast. … Read more