-
Ruby
Using Docker Compose for Ruby Development
Docker is an amazing tool for developers. It allows us to build and replicate images on any host, removing the…
Read More » -
JavaScript
Rendering RESTful service with React
Looking at the popularity of React, I thought of learning it and creating a simple UI which will render data…
Read More » -
HTML5
HTML5 Datalist Example
HTML5, among other things, introduced new features and improvements for the forms. One of these is the datalist element, which…
Read More » -
DevOps
Docker Enables Polyglot Shops
If your infrastructure is Docker based, you’ve already created an environment that isn’t dependent on a single language. Step 2…
Read More » -
DevOps
Building a PHP Command Line App with Docker
Over the past few months, I’ve started using Docker for all my local development work. Previously I had experimented with…
Read More » -
Python
Loading and analysing Strava runs using PostgreSQL JSON data type
In my last post I showed how to map Strava runs using data that I’d extracted from their /activities API,…
Read More » -
Ruby
Crystal from a Rubyist’s Perspective
Crystal is a language written to be very much like Ruby but as a compiled language rather than an interpreted…
Read More » -
Python
Leaflet: Mapping Strava runs/polylines on Open Street Map
I’m a big Strava user and spent a bit of time last weekend playing around with their API to work…
Read More » -
HTML5
HTML5 Graphs Tutorial
One of the most expected features of HTML5 was the introduction of the canvas element, allowing to draw graphics on…
Read More »