Philipp Renoth

Philipp Renoth @daaitch

About: 🦀 Rust, ⬢ node.js and 🌋 Vulkan

Location:
Germany
Joined:
May 5, 2021

Philipp Renoth
articles - 7 total

Consider Rust for cloud computing.

The costs from the big public cloud providers went down every year till today, but it looks like 2023...

Learn More 7 0Mar 17 '23

10 Rust technology essentials

This article will cover a bunch of examples what really makes Rust so interesting for developers....

Learn More 6 2Jul 26 '22

Good bye ReactNative, hello Ionic.

Developing a ReactNative (RN) app for Android and iOS for the last 2 years I have more and more...

Learn More 112 37Jul 10 '22

Vulkan - some introductory words

A new graphics API was born There are a few popular "low-level" graphic APIs available...

Learn More 5 0Oct 7 '21

Understanding Rust as a C++ developer

Rust has a steep learning curve and I would also say, not even for professional C++ developers it's a...

Learn More 49 6May 5 '21

Rust ownership and borrows - Fighting the borrow-checker

A thing that is often quite time-consuming writing Rust code is the fight with the borrow-checker. Th...

Learn More 23 2May 5 '21

Rust module system

The module system of Rust is very powerful and strict. It’s powered by cargo, the de facto build tool...

Learn More 16 0May 5 '21