Deployment of a WebApp with Kubernetes and Caddy
After describing how to create production-ready Docker images and upload them to Docker Hub in the last article, it is now time to make these …
Craft your dreams!
After describing how to create production-ready Docker images and upload them to Docker Hub in the last article, it is now time to make these …
In this article, I will show you how to create production-ready Docker images for a web application with Angular, NestJS, MySQL and Redis and then …
A cupboard that should always be locked and five people who need to access it – a classic challenge. The obvious solutions? Five keys in …
After spending hours getting my NestJS app up and running on Vercel, I figured it was time to document what I learned—not only to save …
The first part of the WeMos series explained the setup and Wi-Fi integration. Building on this, this article describes step by step how to host …
The first part demonstrated how to read in and prepare datasets. In addition, the tokenisation of a dataset was discussed in detail. The points were …
I am currently working on a project in which I want to program a German to Bavarian translator using machine learning. This is called Natural …
In the world of machine learning and deep learning, there are a variety of tools and libraries that help developers create and train advanced models. …
I am currently working on a hobby project where I want to translate German sentences into Bavarian using AI, for example on the website Dialektl.com. …
I recently coded a Node server with express.js in Typescript. This is a typical combination for backend development. It is especially beneficial if you already …