Beinn Bhuidhe

Beinn Bhuidhe

Cycle and hike – photos here https://flic.kr/s/aHsmFMyddc Ideal with a bike as there is roughly a 6km flat section in (and of course back out). There are signs that do ask that you leave your bike after about 4km, but after being on the track I’m not sure why they ask this. My guess is …

Read More Read More

Bikes and Munros

Bikes and Munros

Top Munro hikes that are aided by taking your bike! This page is for my own reference mainly, and of course at the same time if you find it and see it’s helpful great 🙂Generally when looking for my next little walk up a hill if I see one with a long flat walk in, …

Read More Read More

React Finland :D

React Finland :D

2nd year at React Finland, almost underway but what a bonus I’ve had so far!I will be tweeting (@_delp_) live from the event and all going well covering all the best bits – which hopefully will be quite a lot. It’s almost underway, but even before the conference has started I’ve been to a meet …

Read More Read More

Clever Code

Clever Code

Getting into JS and come across code that many will consider ‘clever’ code. Is this code that is unreadable or is it the features that the language provides? I’m not really going to get into that discussion here – this post will hopefully instead help show and explain what is going on with such code. …

Read More Read More

TS1153: let declarations are only available when targeting ECMAScript 6

TS1153: let declarations are only available when targeting ECMAScript 6

Are you using trying out Typescript for the first time and getting the error “TS1153: let declarations are only available when targeting ECMAScript 6” when trying to declare variables with the “let” statement? Well you need to update to a more recent Typescript version – thankfully its very easy (if you have npm installed) 🙂 …

Read More Read More