Frontend is Rocket Science - Managing state in any JavaScript Application
Aleksej, 26.02.2021
In this Blogpost, we will talk about the xState JavaScript library for managing state in any Frontend Framework.
Aleksej, 26.02.2021
In this Blogpost, we will talk about the xState JavaScript library for managing state in any Frontend Framework.
Aleksej, 23.10.2020
With Vue.js 3 -Composition API your component can have multiple reusable LifeCycle hooks, which can be reused in your app. Read full article to read more about Dynamic LifeCycle injections
Aleksej, 28.10.2019
Some months ago I've attended the Vue.js Workshop held by Chris Fritz. In this workshop, he showed us a Vue.js component wrapping technique which is called transparent wrapper component With this technique, you can give to native components like input, selects and other inputs superpowers. We will go over every part of this pattern and understand how it's done.
Alexandra, 02.08.2019
Highlights of Smashing Conference in Toronto 2019
Aleksej, 31.05.2019
Dieser Artikel behandelt einen JavaScript Service Worker, der unabhändig vom JavaScript Hauptthread im Browser arbeiten kann. Mit dieser modernen Technologie können Webseiten oder Webapps offline verfügbar gemacht werden. Wir werden einen Service Worker aufsetzen und alle benötigten Ressourcen für einen offline Zugang im Cache ablegen. Unsere Demo Seite sollte danach auch offline verfügbar sein.
Francisco, 15.02.2019
Short description on what CSP is and how we can secure our application today!
Silvia, 09.03.2018
A lot is happening with Augmented Reality on the web. This blog post is about our experiments using the latest awesome capabilities of Augmented, Virtual, Mixed and other named Realities on the web.
Jeff, 13.12.2017
Wanting to convert your Sitecore website to a single-page app with minimal changes to your architecture? This blog should help you get started.
Silvia, 27.10.2017
We have been experimenting with different VR headsets and technologies to find out what is possible today in AR and VR, especially on the web. In this post, we share our experience.
Aleksej, 15.05.2017
In diesem Beitrag werden wir folgende Punkte anschauen: - Was ist ein CSS Framework? - Unterschiedliche Projektphasen mit einem Framework - Erweiterung eines Frameworks mit einer CSS Methodology
Bernhard, 23.02.2017
Gion Kunz from oddEVEN talked at the VOXXED DAYS 2017 in Zurich about using SystemJS in web projects. He demonstrated how to start using the ES Module loader standard today and drastically reduce tooling complexity. Due to its universal nature, it is possible to utilize it as a tool to create optimized resources or run it directly in the browser. This should make SystemJS the first choice for many applications.
Aleksej, 10.01.2017
Wenn die Navigationselemente von dem Nutzer der Webseite nicht schnell gefunden werden, ist der Nutzer nach ein paar Sekunden wieder weg. Für den Erfolg einer Webseite oder einer Applikation ist eine klare Nutzerführung ausschlaggebend. Wir werden uns nur mit der Problematik des Navigations-Patterns befassen und eine Lösung für die Verbesserung erarbeiten.
Gion, 15.09.2016
Components have become a core asset of most modern frameworks like React or Angular. Even the web standard is evolving into a component based direction with the Web Components proposals. What’s behind this movement in user interface development?
Gion, 02.04.2015
In this article I’m going to share my observations and hopefully convince you to put an end to our beloved “rem” unit, that finally made it into our tools without fall backs (given IE8 dying slowly), but became totally useless in favour of the more popular CSS reference pixel.
Gion, 15.10.2014
BEM is not about writing class selectors with two underscores and namespace prefixes. BEM is much more than this. It’s a set of very basic rules in a simple but powerful methodology. It’s a way to approach state driven visual design and it’s a powerful communication tool.
Gion, 13.08.2014
In this article I would like to show you a few examples how ECMAScript 5.1 changed the way I write code and how I learned to prefer, readable, maintainable and functional code over the lame old-school procedural (but sometimes more performant) code.
Gion, 05.07.2014
Let’s talk about Angular.js and how to build a nice intelligent product suggestion for our digital product.
Gion, 27.06.2014
I was playing around a bit with Object.observe which was promoted by many as the new holy grail of client-side MVC frameworks and I’ve found a few pitfalls that I’d like to point out here.