LabelHash.com is a domain management and research tool for the Ethereum Name Service (ENS).
LabelHash started life as a project for a single entity - they wanted a platform to help them purchase and manage their domain names. We onboarded a few more clients, and they liked it.. a
I previously wrote a post entitled Timezones in software. There are many intricacies to consider when working with time zones in software, and that post covered some that I had encountered.
I wanted to update the date inputs within the Training Plan Android app to use the MaterialDatePicker component from
I am super intrigued by Proof of Stake and what it means for the future of Ethereum. I have missed the Genesis launch of ETH2 but I figured I'd have a play on the Goerli testnet just out of intrigue.
The reason I have avoided ETH2 thus far
I was looking at my todo list and one of the outstanding items under the heading Longer Term was "Make custom css .scss".
I have absolutely no idea what that means. I almost certainly wrote it months ago, and at the time it probably made loads of sense.
This is another one of those posts whereby I want to document my thoughts/approach to a subject (in relation to a company product) and figured that I may as well do so in the public domain.
For a great overview of time zones check out the Stack Overflow tag
Problem
The Training Plan Android app is set up such that the majority of the app is controlled from a single Activity (MainActivity) that displays different content fragments dependent on the screen that a user needs to see.
A few other activities are used for example the IndividualRunActivity which displays
This is another of those posts that is reference material for myself whilst also potentially being helpful for others.
Summernote is a great WYSIWYG editor based on bootstrap.
I was looking for an editor that I could integrate into a product to make it easier for non tech people to
NOTE 10/08/2020: I came up with a better way of doing this.
This post is on my blog. A Ghost blog.
This is my Instagram which I have been posting to more often recently as a result of my Tomrades challenge - my challenge to run Comrades 2019
On a few occasions now whilst logged into the various Google product control panels I have noted the option to use Google Tag Manager (GTM) to complete the task at hand.
Until now I have never done so. To verify domain name ownership in Webmaster Tools I have added meta
TL;DR
My company has built an ecommerce website for runners/cyclists/people who want to buy energy gels - EnergyGels.com. This blog post outlines why as well as some of the technical implementation considerations/details.
The idea
I have always been intrigued by the idea of building and
I was asked on Twitter for more details on my solution for verifying the authenticity of a message signed with an Ethereum private key. This was discussed in this blog post which provides an overview of what I was trying to do and how i conceptually achieved it. It is