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

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,
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 [https://blog.xdumaine.com/a-year-in-review-2015] 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
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
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 3 nor 5. Each printed word
Oct 31, 2013 1 min read
Page 1 of 1
Xander Dumaine © 2023
  • Software
  • Health
Powered by Ghost