Xander Dumaine
  • Blog
  • About Me
  • Projects
  • Résumé
  • Books
Subscribe
Tagged

javascript

A collection of 4 posts

WebRTC with async/await
webrtc

WebRTC with async/await

Basic WebRTC connection setup can be confusing to understand, and there really is a lot going on that is black magic. Even so, just getting a single page connection going is confusing. I wanted to try writing some async/await code to test out browser compatibility and try different patterns,

  • Xander Dumaine
Xander Dumaine Sep 19, 2017 • 1 min read
Simple Image Lazy Loading with Ghost
software

Simple Image Lazy Loading with Ghost

I recently put up a post that happened to contain a bunch of images, and realized that the initial experience was kind of crappy, due to loading all of them at once. There were really two things I could do to improve this: lazy load images, and have lower res

  • Xander Dumaine
Xander Dumaine Jan 1, 2016 • 2 min read
Using Webtask.io for Secure API Tokens
javascript

Using Webtask.io for Secure API Tokens

Single Page Applications are awesome. One downside is that static SPAs often have to authenticate with some service or API in order to coordinate some communication, access some data, or connect to other users, and that connection has an inherent security risk: How do you connect to a secure service

  • Xander Dumaine
Xander Dumaine Jul 19, 2015 • 3 min read
software

FizzBuzz Code Golf in JavaScript

The FizzBuzz problem is defined as: For the numbers 1 to 100, print "fizzbuzz" if the number is divisible by 3 and 5, "fizz" if it's only divisible by 3, "buzz" if it's only divisible by 5, and nothing if it's divisible by neither

  • Xander Dumaine
Xander Dumaine Oct 31, 2013 • 1 min read
Xander Dumaine © 2022
  • Software
  • Health
Powered by Ghost