elm Easy dependency integration in Kotlin/JS using the "Elm ports" technique Just starting with Kotlin/JS, I found it hard to use large NPM libraries like Firebase. But my past experiences with Elm and its system of ports helped me find a suitable solution. Let's dive into it!
google sheets Fetching Google Calendar data without OAuth by using Google Scripts A quick, simple and unsecure way to fetch your calendar events from Google with the help of Google Scripts and without having to use OAuth.
elm A short introduction to Ports and Flags in Elm A simple demonstration on how to work with Elm Flags and Ports, with interactive code
gitlab Gitlab Time in Lane : a chrome extension I built a simple chrome extension to know how long gitlab issues have been sitting in the same lane.
personal Upgrading from Jekyll to Ghost Technical guide to migrating from Jekyll to Ghost, including content conversion, handling redirects, upgrading V1 to V2 format, and theming. Complete walkthrough with tools and scripts.
maps Playing around with Google Maps and Puppeteer to track parking lots Building a web scraper with Puppeteer to track Carrefour parking lots in France using Google Maps satellite imagery and Sentinel satellite data. A practical geomarketing experiment.
conference My experience at the 2017 Polymer Summit First-time conference experience at the 2017 Polymer Summit in Copenhagen. Thoughts on Polymer's evolution, the announcement of Polymer 3, and why web components have a bright future.
xuggle Compiling Xuggle on Ubuntu 14.04 Step-by-step guide to compile Xuggle 5.5 from source on Ubuntu 14.04 - installing dependencies, Java 7, downgrading g++ compiler to fix conversion errors, and successful compilation in ~10 minutes.
spotify Spotify to Youtube converter : My first web app First web application project: spo2tu.be converts Spotify URLs to YouTube equivalents for easy sharing. Built with Node.js, Backbone.js, MongoDB - learning full-stack development from scratch including REST APIs and deployment.
javascript A simple way to get a multilingual blog JavaScript-based solution for creating multilingual blog content using PluXML. Explains how to use div containers and simple JavaScript functions to toggle between different language versions of articles.