Confessions of a Web Developer XVII

By  on  

It's been quite a while since I've gotten a few things off of my chest and since I'm always full of peeves and annoyances I thought it was time to unleash:

  • Firefox's DevTools are outstanding right now. From the improvements we've made to the debugger, to responsive design mode, inactive CSS, and more, I haven't needed Chrome for development in years. That said...
  • ...I've been using Brave as my non-development browser over the past month and ... I really enjoy the Brave browser. I appreciate the forward thinking in micropayments and ad blocking, as well as Brave Rewards to choose to see ads to earn $BAT, private TOR tabs, and more. Well done Brendan Eich and crew!
  • In an ideal world I'd love to get rid of traditional ad networks on this. The problem remains that they're the most effective in as far as revenue by far. I've tried micropayments and providing crypto wallet addresses for people to donate but the nature of the web, and users expecting things for free, doesn't allow it.
  • Weather.com brings tears to my eyes. I've tried desperately to make this blog fast but it's as though Weather.com takes more time and processing that mining a bitcoin. I mean seriously....
  • I have an interview with a web developer of a prominent adult site coming soon. We talk tech, the atmosphere, and everything in between. Stay tuned -- you'll surely find it interesting!
  • AirPods are worth every penny. I tried buying knockoffs but they were all a horror show: wouldn't pair, would change IDs, couldn't hold a charge. AirPods just work and I'm willing to pay for easy...
  • ...unlike MacBook Pros. The 2017 MacBook Pro model's keyboard is a joke. Someone please steal me from the Apple Ecosystem.
  • Performance profiles are really hard to read. I just want to run a routine multiple times and immediately be told what the major differences are. Instead it sometimes feel like a guessing game. Imagine a tool that identifies a slow snippet of code and suggests a better loop or pattern...gold.
  • When Mozilla finally gets smart and sends me packing, I think I'd want to work on a streaming content site. These services fascinate me and most have awesome user experiences -- it would be fun to be part of that. Or maybe a financial firm -- I'd learn loads about security and asset management.

Any strong feelings about my comments? Have anything you'd like to confess? Please share!

Recent Features

  • By
    Responsive and Infinitely Scalable JS Animations

    Back in late 2012 it was not easy to find open source projects using requestAnimationFrame() - this is the hook that allows Javascript code to synchronize with a web browser's native paint loop. Animations using this method can run at 60 fps and deliver fantastic...

  • By
    fetch API

    One of the worst kept secrets about AJAX on the web is that the underlying API for it, XMLHttpRequest, wasn't really made for what we've been using it for.  We've done well to create elegant APIs around XHR but we know we can do better.  Our effort to...

Incredible Demos

  • By
    Ana Tudor’s Favorite CodePen Demos

    Cocoon I love canvas, I love interactive demos and I don't think I have ever been more impressed by somebody's work than when I discovered what Tiffany Rayside has created on CodePen. So I had to start off with one of her interactive canvas pens, even though...

  • By
    RealTime Stock Quotes with MooTools Request.Stocks and YQL

    It goes without saying but MooTools' inheritance pattern allows for creation of small, simple classes that possess immense power.  One example of that power is a class that inherits from Request, Request.JSON, and Request.JSONP:  Request.Stocks.  Created by Enrique Erne, this great MooTools class acts as...

Discussion

    Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!