I learned the right way to create good friction. That is the only way business can move forward.
Post navigation
previous post
Austin Meadows
IE8 doenst support console.log writing. It uses just log writing. To fix this issue, simply add the following to your page scripts. if (typeof console === “undefined”) { window.console =…
Before you develop a website, you have to setup an environment. These are instructions for setting up a local environment to build websites. If you set this up, you will…