Category Archives: Programming

Laravel: Deploying migrations on webhoster without shell access

For one of my clients I am working on a Laravel app. I have a local clone where I do the development. When it comes to deployment, the code is synced easily enough via git, but since I do not have … Continue reading

Posted in PHP, Programming, Webdev, Work | Leave a comment

React Webpack Redux Generator Update

I finally found some time to fix and update my React Webpack Redux Generator. Since webpack 2 is out of beta, there will soon be a new v4 release of the base generator. This update session allowed me to close … Continue reading

Posted in github, Javascrpt, node.js, nodejs, Programming, Projects, Webdev | Leave a comment

LiftOff Track Generator

In yesterdays progress tracking video I decided to showcase a tool I created for Liftoff. It is a track and race generator, you basically draw a path and export that to a track and/or a race in Liftoff. The video … Continue reading

Posted in Javascrpt, jQuery, open source, Programming, Quadcopter | Tagged , , , , , | Leave a comment

Up to 16 Bit resolution with Arduinos internal ADC

AVR121 was brought to my attention recently. It describes how to add extra resolution to the ATmega ADC. I made a library for the Arduino which implements the functionality described in the paper, allowing you analog reads with 10 Bit – 16 Bit … Continue reading

Posted in arduino, Hardware, Programming, Projects | Leave a comment

My favorite Atom Plugins

I have been a Sublime Text user for the last couple of years, and was thinking on and off to buy a license, a couple of weeks ago I started to look into Atom – the open source, github powered … Continue reading

Posted in Programming, Uncategorized | Tagged , | Leave a comment

Amazon Wish List nodeJS API

I was quite surprised when I found out yesterday, that Amazon had no API to pull public wish lists – so I just released a small library to get wish list from Amazon. You can either get all public wish lists … Continue reading

Posted in github, nodejs, npm, open source, Programming | Leave a comment

SVG to STL converter

I just lauched my svg to stl converter web service. To convert your svg to a 3D printable STL you only have to upload your SVG, choose a height you want to extrude your SVG to and download the generated STL. … Continue reading

Posted in converter, Programming, Projects, stl, svg | 2 Comments

Apache Access Log Logger

The other day at work we had a JavaScript Problem that was hard to debug, since it only occurred with specific browsers and settings. We could not reproduce it in any way, but some customers were complaining it happened to … Continue reading

Posted in Python | Tagged , , | Leave a comment

Meteroite Project setup

Meteorite is a Meteor version manager and package manager. It provides an easy way to run different versions of meteor, use non-core packages, and to install packages from the Atmosphere package repository. Installation Application setup Create a new app with … Continue reading

Posted in Javascrpt, Programming | Tagged , | Leave a comment

NodeJs setup with example application

For some time now I wanted to look into NodeJs. Since they state the following on their webpage: Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network applications. which sounds quite interesting. Also using the same … Continue reading

Posted in Javascrpt, Programming | Tagged | 1 Comment