October 05, 2021

Developing and Testing Web Components

Developing and Testing Web-Components
Blog Image FE
September 10, 2020

Performance from a frontend perspective

Performance can have a crucial impact on the revenue of a website – for many different reasons. Bad performance slows down your page which leaves most of the users unsatisfied. But in order to improve it, we first need to understand that from a frontend perspective performance can mean different things.

Blog Image FE
March 11, 2021

From design to code

Since 2020, we at Factorial do not only offer web development, but also conception and design for all kinds of web projects. And while in the past designing and developing websites has usually been a quite separate process, there are nowadays powerful tools for cooperation between designers and developers. At Factorial we try to make use of these tools as much as possible.

Vue.JS Meetup
July 7, 2021

Custom Elements with Vue Reactivity

The 13th Hamburg Vue.js Meetup was held last week, this time as an online live-stream due to the ongoing COVID-19 restrictions. I was pleased to represent Factorial to share a talk on some insights on a small experiment in building Custom Elements with Vue 3.x’s standalone Reactivity module.

JWT Authentication with Nuxt
August 14, 2021

JWT Authentication with Nuxt

In this article, I’m going to show you a way of handling JWT authentication tokens and refresh tokens within Nuxt. We will not use the official nuxt/auth package in this tutorial, since the current version, as of writing this article, is not very stable and not yet fully documented and tested.