Skip to main content

Blog posts tagged "javascript"

Regex basics

An overview of regex and how to use it, from a few different angles. Including appropriate warnings like ‘avoid regex’.

Making the MAAS machine list fast with React

We have been transitioning the web interface for MAAS from AngularJS to React. One of the reasons for this is to make the interface faster. The main page with performance issues is the list of machines. This list needs to be fast at displaying a few hundred machines at a bare minimum. So what happens

Building a cross-framework UI with single-spa in MAAS 2.8

A new machine list, and a new framework In MAAS 2.8, we’re shipping a new machine list, built from the ground up in React and Redux. We’ve also implemented a few new features: persisting UI state for grouping, new grouping options, bookmarkable urls with filter and search parameters, and many performance improvements.  In my last

Cloud sprint: what I’ve learned about testing and code reviews

I was recently asked to attend a cloud sprint in San Francisco as a front-end developer for the new Juju GUI product. I had the pleasure of finally meeting the guys that I have collaboratively worked with and ultimately been helped by on the project. Here is a collection of things I learnt during my