GJB and TypeScript

We had a pretty major release of The Global Jukebox back in October. Since then we’ve been busy planning new features, and taking some time to up the architecture. One thing we did was to combine the different views and pages into a single-page application. The the two main views are the Map and Wheel. To switch between the two required a full page reload, but now it happens within the page so you can continue in your song, playlist or journey. Very nice.

The next thing is we converted the site to Typescript. We’ve been getting into Typescript in my day job. I must say it’s a big improvement over Javascript, and it feels like coming home to a real programming language. I’ve been getting into alot of functional programming in JS the last year two, and for the first time I really feel like Javascript is becoming a really cool language. I also made a whole new build and deploy pipeline in Node and Gulp. This has been on our todo list for a long time. It’s nice to be making everything more solid.

It’s funny, things have been following a similar trajectory with my day job. It was extremely chaotic in the time approaching our last major release at the end of the summer. Since then the focus has shifted towards getting things done in a more mature and organized way. We started migrating to Typescript in the fall, and we’ve finally moved to GIT as well, and the company is getting a bit more disciplined about sprint planning. This is all stuff I’ve been advocating for for a long time. So things are improving, although I’m still being told more often than I’d like that we don’t have the time to fix things properly. Ah well.

Leave a Reply