Gjermund Bjaanes


A blog about Innovation and Technology

How to add a newer version of moment.js to Parse Cloud Code

This will be a short but sweet post I wish I had read last week.

It’s how to add a newer vsion of moment js to your Parse Cloud code.


How to get over a hump

Ever had those days where things are just really hard and things go extremely slow?

Ever had a stupid bug that you just could not for the life of you figure out?

Ever just felt that you are not going anywhere with what you are working on?


How I dealt with my shoulder tendonitis

Disclaimer: I am no doctor, so please talk to you physician before going ahead and do anything about your possible problems.

Really, go ask your doctor for some help. Perhaps he can get you in touch with a specialist that can provide further help.

That said, the following tips are pretty non-controversial, and would probably do little harm.


Picks of the month – June 2015

Welcome to Picks of the month, where I share a few things I have found useful the last month.

It can be anything from blog posts and software tools to books and techniques.


How I set up Continuous Integration and Continuous Deployment on my new Web App

I recently started working on a brand new web app. It has been a blast, but I wanted to be able to show the app off and test it, even when I am not in front of my development environment. Also, I really wanted all my tests to run every time I pushed to GitHub.

These things exists and are called Continuous Deployment (CD) and Continuous Integration (CI).