-
My Experiences with Figma Plugin Development
I randomly came across a blog post by Figma in which they explained how they built their plugin system. It’s a great read from an engineering perspective which discusses the creation of a secure sandbox. At that time I didn’t know how handy this knowledge would become for myself. It started with playing around in…
-
Ember 2019: Reduce Complexity
Staring last year, Ember is calling once a year for input on what people want to see being worked on in the framework to form their roadmap. The responses from last year were amazing with so much constructive input and ideas. Reading them was a fantastic learning experience to gain insights into all those creative…
-
Thoughts on Improving Developer Ergonomics for emberjs
“Convention over Configuration” is an often called mantra when working with ember.js. Especially new ember developers really embrace this, when they start working with a zero-configuration ember. A unified system is very helpful also for long term ember developers that jump onto a new project and immediately feel home.Unfortunately this is a totally different story…
-
Reboot ember-data as @ember/orm ?
Ember’s data layer has come a long way and is serving many, many developers a good API to connect to their backend and interchange data. There also evolved a good ecosystem with adapters and serializers ready to install. Ember-data is grown alongside Json API and they are tightly coupled together, making it a bless to…
-
PDT and Composer: A visionary concept
It all started, when I sketched this UI concept for a possible eclipse composer plugin: and also created a pull-request to start the development on the editor. For now, it looks pretty much to my first sketch. In the early days of the composer plugin Robert and me fastly realized the potential that comes with…
-
Composer Development with local Dependencies
TL;DR: If you want to do composer development with local dependencies and do not want to roundtrip packagist you might checkout my plugin composer-localdev-plugin and see if it suits you. Composer has undoubtly become the de facto packaging standard for php applications. IDEs support this and make development even more beneficial. You need some behavior…
-
Diagnostics: Time-Analysis for Unicycle Freestyle Routines
Analytics in freestyle are rare, mostly the only given measurement that’s been done during practice is counting dismounts and see if this number decreases as the competition approaches. There is so much more room for more analytics on freestyle routines to help during practice to measure a certain aspect of the routine and with multiple…
-
Project Idea: DepHub
I am a webdeveloper. When it comes to dependencies, I’m using composer to manage my php dependencies and I mostly use bower to manage my dependencies for frontends. Why do I need both? Why can’t I simply use composer to manage my frontend dependencies, too? There is even a project for this, to let me…
-
On CSS Variables
Since Firefox supports CSS variables in their nightly build (version 29), I recently tested CSS variables (View on dabblet). While the spec has changed over one and a half year ago to use the var-* syntax, Atkins Jr (spec author) also explains why. My first reaction when I first read about this, was the same…