Setting electron app icons for Windows from OSX
When building cross platform apps using GitHub's electron (website), you may run into the same issue I did a few days ago. When you want to automatically build the app Windows and OSX directly from an...
View ArticleAngular2 Quicky - Component ViewEncapsulation and WebComponents
Component is perhaps the most overloaded word when it comes to JavaScript frameworks in these days. Every single framework has it's own definition of what exactly a component is, also Angular2....
View ArticleAngular2 Quicky - How to structure your projects
When building large ng2 Apps, you've to care about how to structure your project. John Papa will of course provide a new style guide in the near future :) (no pressure here, we've our own for ng and...
View ArticleAngular2 Quicky - Elvis is in tha house
Another Angular2 Quicky for today ;) Angular2 introduces the Elvis operator ?. which can be used within templates. CoffeeScript Developers (Note: I ) may know this as "Existential Operator" which can...
View ArticleAngular2 Quicky - Local template variables
Local template variables in angular2 can be used to easily reference HTML elements and use their properties either on sibling or child nodes. It's pretty easy to create and use those local template...
View ArticleBuilding an electron app using Angular2 Beta0 in TypeScript
A couple of weeks ago I created a sample repository for demonstrating the usage of ng2 in electron apps when writing ES2015. Today I've investigated some time in building a electron showcase app which...
View ArticleAngular2 goes CrossPlatform using electron
A while ago I've posted a sample on how to write an electron app using Angular 1.x with ES2015 and JSPM. Now having more than 80 stars on github, it seems to be quiet important for the community....
View ArticleFrontend Builds 7: Conditional Build Tasks
Introduction Getting Started / Angular related tasks Readable and Pluggable gulpfiles Cross Platform Desktop Builds Cross Platform Mobile Builds Build as a Service Make it configurable Conditional...
View ArticleFrontend Builds 6: Make it configurable
See the other posts from this series Introduction Getting Started / Angular related tasks Readable and Pluggable gulpfiles Cross Platform Desktop Builds Cross Platform Mobile Builds Build as a Service...
View ArticleFrontend Builds 5: Build as a Service (BaaS)
See the other posts from this series Introduction Getting Started / Angular related tasks Readable and Pluggable gulpfiles Cross Platform Desktop Builds Cross Platform Mobile Builds Build as a Service...
View ArticleFrontend Builds 4: Building Cross Platform Mobile Apps
See the other posts from this series Introduction Getting Started / Angular related tasks Readable and Pluggable gulpfiles Cross Platform Desktop Builds Cross Platform Mobile Builds The Idea During...
View ArticleFrontend Builds 3: Cross Platform Desktop Builds
See the other posts from this series Introduction Getting Started / Angular related tasks Readable and Pluggable gulpfiles Cross Platform Desktop Builds The idea Frontend Apps can esily be built for a...
View ArticleFrontend Builds 2: readable and pluggable gulpfiles
See the other posts from this series Introduction Getting Started / Angular related tasks Readable and Pluggable gulpfiles The idea Within this post I'll explain the steps I've used to move from the...
View ArticleFrontend Builds 1: Getting started
As described during the introduction, here the link to the sample frontend application. x-note is a small note-taking application which I’ll use for this series of posts. I’ve build the app using...
View ArticleFrontend build series introduction
Here at Thinktecture we’re focusing on Cross-Platform Apps and we’re optimizing our development workflow continuously to push boundaries when it comes to development performance. I found myself again...
View ArticleShareCamp 2013 in Vienna
On September the 7th the first ShareCamp in Vienna was celebrated by austrian SharePoint Community. About 60 SharePoint addicted people came to Vienna, to spend an saturday in Microsoft Autria’s HQ....
View ArticleShareCamp 2013 Vienna – We’re doing it … again
I’m really glad to announce that we’re organizing another ShareCamp. After participating the successful fourth edition of our ShareCamp in Munich we’re now going to add more ShareCamps in different...
View Article