Published in Macsour·Dec 12, 2018How to handle async properties in Ember.jsMany times I encounter a question about how to handle async properties in Ember. I saw a lot of solutions like overwriting property after promise will resolve or handling promise in a template using special helpers. But there is also another, much simpler way! You can use PromiseProxyMixin + ObjectProxy…Java Script2 min readJava Script2 min read
Published in Macsour·Dec 11, 2018Components structure in Ember.jsBefore you start: Make sure you are already familiar with components patterns Ember.js is a framework that uses a lot of patterns and is conventions oriented. Fortunately, it’s also flexible. A lot of things depend clearly on developers, what sometimes can bring unexpected consequences. Very often fixing those issues is…Java Script4 min readJava Script4 min read
Published in Macsour·Dec 10, 2018Components patterns in Ember.jsAs an Ember developer, you are probably familiar with components. Thanks to them you can split your code into meaningful parts. Unfortunately, it’s not always obvious how they should look like, and which pattern should you use. …Java Script3 min readJava Script3 min read
Jan 25, 2016How to improve your JS testing environment?As you know sometimes tests may make as headaches and in many cases you wrote It right, so where the problem can be placed? Many of them are in CSS. Wait!… Did you say in CSS? Exactly there! When you are testing a DOM of your application, in many cases…CSS2 min readCSS2 min read
Jan 24, 2016iOS i backup zdjeć, czyli dlaczego powinieneś zmienić swoją chmuręNapewno juz dobrze wiesz, że warto trzymać backup swoich danych w chmurze. Pomijając kwestie bezpieczeństwa i politykę dostawcy zgodzisz się ze mną, że jest to idealny sposób by przechowywać tam również twoje osobiste zdjęcia. …Photography2 min readPhotography2 min read