Development How to get $5000 in AWS credits without breaking the bank Every business needs hosting right? There are a couple of ways to use the AWS Activate program to get cheap credits. First of all, if you’re a solo founder or a bootstrapped you’re…
Development What is up with var, let and const Assuming you know some JS basics Let’s start with the ‘old’ keyword var for declaring variables. var is top level (aka. global level). Let me show you what that means with an example….