Category Archives: Webdev

Importkosten Rechner

Vor einigen Tagen habe ich mich dazu entschlossen mein Google Sheet in eine kleine Webapp umzubauen. Man gibt Preis und Anzahl sowie Zoll und Steuersätze der zu importierenden Ware ein und die App spuckt einem Zoll und Einfuhrumsatzsteuer aus. Für … Continue reading

Posted in Projects, Webdev | Tagged | Leave a comment

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

What bootstrap can do for you

I have to admit, when it comes to styling I want to keep it short and clean. Or in other words: I am lazy. In process of developing an application in this case a web app I always enjoy the … Continue reading

Posted in Webdev | Tagged , , , | 1 Comment