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
    Welcome to My New Office

    My first professional web development was at a small print shop where I sat in a windowless cubical all day. I suffered that boxed in environment for almost five years before I was able to find a remote job where I worked from home. The first...

  • By
    Write Better JavaScript with Promises

    You've probably heard the talk around the water cooler about how promises are the future. All of the cool kids are using them, but you don't see what makes them so special. Can't you just use a callback? What's the big deal? In this article, we'll...

Incredible Demos

  • By
    Add Styles to Console Statements

    I was recently checking out Google Plus because they implement some awesome effects.  I opened the console and same the following message: WARNING! Using this console may allow attackers to impersonate you and steal your information using an attack called Self-XSS. Do not enter or paste code that you...

  • By
    Vibration API

    Many of the new APIs provided to us by browser vendors are more targeted toward the mobile user than the desktop user.  One of those simple APIs the Vibration API.  The Vibration API allows developers to direct the device, using JavaScript, to vibrate in...

Discussion

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