Skip to main content
brian.dev
  1. Categories/

Development

2019


LLVM 8 Released

·1 min
This is an important milestone for Web Assembly, as the “wasm” targets are included by default with the installation of LLVM 8 now.

2018


Web Assembly and Go: A look to the future

·8 mins

It’s no secret that I’m resistant to learning Javascript and frontend development. I learned HTML back before CSS was even a thing, and even Javascript came long after I started doing web development. When I look at modern web development I shudder; the ecosystem is so confusing for someone who has been out of touch as long as I have. Node, webpack, yarn, npm, frameworks, UMD, AMD, arghhh!

2017


Getting Crazy with Windows Subsystem for Linux

·4 mins

Lately I’ve been on a mission to separate my development environments by project, and by category (personal/work/Gophercon/etc). The writeup on the Gopheracademy blog describes a fun way to create an isolated container-based environment for each project by using LXD on Ubuntu.