Tutorials Page 63

  • By
    Remove Photo Backgrounds with Cloudinary

    A while back I wrote about using Cloudinary to Optimize Images, a technique you can use to crunch image size, serve images from the cloud, and modify images on the fly.  As someone who isn't great with Photoshop, and never really has...

  • By
    Set Chrome as Default Browser from Command Line

    Whenever I see a desktop GUI to accomplish a given web-related task, I'm dying to know the underlying operating system interaction to accomplish the same feat.  Many of the GUIs I use are just a front for a command line utility for that more experienced developers would use. I set...

  • By
    JavaScript Error Monitoring

    One of the reasons I love front-end development is the reason many server-side developers hate it:  the difference in browser implementations, the different implementation dates, and the ability to hang yourself with bad JavaScript.  I enjoy the hell out of this battle despite having no control over the...

  • By
    Create WebPage Screenshots with Node.js and PhantomJS

    Automation on the web has gotten incredibly accessible and advanced, much in part to utilities like PhantomJS.  PhatomJS allows you to do headless WebKit render testing, network monitoring, page automation, and much more.  One of the simple tasks I like using PhatomJS for is screenshot...

  • By
    Being a Dev Dad

    I get asked loads of questions every day but I'm always surprised that they're rarely questions about code or even tech -- many of the questions I get are more about non-dev stuff like what my office is like, what software I use, and oftentimes...

  • By
    ​Hired – The Easiest Way to Get a New Job

    Developers are in demand, so shouldn't companies apply to hire you instead of the other way around? That's exactly how it works on Hired. Hired is a platform that gives you an easy...

  • By
    Reset OS X Dock Icons to Defaults

    There's something amazing about receiving a new MacBook Pro for me.  The new machine, unaffected by sins of installs past, gives me a fresh start to mess it up all over again.  Of course with a laptop from your employer you probably can't just wipe things...

  • By
    Automate Your Images with Cloudinary

    If you work with images on the web, you've spent more than a few hours doing some of the following: Cropping and sizing an image just right to fit a layout. And then doing it again when the layout changes. And then again, and again, and...

  • Media Temple Hosting
  • By
    Download YouTube Videos with youtube-dl

    When preparing for the 8 hour flights to and from London, I knew I couldn't just code the whole time -- I needed some decent entertainment.  One source of free, excellent entertainment is YouTube, but I had no desire to pay for internet on the flight.

  • By
    TypeScript, WTF?!

    If you hang around in the JavaScript community, along with left-pad you almost have certainly heard of TypeScript. Having large frameworks, like Angular 2 and EmberJS embrace it have given it a lot of focus. I would like to think too, that Dojo 2...