Die richtige IT-Infrastruktur muss nicht viel kosten

technology-frontendtechnology-cloud 03.11.2022 Die richtige IT-Infrastruktur muss nicht viel kosten Autor: Florian Wartner In der heutigen Zeit ist es zunehmend wichtig, dass Anwendungen egal ob On-Premise oder in der Cloud zuverlässig laufen. Doch was ist, wenn es Probleme gibt? Das ist meist mit hohen Kosten im Bereich Desaster-Recovery und ähnlichem verbunden. In diesem Beitrag soll es… Die richtige IT-Infrastruktur muss nicht viel kosten weiterlesen

Writing an app with SvelteKit Part 3

technology-frontend 06.10.2022 Writing an app with SvelteKit Part 3 Autor: Dominik Röschke In the last blog post we finished the layout and presentation of our SvelteKit app and showed off the finished and deployed version. But how does the deployment of a SvelteKit app work? As covered in the Introduction to SvelteKit, SvelteKit works with… Writing an app with SvelteKit Part 3 weiterlesen

Writing an app with SvelteKit

technology-frontend 06.10.2022 Writing an app with SvelteKit Autor: Dominik Röschke This blog post is going to focus on how I used SvelteKit to solve a practical problem by writing a small app with SvelteKit and Svelte. For some background, I've taken up Minecraft modding in my free time. Since it's Java-based it's easy to give… Writing an app with SvelteKit weiterlesen

An Introduction to SvelteKit

technology-frontend 06.10.2022 An Introduction to SvelteKit Autor: Dominik Röschke In a previous blog post, we took a look at Svelte. This post will introduce you to SvelteKit. SvelteKit is to Svelte what a mixture of Next.js and Create-React-App (CRA) is to React. It is like CRA in the sense that it is the default way… An Introduction to SvelteKit weiterlesen

An Introduction to Svelte

technology-frontend 06.10.2022 An Introduction to Svelte Autor: Dominik Röschke Svelte is both a UI Framework and a compiler. It’s not all that new, the first version (0.0.1) was released in 2016. The real breakthrough for it was its current version, Svelte 3 (released 2019). Svelte and the Svelte Community likes to compare it to React,… An Introduction to Svelte weiterlesen