Schlagwort: Rust

  • How to use Rust and MQTT in your Next Project

    How to use Rust and MQTT in your Next Project

    Why do you want to buy an IoT device? In most of the cases, you want to obtain more control over your home. Maybe you just want to monitor things or even control them remotely. Of course, you can rely on the supplied apps of the manufacturers. But as a programmer, this is not your…

  • Tauri’s use of JavaScript and Rust

    Tauri’s use of JavaScript and Rust

    Tauri is a very interesting framework. On the one hand, it is a framework solving a huge problem in the world of desktop development. It enables cross-platform development without the disadvantages of shipping a separate Chrome browser each single time. This saves resources and reduces the bundle size. On the other hand, it is one…

  • A Guide for Tauri: Part 1

    A Guide for Tauri: Part 1

    A retrospection and introduction to JavaScript and Tauri This article is the start of a small series of blog articles. In this series, I would like to take a closer look at desktop application development with Tauri. Applications for the desktops are everywhere in everyday life. However, developing them is sometimes a little trickier than…

  • Tauri Version 1.0 published

    Tauri Version 1.0 published

    The first stabile release of the open source framework Tauri was released two weeks ago. With this framework, developers can create desktop applications for all major operating system by using web technologies. This concept of web technologies for desktop applications is already known from the Electron framework, but has been improved by Tauri. Electron uses…

  • Desktopanwendungen erstellen: Der JavaScript-Weg

    Desktopanwendungen erstellen: Der JavaScript-Weg

    Dabei möchte ich in der Serie einer gewissen Logik folgen (zumindest versuche ich es). Im ersten Teil werden wir auch den Bereich der Webanwendungen nicht sofort verlassen, denn wir werden uns anschauen, wie wir diese Anwendung mit HTML, CSS und JavaScript umsetzen können. Doch warum nutzen wir JavaScript, geschweige denn, ob es überhaupt möglich ist?…

  • Desktopanwendungen erstellen

    Desktopanwendungen erstellen

    Dieser Artikel bildet den Auftakt einer Serie an Blogartikeln. In dieser Serie möchte ich mich mit der Entwicklung von Desktopanwendungen näher beschäftigen. Anwendungen für den Desktop sind im Alltag überall vertreten. Jedoch gestaltet sich ihre Entwicklung manchmal ein wenig kniffliger, als man es sich zuerst vorstellt. In dieser Serie möchte ich anhand einer Demoanwendung einen…