Die CKAD-Prüfung

technology-cloud 25.11.2022 Die CKAD-Prüfung Autor: Dominik Röschke Was ist CKAD?  CKAD steht für Certified Kubernetes Application Developer und ist eine von drei Zertifizierungen für Kubernetes, die von der Linuxfoundation angeboten werden. Die anderen sind der Certified Kubernetes Administrator (CKA) und der Certified Kubernetes Security Specialist (CKS). Außerdem gibt es den Kubernetes and Cloud Native Associate… Die CKAD-Prüfung 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