From time to time I’ve wanted to be able to comment out lines in a JSON file. This typically comes up when I’m making a butt load of changes to package.json and I want to keep a visual history as…
If you follow me on any social media channels, especially Twitter, you probably noticed an untick in my posting volume. No, I haven’t been hacked. Admittedly, I’m pretty bad about posting my blog posts on the various social networks I…
I must have been under a rock, but I only heard about a new Animal Crossing game this week. Then I was sad to hear that it wasn’t out yet. Then I was excited to hear that it was actually…
Sat down to knock out some blog posts recently and when I ran docker-compose up to get my blog up and running locally I was faced with a pretty aggressive error: % docker-compose up Starting joshtroniccom_blog_1 … Starting joshtroniccom_blog_1 ……
Jest is a great tool. It’s fast, actively maintained and has been working well for us with both our front-end and back-end systems. Simply put, Jest helps us make CrowdSync better and more stable. Out of the box though, code…
I’m was a bit late to the terminal multiplexer game. I had used GNU Screen on servers here and there to be able to keep tabs on long running processes but it wasn’t until this past year that I decided…
Ubuntu 17.10, codenamed “Artful Aardvark” was released yesterday… … with Node.js v6.11.4 #sadtrombone It could be worse though, Debian 9.x (Stretch) still ships with Node v4… but I’ll save how to remedy that for another post 😉 Now, I can’t…
I’ve been a Vim user for the better part of the last 20 years. I’m also not blind to the fact that there are other editors out there. I’m usually the first person to download a copy of some new…
SuperAgent is an HTTP request library for both Node.js and client-side JavaScript. It’s our current choice here at CrowdSync for making requests because it’s lightweight and easy to use. Unfortunately, out of the box, it doesn’t support setting defaults on…
GitHub Pages is pretty damn great. I’ve been using it for years now but one thing has always bugged me. If you want to schedule your posts in advance, they just never show up. Why? Because for posts to show…